Pull request #42143 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from d414c0c1e8c487170b1d2f5af4946771645c6564+7c6a9484ee37b28fa314f716581bdb268cd78ce2 (dd02dc8d0e06a190d3ae9d626453f4a20ffb5cd0) 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 --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/moby_PR-42143@libs/jps/.git # 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-06-02T15:56:30.067Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2021-06-02T15:56:30.073Z] Trying to pass milestone 27 [Pipeline] milestone [2021-06-02T15:56:30.121Z] Trying to pass milestone 28 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2021-06-02T15:56:45.264Z] Still waiting to schedule task [2021-06-02T15:56:45.266Z] All nodes of label ‘amd64&&ubuntu-1804&&overlay2’ are offline [2021-06-02T15:57:29.224Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-06699e7b0d94a2777) in /home/ubuntu/workspace/moby_PR-42143 [Pipeline] { [Pipeline] checkout [2021-06-02T15:57:29.260Z] The recommended git tool is: git [2021-06-02T15:57:31.931Z] using credential docker-jenkins-github-credentials [2021-06-02T15:57:31.939Z] Cloning the remote Git repository [2021-06-02T15:57:31.939Z] Cloning with configured refspecs honoured and without tags [2021-06-02T15:57:32.168Z] Cloning repository https://github.com/moby/moby.git [2021-06-02T15:57:32.221Z] > git init /home/ubuntu/workspace/moby_PR-42143 # timeout=10 [2021-06-02T15:57:32.647Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-02T15:57:32.648Z] > git --version # timeout=10 [2021-06-02T15:57:32.693Z] > git --version # 'git version 2.17.1' [2021-06-02T15:57:32.693Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-02T15:57:32.695Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42143/head:refs/remotes/origin/PR-42143 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-02T15:57:48.594Z] Fetching without tags [2021-06-02T15:57:48.869Z] Merging remotes/origin/master commit 7c6a9484ee37b28fa314f716581bdb268cd78ce2 into PR head commit d414c0c1e8c487170b1d2f5af4946771645c6564 [2021-06-02T15:57:48.558Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-02T15:57:48.573Z] > git config --add remote.origin.fetch +refs/pull/42143/head:refs/remotes/origin/PR-42143 # timeout=10 [2021-06-02T15:57:48.590Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-02T15:57:48.599Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-02T15:57:48.621Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-02T15:57:48.621Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-02T15:57:48.629Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42143/head:refs/remotes/origin/PR-42143 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-02T15:57:48.896Z] > git config core.sparsecheckout # timeout=10 [2021-06-02T15:57:48.918Z] > git checkout -f d414c0c1e8c487170b1d2f5af4946771645c6564 # timeout=10 [2021-06-02T15:57:49.536Z] Merge succeeded, producing d414c0c1e8c487170b1d2f5af4946771645c6564 [2021-06-02T15:57:49.536Z] Checking out Revision d414c0c1e8c487170b1d2f5af4946771645c6564 (PR-42143) [2021-06-02T15:57:49.506Z] > git remote # timeout=10 [2021-06-02T15:57:49.522Z] > git config --get remote.origin.url # timeout=10 [2021-06-02T15:57:49.532Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-02T15:57:49.532Z] > git merge 7c6a9484ee37b28fa314f716581bdb268cd78ce2 # timeout=10 [2021-06-02T15:57:49.543Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-02T15:57:49.555Z] > git config core.sparsecheckout # timeout=10 [2021-06-02T15:57:49.568Z] > git checkout -f d414c0c1e8c487170b1d2f5af4946771645c6564 # timeout=10 [2021-06-02T15:57:53.580Z] Commit message: "replace uses of deprecated libcontainer/configs.Device" [2021-06-02T15:57:53.595Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-06-02T15:57:54.743Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42143:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco [2021-06-02T15:57:53.591Z] > git rev-list --no-walk 28cd274d3e0e3ccd815f3a6d1bcbecf18d8a7b09 # timeout=10 [2021-06-02T15:58:02.921Z] Unable to find image 'alpine:latest' locally [2021-06-02T15:58:02.921Z] latest: Pulling from library/alpine [2021-06-02T15:58:02.921Z] 540db60ca938: Pulling fs layer [2021-06-02T15:58:02.921Z] 540db60ca938: Verifying Checksum [2021-06-02T15:58:02.921Z] 540db60ca938: Download complete [2021-06-02T15:58:03.181Z] 540db60ca938: Pull complete [2021-06-02T15:58:03.445Z] Digest: sha256:69e70a79f2d41ab5d637de98c1e0b055206ba40a8145e7bddb55ccc04e13cf8f [2021-06-02T15:58:03.445Z] Status: Downloaded newer image for alpine:latest [2021-06-02T15:58:10.032Z] 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] { (Branch: win-2022) [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) [Pipeline] stage [Pipeline] { (win-2022) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [2021-06-02T15:58:10.311Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-06699e7b0d94a2777) in /home/ubuntu/workspace/moby_PR-42143 [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Stage "s390x" skipped due to when conditional Stage "ppc64le" skipped due to when conditional Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] checkout [2021-06-02T15:58:10.371Z] The recommended git tool is: git [Pipeline] // stage [2021-06-02T15:58:10.381Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2021-06-02T15:58:10.401Z] Fetching changes from the remote Git repository [Pipeline] // stage [2021-06-02T15:58:10.408Z] Fetching without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Run tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Unit tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [2021-06-02T15:58:10.661Z] Merging remotes/origin/master commit 7c6a9484ee37b28fa314f716581bdb268cd78ce2 into PR head commit d414c0c1e8c487170b1d2f5af4946771645c6564 [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2021-06-02T15:58:10.760Z] Merge succeeded, producing d414c0c1e8c487170b1d2f5af4946771645c6564 [2021-06-02T15:58:10.760Z] Checking out Revision d414c0c1e8c487170b1d2f5af4946771645c6564 (PR-42143) [2021-06-02T15:58:10.824Z] Commit message: "replace uses of deprecated libcontainer/configs.Device" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-06-02T15:58:10.387Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-42143/.git # timeout=10 [2021-06-02T15:58:10.403Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-02T15:58:10.409Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-02T15:58:10.410Z] > git --version # timeout=10 [2021-06-02T15:58:10.416Z] > git --version # 'git version 2.17.1' [2021-06-02T15:58:10.416Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-02T15:58:10.417Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42143/head:refs/remotes/origin/PR-42143 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-02T15:58:10.662Z] > git config core.sparsecheckout # timeout=10 [2021-06-02T15:58:10.669Z] > git checkout -f d414c0c1e8c487170b1d2f5af4946771645c6564 # timeout=10 [2021-06-02T15:58:10.726Z] > git remote # timeout=10 [2021-06-02T15:58:10.733Z] > git config --get remote.origin.url # timeout=10 [2021-06-02T15:58:10.743Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-02T15:58:10.744Z] > git merge 7c6a9484ee37b28fa314f716581bdb268cd78ce2 # timeout=10 [2021-06-02T15:58:10.756Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-02T15:58:10.762Z] > git config core.sparsecheckout # timeout=10 [2021-06-02T15:58:10.769Z] > git checkout -f d414c0c1e8c487170b1d2f5af4946771645c6564 # timeout=10 [2021-06-02T15:58:11.627Z] + [ PR != PR ] [2021-06-02T15:58:11.627Z] + [ master != master ] [2021-06-02T15:58:11.627Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-06-02T15:58:11.953Z] + docker version [2021-06-02T15:58:11.953Z] Client: Docker Engine - Community [2021-06-02T15:58:11.953Z] Version: 20.10.6 [2021-06-02T15:58:11.953Z] API version: 1.41 [2021-06-02T15:58:11.953Z] Go version: go1.13.15 [2021-06-02T15:58:11.953Z] Git commit: 370c289 [2021-06-02T15:58:11.953Z] Built: Fri Apr 9 22:46:01 2021 [2021-06-02T15:58:11.953Z] OS/Arch: linux/amd64 [2021-06-02T15:58:11.953Z] Context: default [2021-06-02T15:58:11.953Z] Experimental: true [2021-06-02T15:58:11.953Z] [2021-06-02T15:58:11.953Z] Server: Docker Engine - Community [2021-06-02T15:58:11.953Z] Engine: [2021-06-02T15:58:11.953Z] Version: 20.10.6 [2021-06-02T15:58:11.953Z] API version: 1.41 (minimum version 1.12) [2021-06-02T15:58:11.953Z] Go version: go1.13.15 [2021-06-02T15:58:11.953Z] Git commit: 8728dd2 [2021-06-02T15:58:11.953Z] Built: Fri Apr 9 22:44:13 2021 [2021-06-02T15:58:11.953Z] OS/Arch: linux/amd64 [2021-06-02T15:58:11.953Z] Experimental: true [2021-06-02T15:58:11.953Z] containerd: [2021-06-02T15:58:11.953Z] Version: 1.4.6 [2021-06-02T15:58:11.953Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-02T15:58:11.953Z] runc: [2021-06-02T15:58:11.953Z] Version: 1.0.0-rc95 [2021-06-02T15:58:11.953Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-02T15:58:11.953Z] docker-init: [2021-06-02T15:58:11.953Z] Version: 0.19.0 [2021-06-02T15:58:11.953Z] GitCommit: de40ad0 [Pipeline] sh [2021-06-02T15:58:12.243Z] + docker info [2021-06-02T15:58:25.310Z] Still waiting to schedule task [2021-06-02T15:58:25.311Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-06699e7b0d94a2777)’ [2021-06-02T15:58:25.312Z] Still waiting to schedule task [2021-06-02T15:58:25.312Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-06699e7b0d94a2777)’ [2021-06-02T15:58:25.313Z] Still waiting to schedule task [2021-06-02T15:58:25.313Z] All nodes of label ‘amd64&&ubuntu-2004&&cgroup2’ are offline [2021-06-02T15:58:25.316Z] Still waiting to schedule task [2021-06-02T15:58:25.317Z] All nodes of label ‘arm64&&ubuntu-2004’ are offline [2021-06-02T15:58:25.318Z] Still waiting to schedule task [2021-06-02T15:58:25.318Z] All nodes of label ‘windows-2019’ are offline [2021-06-02T15:58:25.319Z] Still waiting to schedule task [2021-06-02T15:58:25.319Z] All nodes of label ‘windows-2022’ are offline [2021-06-02T15:58:28.897Z] Client: [2021-06-02T15:58:28.897Z] Context: default [2021-06-02T15:58:28.897Z] Debug Mode: false [2021-06-02T15:58:28.897Z] Plugins: [2021-06-02T15:58:28.897Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-06-02T15:58:28.897Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-06-02T15:58:28.897Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-06-02T15:58:28.897Z] [2021-06-02T15:58:28.897Z] Server: [2021-06-02T15:58:28.897Z] Containers: 0 [2021-06-02T15:58:28.897Z] Running: 0 [2021-06-02T15:58:28.897Z] Paused: 0 [2021-06-02T15:58:28.897Z] Stopped: 0 [2021-06-02T15:58:28.897Z] Images: 1 [2021-06-02T15:58:28.897Z] Server Version: 20.10.6 [2021-06-02T15:58:28.897Z] Storage Driver: overlay2 [2021-06-02T15:58:28.897Z] Backing Filesystem: extfs [2021-06-02T15:58:28.897Z] Supports d_type: true [2021-06-02T15:58:28.897Z] Native Overlay Diff: true [2021-06-02T15:58:28.897Z] userxattr: false [2021-06-02T15:58:28.897Z] Logging Driver: json-file [2021-06-02T15:58:28.897Z] Cgroup Driver: cgroupfs [2021-06-02T15:58:28.897Z] Cgroup Version: 1 [2021-06-02T15:58:28.897Z] Plugins: [2021-06-02T15:58:28.897Z] Volume: local [2021-06-02T15:58:28.897Z] Network: bridge host ipvlan macvlan null overlay [2021-06-02T15:58:28.897Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-06-02T15:58:28.897Z] Swarm: inactive [2021-06-02T15:58:28.897Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-06-02T15:58:28.897Z] Default Runtime: runc [2021-06-02T15:58:28.897Z] Init Binary: docker-init [2021-06-02T15:58:28.897Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-02T15:58:28.897Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-02T15:58:28.897Z] init version: de40ad0 [2021-06-02T15:58:28.897Z] Security Options: [2021-06-02T15:58:28.897Z] apparmor [2021-06-02T15:58:28.897Z] seccomp [2021-06-02T15:58:28.897Z] Profile: default [2021-06-02T15:58:28.897Z] Kernel Version: 5.4.0-1048-aws [2021-06-02T15:58:28.897Z] Operating System: Ubuntu 18.04.5 LTS [2021-06-02T15:58:28.897Z] OSType: linux [2021-06-02T15:58:28.897Z] Architecture: x86_64 [2021-06-02T15:58:28.897Z] CPUs: 2 [2021-06-02T15:58:28.898Z] Total Memory: 7.569GiB [2021-06-02T15:58:28.898Z] Name: ip-10-100-52-133 [2021-06-02T15:58:28.898Z] ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A [2021-06-02T15:58:28.898Z] Docker Root Dir: /var/lib/docker [2021-06-02T15:58:28.898Z] Debug Mode: false [2021-06-02T15:58:28.898Z] Registry: https://index.docker.io/v1/ [2021-06-02T15:58:28.898Z] Labels: [2021-06-02T15:58:28.898Z] Experimental: true [2021-06-02T15:58:28.898Z] Insecure Registries: [2021-06-02T15:58:28.898Z] 127.0.0.0/8 [2021-06-02T15:58:28.898Z] Live Restore Enabled: true [2021-06-02T15:58:28.898Z] [2021-06-02T15:58:28.898Z] WARNING: No swap limit support [Pipeline] sh [2021-06-02T15:58:29.183Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-02T15:58:29.183Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-02T15:58:29.183Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42143/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-06-02T15:58:29.183Z] + bash /home/ubuntu/workspace/moby_PR-42143/check-config.sh [2021-06-02T15:58:29.183Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-06-02T15:58:29.183Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-06-02T15:58:29.183Z] [2021-06-02T15:58:29.183Z] Generally Necessary: [2021-06-02T15:58:29.183Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-06-02T15:58:29.183Z] - apparmor: enabled and tools installed [2021-06-02T15:58:29.183Z] - CONFIG_NAMESPACES: enabled [2021-06-02T15:58:29.183Z] - CONFIG_NET_NS: enabled [2021-06-02T15:58:29.183Z] - CONFIG_PID_NS: enabled [2021-06-02T15:58:29.183Z] - CONFIG_IPC_NS: enabled [2021-06-02T15:58:29.183Z] - CONFIG_UTS_NS: enabled [2021-06-02T15:58:29.183Z] - CONFIG_CGROUPS: enabled [2021-06-02T15:58:29.183Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-06-02T15:58:29.183Z] - CONFIG_CGROUP_DEVICE: enabled [2021-06-02T15:58:29.183Z] - CONFIG_CGROUP_FREEZER: enabled [2021-06-02T15:58:29.183Z] - CONFIG_CGROUP_SCHED: enabled [2021-06-02T15:58:29.443Z] - CONFIG_CPUSETS: enabled [2021-06-02T15:58:29.443Z] - CONFIG_MEMCG: enabled [2021-06-02T15:58:29.443Z] - CONFIG_KEYS: enabled [2021-06-02T15:58:29.443Z] - CONFIG_VETH: enabled (as module) [2021-06-02T15:58:29.443Z] - CONFIG_BRIDGE: enabled (as module) [2021-06-02T15:58:29.443Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-06-02T15:58:29.443Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-06-02T15:58:29.443Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-06-02T15:58:29.443Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-06-02T15:58:29.443Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-06-02T15:58:29.443Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-06-02T15:58:29.443Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-06-02T15:58:29.443Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-06-02T15:58:29.443Z] - CONFIG_NF_NAT: enabled (as module) [2021-06-02T15:58:29.443Z] - CONFIG_POSIX_MQUEUE: enabled [2021-06-02T15:58:29.443Z] [2021-06-02T15:58:29.443Z] Optional Features: [2021-06-02T15:58:29.443Z] - CONFIG_USER_NS: enabled [2021-06-02T15:58:29.443Z] - CONFIG_SECCOMP: enabled [2021-06-02T15:58:29.443Z] - CONFIG_SECCOMP_FILTER: enabled [2021-06-02T15:58:29.443Z] - CONFIG_CGROUP_PIDS: enabled [2021-06-02T15:58:29.443Z] - CONFIG_MEMCG_SWAP: enabled [2021-06-02T15:58:29.443Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-06-02T15:58:29.443Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-06-02T15:58:29.443Z] - CONFIG_BLK_CGROUP: enabled [2021-06-02T15:58:29.443Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-06-02T15:58:29.443Z] - CONFIG_CGROUP_PERF: enabled [2021-06-02T15:58:29.443Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-06-02T15:58:29.443Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-06-02T15:58:29.443Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-06-02T15:58:29.443Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-06-02T15:58:29.443Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-06-02T15:58:29.443Z] - CONFIG_RT_GROUP_SCHED: missing [2021-06-02T15:58:29.443Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-06-02T15:58:29.443Z] - CONFIG_IP_VS: enabled (as module) [2021-06-02T15:58:29.443Z] - CONFIG_IP_VS_NFCT: enabled [2021-06-02T15:58:29.443Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-06-02T15:58:29.443Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-06-02T15:58:29.443Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-06-02T15:58:29.443Z] - CONFIG_SECURITY_SELINUX: enabled [2021-06-02T15:58:29.443Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-06-02T15:58:29.443Z] - CONFIG_EXT4_FS: enabled [2021-06-02T15:58:29.443Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-06-02T15:58:29.443Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-06-02T15:58:29.443Z] - Network Drivers: [2021-06-02T15:58:29.443Z] - "overlay": [2021-06-02T15:58:29.443Z] - CONFIG_VXLAN: enabled (as module) [2021-06-02T15:58:29.443Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-06-02T15:58:29.443Z] Optional (for encrypted networks): [2021-06-02T15:58:29.702Z] - CONFIG_CRYPTO: enabled [2021-06-02T15:58:29.702Z] - CONFIG_CRYPTO_AEAD: enabled [2021-06-02T15:58:29.702Z] - CONFIG_CRYPTO_GCM: enabled [2021-06-02T15:58:29.702Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-06-02T15:58:29.702Z] - CONFIG_CRYPTO_GHASH: enabled [2021-06-02T15:58:29.702Z] - CONFIG_XFRM: enabled [2021-06-02T15:58:29.702Z] - CONFIG_XFRM_USER: enabled (as module) [2021-06-02T15:58:29.702Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-06-02T15:58:29.702Z] - CONFIG_INET_ESP: enabled (as module) [2021-06-02T15:58:29.702Z] - "ipvlan": [2021-06-02T15:58:29.702Z] - CONFIG_IPVLAN: enabled (as module) [2021-06-02T15:58:29.702Z] - "macvlan": [2021-06-02T15:58:29.702Z] - CONFIG_MACVLAN: enabled (as module) [2021-06-02T15:58:29.702Z] - CONFIG_DUMMY: enabled (as module) [2021-06-02T15:58:29.702Z] - "ftp,tftp client in container": [2021-06-02T15:58:29.702Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-06-02T15:58:29.702Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-06-02T15:58:29.702Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-06-02T15:58:29.702Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-06-02T15:58:29.702Z] - Storage Drivers: [2021-06-02T15:58:29.702Z] - "aufs": [2021-06-02T15:58:29.702Z] - CONFIG_AUFS_FS: enabled (as module) [2021-06-02T15:58:29.702Z] - "btrfs": [2021-06-02T15:58:29.702Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-06-02T15:58:29.702Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-06-02T15:58:29.702Z] - "devicemapper": [2021-06-02T15:58:29.702Z] - CONFIG_BLK_DEV_DM: enabled [2021-06-02T15:58:29.702Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-06-02T15:58:29.702Z] - "overlay": [2021-06-02T15:58:29.702Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-06-02T15:58:29.702Z] - "zfs": [2021-06-02T15:58:29.702Z] - /dev/zfs: present [2021-06-02T15:58:29.702Z] - zfs command: missing [2021-06-02T15:58:29.702Z] - zpool command: missing [2021-06-02T15:58:29.702Z] [2021-06-02T15:58:29.702Z] Limits: [2021-06-02T15:58:29.702Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-06-02T15:58:29.702Z] [2021-06-02T15:58:29.702Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-06-02T15:58:30.030Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:d414c0c1e8c487170b1d2f5af4946771645c6564 . [2021-06-02T15:58:30.030Z] #1 [internal] load build definition from Dockerfile [2021-06-02T15:58:30.030Z] #1 sha256:5bec99f1c7163520ab744483f49ced0d8eb0a984d24d15aae2f1541261707fd0 [2021-06-02T15:58:30.289Z] #1 transferring dockerfile: 17.09kB done [2021-06-02T15:58:30.289Z] #1 DONE 0.2s [2021-06-02T15:58:30.289Z] [2021-06-02T15:58:30.289Z] #2 [internal] load .dockerignore [2021-06-02T15:58:30.289Z] #2 sha256:c6e88327a38c00ce5d6d954f87e1110709b7ac4dbbab54c11af97d7dac0b102a [2021-06-02T15:58:30.289Z] #2 transferring context: 87B done [2021-06-02T15:58:30.289Z] #2 DONE 0.1s [2021-06-02T15:58:30.289Z] [2021-06-02T15:58:30.289Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-06-02T15:58:30.289Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-06-02T15:58:30.549Z] #3 DONE 0.4s [2021-06-02T15:58:30.809Z] [2021-06-02T15:58:30.809Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-06-02T15:58:30.809Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-06-02T15:58:30.809Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-06-02T15:58:30.809Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-06-02T15:58:30.809Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-06-02T15:58:30.809Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-06-02T15:58:30.809Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 7.34MB / 9.64MB 0.1s [2021-06-02T15:58:30.809Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s done [2021-06-02T15:58:30.809Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 [2021-06-02T15:58:31.069Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.2s done [2021-06-02T15:58:31.388Z] #4 DONE 0.5s [2021-06-02T15:58:31.388Z] [2021-06-02T15:58:31.388Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-02T15:58:31.388Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-06-02T15:58:31.959Z] #8 ... [2021-06-02T15:58:31.959Z] [2021-06-02T15:58:31.959Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-06-02T15:58:31.959Z] #5 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-06-02T15:58:31.959Z] #5 DONE 0.6s [2021-06-02T15:58:31.959Z] [2021-06-02T15:58:31.959Z] #6 [internal] load metadata for docker.io/library/debian:buster [2021-06-02T15:58:31.959Z] #6 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-06-02T15:58:31.959Z] #6 DONE 0.7s [2021-06-02T15:58:32.220Z] [2021-06-02T15:58:32.220Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-02T15:58:32.220Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-06-02T15:58:32.220Z] #8 DONE 0.7s [2021-06-02T15:58:32.220Z] [2021-06-02T15:58:32.220Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-02T15:58:32.220Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-06-02T15:58:32.220Z] #7 DONE 0.7s [2021-06-02T15:58:32.485Z] [2021-06-02T15:58:32.485Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-02T15:58:32.485Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-06-02T15:58:32.485Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-06-02T15:58:32.485Z] #64 DONE 0.0s [2021-06-02T15:58:32.485Z] [2021-06-02T15:58:32.485Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-02T15:58:32.485Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-06-02T15:58:32.485Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-06-02T15:58:32.485Z] #62 DONE 0.0s [2021-06-02T15:58:32.485Z] [2021-06-02T15:58:32.485Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-02T15:58:32.485Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-02T15:58:32.485Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.0s done [2021-06-02T15:58:32.485Z] #9 DONE 0.0s [2021-06-02T15:58:32.485Z] [2021-06-02T15:58:32.485Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-02T15:58:32.485Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-02T15:58:32.485Z] #26 resolve docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-02T15:58:32.485Z] #26 resolve docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 0.0s done [2021-06-02T15:58:32.745Z] #26 sha256:4a7a1f4017349067a21bd2de060dcf8b41e49fabf61b0dc3cf86a87e1f6dba9d 1.46kB / 1.46kB done [2021-06-02T15:58:32.745Z] #26 sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 1.85kB / 1.85kB done [2021-06-02T15:58:32.745Z] #26 sha256:3e24baa60967d085b95a45129f82af4eb9d1e33aff9559173542ebb15c5d9cb5 529B / 529B done [2021-06-02T15:58:36.053Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 0B / 50.43MB 3.3s [2021-06-02T15:58:36.314Z] #26 ... [2021-06-02T15:58:36.314Z] [2021-06-02T15:58:36.314Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-02T15:58:36.314Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-06-02T15:58:36.314Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-06-02T15:58:36.314Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-06-02T15:58:36.314Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-06-02T15:58:36.314Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done [2021-06-02T15:58:36.314Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.1s done [2021-06-02T15:58:36.314Z] #62 DONE 3.9s [2021-06-02T15:58:36.314Z] [2021-06-02T15:58:36.314Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-02T15:58:36.314Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-02T15:58:36.314Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 9.44MB / 50.43MB 3.6s [2021-06-02T15:58:36.314Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 18.87MB / 50.43MB 3.8s [2021-06-02T15:58:36.575Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 22.02MB / 50.43MB 3.9s [2021-06-02T15:58:36.575Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 27.26MB / 50.43MB 4.0s [2021-06-02T15:58:36.962Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 31.46MB / 50.43MB 4.1s [2021-06-02T15:58:36.962Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 35.65MB / 50.43MB 4.2s [2021-06-02T15:58:36.962Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 42.99MB / 50.43MB 4.4s [2021-06-02T15:58:37.234Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 47.65MB / 50.43MB 4.4s [2021-06-02T15:58:37.234Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 50.43MB / 50.43MB 4.5s [2021-06-02T15:58:38.177Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 50.43MB / 50.43MB 5.3s done [2021-06-02T15:58:38.177Z] #26 ... [2021-06-02T15:58:38.177Z] [2021-06-02T15:58:38.177Z] #23 [internal] load build context [2021-06-02T15:58:38.177Z] #23 sha256:fd6e40abe4899c43b00dd7a0716b0500a52eaee01cb57dff07c7054d2f922abf [2021-06-02T15:58:38.177Z] #23 transferring context: 54.50MB 5.4s done [2021-06-02T15:58:38.177Z] #23 DONE 5.8s [2021-06-02T15:58:38.177Z] [2021-06-02T15:58:38.177Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-02T15:58:38.177Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-02T15:58:38.177Z] #26 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 [2021-06-02T15:58:39.560Z] #26 ... [2021-06-02T15:58:39.560Z] [2021-06-02T15:58:39.560Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-02T15:58:39.560Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-06-02T15:58:39.560Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-06-02T15:58:39.560Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-06-02T15:58:39.560Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-06-02T15:58:39.560Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 3.5s done [2021-06-02T15:58:39.560Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.1s done [2021-06-02T15:58:39.560Z] #64 DONE 7.2s [2021-06-02T15:58:39.560Z] [2021-06-02T15:58:39.560Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-02T15:58:39.560Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-02T15:58:41.486Z] #26 ... [2021-06-02T15:58:41.486Z] [2021-06-02T15:58:41.486Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-06-02T15:58:41.486Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-06-02T15:58:41.486Z] #63 DONE 1.1s [2021-06-02T15:58:41.746Z] [2021-06-02T15:58:41.746Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-02T15:58:41.746Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-02T15:58:41.746Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-06-02T15:58:41.746Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-06-02T15:58:41.746Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-06-02T15:58:41.746Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.6s done [2021-06-02T15:58:41.746Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.5s done [2021-06-02T15:58:41.746Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.1s done [2021-06-02T15:58:41.746Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.1s done [2021-06-02T15:58:41.746Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.2s done [2021-06-02T15:58:41.746Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 6.8s done [2021-06-02T15:58:41.746Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 6.6s done [2021-06-02T15:58:41.746Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 2.4s done [2021-06-02T15:58:41.746Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2021-06-02T15:58:42.319Z] #9 ... [2021-06-02T15:58:42.319Z] [2021-06-02T15:58:42.319Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-06-02T15:58:42.319Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-06-02T15:58:42.319Z] #65 DONE 1.0s [2021-06-02T15:58:42.319Z] [2021-06-02T15:58:42.319Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-02T15:58:42.319Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-02T15:58:42.319Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.8s done [2021-06-02T15:58:42.319Z] #9 ... [2021-06-02T15:58:42.319Z] [2021-06-02T15:58:42.319Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-02T15:58:42.319Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-02T15:58:42.889Z] #26 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 4.8s done [2021-06-02T15:58:43.150Z] #26 DONE 10.7s [2021-06-02T15:58:43.150Z] [2021-06-02T15:58:43.150Z] #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-06-02T15:58:43.150Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f [2021-06-02T15:58:44.535Z] #27 1.168 Get:1 http://deb.debian.org/debian buster InRelease [121 kB] [2021-06-02T15:58:44.535Z] #27 1.173 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-02T15:58:44.535Z] #27 1.178 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-02T15:58:44.535Z] #27 1.333 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-02T15:58:44.796Z] #27 1.584 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-02T15:58:44.796Z] #27 1.811 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [291 kB] [2021-06-02T15:58:46.711Z] #27 3.354 Fetched 8447 kB in 2s (3460 kB/s) [2021-06-02T15:58:47.295Z] #27 3.354 Reading package lists... [2021-06-02T15:58:48.239Z] #27 4.294 Reading package lists... [2021-06-02T15:58:48.504Z] #27 5.218 Building dependency tree... [2021-06-02T15:58:48.766Z] #27 5.577 The following additional packages will be installed: [2021-06-02T15:58:48.766Z] #27 5.577 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-06-02T15:58:48.766Z] #27 5.577 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-06-02T15:58:48.766Z] #27 5.582 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-06-02T15:58:48.766Z] #27 5.582 Suggested packages: [2021-06-02T15:58:48.766Z] #27 5.582 krb5-doc krb5-user [2021-06-02T15:58:48.766Z] #27 5.582 Recommended packages: [2021-06-02T15:58:48.766Z] #27 5.582 krb5-locales publicsuffix libsasl2-modules [2021-06-02T15:58:49.034Z] #27 5.898 The following NEW packages will be installed: [2021-06-02T15:58:49.034Z] #27 5.899 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-06-02T15:58:49.034Z] #27 5.899 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-06-02T15:58:49.034Z] #27 5.899 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-06-02T15:58:49.035Z] #27 5.900 libssh2-1 libssl1.1 openssl [2021-06-02T15:58:49.295Z] #27 6.179 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-06-02T15:58:49.295Z] #27 6.179 Need to get 5059 kB of archives. [2021-06-02T15:58:49.295Z] #27 6.179 After this operation, 12.1 MB of additional disk space will be used. [2021-06-02T15:58:49.295Z] #27 6.179 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-06-02T15:58:49.295Z] #27 6.181 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB] [2021-06-02T15:58:49.295Z] #27 6.185 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-06-02T15:58:49.295Z] #27 6.187 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-06-02T15:58:49.295Z] #27 6.190 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-06-02T15:58:49.295Z] #27 6.194 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-06-02T15:58:49.295Z] #27 6.199 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-06-02T15:58:49.295Z] #27 6.206 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-06-02T15:58:49.295Z] #27 6.212 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-06-02T15:58:49.295Z] #27 6.212 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-06-02T15:58:49.295Z] #27 6.218 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-06-02T15:58:49.295Z] #27 6.218 Get:12 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB] [2021-06-02T15:58:49.295Z] #27 6.221 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-06-02T15:58:49.295Z] #27 6.225 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-06-02T15:58:49.295Z] #27 6.230 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-06-02T15:58:49.295Z] #27 6.230 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-06-02T15:58:49.295Z] #27 6.234 Get:17 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-06-02T15:58:49.555Z] #27 6.237 Get:18 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-06-02T15:58:49.555Z] #27 6.242 Get:19 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB] [2021-06-02T15:58:49.555Z] #27 6.243 Get:20 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-06-02T15:58:49.555Z] #27 6.249 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB] [2021-06-02T15:58:49.555Z] #27 6.402 debconf: delaying package configuration, since apt-utils is not installed [2021-06-02T15:58:49.555Z] #27 6.425 Fetched 5059 kB in 0s (15.3 MB/s) [2021-06-02T15:58:49.555Z] #27 6.466 Selecting previously unselected package libssl1.1:amd64. [2021-06-02T15:58:49.555Z] #27 6.466 (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-06-02T15:58:49.555Z] #27 6.468 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ... [2021-06-02T15:58:49.555Z] #27 6.477 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-06-02T15:58:49.814Z] #27 6.670 Selecting previously unselected package openssl. [2021-06-02T15:58:49.814Z] #27 6.670 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ... [2021-06-02T15:58:49.814Z] #27 6.676 Unpacking openssl (1.1.1d-0+deb10u6) ... [2021-06-02T15:58:49.814Z] #27 6.812 Selecting previously unselected package ca-certificates. [2021-06-02T15:58:49.814Z] #27 6.812 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-06-02T15:58:50.075Z] #27 6.817 Unpacking ca-certificates (20200601~deb10u2) ... [2021-06-02T15:58:50.075Z] #27 6.892 Selecting previously unselected package libkeyutils1:amd64. [2021-06-02T15:58:50.075Z] #27 6.892 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ... [2021-06-02T15:58:50.075Z] #27 6.896 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-06-02T15:58:50.075Z] #27 6.929 Selecting previously unselected package libkrb5support0:amd64. [2021-06-02T15:58:50.075Z] #27 6.929 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-06-02T15:58:50.075Z] #27 6.932 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-06-02T15:58:50.075Z] #27 6.971 Selecting previously unselected package libk5crypto3:amd64. [2021-06-02T15:58:50.075Z] #27 6.971 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-06-02T15:58:50.075Z] #27 6.974 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-06-02T15:58:50.075Z] #27 7.021 Selecting previously unselected package libkrb5-3:amd64. [2021-06-02T15:58:50.075Z] #27 7.021 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-06-02T15:58:50.075Z] #27 7.024 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-06-02T15:58:50.335Z] #27 7.133 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-06-02T15:58:50.335Z] #27 7.133 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-06-02T15:58:50.335Z] #27 7.136 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-06-02T15:58:50.335Z] #27 7.182 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-06-02T15:58:50.335Z] #27 7.182 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-06-02T15:58:50.335Z] #27 7.187 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-02T15:58:50.335Z] #27 7.224 Selecting previously unselected package libsasl2-2:amd64. [2021-06-02T15:58:50.335Z] #27 7.224 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-06-02T15:58:50.335Z] #27 7.229 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-02T15:58:50.335Z] #27 7.267 Selecting previously unselected package libldap-common. [2021-06-02T15:58:50.595Z] #27 7.268 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-06-02T15:58:50.595Z] #27 7.272 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-06-02T15:58:50.595Z] #27 7.319 Selecting previously unselected package libldap-2.4-2:amd64. [2021-06-02T15:58:50.595Z] #27 7.319 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-06-02T15:58:50.595Z] #27 7.323 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-06-02T15:58:50.595Z] #27 7.388 Selecting previously unselected package libnghttp2-14:amd64. [2021-06-02T15:58:50.595Z] #27 7.388 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-06-02T15:58:50.595Z] #27 7.394 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-06-02T15:58:50.595Z] #27 7.431 Selecting previously unselected package libpsl5:amd64. [2021-06-02T15:58:50.595Z] #27 7.431 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-06-02T15:58:50.595Z] #27 7.435 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-06-02T15:58:50.595Z] #27 7.469 Selecting previously unselected package librtmp1:amd64. [2021-06-02T15:58:50.595Z] #27 7.469 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-06-02T15:58:50.595Z] #27 7.475 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-06-02T15:58:50.595Z] #27 7.515 Selecting previously unselected package libssh2-1:amd64. [2021-06-02T15:58:50.595Z] #27 7.515 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-06-02T15:58:50.595Z] #27 7.519 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-06-02T15:58:50.595Z] #27 7.565 Selecting previously unselected package libcurl4:amd64. [2021-06-02T15:58:50.595Z] #27 7.565 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ... [2021-06-02T15:58:50.595Z] #27 7.571 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-06-02T15:58:50.855Z] #27 7.633 Selecting previously unselected package curl. [2021-06-02T15:58:50.855Z] #27 7.633 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ... [2021-06-02T15:58:50.855Z] #27 7.638 Unpacking curl (7.64.0-4+deb10u2) ... [2021-06-02T15:58:50.855Z] #27 7.700 Selecting previously unselected package libonig5:amd64. [2021-06-02T15:58:50.855Z] #27 7.700 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-06-02T15:58:50.855Z] #27 7.706 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-06-02T15:58:50.855Z] #27 7.770 Selecting previously unselected package libjq1:amd64. [2021-06-02T15:58:50.855Z] #27 7.772 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-06-02T15:58:50.855Z] #27 7.778 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-02T15:58:51.115Z] #27 7.822 Selecting previously unselected package jq. [2021-06-02T15:58:51.115Z] #27 7.823 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-06-02T15:58:51.115Z] #27 7.827 Unpacking jq (1.5+dfsg-2+b1) ... [2021-06-02T15:58:51.115Z] #27 7.870 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-06-02T15:58:51.115Z] #27 7.882 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-06-02T15:58:51.115Z] #27 7.949 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-06-02T15:58:51.115Z] #27 8.059 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-06-02T15:58:51.377Z] #27 8.066 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-06-02T15:58:51.377Z] #27 8.080 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-06-02T15:58:51.377Z] #27 8.091 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-02T15:58:51.377Z] #27 8.103 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-06-02T15:58:51.377Z] #27 8.112 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-06-02T15:58:51.377Z] #27 8.122 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-02T15:58:51.377Z] #27 8.134 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-06-02T15:58:51.377Z] #27 8.148 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-06-02T15:58:51.377Z] #27 8.158 Setting up openssl (1.1.1d-0+deb10u6) ... [2021-06-02T15:58:51.377Z] #27 8.175 Setting up libonig5:amd64 (6.9.1-1) ... [2021-06-02T15:58:51.377Z] #27 8.188 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-02T15:58:51.377Z] #27 8.199 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-06-02T15:58:51.377Z] #27 8.209 Setting up ca-certificates (20200601~deb10u2) ... [2021-06-02T15:58:52.322Z] #27 8.863 Updating certificates in /etc/ssl/certs... [2021-06-02T15:58:52.583Z] #27 ... [2021-06-02T15:58:52.583Z] [2021-06-02T15:58:52.583Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-02T15:58:52.583Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-02T15:58:52.583Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.8s done [2021-06-02T15:58:52.583Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 3.8s done [2021-06-02T15:58:52.583Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.9s done [2021-06-02T15:58:52.583Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 1.0s [2021-06-02T15:58:52.843Z] #9 ... [2021-06-02T15:58:52.843Z] [2021-06-02T15:58:52.843Z] #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-06-02T15:58:52.843Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f [2021-06-02T15:58:52.843Z] #27 9.661 137 added, 0 removed; done. [2021-06-02T15:58:52.843Z] #27 9.695 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-06-02T15:58:52.843Z] #27 9.707 Setting up jq (1.5+dfsg-2+b1) ... [2021-06-02T15:58:52.843Z] #27 9.717 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-06-02T15:58:52.843Z] #27 9.726 Setting up curl (7.64.0-4+deb10u2) ... [2021-06-02T15:58:52.843Z] #27 9.737 Processing triggers for libc-bin (2.28-10) ... [2021-06-02T15:58:52.843Z] #27 9.754 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-06-02T15:58:52.843Z] #27 9.762 Updating certificates in /etc/ssl/certs... [2021-06-02T15:58:53.783Z] #27 10.43 0 added, 0 removed; done. [2021-06-02T15:58:53.783Z] #27 10.43 Running hooks in /etc/ca-certificates/update.d... [2021-06-02T15:58:53.783Z] #27 10.43 done. [2021-06-02T15:58:56.326Z] #27 DONE 13.0s [2021-06-02T15:58:56.326Z] [2021-06-02T15:58:56.326Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-02T15:58:56.326Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-02T15:58:56.586Z] #9 ... [2021-06-02T15:58:56.586Z] [2021-06-02T15:58:56.586Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-06-02T15:58:56.586Z] #28 sha256:edddd96c357d6efeb357011593786ba6e801c1d1aff95557f9e4868d3735d9ec [2021-06-02T15:58:56.586Z] #28 DONE 0.2s [2021-06-02T15:58:56.586Z] [2021-06-02T15:58:56.586Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-02T15:58:56.586Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-02T15:58:57.525Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.8s done [2021-06-02T15:58:57.525Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a [2021-06-02T15:58:57.525Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-06-02T15:58:57.786Z] #9 DONE 25.3s [2021-06-02T15:58:57.786Z] [2021-06-02T15:58:57.786Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-06-02T15:58:57.786Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-06-02T15:58:58.747Z] #10 DONE 0.8s [2021-06-02T15:58:58.747Z] [2021-06-02T15:58:58.747Z] #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-06-02T15:58:58.747Z] #29 sha256:c1f5d4827cdb3a19b5d1d6cd3b4cf95d53f4249c52312b7ff6095da6d06ef6fe [2021-06-02T15:58:58.747Z] #29 1.289 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-06-02T15:58:58.747Z] #29 1.376 [2021-06-02T15:58:58.747Z] #29 1.510 0.0% ####### 10.2% ############### 21.9% ######################## 34.3% ################################# 46.1% ########################################## 58.9% ###################################################### 75.7% ######################################################################## 100.0% [2021-06-02T15:58:58.747Z] #29 2.388 [2021-06-02T15:58:59.269Z] #29 2.591 0.2% ###################################################################### 97.8% ######################################################################## 100.0% [2021-06-02T15:58:59.269Z] #29 2.791 [2021-06-02T15:58:59.533Z] #29 2.903 ############################################# 63.3%#29 ... [2021-06-02T15:58:59.533Z] [2021-06-02T15:58:59.533Z] #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-06-02T15:58:59.533Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-06-02T15:58:59.533Z] #11 DONE 0.8s [2021-06-02T15:58:59.533Z] [2021-06-02T15:58:59.533Z] #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-06-02T15:58:59.533Z] #29 sha256:c1f5d4827cdb3a19b5d1d6cd3b4cf95d53f4249c52312b7ff6095da6d06ef6fe [2021-06-02T15:58:59.533Z] #29 2.903 ############################################# 63.3% ######################################################################## 100.0% [2021-06-02T15:58:59.533Z] #29 2.983 [2021-06-02T15:58:59.795Z] #29 3.113 ###### 9.2% [2021-06-02T15:58:59.795Z] #29 ... [2021-06-02T15:58:59.795Z] [2021-06-02T15:58:59.795Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-06-02T15:58:59.795Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-06-02T15:58:59.795Z] #39 DONE 0.3s [2021-06-02T15:58:59.795Z] [2021-06-02T15:58:59.795Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-06-02T15:58:59.795Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-06-02T15:58:59.795Z] #31 DONE 0.3s [2021-06-02T15:58:59.795Z] [2021-06-02T15:58:59.795Z] #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-06-02T15:58:59.795Z] #29 sha256:c1f5d4827cdb3a19b5d1d6cd3b4cf95d53f4249c52312b7ff6095da6d06ef6fe [2021-06-02T15:59:00.319Z] #29 3.113 ###### 9.2% ################ 22.7% ######################### 35.5% ################################ 45.4% ########################################### 60.7% #################################################### 72.7% ######################################################################## 100.0% [2021-06-02T15:59:00.580Z] #29 4.137 #=#=# [2021-06-02T15:59:02.671Z] #29 4.287 # 1.9% #### 6.8% ######## 11.8% ########### 16.2% ############## 20.3% ################# 24.9% ####################### 33.0% ############################ 39.0% ################################ 44.5% #################################### 50.9% ######################################## 55.7% ############################################# 62.7% ################################################ 67.9% #################################################### 73.1% ######################################################## 77.9% ############################################################ 83.6% ############################################################### 88.8% ################################################################### 94.0% ####################################################################### 99.2% ######################################################################## 100.0% [2021-06-02T15:59:02.671Z] #29 6.147 [2021-06-02T15:59:02.931Z] #29 6.565 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-06-02T15:59:02.931Z] #29 6.664 [2021-06-02T15:59:03.191Z] #29 6.768 ######################################################################## 100.0% [2021-06-02T15:59:03.191Z] #29 6.798 [2021-06-02T15:59:03.762Z] #29 7.163 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-06-02T15:59:03.762Z] #29 7.284 [2021-06-02T15:59:03.762Z] #29 7.401 ################# 24.5% ######################################################################## 100.0% [2021-06-02T15:59:03.762Z] #29 7.477 [2021-06-02T15:59:04.341Z] #29 7.840 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-06-02T15:59:04.341Z] #29 7.967 [2021-06-02T15:59:05.182Z] #29 8.141 0.0% ############# 18.5% ############################## 42.1% ########################################### 60.4%#29 ... [2021-06-02T15:59:05.182Z] [2021-06-02T15:59:05.182Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-06-02T15:59:05.182Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-06-02T15:59:05.182Z] #12 DONE 5.7s [2021-06-02T15:59:05.182Z] [2021-06-02T15:59:05.182Z] #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-06-02T15:59:05.182Z] #29 sha256:c1f5d4827cdb3a19b5d1d6cd3b4cf95d53f4249c52312b7ff6095da6d06ef6fe [2021-06-02T15:59:05.182Z] #29 8.141 0.0% ############# 18.5% ############################## 42.1% ########################################### 60.4% ######################################################### 80.1% ######################################################################## 100.0% [2021-06-02T15:59:05.182Z] #29 8.735 [2021-06-02T15:59:05.182Z] #29 ... [2021-06-02T15:59:05.182Z] [2021-06-02T15:59:05.182Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T15:59:05.182Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T15:59:07.733Z] #13 2.693 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-06-02T15:59:07.993Z] #13 2.771 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-02T15:59:07.993Z] #13 2.774 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-02T15:59:07.993Z] #13 2.775 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-02T15:59:08.606Z] #13 ... [2021-06-02T15:59:08.606Z] [2021-06-02T15:59:08.606Z] #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-06-02T15:59:08.606Z] #29 sha256:c1f5d4827cdb3a19b5d1d6cd3b4cf95d53f4249c52312b7ff6095da6d06ef6fe [2021-06-02T15:59:08.606Z] #29 9.378 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-06-02T15:59:08.606Z] #29 9.819 #=#=# [2021-06-02T15:59:08.606Z] #29 10.18 ######################################################################## 100.0% [2021-06-02T15:59:08.606Z] #29 10.26 [2021-06-02T15:59:08.606Z] #29 11.22 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-06-02T15:59:08.606Z] #29 11.57 [2021-06-02T15:59:08.606Z] #29 11.75 ######################################################################## 100.0% [2021-06-02T15:59:08.606Z] #29 11.85 [2021-06-02T15:59:08.606Z] #29 11.97 Download of images into '/build' complete. [2021-06-02T15:59:08.606Z] #29 11.97 Use something like the following to load the result into a Docker daemon: [2021-06-02T15:59:08.606Z] #29 11.97 tar -cC '/build' . | docker load [2021-06-02T15:59:08.606Z] #29 DONE 12.2s [2021-06-02T15:59:08.866Z] [2021-06-02T15:59:08.866Z] #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-06-02T15:59:08.866Z] #45 sha256:0a390b322d2cc1430f3d50949762ec73c7e24d99b78ae26af52a5a43422403ac [2021-06-02T15:59:08.866Z] #45 6.188 + RM_GOPATH=0 [2021-06-02T15:59:08.866Z] #45 6.188 + TMP_GOPATH= [2021-06-02T15:59:08.866Z] #45 6.188 + : /build [2021-06-02T15:59:08.866Z] #45 6.188 + '[' -z '' ']' [2021-06-02T15:59:08.866Z] #45 6.188 ++ mktemp -d [2021-06-02T15:59:08.866Z] #45 6.191 + export GOPATH=/tmp/tmp.GOCgbwVwfz [2021-06-02T15:59:08.866Z] #45 6.191 + GOPATH=/tmp/tmp.GOCgbwVwfz [2021-06-02T15:59:08.866Z] #45 6.191 + RM_GOPATH=1 [2021-06-02T15:59:08.866Z] #45 6.191 + case "$(go env GOARCH)" in [2021-06-02T15:59:08.866Z] #45 6.191 ++ go env GOARCH [2021-06-02T15:59:08.866Z] #45 6.195 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T15:59:08.866Z] #45 6.195 + GO_BUILDMODE=-buildmode=pie [2021-06-02T15:59:08.866Z] #45 6.195 ++ dirname /tmp/install/install.sh [2021-06-02T15:59:08.866Z] #45 6.195 + dir=/tmp/install [2021-06-02T15:59:08.866Z] #45 6.195 + bin=vndr [2021-06-02T15:59:08.866Z] #45 6.195 + shift [2021-06-02T15:59:08.866Z] #45 6.195 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-06-02T15:59:08.866Z] #45 6.195 + . /tmp/install/vndr.installer [2021-06-02T15:59:08.866Z] #45 6.195 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-02T15:59:08.866Z] #45 6.195 + install_vndr [2021-06-02T15:59:08.866Z] #45 6.195 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-06-02T15:59:08.866Z] #45 6.195 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.GOCgbwVwfz/src/github.com/LK4D4/vndr [2021-06-02T15:59:08.866Z] #45 6.195 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-02T15:59:08.866Z] #45 6.201 Cloning into '/tmp/tmp.GOCgbwVwfz/src/github.com/LK4D4/vndr'... [2021-06-02T15:59:08.866Z] #45 6.945 + cd /tmp/tmp.GOCgbwVwfz/src/github.com/LK4D4/vndr [2021-06-02T15:59:08.866Z] #45 6.945 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-02T15:59:08.866Z] #45 6.964 + go build -buildmode=pie -v -o /build/vndr . [2021-06-02T15:59:08.866Z] #45 7.949 internal/cpu [2021-06-02T15:59:08.866Z] #45 7.951 runtime/internal/atomic [2021-06-02T15:59:08.866Z] #45 8.171 runtime/internal/sys [2021-06-02T15:59:08.866Z] #45 8.358 runtime/internal/math [2021-06-02T15:59:08.867Z] #45 8.493 internal/race [2021-06-02T15:59:08.867Z] #45 8.544 sync/atomic [2021-06-02T15:59:08.867Z] #45 8.695 internal/bytealg [2021-06-02T15:59:08.867Z] #45 8.812 unicode [2021-06-02T15:59:08.897Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0d7f45718d7416937) in /home/ubuntu/workspace/moby_PR-42143 [Pipeline] { [Pipeline] checkout [2021-06-02T15:59:08.978Z] The recommended git tool is: git [2021-06-02T15:59:09.447Z] #45 9.812 runtime [2021-06-02T15:59:09.447Z] #45 ... [2021-06-02T15:59:09.447Z] [2021-06-02T15:59:09.447Z] #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-06-02T15:59:09.447Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-06-02T15:59:09.447Z] #42 7.426 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-02T15:59:09.447Z] #42 7.486 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-02T15:59:09.447Z] #42 7.537 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-02T15:59:09.447Z] #42 8.651 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-02T15:59:09.447Z] #42 ... [2021-06-02T15:59:09.447Z] [2021-06-02T15:59:09.447Z] #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-06-02T15:59:09.447Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-02T15:59:09.447Z] #55 7.698 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-02T15:59:09.447Z] #55 7.762 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-02T15:59:09.447Z] #55 7.765 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-02T15:59:09.447Z] #55 8.864 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-02T15:59:09.710Z] #55 ... [2021-06-02T15:59:09.710Z] [2021-06-02T15:59:09.710Z] #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-06-02T15:59:09.710Z] #49 sha256:9b01f24d168b0025b89b7a8a9375a67e27eab16a4e6bf7ccb5d5ac3901656924 [2021-06-02T15:59:09.710Z] #49 5.920 + RM_GOPATH=0 [2021-06-02T15:59:09.710Z] #49 5.920 + TMP_GOPATH= [2021-06-02T15:59:09.710Z] #49 5.920 + : /build [2021-06-02T15:59:09.710Z] #49 5.920 + '[' -z '' ']' [2021-06-02T15:59:09.710Z] #49 5.920 ++ mktemp -d [2021-06-02T15:59:09.710Z] #49 5.920 + export GOPATH=/tmp/tmp.nGk2IFkGr2 [2021-06-02T15:59:09.710Z] #49 5.920 + GOPATH=/tmp/tmp.nGk2IFkGr2 [2021-06-02T15:59:09.710Z] #49 5.920 + RM_GOPATH=1 [2021-06-02T15:59:09.710Z] #49 5.920 + case "$(go env GOARCH)" in [2021-06-02T15:59:09.710Z] #49 5.920 ++ go env GOARCH [2021-06-02T15:59:09.710Z] #49 5.925 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T15:59:09.710Z] #49 5.925 + GO_BUILDMODE=-buildmode=pie [2021-06-02T15:59:09.710Z] #49 5.925 ++ dirname /tmp/install/install.sh [2021-06-02T15:59:09.710Z] #49 5.926 + dir=/tmp/install [2021-06-02T15:59:09.710Z] #49 5.926 + bin=golangci_lint [2021-06-02T15:59:09.710Z] #49 5.926 + shift [2021-06-02T15:59:09.710Z] #49 5.926 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-06-02T15:59:09.710Z] #49 5.926 + . /tmp/install/golangci_lint.installer [2021-06-02T15:59:09.710Z] #49 5.926 ++ : v1.23.8 [2021-06-02T15:59:09.710Z] #49 5.926 + install_golangci_lint [2021-06-02T15:59:09.710Z] #49 5.926 + set -e [2021-06-02T15:59:09.710Z] #49 5.926 + export GO111MODULE=on [2021-06-02T15:59:09.710Z] #49 5.926 + GO111MODULE=on [2021-06-02T15:59:09.710Z] #49 5.926 + GOBIN=/build [2021-06-02T15:59:09.710Z] #49 5.926 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-06-02T15:59:09.710Z] #49 6.001 go: finding github.com v1.23.8 [2021-06-02T15:59:09.710Z] #49 6.001 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-06-02T15:59:09.710Z] #49 6.001 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-06-02T15:59:09.710Z] #49 6.001 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-06-02T15:59:09.710Z] #49 6.001 go: finding github.com/golangci v1.23.8 [2021-06-02T15:59:09.710Z] #49 7.018 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-06-02T15:59:09.710Z] #49 8.078 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-06-02T15:59:09.710Z] #49 ... [2021-06-02T15:59:09.710Z] [2021-06-02T15:59:09.710Z] #67 [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-06-02T15:59:09.710Z] #67 sha256:99609d64bf02f578ffb2338a47baf95a3c585b74bd610f20ae148f6a1bef7f38 [2021-06-02T15:59:09.710Z] #67 6.772 + RM_GOPATH=0 [2021-06-02T15:59:09.710Z] #67 6.776 + TMP_GOPATH= [2021-06-02T15:59:09.710Z] #67 6.776 + : /build [2021-06-02T15:59:09.710Z] #67 6.776 + '[' -z '' ']' [2021-06-02T15:59:09.710Z] #67 6.776 ++ mktemp -d [2021-06-02T15:59:09.710Z] #67 6.777 + export GOPATH=/tmp/tmp.x1lCv54dec [2021-06-02T15:59:09.710Z] #67 6.777 + GOPATH=/tmp/tmp.x1lCv54dec [2021-06-02T15:59:09.710Z] #67 6.777 + RM_GOPATH=1 [2021-06-02T15:59:09.710Z] #67 6.778 + case "$(go env GOARCH)" in [2021-06-02T15:59:09.710Z] #67 6.780 ++ go env GOARCH [2021-06-02T15:59:09.710Z] #67 6.813 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T15:59:09.710Z] #67 6.813 + GO_BUILDMODE=-buildmode=pie [2021-06-02T15:59:09.710Z] #67 6.817 ++ dirname /tmp/install/install.sh [2021-06-02T15:59:09.710Z] #67 6.821 + dir=/tmp/install [2021-06-02T15:59:09.710Z] #67 6.821 + bin=proxy [2021-06-02T15:59:09.710Z] #67 6.821 + shift [2021-06-02T15:59:09.710Z] #67 6.821 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-06-02T15:59:09.710Z] #67 6.821 + . /tmp/install/proxy.installer [2021-06-02T15:59:09.710Z] #67 6.821 ++ : 64b7a4574d1426139437d20e81c0b6d391130ec8 [2021-06-02T15:59:09.710Z] #67 6.821 + install_proxy [2021-06-02T15:59:09.710Z] #67 6.821 + case "$1" in [2021-06-02T15:59:09.710Z] #67 6.821 + export CGO_ENABLED=0 [2021-06-02T15:59:09.710Z] #67 6.821 + CGO_ENABLED=0 [2021-06-02T15:59:09.710Z] #67 6.821 + _install_proxy [2021-06-02T15:59:09.710Z] #67 6.821 + echo 'Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8' [2021-06-02T15:59:09.711Z] #67 6.821 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.x1lCv54dec/src/github.com/docker/libnetwork [2021-06-02T15:59:09.711Z] #67 6.822 Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8 [2021-06-02T15:59:09.711Z] #67 6.837 Cloning into '/tmp/tmp.x1lCv54dec/src/github.com/docker/libnetwork'... [2021-06-02T15:59:09.982Z] #67 ... [2021-06-02T15:59:09.982Z] [2021-06-02T15:59:09.982Z] #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-06-02T15:59:09.982Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-02T15:59:09.982Z] #36 7.527 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-02T15:59:09.982Z] #36 7.585 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-02T15:59:09.982Z] #36 7.625 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-02T15:59:09.982Z] #36 8.536 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-02T15:59:10.243Z] #36 ... [2021-06-02T15:59:10.243Z] [2021-06-02T15:59:10.243Z] #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-06-02T15:59:10.243Z] #47 sha256:5f3eff06dd356e368c6f2e960250030cb2e0049449cdd2c109e3434b762d2c04 [2021-06-02T15:59:10.243Z] #47 6.039 + RM_GOPATH=0 [2021-06-02T15:59:10.243Z] #47 6.039 + TMP_GOPATH= [2021-06-02T15:59:10.243Z] #47 6.039 + : /build [2021-06-02T15:59:10.243Z] #47 6.039 + '[' -z '' ']' [2021-06-02T15:59:10.243Z] #47 6.039 ++ mktemp -d [2021-06-02T15:59:10.243Z] #47 6.039 + export GOPATH=/tmp/tmp.5f9m6eRrzu [2021-06-02T15:59:10.243Z] #47 6.039 + GOPATH=/tmp/tmp.5f9m6eRrzu [2021-06-02T15:59:10.243Z] #47 6.039 + RM_GOPATH=1 [2021-06-02T15:59:10.243Z] #47 6.039 + case "$(go env GOARCH)" in [2021-06-02T15:59:10.243Z] #47 6.039 ++ go env GOARCH [2021-06-02T15:59:10.243Z] #47 6.049 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T15:59:10.243Z] #47 6.049 + GO_BUILDMODE=-buildmode=pie [2021-06-02T15:59:10.243Z] #47 6.049 ++ dirname /tmp/install/install.sh [2021-06-02T15:59:10.243Z] #47 6.049 + dir=/tmp/install [2021-06-02T15:59:10.243Z] #47 6.049 + bin=gotestsum [2021-06-02T15:59:10.243Z] #47 6.049 + shift [2021-06-02T15:59:10.243Z] #47 6.055 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-06-02T15:59:10.243Z] #47 6.055 + . /tmp/install/gotestsum.installer [2021-06-02T15:59:10.243Z] #47 6.055 ++ : v0.5.3 [2021-06-02T15:59:10.243Z] #47 6.055 + install_gotestsum [2021-06-02T15:59:10.243Z] #47 6.055 + set -e [2021-06-02T15:59:10.243Z] #47 6.055 + export GO111MODULE=on [2021-06-02T15:59:10.243Z] #47 6.055 + GO111MODULE=on [2021-06-02T15:59:10.243Z] #47 6.055 + GOBIN=/build [2021-06-02T15:59:10.243Z] #47 6.055 + go get gotest.tools/gotestsum@v0.5.3 [2021-06-02T15:59:10.243Z] #47 6.067 go: finding gotest.tools v0.5.3 [2021-06-02T15:59:10.243Z] #47 6.074 go: finding gotest.tools/gotestsum v0.5.3 [2021-06-02T15:59:10.243Z] #47 7.369 go: downloading gotest.tools/gotestsum v0.5.3 [2021-06-02T15:59:10.243Z] #47 8.053 go: extracting gotest.tools/gotestsum v0.5.3 [2021-06-02T15:59:10.243Z] #47 9.236 go: downloading github.com/fatih/color v1.9.0 [2021-06-02T15:59:10.243Z] #47 9.261 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-02T15:59:10.243Z] #47 9.261 go: downloading github.com/pkg/errors v0.9.1 [2021-06-02T15:59:10.243Z] #47 9.344 go: downloading github.com/spf13/pflag v1.0.3 [2021-06-02T15:59:10.243Z] #47 10.14 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-02T15:59:10.243Z] #47 10.19 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-06-02T15:59:10.243Z] #47 10.21 go: extracting github.com/pkg/errors v0.9.1 [2021-06-02T15:59:10.243Z] #47 10.27 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-02T15:59:10.243Z] #47 10.47 go: extracting github.com/fatih/color v1.9.0 [2021-06-02T15:59:10.243Z] #47 10.47 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-02T15:59:10.243Z] #47 10.65 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-02T15:59:10.243Z] #47 10.82 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-02T15:59:10.243Z] #47 10.92 go: extracting github.com/spf13/pflag v1.0.3 [2021-06-02T15:59:10.243Z] #47 ... [2021-06-02T15:59:10.243Z] [2021-06-02T15:59:10.243Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-06-02T15:59:10.243Z] #34 sha256:4014b265a412957fe5f15025498ac4de730dff1b485d42fa8a01597265416230 [2021-06-02T15:59:10.243Z] #34 6.112 Install go-toml version v1.8.1 [2021-06-02T15:59:10.243Z] #34 6.124 go: finding github.com v1.8.1 [2021-06-02T15:59:10.243Z] #34 6.124 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1 [2021-06-02T15:59:10.243Z] #34 6.124 go: finding github.com/pelletier/go-toml/cmd v1.8.1 [2021-06-02T15:59:10.243Z] #34 6.124 go: finding github.com/pelletier/go-toml v1.8.1 [2021-06-02T15:59:10.243Z] #34 6.124 go: finding github.com/pelletier v1.8.1 [2021-06-02T15:59:10.243Z] #34 7.387 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-06-02T15:59:10.243Z] #34 7.800 go: extracting github.com/pelletier/go-toml v1.8.1 [2021-06-02T15:59:10.538Z] #34 ... [2021-06-02T15:59:10.538Z] [2021-06-02T15:59:10.538Z] #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-06-02T15:59:10.538Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-06-02T15:59:10.538Z] #32 6.967 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-06-02T15:59:10.538Z] #32 6.979 Cloning into '.'... [2021-06-02T15:59:10.538Z] #32 ... [2021-06-02T15:59:10.538Z] [2021-06-02T15:59:10.538Z] #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-06-02T15:59:10.538Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-02T15:59:10.538Z] #40 6.791 + git clone https://github.com/docker/distribution.git . [2021-06-02T15:59:10.538Z] #40 6.795 Cloning into '.'... [2021-06-02T15:59:10.799Z] #40 ... [2021-06-02T15:59:10.799Z] [2021-06-02T15:59:10.799Z] #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-06-02T15:59:10.799Z] #51 sha256:d41ec96df449c0b563106bb4836bbc362e5711e137ac231c137c8774c61c3e3d [2021-06-02T15:59:10.799Z] #51 6.906 + RM_GOPATH=0 [2021-06-02T15:59:10.799Z] #51 6.906 + TMP_GOPATH= [2021-06-02T15:59:10.799Z] #51 6.906 + : /build [2021-06-02T15:59:10.799Z] #51 6.906 + '[' -z '' ']' [2021-06-02T15:59:10.799Z] #51 6.906 ++ mktemp -d [2021-06-02T15:59:10.799Z] #51 6.906 + export GOPATH=/tmp/tmp.zSJ7J8XG81 [2021-06-02T15:59:10.799Z] #51 6.906 + GOPATH=/tmp/tmp.zSJ7J8XG81 [2021-06-02T15:59:10.799Z] #51 6.906 + RM_GOPATH=1 [2021-06-02T15:59:10.799Z] #51 6.906 + case "$(go env GOARCH)" in [2021-06-02T15:59:10.799Z] #51 6.906 ++ go env GOARCH [2021-06-02T15:59:10.799Z] #51 6.972 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T15:59:10.799Z] #51 6.972 + GO_BUILDMODE=-buildmode=pie [2021-06-02T15:59:10.799Z] #51 6.972 ++ dirname /tmp/install/install.sh [2021-06-02T15:59:10.799Z] #51 6.976 + dir=/tmp/install [2021-06-02T15:59:10.799Z] #51 6.981 + bin=shfmt [2021-06-02T15:59:10.799Z] #51 6.981 + shift [2021-06-02T15:59:10.799Z] #51 6.981 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-06-02T15:59:10.799Z] #51 6.981 + . /tmp/install/shfmt.installer [2021-06-02T15:59:10.799Z] #51 6.981 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-02T15:59:10.799Z] #51 6.981 + install_shfmt [2021-06-02T15:59:10.799Z] #51 6.981 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-06-02T15:59:10.799Z] #51 6.981 + git clone https://github.com/mvdan/sh.git /tmp/tmp.zSJ7J8XG81/src/github.com/mvdan/sh [2021-06-02T15:59:10.799Z] #51 6.981 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-02T15:59:10.799Z] #51 7.040 Cloning into '/tmp/tmp.zSJ7J8XG81/src/github.com/mvdan/sh'... [2021-06-02T15:59:10.799Z] #51 ... [2021-06-02T15:59:10.799Z] [2021-06-02T15:59:10.799Z] #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-06-02T15:59:10.799Z] #24 sha256:ad1987eb30523a5821fb6cb731a8651f31c3041e8db6bff9ac4e3187337f6994 [2021-06-02T15:59:10.799Z] #24 7.005 + RM_GOPATH=0 [2021-06-02T15:59:10.799Z] #24 7.005 + TMP_GOPATH= [2021-06-02T15:59:10.799Z] #24 7.005 + : /build [2021-06-02T15:59:10.799Z] #24 7.005 + '[' -z '' ']' [2021-06-02T15:59:10.799Z] #24 7.007 ++ mktemp -d [2021-06-02T15:59:10.799Z] #24 7.018 + export GOPATH=/tmp/tmp.oL4VRMGUbT [2021-06-02T15:59:10.799Z] #24 7.018 + GOPATH=/tmp/tmp.oL4VRMGUbT [2021-06-02T15:59:10.799Z] #24 7.018 + RM_GOPATH=1 [2021-06-02T15:59:10.799Z] #24 7.018 + case "$(go env GOARCH)" in [2021-06-02T15:59:10.799Z] #24 7.018 ++ go env GOARCH [2021-06-02T15:59:10.799Z] #24 7.132 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T15:59:10.799Z] #24 7.132 + GO_BUILDMODE=-buildmode=pie [2021-06-02T15:59:10.799Z] #24 7.132 ++ dirname /tmp/install/install.sh [2021-06-02T15:59:10.799Z] #24 7.132 + dir=/tmp/install [2021-06-02T15:59:10.799Z] #24 7.132 + bin=dockercli [2021-06-02T15:59:10.799Z] #24 7.132 + shift [2021-06-02T15:59:10.799Z] #24 7.132 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-06-02T15:59:10.799Z] #24 7.132 + . /tmp/install/dockercli.installer [2021-06-02T15:59:10.799Z] #24 7.132 ++ : stable [2021-06-02T15:59:10.799Z] #24 7.132 ++ : 17.06.2-ce [2021-06-02T15:59:10.799Z] #24 7.132 Install docker/cli version 17.06.2-ce from stable [2021-06-02T15:59:10.799Z] #24 7.132 + install_dockercli [2021-06-02T15:59:10.799Z] #24 7.132 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-06-02T15:59:10.799Z] #24 7.133 ++ uname -m [2021-06-02T15:59:10.799Z] #24 7.137 + arch=x86_64 [2021-06-02T15:59:10.799Z] #24 7.137 + '[' x86_64 '!=' x86_64 ']' [2021-06-02T15:59:10.799Z] #24 7.137 + url=https://download.docker.com/linux/static [2021-06-02T15:59:10.799Z] #24 7.138 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-06-02T15:59:10.799Z] #24 7.167 + tar -xz docker/docker [2021-06-02T15:59:11.061Z] #24 ... [2021-06-02T15:59:11.061Z] [2021-06-02T15:59:11.061Z] #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-06-02T15:59:11.061Z] #58 sha256:c0f46f3d2736a260dd2490c37d213c90c6b27c199528cd4d0ac30746cd5b3156 [2021-06-02T15:59:11.061Z] #58 6.150 + RM_GOPATH=0 [2021-06-02T15:59:11.061Z] #58 6.150 + TMP_GOPATH= [2021-06-02T15:59:11.061Z] #58 6.150 + : /build [2021-06-02T15:59:11.061Z] #58 6.150 + '[' -z '' ']' [2021-06-02T15:59:11.061Z] #58 6.150 ++ mktemp -d [2021-06-02T15:59:11.061Z] #58 6.150 + export GOPATH=/tmp/tmp.r5iX6Pixul [2021-06-02T15:59:11.061Z] #58 6.150 + GOPATH=/tmp/tmp.r5iX6Pixul [2021-06-02T15:59:11.061Z] #58 6.150 + RM_GOPATH=1 [2021-06-02T15:59:11.061Z] #58 6.150 + case "$(go env GOARCH)" in [2021-06-02T15:59:11.061Z] #58 6.150 ++ go env GOARCH [2021-06-02T15:59:11.061Z] #58 6.153 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T15:59:11.061Z] #58 6.153 + GO_BUILDMODE=-buildmode=pie [2021-06-02T15:59:11.061Z] #58 6.153 ++ dirname /tmp/install/install.sh [2021-06-02T15:59:11.061Z] #58 6.161 + dir=/tmp/install [2021-06-02T15:59:11.061Z] #58 6.161 + bin=rootlesskit [2021-06-02T15:59:11.061Z] #58 6.161 + shift [2021-06-02T15:59:11.061Z] #58 6.161 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-06-02T15:59:11.061Z] #58 6.161 + . /tmp/install/rootlesskit.installer [2021-06-02T15:59:11.061Z] #58 6.161 ++ : 4cd567642273d369adaadcbadca00880552c1778 [2021-06-02T15:59:11.061Z] #58 6.161 + install_rootlesskit [2021-06-02T15:59:11.061Z] #58 6.161 + case "$1" in [2021-06-02T15:59:11.061Z] #58 6.161 + export CGO_ENABLED=0 [2021-06-02T15:59:11.061Z] #58 6.161 + CGO_ENABLED=0 [2021-06-02T15:59:11.061Z] #58 6.161 + _install_rootlesskit [2021-06-02T15:59:11.061Z] #58 6.161 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778' [2021-06-02T15:59:11.061Z] #58 6.161 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.r5iX6Pixul/src/github.com/rootless-containers/rootlesskit [2021-06-02T15:59:11.061Z] #58 6.161 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778 [2021-06-02T15:59:11.061Z] #58 6.165 Cloning into '/tmp/tmp.r5iX6Pixul/src/github.com/rootless-containers/rootlesskit'... [2021-06-02T15:59:11.061Z] #58 ... [2021-06-02T15:59:11.061Z] [2021-06-02T15:59:11.061Z] #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-06-02T15:59:11.061Z] #47 sha256:5f3eff06dd356e368c6f2e960250030cb2e0049449cdd2c109e3434b762d2c04 [2021-06-02T15:59:11.061Z] #47 11.01 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-02T15:59:11.061Z] #47 11.02 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-06-02T15:59:11.061Z] #47 11.15 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-06-02T15:59:11.061Z] #47 11.18 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-06-02T15:59:11.061Z] #47 11.65 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-06-02T15:59:11.061Z] #47 11.80 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-06-02T15:59:11.106Z] using credential docker-jenkins-github-credentials [2021-06-02T15:59:11.111Z] Cloning the remote Git repository [2021-06-02T15:59:11.111Z] Cloning with configured refspecs honoured and without tags [2021-06-02T15:59:11.138Z] Cloning repository https://github.com/moby/moby.git [2021-06-02T15:59:11.213Z] > git init /home/ubuntu/workspace/moby_PR-42143 # timeout=10 [2021-06-02T15:59:11.526Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-02T15:59:11.526Z] > git --version # timeout=10 [2021-06-02T15:59:11.572Z] > git --version # 'git version 2.17.1' [2021-06-02T15:59:11.572Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-02T15:59:11.574Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42143/head:refs/remotes/origin/PR-42143 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-02T15:59:12.987Z] #47 13.56 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-02T15:59:14.376Z] #47 14.86 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-02T15:59:14.759Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-05f26912c6a33dd73) in /home/ubuntu/workspace/moby_PR-42143 [Pipeline] { [Pipeline] checkout [2021-06-02T15:59:14.923Z] The recommended git tool is: git [2021-06-02T15:59:15.330Z] #47 16.10 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-02T15:59:16.271Z] #47 ... [2021-06-02T15:59:16.271Z] [2021-06-02T15:59:16.271Z] #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-06-02T15:59:16.271Z] #58 sha256:c0f46f3d2736a260dd2490c37d213c90c6b27c199528cd4d0ac30746cd5b3156 [2021-06-02T15:59:16.271Z] #58 12.74 + cd /tmp/tmp.r5iX6Pixul/src/github.com/rootless-containers/rootlesskit [2021-06-02T15:59:16.271Z] #58 12.74 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778 [2021-06-02T15:59:16.271Z] #58 12.79 + export GO111MODULE=on [2021-06-02T15:59:16.271Z] #58 12.79 + GO111MODULE=on [2021-06-02T15:59:16.271Z] #58 12.79 + export GOPROXY=https://proxy.golang.org [2021-06-02T15:59:16.271Z] #58 12.79 + GOPROXY=https://proxy.golang.org [2021-06-02T15:59:16.271Z] #58 12.79 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-02T15:59:16.271Z] #58 12.79 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-06-02T15:59:16.271Z] #58 14.85 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-06-02T15:59:16.271Z] #58 14.85 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-06-02T15:59:16.271Z] #58 14.95 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-02T15:59:16.271Z] #58 14.98 go: downloading github.com/moby/vpnkit v0.5.0 [2021-06-02T15:59:16.271Z] #58 14.98 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-06-02T15:59:16.271Z] #58 15.00 go: downloading github.com/gorilla/mux v1.8.0 [2021-06-02T15:59:16.271Z] #58 15.22 go: downloading github.com/google/uuid v1.2.0 [2021-06-02T15:59:16.271Z] #58 15.43 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-02T15:59:16.271Z] #58 15.43 go: downloading github.com/pkg/errors v0.9.1 [2021-06-02T15:59:16.271Z] #58 15.68 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-02T15:59:16.271Z] #58 15.98 go: extracting github.com/google/uuid v1.2.0 [2021-06-02T15:59:16.271Z] #58 16.15 go: extracting github.com/moby/sys/mountinfo v0.4.1 [2021-06-02T15:59:16.271Z] #58 16.15 go: extracting github.com/pkg/errors v0.9.1 [2021-06-02T15:59:16.271Z] #58 16.19 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-02T15:59:16.271Z] #58 16.28 go: downloading github.com/gofrs/flock v0.8.0 [2021-06-02T15:59:16.271Z] #58 16.47 go: extracting github.com/gorilla/mux v1.8.0 [2021-06-02T15:59:16.271Z] #58 16.53 go: extracting github.com/sirupsen/logrus v1.8.1 [2021-06-02T15:59:16.271Z] #58 16.64 go: extracting github.com/gofrs/flock v0.8.0 [2021-06-02T15:59:16.271Z] #58 16.85 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-02T15:59:17.212Z] #58 17.78 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-02T15:59:17.212Z] #58 17.88 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-06-02T15:59:17.717Z] using credential docker-jenkins-github-credentials [2021-06-02T15:59:17.723Z] Cloning the remote Git repository [2021-06-02T15:59:17.723Z] Cloning with configured refspecs honoured and without tags [2021-06-02T15:59:17.787Z] #58 ... [2021-06-02T15:59:17.787Z] [2021-06-02T15:59:17.787Z] #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-06-02T15:59:17.787Z] #24 sha256:ad1987eb30523a5821fb6cb731a8651f31c3041e8db6bff9ac4e3187337f6994 [2021-06-02T15:59:17.787Z] #24 17.84 + mkdir -p /build [2021-06-02T15:59:17.787Z] #24 17.85 + mv docker/docker /build/ [2021-06-02T15:59:17.787Z] #24 17.86 + rmdir docker [2021-06-02T15:59:17.787Z] #24 DONE 18.4s [2021-06-02T15:59:17.787Z] [2021-06-02T15:59:17.787Z] #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-06-02T15:59:17.787Z] #49 sha256:9b01f24d168b0025b89b7a8a9375a67e27eab16a4e6bf7ccb5d5ac3901656924 [2021-06-02T15:59:17.787Z] #49 17.13 go: downloading github.com/spf13/pflag v1.0.5 [2021-06-02T15:59:17.787Z] #49 17.14 go: downloading github.com/pkg/errors v0.8.1 [2021-06-02T15:59:17.787Z] #49 17.15 go: downloading github.com/stretchr/testify v1.4.0 [2021-06-02T15:59:17.787Z] #49 17.16 go: downloading github.com/spf13/cobra v0.0.5 [2021-06-02T15:59:17.787Z] #49 17.24 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-02T15:59:17.787Z] #49 17.31 go: downloading github.com/fatih/color v1.7.0 [2021-06-02T15:59:17.787Z] #49 17.31 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-02T15:59:17.787Z] #49 17.31 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-06-02T15:59:17.787Z] #49 17.33 go: extracting github.com/stretchr/testify v1.4.0 [2021-06-02T15:59:17.787Z] #49 17.60 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-02T15:59:17.787Z] #49 17.74 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-06-02T15:59:17.787Z] #49 17.81 go: extracting github.com/pkg/errors v0.8.1 [2021-06-02T15:59:17.787Z] #49 17.84 go: extracting github.com/fatih/color v1.7.0 [2021-06-02T15:59:17.787Z] #49 17.99 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-02T15:59:17.787Z] #49 18.00 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-02T15:59:17.787Z] #49 18.17 go: extracting github.com/spf13/pflag v1.0.5 [2021-06-02T15:59:17.787Z] #49 18.18 go: extracting github.com/spf13/cobra v0.0.5 [2021-06-02T15:59:17.787Z] #49 18.24 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-02T15:59:17.787Z] #49 18.36 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-06-02T15:59:18.362Z] #49 18.84 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-06-02T15:59:18.362Z] #49 19.02 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-06-02T15:59:17.739Z] Cloning repository https://github.com/moby/moby.git [2021-06-02T15:59:17.791Z] > git init /home/ubuntu/workspace/moby_PR-42143 # timeout=10 [2021-06-02T15:59:18.085Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-02T15:59:18.085Z] > git --version # timeout=10 [2021-06-02T15:59:18.098Z] > git --version # 'git version 2.17.1' [2021-06-02T15:59:18.098Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-02T15:59:18.123Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42143/head:refs/remotes/origin/PR-42143 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-02T15:59:18.934Z] #49 19.46 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-06-02T15:59:18.934Z] #49 19.48 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-06-02T15:59:18.934Z] #49 19.53 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-02T15:59:19.194Z] #49 19.62 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-06-02T15:59:19.194Z] #49 19.62 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-02T15:59:19.456Z] #49 19.92 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-02T15:59:19.456Z] #49 19.93 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-02T15:59:19.456Z] #49 20.13 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-02T15:59:20.025Z] #49 ... [2021-06-02T15:59:20.025Z] [2021-06-02T15:59:20.025Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T15:59:20.025Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T15:59:20.025Z] #13 4.814 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [477 kB] [2021-06-02T15:59:20.025Z] #13 7.500 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-02T15:59:20.026Z] #13 9.758 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [291 kB] [2021-06-02T15:59:20.026Z] #13 11.99 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-02T15:59:20.026Z] #13 ... [2021-06-02T15:59:20.026Z] [2021-06-02T15:59:20.026Z] #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-06-02T15:59:20.026Z] #47 sha256:5f3eff06dd356e368c6f2e960250030cb2e0049449cdd2c109e3434b762d2c04 [2021-06-02T15:59:20.026Z] #47 20.70 go: finding github.com/fatih/color v1.9.0 [2021-06-02T15:59:20.378Z] #47 20.76 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-02T15:59:20.378Z] #47 20.77 go: finding github.com/pkg/errors v0.9.1 [2021-06-02T15:59:20.378Z] #47 20.84 go: finding github.com/spf13/pflag v1.0.3 [2021-06-02T15:59:20.670Z] #47 21.05 go: finding github.com/mattn/go-colorable v0.1.6 [2021-06-02T15:59:20.670Z] #47 21.07 go: finding github.com/mattn/go-isatty v0.0.12 [2021-06-02T15:59:20.933Z] #47 21.40 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-02T15:59:20.933Z] #47 21.57 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-06-02T15:59:20.933Z] #47 21.60 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-02T15:59:21.220Z] #47 21.62 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-02T15:59:21.220Z] #47 21.65 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-02T15:59:21.523Z] #47 ... [2021-06-02T15:59:21.523Z] [2021-06-02T15:59:21.523Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-06-02T15:59:21.523Z] #34 sha256:4014b265a412957fe5f15025498ac4de730dff1b485d42fa8a01597265416230 [2021-06-02T15:59:21.523Z] #34 11.97 github.com/pelletier/go-toml [2021-06-02T15:59:21.523Z] #34 20.63 github.com/pelletier/go-toml/cmd/tomll [2021-06-02T15:59:21.523Z] #34 ... [2021-06-02T15:59:21.523Z] [2021-06-02T15:59:21.523Z] #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-06-02T15:59:21.523Z] #51 sha256:d41ec96df449c0b563106bb4836bbc362e5711e137ac231c137c8774c61c3e3d [2021-06-02T15:59:21.523Z] #51 20.39 + cd /tmp/tmp.zSJ7J8XG81/src/github.com/mvdan/sh [2021-06-02T15:59:21.523Z] #51 20.39 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-02T15:59:21.523Z] #51 20.55 + GO111MODULE=on [2021-06-02T15:59:21.523Z] #51 20.55 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-06-02T15:59:21.523Z] #51 21.85 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-02T15:59:21.523Z] #51 21.93 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-02T15:59:21.523Z] #51 21.95 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-02T15:59:21.523Z] #51 22.18 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-02T15:59:21.784Z] #51 22.27 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-02T15:59:21.784Z] #51 ... [2021-06-02T15:59:21.784Z] [2021-06-02T15:59:21.784Z] #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-06-02T15:59:21.784Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-02T15:59:21.784Z] #55 12.36 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [291 kB] [2021-06-02T15:59:21.784Z] #55 14.50 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-02T15:59:21.784Z] #55 ... [2021-06-02T15:59:21.784Z] [2021-06-02T15:59:21.784Z] #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-06-02T15:59:21.784Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-02T15:59:21.784Z] #36 12.53 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [291 kB] [2021-06-02T15:59:21.784Z] #36 15.19 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-02T15:59:22.045Z] #36 ... [2021-06-02T15:59:22.045Z] [2021-06-02T15:59:22.045Z] #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-06-02T15:59:22.045Z] #45 sha256:0a390b322d2cc1430f3d50949762ec73c7e24d99b78ae26af52a5a43422403ac [2021-06-02T15:59:22.045Z] #45 13.59 unicode/utf8 [2021-06-02T15:59:22.045Z] #45 14.35 math/bits [2021-06-02T15:59:22.045Z] #45 14.98 math [2021-06-02T15:59:22.045Z] #45 19.99 internal/testlog [2021-06-02T15:59:22.045Z] #45 20.33 encoding [2021-06-02T15:59:22.045Z] #45 20.47 unicode/utf16 [2021-06-02T15:59:22.045Z] #45 20.74 container/list [2021-06-02T15:59:22.045Z] #45 21.34 crypto/internal/subtle [2021-06-02T15:59:22.045Z] #45 21.54 crypto/subtle [2021-06-02T15:59:22.045Z] #45 21.61 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-06-02T15:59:22.045Z] #45 21.68 internal/nettrace [2021-06-02T15:59:22.045Z] #45 21.87 runtime/cgo [2021-06-02T15:59:22.307Z] #45 ... [2021-06-02T15:59:22.307Z] [2021-06-02T15:59:22.307Z] #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-06-02T15:59:22.307Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-06-02T15:59:22.307Z] #42 12.87 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [291 kB] [2021-06-02T15:59:22.307Z] #42 15.20 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-02T15:59:22.567Z] #42 ... [2021-06-02T15:59:22.567Z] [2021-06-02T15:59:22.567Z] #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-06-02T15:59:22.567Z] #49 sha256:9b01f24d168b0025b89b7a8a9375a67e27eab16a4e6bf7ccb5d5ac3901656924 [2021-06-02T15:59:22.567Z] #49 21.90 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-02T15:59:23.510Z] #49 24.10 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-02T15:59:23.511Z] #49 24.12 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-02T15:59:23.511Z] #49 24.16 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-06-02T15:59:23.511Z] #49 24.16 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-02T15:59:23.511Z] #49 24.17 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-02T15:59:23.511Z] #49 24.17 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-02T15:59:23.511Z] #49 24.19 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-06-02T15:59:23.511Z] #49 24.19 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-02T15:59:23.511Z] #49 24.25 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-06-02T15:59:23.771Z] #49 24.33 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-02T15:59:23.771Z] #49 24.35 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-06-02T15:59:23.771Z] #49 24.40 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-02T15:59:23.771Z] #49 24.44 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-02T15:59:23.771Z] #49 24.51 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-02T15:59:23.771Z] #49 24.53 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-06-02T15:59:23.771Z] #49 24.57 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-02T15:59:24.067Z] #49 24.58 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-02T15:59:24.067Z] #49 24.58 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-02T15:59:24.067Z] #49 24.60 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-02T15:59:24.067Z] #49 24.60 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-06-02T15:59:24.067Z] #49 24.61 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-02T15:59:24.067Z] #49 24.61 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-02T15:59:24.067Z] #49 24.63 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-06-02T15:59:24.067Z] #49 24.70 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-06-02T15:59:24.328Z] #49 24.73 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-02T15:59:24.329Z] #49 24.76 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-02T15:59:24.329Z] #49 24.91 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-02T15:59:24.329Z] #49 24.94 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-02T15:59:24.329Z] #49 25.07 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-02T15:59:24.329Z] #49 25.12 go: downloading golang.org/x/text v0.3.2 [2021-06-02T15:59:24.601Z] #49 ... [2021-06-02T15:59:24.601Z] [2021-06-02T15:59:24.601Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-06-02T15:59:24.601Z] #34 sha256:4014b265a412957fe5f15025498ac4de730dff1b485d42fa8a01597265416230 [2021-06-02T15:59:24.601Z] #34 DONE 25.2s [2021-06-02T15:59:24.601Z] [2021-06-02T15:59:24.601Z] #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-06-02T15:59:24.601Z] #49 sha256:9b01f24d168b0025b89b7a8a9375a67e27eab16a4e6bf7ccb5d5ac3901656924 [2021-06-02T15:59:24.601Z] #49 25.26 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-02T15:59:24.862Z] #49 25.26 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-06-02T15:59:24.862Z] #49 25.43 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-02T15:59:24.862Z] #49 25.46 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-02T15:59:24.862Z] #49 25.46 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-06-02T15:59:24.862Z] #49 25.46 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-02T15:59:24.862Z] #49 25.51 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-02T15:59:24.862Z] #49 25.52 go: downloading github.com/ultraware/funlen v0.0.2 [2021-06-02T15:59:24.862Z] #49 25.65 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-02T15:59:24.862Z] #49 25.65 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-02T15:59:24.862Z] #49 25.65 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-06-02T15:59:25.600Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0408c21afc206dc52) in /home/ubuntu/workspace/moby_PR-42143 [Pipeline] { [Pipeline] checkout [2021-06-02T15:59:25.716Z] The recommended git tool is: git [2021-06-02T15:59:25.803Z] #49 26.36 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-06-02T15:59:25.803Z] #49 26.42 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-06-02T15:59:25.803Z] #49 26.44 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-06-02T15:59:25.803Z] #49 26.50 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-02T15:59:25.803Z] #49 26.55 go: extracting github.com/ultraware/funlen v0.0.2 [2021-06-02T15:59:25.803Z] #49 26.57 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-02T15:59:26.063Z] #49 26.61 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-02T15:59:26.063Z] #49 26.61 go: downloading github.com/gogo/protobuf v1.2.1 [2021-06-02T15:59:26.063Z] #49 26.62 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-06-02T15:59:26.063Z] #49 26.62 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-02T15:59:26.063Z] #49 26.68 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-02T15:59:26.063Z] #49 26.71 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-06-02T15:59:26.063Z] #49 26.72 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-06-02T15:59:26.063Z] #49 26.73 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-06-02T15:59:26.063Z] #49 26.75 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-02T15:59:26.063Z] #49 26.75 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-02T15:59:26.063Z] #49 26.76 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-02T15:59:26.324Z] #49 26.95 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-02T15:59:26.324Z] #49 26.98 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-02T15:59:26.324Z] #49 27.01 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-02T15:59:26.324Z] #49 27.01 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-02T15:59:26.890Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-03c93ae157c82fbc0) in /home/ubuntu/workspace/moby_PR-42143 [Pipeline] { [2021-06-02T15:59:26.895Z] #49 27.27 go: downloading github.com/kisielk/gotool v1.0.0 [2021-06-02T15:59:26.895Z] #49 27.31 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-02T15:59:26.895Z] #49 27.46 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-02T15:59:26.895Z] #49 27.49 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-02T15:59:26.895Z] #49 27.59 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [Pipeline] checkout [2021-06-02T15:59:27.070Z] The recommended git tool is: git [2021-06-02T15:59:27.156Z] #49 27.67 go: extracting github.com/kisielk/gotool v1.0.0 [2021-06-02T15:59:27.156Z] #49 27.73 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-02T15:59:27.156Z] #49 27.80 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-02T15:59:27.416Z] #49 27.91 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-02T15:59:27.416Z] #49 28.03 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-02T15:59:27.549Z] Fetching without tags [2021-06-02T15:59:27.676Z] #49 28.38 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-06-02T15:59:27.812Z] Merging remotes/origin/master commit 7c6a9484ee37b28fa314f716581bdb268cd78ce2 into PR head commit d414c0c1e8c487170b1d2f5af4946771645c6564 [2021-06-02T15:59:27.938Z] #49 28.49 go: downloading github.com/stretchr/objx v0.2.0 [2021-06-02T15:59:27.938Z] #49 28.61 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-06-02T15:59:27.938Z] #49 28.71 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-02T15:59:28.201Z] #49 28.72 go: downloading github.com/gobwas/glob v0.2.3 [2021-06-02T15:59:28.201Z] #49 ... [2021-06-02T15:59:28.201Z] [2021-06-02T15:59:28.201Z] #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-06-02T15:59:28.201Z] #58 sha256:c0f46f3d2736a260dd2490c37d213c90c6b27c199528cd4d0ac30746cd5b3156 [2021-06-02T15:59:28.201Z] #58 18.76 go: extracting github.com/moby/vpnkit v0.5.0 [2021-06-02T15:59:28.201Z] #58 20.33 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-06-02T15:59:28.201Z] #58 21.20 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-02T15:59:28.201Z] #58 23.78 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-02T15:59:28.201Z] #58 26.09 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-02T15:59:28.201Z] #58 26.60 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-02T15:59:28.201Z] #58 26.66 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-06-02T15:59:28.201Z] #58 26.76 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-06-02T15:59:28.201Z] #58 27.27 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-06-02T15:59:28.516Z] #58 ... [2021-06-02T15:59:28.516Z] [2021-06-02T15:59:28.516Z] #67 [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-06-02T15:59:28.516Z] #67 sha256:99609d64bf02f578ffb2338a47baf95a3c585b74bd610f20ae148f6a1bef7f38 [2021-06-02T15:59:28.521Z] #67 26.83 Checking out files: 49% (938/1907) Checking out files: 50% (954/1907) Checking out files: 51% (973/1907) Checking out files: 52% (992/1907) Checking out files: 53% (1011/1907) Checking out files: 54% (1030/1907) Checking out files: 55% (1049/1907) Checking out files: 56% (1068/1907) Checking out files: 57% (1087/1907) Checking out files: 58% (1107/1907) Checking out files: 59% (1126/1907) Checking out files: 60% (1145/1907) Checking out files: 61% (1164/1907) Checking out files: 62% (1183/1907) Checking out files: 63% (1202/1907) Checking out files: 64% (1221/1907) Checking out files: 65% (1240/1907) Checking out files: 66% (1259/1907) Checking out files: 67% (1278/1907) Checking out files: 68% (1297/1907) Checking out files: 69% (1316/1907) Checking out files: 70% (1335/1907) Checking out files: 71% (1354/1907) Checking out files: 72% (1374/1907) Checking out files: 73% (1393/1907) Checking out files: 74% (1412/1907) Checking out files: 75% (1431/1907) Checking out files: 76% (1450/1907) Checking out files: 77% (1469/1907) Checking out files: 78% (1488/1907) Checking out files: 79% (1507/1907) Checking out files: 80% (1526/1907) Checking out files: 81% (1545/1907) Checking out files: 82% (1564/1907) Checking out files: 83% (1583/1907) Checking out files: 84% (1602/1907) Checking out files: 85% (1621/1907) Checking out files: 86% (1641/1907) Checking out files: 87% (1660/1907) Checking out files: 88% (1679/1907) Checking out files: 89% (1698/1907) Checking out files: 90% (1717/1907) Checking out files: 91% (1736/1907) Checking out files: 92% (1755/1907) Checking out files: 93% (1774/1907) Checking out files: 94% (1793/1907) Checking out files: 95% (1812/1907) Checking out files: 96% (1831/1907) Checking out files: 97% (1850/1907) Checking out files: 98% (1869/1907) Checking out files: 99% (1888/1907) Checking out files: 100% (1907/1907) Checking out files: 100% (1907/1907), done. [2021-06-02T15:59:28.522Z] #67 27.88 + cd /tmp/tmp.x1lCv54dec/src/github.com/docker/libnetwork [2021-06-02T15:59:28.522Z] #67 27.88 + git checkout -q 64b7a4574d1426139437d20e81c0b6d391130ec8 [2021-06-02T15:59:28.522Z] #67 28.01 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-06-02T15:59:28.608Z] Merge succeeded, producing d414c0c1e8c487170b1d2f5af4946771645c6564 [2021-06-02T15:59:28.608Z] Checking out Revision d414c0c1e8c487170b1d2f5af4946771645c6564 (PR-42143) [2021-06-02T15:59:27.490Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-02T15:59:27.503Z] > git config --add remote.origin.fetch +refs/pull/42143/head:refs/remotes/origin/PR-42143 # timeout=10 [2021-06-02T15:59:27.512Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-02T15:59:27.534Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-02T15:59:27.551Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-02T15:59:27.551Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-02T15:59:27.552Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42143/head:refs/remotes/origin/PR-42143 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-02T15:59:27.819Z] > git config core.sparsecheckout # timeout=10 [2021-06-02T15:59:27.833Z] > git checkout -f d414c0c1e8c487170b1d2f5af4946771645c6564 # timeout=10 [2021-06-02T15:59:28.533Z] > git remote # timeout=10 [2021-06-02T15:59:28.554Z] > git config --get remote.origin.url # timeout=10 [2021-06-02T15:59:28.573Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-02T15:59:28.574Z] > git merge 7c6a9484ee37b28fa314f716581bdb268cd78ce2 # timeout=10 [2021-06-02T15:59:28.592Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-02T15:59:28.610Z] > git config core.sparsecheckout # timeout=10 [2021-06-02T15:59:28.628Z] > git checkout -f d414c0c1e8c487170b1d2f5af4946771645c6564 # timeout=10 [2021-06-02T15:59:28.716Z] using credential docker-jenkins-github-credentials [2021-06-02T15:59:28.723Z] Cloning the remote Git repository [2021-06-02T15:59:28.723Z] Cloning with configured refspecs honoured and without tags [2021-06-02T15:59:28.746Z] Cloning repository https://github.com/moby/moby.git [2021-06-02T15:59:28.804Z] > git init /home/ubuntu/workspace/moby_PR-42143 # timeout=10 [2021-06-02T15:59:29.129Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-02T15:59:29.129Z] > git --version # timeout=10 [2021-06-02T15:59:29.146Z] > git --version # 'git version 2.25.1' [2021-06-02T15:59:29.146Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-02T15:59:29.148Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42143/head:refs/remotes/origin/PR-42143 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-02T15:59:31.338Z] using credential docker-jenkins-github-credentials [2021-06-02T15:59:31.345Z] Cloning the remote Git repository [2021-06-02T15:59:31.345Z] Cloning with configured refspecs honoured and without tags [2021-06-02T15:59:31.365Z] Cloning repository https://github.com/moby/moby.git [2021-06-02T15:59:31.432Z] > git init /home/ubuntu/workspace/moby_PR-42143 # timeout=10 [2021-06-02T15:59:31.886Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-02T15:59:31.886Z] > git --version # timeout=10 [2021-06-02T15:59:31.896Z] > git --version # 'git version 2.25.1' [2021-06-02T15:59:31.897Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-02T15:59:31.919Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42143/head:refs/remotes/origin/PR-42143 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-02T15:59:32.726Z] #67 ... [2021-06-02T15:59:32.726Z] [2021-06-02T15:59:32.726Z] #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-06-02T15:59:32.726Z] #51 sha256:d41ec96df449c0b563106bb4836bbc362e5711e137ac231c137c8774c61c3e3d [2021-06-02T15:59:32.726Z] #51 23.36 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-02T15:59:32.726Z] #51 24.06 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-02T15:59:32.726Z] #51 25.43 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-02T15:59:32.726Z] #51 27.18 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-02T15:59:32.726Z] #51 27.42 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-02T15:59:32.726Z] #51 27.44 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-02T15:59:32.726Z] #51 27.58 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-02T15:59:32.726Z] #51 28.41 runtime [2021-06-02T15:59:32.726Z] #51 28.45 runtime/cgo [2021-06-02T15:59:32.806Z] Commit message: "replace uses of deprecated libcontainer/configs.Device" [2021-06-02T15:59:32.986Z] #51 ... [2021-06-02T15:59:32.986Z] [2021-06-02T15:59:32.986Z] #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-06-02T15:59:32.986Z] #49 sha256:9b01f24d168b0025b89b7a8a9375a67e27eab16a4e6bf7ccb5d5ac3901656924 [2021-06-02T15:59:32.986Z] #49 29.06 go: extracting github.com/gobwas/glob v0.2.3 [2021-06-02T15:59:32.986Z] #49 29.09 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-06-02T15:59:32.986Z] #49 29.17 go: extracting github.com/stretchr/objx v0.2.0 [2021-06-02T15:59:32.986Z] #49 29.29 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-06-02T15:59:32.986Z] #49 29.29 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-06-02T15:59:32.986Z] #49 29.29 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-06-02T15:59:32.986Z] #49 29.39 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-02T15:59:32.986Z] #49 29.48 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-06-02T15:59:32.986Z] #49 29.61 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-06-02T15:59:32.986Z] #49 29.61 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-06-02T15:59:32.986Z] #49 29.61 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-06-02T15:59:32.986Z] #49 30.02 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-06-02T15:59:32.986Z] #49 30.03 go: downloading github.com/spf13/viper v1.6.1 [2021-06-02T15:59:32.986Z] #49 30.28 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-06-02T15:59:32.986Z] #49 30.35 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-06-02T15:59:32.986Z] #49 30.37 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-06-02T15:59:32.986Z] #49 30.49 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-06-02T15:59:32.986Z] #49 30.53 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-06-02T15:59:32.986Z] #49 30.55 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-06-02T15:59:32.986Z] #49 30.86 go: extracting github.com/spf13/viper v1.6.1 [2021-06-02T15:59:32.986Z] #49 30.86 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-06-02T15:59:32.986Z] #49 31.24 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-02T15:59:32.986Z] #49 31.49 go: downloading github.com/magiconair/properties v1.8.1 [2021-06-02T15:59:32.986Z] #49 31.57 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-06-02T15:59:32.986Z] #49 31.57 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-06-02T15:59:32.986Z] #49 31.57 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-06-02T15:59:32.986Z] #49 31.58 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-06-02T15:59:32.986Z] #49 31.58 go: downloading github.com/subosito/gotenv v1.2.0 [2021-06-02T15:59:32.986Z] #49 31.94 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-06-02T15:59:32.987Z] #49 32.00 go: extracting github.com/magiconair/properties v1.8.1 [2021-06-02T15:59:32.987Z] #49 32.03 go: extracting github.com/subosito/gotenv v1.2.0 [2021-06-02T15:59:32.987Z] #49 32.04 go: downloading github.com/spf13/afero v1.1.2 [2021-06-02T15:59:32.987Z] #49 32.35 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-06-02T15:59:32.987Z] #49 32.49 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-06-02T15:59:32.987Z] #49 32.56 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-06-02T15:59:32.987Z] #49 32.56 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-06-02T15:59:32.987Z] #49 32.59 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-06-02T15:59:32.987Z] #49 32.71 go: downloading github.com/spf13/cast v1.3.0 [2021-06-02T15:59:32.987Z] #49 33.16 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-02T15:59:32.987Z] #49 33.25 go: extracting github.com/spf13/afero v1.1.2 [2021-06-02T15:59:32.987Z] #49 33.29 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-06-02T15:59:32.987Z] #49 33.30 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-06-02T15:59:32.987Z] #49 33.49 go: extracting github.com/spf13/cast v1.3.0 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-06-02T15:59:33.836Z] + docker version [2021-06-02T15:59:34.856Z] Fetching without tags [2021-06-02T15:59:34.793Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-02T15:59:34.799Z] > git config --add remote.origin.fetch +refs/pull/42143/head:refs/remotes/origin/PR-42143 # timeout=10 [2021-06-02T15:59:34.816Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-02T15:59:34.837Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-02T15:59:34.861Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-02T15:59:34.861Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-02T15:59:34.862Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42143/head:refs/remotes/origin/PR-42143 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-02T15:59:35.092Z] Merging remotes/origin/master commit 7c6a9484ee37b28fa314f716581bdb268cd78ce2 into PR head commit d414c0c1e8c487170b1d2f5af4946771645c6564 [2021-06-02T15:59:35.533Z] #49 35.70 go: extracting github.com/gogo/protobuf v1.2.1 [2021-06-02T15:59:35.716Z] Merge succeeded, producing d414c0c1e8c487170b1d2f5af4946771645c6564 [2021-06-02T15:59:35.716Z] Checking out Revision d414c0c1e8c487170b1d2f5af4946771645c6564 (PR-42143) [2021-06-02T15:59:36.105Z] #49 ... [2021-06-02T15:59:36.105Z] [2021-06-02T15:59:36.105Z] #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-06-02T15:59:36.105Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-02T15:59:36.105Z] #36 26.67 Fetched 8447 kB in 19s (436 kB/s) [2021-06-02T15:59:36.105Z] #36 26.67 Reading package lists... [2021-06-02T15:59:36.368Z] #36 32.97 Reading package lists... [2021-06-02T15:59:36.368Z] #36 ... [2021-06-02T15:59:36.368Z] [2021-06-02T15:59:36.368Z] #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-06-02T15:59:36.368Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-06-02T15:59:36.368Z] #42 26.86 Fetched 8447 kB in 20s (429 kB/s) [2021-06-02T15:59:36.368Z] #42 26.86 Reading package lists... [2021-06-02T15:59:36.368Z] #42 33.13 Reading package lists... [2021-06-02T15:59:36.368Z] #42 ... [2021-06-02T15:59:36.368Z] [2021-06-02T15:59:36.368Z] #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-06-02T15:59:36.368Z] #58 sha256:c0f46f3d2736a260dd2490c37d213c90c6b27c199528cd4d0ac30746cd5b3156 [2021-06-02T15:59:36.368Z] #58 30.40 go: finding github.com/pkg/errors v0.9.1 [2021-06-02T15:59:36.368Z] #58 30.53 go: finding github.com/sirupsen/logrus v1.8.1 [2021-06-02T15:59:36.368Z] #58 30.73 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-02T15:59:36.368Z] #58 30.83 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-02T15:59:36.368Z] #58 30.96 go: finding github.com/google/uuid v1.2.0 [2021-06-02T15:59:36.368Z] #58 30.96 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-02T15:59:36.368Z] #58 30.99 go: finding github.com/gofrs/flock v0.8.0 [2021-06-02T15:59:36.368Z] #58 31.01 go: finding github.com/moby/vpnkit v0.5.0 [2021-06-02T15:59:36.368Z] #58 31.10 go: finding github.com/gorilla/mux v1.8.0 [2021-06-02T15:59:36.368Z] #58 31.14 go: finding github.com/moby/sys/mountinfo v0.4.1 [2021-06-02T15:59:36.368Z] #58 31.17 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-02T15:59:36.368Z] #58 31.29 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-06-02T15:59:36.368Z] #58 31.31 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-06-02T15:59:36.368Z] #58 31.54 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-02T15:59:36.368Z] #58 31.62 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-06-02T15:59:35.098Z] > git config core.sparsecheckout # timeout=10 [2021-06-02T15:59:35.112Z] > git checkout -f d414c0c1e8c487170b1d2f5af4946771645c6564 # timeout=10 [2021-06-02T15:59:35.634Z] > git remote # timeout=10 [2021-06-02T15:59:35.664Z] > git config --get remote.origin.url # timeout=10 [2021-06-02T15:59:35.680Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-02T15:59:35.682Z] > git merge 7c6a9484ee37b28fa314f716581bdb268cd78ce2 # timeout=10 [2021-06-02T15:59:35.699Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-02T15:59:35.718Z] > git config core.sparsecheckout # timeout=10 [2021-06-02T15:59:35.736Z] > git checkout -f d414c0c1e8c487170b1d2f5af4946771645c6564 # timeout=10 [2021-06-02T15:59:36.938Z] #58 ... [2021-06-02T15:59:36.938Z] [2021-06-02T15:59:36.938Z] #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-06-02T15:59:36.938Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-02T15:59:36.938Z] #40 27.24 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-06-02T15:59:36.938Z] #40 29.51 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-06-02T15:59:37.199Z] #40 ... [2021-06-02T15:59:37.199Z] [2021-06-02T15:59:37.199Z] #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-06-02T15:59:37.199Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-02T15:59:37.199Z] #55 27.78 Fetched 8447 kB in 20s (414 kB/s) [2021-06-02T15:59:37.199Z] #55 27.78 Reading package lists... [2021-06-02T15:59:37.199Z] #55 34.09 Reading package lists... [2021-06-02T15:59:37.199Z] #55 ... [2021-06-02T15:59:37.199Z] [2021-06-02T15:59:37.199Z] #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-06-02T15:59:37.199Z] #45 sha256:0a390b322d2cc1430f3d50949762ec73c7e24d99b78ae26af52a5a43422403ac [2021-06-02T15:59:37.199Z] #45 32.75 vendor/golang.org/x/crypto/internal/subtle [2021-06-02T15:59:37.199Z] #45 32.84 vendor/golang.org/x/crypto/curve25519 [2021-06-02T15:59:38.142Z] #45 ... [2021-06-02T15:59:38.142Z] [2021-06-02T15:59:38.142Z] #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-06-02T15:59:38.142Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-02T15:59:38.142Z] #36 32.97 Reading package lists... [2021-06-02T15:59:39.343Z] #36 38.99 Building dependency tree... [2021-06-02T15:59:39.343Z] #36 ... [2021-06-02T15:59:39.343Z] [2021-06-02T15:59:39.343Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T15:59:39.343Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T15:59:39.343Z] #13 24.17 Fetched 8971 kB in 22s (414 kB/s) [2021-06-02T15:59:39.343Z] #13 24.17 Reading package lists... [2021-06-02T15:59:39.343Z] #13 30.96 Reading package lists... [2021-06-02T15:59:39.343Z] #13 ... [2021-06-02T15:59:39.343Z] [2021-06-02T15:59:39.343Z] #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-06-02T15:59:39.343Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-02T15:59:39.343Z] #55 34.09 Reading package lists... [2021-06-02T15:59:39.845Z] Commit message: "replace uses of deprecated libcontainer/configs.Device" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-06-02T15:59:40.733Z] + docker version [2021-06-02T15:59:41.253Z] #55 40.03 Building dependency tree... [2021-06-02T15:59:41.930Z] Client: Docker Engine - Community [2021-06-02T15:59:41.930Z] Version: 20.10.6 [2021-06-02T15:59:41.930Z] API version: 1.41 [2021-06-02T15:59:41.930Z] Go version: go1.13.15 [2021-06-02T15:59:41.930Z] Git commit: 370c289 [2021-06-02T15:59:41.930Z] Built: Fri Apr 9 22:46:01 2021 [2021-06-02T15:59:41.930Z] OS/Arch: linux/amd64 [2021-06-02T15:59:41.930Z] Context: default [2021-06-02T15:59:41.930Z] Experimental: true [2021-06-02T15:59:41.930Z] [2021-06-02T15:59:41.930Z] Server: Docker Engine - Community [2021-06-02T15:59:41.930Z] Engine: [2021-06-02T15:59:41.930Z] Version: 20.10.6 [2021-06-02T15:59:41.930Z] API version: 1.41 (minimum version 1.12) [2021-06-02T15:59:41.930Z] Go version: go1.13.15 [2021-06-02T15:59:41.930Z] Git commit: 8728dd2 [2021-06-02T15:59:41.930Z] Built: Fri Apr 9 22:44:13 2021 [2021-06-02T15:59:41.930Z] OS/Arch: linux/amd64 [2021-06-02T15:59:41.930Z] Experimental: true [2021-06-02T15:59:41.930Z] containerd: [2021-06-02T15:59:41.930Z] Version: 1.4.6 [2021-06-02T15:59:41.930Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-02T15:59:41.930Z] runc: [2021-06-02T15:59:41.930Z] Version: 1.0.0-rc95 [2021-06-02T15:59:41.930Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-02T15:59:41.930Z] docker-init: [2021-06-02T15:59:41.930Z] Version: 0.19.0 [2021-06-02T15:59:41.930Z] GitCommit: de40ad0 [Pipeline] sh [2021-06-02T15:59:42.269Z] + docker info [2021-06-02T15:59:43.167Z] #55 43.54 The following additional packages will be installed: [2021-06-02T15:59:43.167Z] #55 43.54 libbtrfs0 [2021-06-02T15:59:43.167Z] #55 43.71 The following NEW packages will be installed: [2021-06-02T15:59:43.167Z] #55 ... [2021-06-02T15:59:43.167Z] [2021-06-02T15:59:43.167Z] #67 [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-06-02T15:59:43.167Z] #67 sha256:99609d64bf02f578ffb2338a47baf95a3c585b74bd610f20ae148f6a1bef7f38 [2021-06-02T15:59:43.167Z] #67 DONE 43.7s [2021-06-02T15:59:43.167Z] [2021-06-02T15:59:43.167Z] #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-06-02T15:59:43.167Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-02T15:59:43.167Z] #55 43.72 libbtrfs-dev libbtrfs0 [2021-06-02T15:59:43.742Z] #55 44.31 0 upgraded, 2 newly installed, 0 to remove and 30 not upgraded. [2021-06-02T15:59:43.742Z] #55 44.31 Need to get 119 kB of archives. [2021-06-02T15:59:43.742Z] #55 44.31 After this operation, 387 kB of additional disk space will be used. [2021-06-02T15:59:43.742Z] #55 44.31 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-06-02T15:59:43.742Z] #55 44.31 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-06-02T15:59:45.137Z] #55 45.51 debconf: delaying package configuration, since apt-utils is not installed [2021-06-02T15:59:45.137Z] #55 45.66 Fetched 119 kB in 0s (409 kB/s) [2021-06-02T15:59:45.137Z] #55 45.75 Selecting previously unselected package libbtrfs0. [2021-06-02T15:59:45.137Z] #55 45.75 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-06-02T15:59:45.137Z] #55 45.81 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-06-02T15:59:45.137Z] #55 45.82 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-02T15:59:45.350Z] Fetching without tags [2021-06-02T15:59:45.397Z] #55 45.93 Selecting previously unselected package libbtrfs-dev. [2021-06-02T15:59:45.397Z] #55 45.94 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-06-02T15:59:45.397Z] #55 45.95 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-02T15:59:45.275Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-02T15:59:45.288Z] > git config --add remote.origin.fetch +refs/pull/42143/head:refs/remotes/origin/PR-42143 # timeout=10 [2021-06-02T15:59:45.314Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-02T15:59:45.333Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-02T15:59:45.354Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-02T15:59:45.354Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-02T15:59:45.356Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42143/head:refs/remotes/origin/PR-42143 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-02T15:59:45.647Z] Merging remotes/origin/master commit 7c6a9484ee37b28fa314f716581bdb268cd78ce2 into PR head commit d414c0c1e8c487170b1d2f5af4946771645c6564 [2021-06-02T15:59:45.657Z] #55 46.20 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-02T15:59:45.657Z] #55 46.21 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-02T15:59:45.657Z] #55 46.23 Processing triggers for libc-bin (2.28-10) ... [2021-06-02T15:59:45.917Z] #55 DONE 46.5s [2021-06-02T15:59:45.917Z] [2021-06-02T15:59:45.917Z] #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-06-02T15:59:45.917Z] #49 sha256:9b01f24d168b0025b89b7a8a9375a67e27eab16a4e6bf7ccb5d5ac3901656924 [2021-06-02T15:59:45.917Z] #49 39.18 go: extracting golang.org/x/text v0.3.2 [2021-06-02T15:59:45.917Z] #49 43.42 go: finding github.com/fatih/color v1.7.0 [2021-06-02T15:59:45.917Z] #49 43.46 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-02T15:59:45.917Z] #49 43.56 go: finding github.com/mattn/go-colorable v0.1.4 [2021-06-02T15:59:45.917Z] #49 43.62 go: finding github.com/mattn/go-isatty v0.0.8 [2021-06-02T15:59:45.917Z] #49 43.69 go: finding github.com/go-critic/go-critic v0.4.1 [2021-06-02T15:59:45.917Z] #49 43.76 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-06-02T15:59:45.917Z] #49 43.77 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-02T15:59:45.917Z] #49 43.86 go: finding github.com/pkg/errors v0.8.1 [2021-06-02T15:59:45.917Z] #49 43.98 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-02T15:59:45.917Z] #49 44.02 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-06-02T15:59:45.917Z] #49 44.05 go: finding github.com/sirupsen/logrus v1.4.2 [2021-06-02T15:59:45.917Z] #49 44.05 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-06-02T15:59:45.917Z] #49 44.07 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-06-02T15:59:45.917Z] #49 44.11 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-06-02T15:59:45.917Z] #49 44.11 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-06-02T15:59:45.917Z] #49 44.11 go: finding github.com/stretchr/testify v1.4.0 [2021-06-02T15:59:45.917Z] #49 44.13 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-06-02T15:59:45.917Z] #49 44.16 go: finding github.com/spf13/viper v1.6.1 [2021-06-02T15:59:45.917Z] #49 44.17 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-06-02T15:59:45.917Z] #49 44.19 go: finding github.com/davecgh/go-spew v1.1.1 [2021-06-02T15:59:45.917Z] #49 44.36 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-06-02T15:59:45.917Z] #49 44.41 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-06-02T15:59:45.917Z] #49 44.54 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-02T15:59:45.917Z] #49 44.54 go: finding github.com/stretchr/objx v0.2.0 [2021-06-02T15:59:45.917Z] #49 44.64 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-02T15:59:45.917Z] #49 44.65 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-06-02T15:59:45.917Z] #49 44.66 go: finding github.com/gobwas/glob v0.2.3 [2021-06-02T15:59:45.917Z] #49 44.67 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-06-02T15:59:45.917Z] #49 44.83 go: finding github.com/spf13/cobra v0.0.5 [2021-06-02T15:59:45.917Z] #49 44.99 go: finding github.com/hashicorp/hcl v1.0.0 [2021-06-02T15:59:45.917Z] #49 45.00 go: finding github.com/spf13/pflag v1.0.5 [2021-06-02T15:59:45.917Z] #49 45.02 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-02T15:59:45.917Z] #49 45.06 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-02T15:59:45.917Z] #49 45.09 go: finding github.com/magiconair/properties v1.8.1 [2021-06-02T15:59:45.917Z] #49 45.31 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-06-02T15:59:45.917Z] #49 45.38 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-02T15:59:45.917Z] #49 45.40 go: finding github.com/pelletier/go-toml v1.2.0 [2021-06-02T15:59:45.917Z] #49 45.47 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-02T15:59:45.917Z] #49 45.55 go: finding github.com/spf13/afero v1.1.2 [2021-06-02T15:59:45.917Z] #49 45.57 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-02T15:59:45.917Z] #49 45.58 go: finding golang.org/x/text v0.3.2 [2021-06-02T15:59:45.917Z] #49 45.58 go: finding github.com/spf13/cast v1.3.0 [2021-06-02T15:59:45.917Z] #49 45.59 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-02T15:59:45.917Z] #49 45.59 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-06-02T15:59:45.917Z] #49 45.62 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-02T15:59:45.917Z] #49 45.66 go: finding github.com/subosito/gotenv v1.2.0 [2021-06-02T15:59:45.917Z] #49 45.68 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-02T15:59:45.917Z] #49 45.68 go: finding gopkg.in/ini.v1 v1.51.0 [2021-06-02T15:59:45.917Z] #49 45.80 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-02T15:59:45.917Z] #49 45.85 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-02T15:59:45.917Z] #49 45.89 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-02T15:59:45.917Z] #49 45.92 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-02T15:59:45.917Z] #49 45.92 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-02T15:59:45.917Z] #49 45.95 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-02T15:59:45.917Z] #49 45.95 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-02T15:59:45.917Z] #49 45.97 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-02T15:59:45.917Z] #49 46.03 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-02T15:59:45.917Z] #49 46.04 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-02T15:59:45.917Z] #49 46.04 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-02T15:59:45.917Z] #49 46.05 go: finding github.com/kisielk/gotool v1.0.0 [2021-06-02T15:59:45.917Z] #49 46.06 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-06-02T15:59:45.917Z] #49 46.07 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-02T15:59:45.917Z] #49 46.08 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-02T15:59:45.917Z] #49 46.08 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-02T15:59:45.917Z] #49 46.14 go: finding github.com/ultraware/funlen v0.0.2 [2021-06-02T15:59:45.917Z] #49 46.14 go: finding github.com/ultraware/whitespace v0.0.4 [2021-06-02T15:59:45.917Z] #49 46.17 go: finding github.com/uudashr/gocognit v1.0.1 [2021-06-02T15:59:45.917Z] #49 46.22 go: finding github.com/gogo/protobuf v1.2.1 [2021-06-02T15:59:45.917Z] #49 46.26 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-02T15:59:45.917Z] #49 46.45 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-02T15:59:45.917Z] #49 46.51 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-02T15:59:45.917Z] #49 46.52 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-02T15:59:45.917Z] #49 46.58 go: finding github.com/BurntSushi/toml v0.3.1 [2021-06-02T15:59:45.917Z] #49 46.64 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-02T15:59:45.996Z] Client: Docker Engine - Community [2021-06-02T15:59:45.996Z] Version: 20.10.6 [2021-06-02T15:59:45.996Z] API version: 1.41 [2021-06-02T15:59:45.996Z] Go version: go1.13.15 [2021-06-02T15:59:45.996Z] Git commit: 370c289 [2021-06-02T15:59:45.996Z] Built: Fri Apr 9 22:46:01 2021 [2021-06-02T15:59:45.996Z] OS/Arch: linux/amd64 [2021-06-02T15:59:45.996Z] Context: default [2021-06-02T15:59:45.996Z] Experimental: true [2021-06-02T15:59:45.996Z] [2021-06-02T15:59:45.996Z] Server: Docker Engine - Community [2021-06-02T15:59:45.996Z] Engine: [2021-06-02T15:59:45.996Z] Version: 20.10.6 [2021-06-02T15:59:45.996Z] API version: 1.41 (minimum version 1.12) [2021-06-02T15:59:45.996Z] Go version: go1.13.15 [2021-06-02T15:59:45.996Z] Git commit: 8728dd2 [2021-06-02T15:59:45.996Z] Built: Fri Apr 9 22:44:13 2021 [2021-06-02T15:59:45.996Z] OS/Arch: linux/amd64 [2021-06-02T15:59:45.996Z] Experimental: true [2021-06-02T15:59:45.996Z] containerd: [2021-06-02T15:59:45.996Z] Version: 1.4.6 [2021-06-02T15:59:45.996Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-02T15:59:45.996Z] runc: [2021-06-02T15:59:45.996Z] Version: 1.0.0-rc95 [2021-06-02T15:59:45.996Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-02T15:59:45.996Z] docker-init: [2021-06-02T15:59:45.996Z] Version: 0.19.0 [2021-06-02T15:59:45.996Z] GitCommit: de40ad0 [Pipeline] sh [2021-06-02T15:59:46.305Z] + docker info [2021-06-02T15:59:46.371Z] Merge succeeded, producing d414c0c1e8c487170b1d2f5af4946771645c6564 [2021-06-02T15:59:46.371Z] Checking out Revision d414c0c1e8c487170b1d2f5af4946771645c6564 (PR-42143) [2021-06-02T15:59:47.301Z] #49 ... [2021-06-02T15:59:47.301Z] [2021-06-02T15:59:47.301Z] #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-06-02T15:59:47.301Z] #56 sha256:0ba8e53df2e1a357bfc187283887d887bbd744759bbf634261e69be5e468a298 [2021-06-02T15:59:47.301Z] #56 1.132 + RM_GOPATH=0 [2021-06-02T15:59:47.301Z] #56 1.132 + TMP_GOPATH= [2021-06-02T15:59:47.301Z] #56 1.132 + : /build [2021-06-02T15:59:47.301Z] #56 1.132 + '[' -z '' ']' [2021-06-02T15:59:47.301Z] #56 1.133 ++ mktemp -d [2021-06-02T15:59:47.301Z] #56 1.139 + export GOPATH=/tmp/tmp.JGbWf4PmGH [2021-06-02T15:59:47.301Z] #56 1.139 + GOPATH=/tmp/tmp.JGbWf4PmGH [2021-06-02T15:59:47.301Z] #56 1.140 + RM_GOPATH=1 [2021-06-02T15:59:47.301Z] #56 1.140 + case "$(go env GOARCH)" in [2021-06-02T15:59:47.301Z] #56 1.140 ++ go env GOARCH [2021-06-02T15:59:47.301Z] #56 1.165 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T15:59:47.301Z] #56 1.165 + GO_BUILDMODE=-buildmode=pie [2021-06-02T15:59:47.301Z] #56 1.168 ++ dirname /tmp/install/install.sh [2021-06-02T15:59:47.301Z] #56 1.169 + dir=/tmp/install [2021-06-02T15:59:47.301Z] #56 1.169 + bin=containerd [2021-06-02T15:59:47.301Z] #56 1.169 + shift [2021-06-02T15:59:47.301Z] #56 1.169 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-06-02T15:59:47.301Z] #56 1.169 + . /tmp/install/containerd.installer [2021-06-02T15:59:47.301Z] #56 1.169 ++ set -e [2021-06-02T15:59:47.301Z] #56 1.169 ++ : 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-02T15:59:47.301Z] #56 1.170 + install_containerd [2021-06-02T15:59:47.301Z] #56 1.170 + echo 'Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a' [2021-06-02T15:59:47.301Z] #56 1.170 Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-02T15:59:47.301Z] #56 1.170 + git clone https://github.com/containerd/containerd.git /tmp/tmp.JGbWf4PmGH/src/github.com/containerd/containerd [2021-06-02T15:59:47.301Z] #56 1.173 Cloning into '/tmp/tmp.JGbWf4PmGH/src/github.com/containerd/containerd'... [2021-06-02T15:59:45.655Z] > git config core.sparsecheckout # timeout=10 [2021-06-02T15:59:45.674Z] > git checkout -f d414c0c1e8c487170b1d2f5af4946771645c6564 # timeout=10 [2021-06-02T15:59:46.311Z] > git remote # timeout=10 [2021-06-02T15:59:46.329Z] > git config --get remote.origin.url # timeout=10 [2021-06-02T15:59:46.347Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-02T15:59:46.348Z] > git merge 7c6a9484ee37b28fa314f716581bdb268cd78ce2 # timeout=10 [2021-06-02T15:59:46.363Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-02T15:59:46.377Z] > git config core.sparsecheckout # timeout=10 [2021-06-02T15:59:46.391Z] > git checkout -f d414c0c1e8c487170b1d2f5af4946771645c6564 # timeout=10 [2021-06-02T15:59:48.686Z] #56 ... [2021-06-02T15:59:48.686Z] [2021-06-02T15:59:48.686Z] #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-06-02T15:59:48.686Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-06-02T15:59:48.686Z] #42 33.13 Reading package lists... [2021-06-02T15:59:48.686Z] #42 39.46 Building dependency tree... [2021-06-02T15:59:48.686Z] #42 42.34 The following additional packages will be installed: [2021-06-02T15:59:48.686Z] #42 42.34 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-06-02T15:59:48.686Z] #42 42.35 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-06-02T15:59:48.686Z] #42 42.36 Suggested packages: [2021-06-02T15:59:48.686Z] #42 42.37 manpages-dev python-setuptools [2021-06-02T15:59:48.686Z] #42 43.73 The following NEW packages will be installed: [2021-06-02T15:59:48.686Z] #42 43.74 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-06-02T15:59:48.686Z] #42 43.77 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-06-02T15:59:48.686Z] #42 43.77 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-06-02T15:59:48.686Z] #42 43.77 python-six zlib1g-dev [2021-06-02T15:59:48.686Z] #42 44.27 0 upgraded, 17 newly installed, 0 to remove and 30 not upgraded. [2021-06-02T15:59:48.686Z] #42 44.27 Need to get 4095 kB of archives. [2021-06-02T15:59:48.686Z] #42 44.27 After this operation, 22.5 MB of additional disk space will be used. [2021-06-02T15:59:48.686Z] #42 44.27 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-06-02T15:59:48.686Z] #42 44.28 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-06-02T15:59:48.686Z] #42 44.28 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2021-06-02T15:59:48.686Z] #42 44.28 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-06-02T15:59:48.686Z] #42 44.29 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-06-02T15:59:48.686Z] #42 44.33 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-06-02T15:59:48.686Z] #42 44.33 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-06-02T15:59:48.686Z] #42 44.35 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2021-06-02T15:59:48.686Z] #42 44.41 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-06-02T15:59:48.686Z] #42 44.58 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-06-02T15:59:48.686Z] #42 44.58 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-06-02T15:59:48.686Z] #42 44.74 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-06-02T15:59:48.686Z] #42 44.88 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-06-02T15:59:48.686Z] #42 44.89 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2021-06-02T15:59:48.686Z] #42 44.90 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-06-02T15:59:48.686Z] #42 44.91 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-06-02T15:59:48.686Z] #42 44.92 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-06-02T15:59:48.686Z] #42 46.19 debconf: delaying package configuration, since apt-utils is not installed [2021-06-02T15:59:48.686Z] #42 46.38 Fetched 4095 kB in 1s (4328 kB/s) [2021-06-02T15:59:48.686Z] #42 46.52 Selecting previously unselected package libcap-dev:amd64. [2021-06-02T15:59:48.686Z] #42 46.52 (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-06-02T15:59:48.686Z] #42 46.64 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-06-02T15:59:48.686Z] #42 46.70 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-06-02T15:59:48.686Z] #42 46.93 Selecting previously unselected package libnet1:amd64. [2021-06-02T15:59:48.686Z] #42 46.94 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-02T15:59:48.686Z] #42 47.04 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-02T15:59:48.686Z] #42 47.25 Selecting previously unselected package libnet1-dev. [2021-06-02T15:59:48.686Z] #42 47.25 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-02T15:59:48.686Z] #42 47.28 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-06-02T15:59:48.686Z] #42 47.61 Selecting previously unselected package libnl-3-200:amd64. [2021-06-02T15:59:48.686Z] #42 47.61 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-06-02T15:59:48.686Z] #42 47.62 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-06-02T15:59:48.686Z] #42 47.74 Selecting previously unselected package libnl-3-dev:amd64. [2021-06-02T15:59:48.686Z] #42 47.74 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-06-02T15:59:48.686Z] #42 47.77 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-06-02T15:59:48.686Z] #42 48.04 Selecting previously unselected package libprotobuf-c1:amd64. [2021-06-02T15:59:48.686Z] #42 48.04 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-06-02T15:59:48.686Z] #42 48.06 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-02T15:59:48.686Z] #42 48.16 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-06-02T15:59:48.686Z] #42 48.18 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-06-02T15:59:48.686Z] #42 48.19 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-06-02T15:59:48.686Z] #42 48.29 Selecting previously unselected package zlib1g-dev:amd64. [2021-06-02T15:59:48.686Z] #42 48.30 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-06-02T15:59:48.686Z] #42 48.31 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-06-02T15:59:48.686Z] #42 48.51 Selecting previously unselected package libprotobuf17:amd64. [2021-06-02T15:59:48.686Z] #42 48.51 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-06-02T15:59:48.686Z] #42 48.51 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-06-02T15:59:48.686Z] #42 49.10 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-06-02T15:59:48.686Z] #42 49.10 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-06-02T15:59:48.686Z] #42 49.13 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-06-02T15:59:48.686Z] #42 49.35 Selecting previously unselected package libprotobuf-dev:amd64. [2021-06-02T15:59:48.686Z] #42 49.37 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-06-02T15:59:48.686Z] #42 49.38 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-06-02T15:59:48.686Z] #42 ... [2021-06-02T15:59:48.686Z] [2021-06-02T15:59:48.686Z] #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-06-02T15:59:48.686Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-06-02T15:59:48.948Z] #32 48.73 Checking out files: 88% (1342/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-06-02T15:59:48.948Z] #32 49.16 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-06-02T15:59:49.519Z] #32 49.80 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-02T15:59:49.779Z] #32 ... [2021-06-02T15:59:49.779Z] [2021-06-02T15:59:49.779Z] #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-06-02T15:59:49.779Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-02T15:59:49.779Z] #36 38.99 Building dependency tree... [2021-06-02T15:59:49.779Z] #36 42.40 The following additional packages will be installed: [2021-06-02T15:59:49.779Z] #36 42.41 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-06-02T15:59:49.779Z] #36 42.43 Suggested packages: [2021-06-02T15:59:49.779Z] #36 42.44 cmake-doc ninja-build lrzip [2021-06-02T15:59:49.779Z] #36 42.44 Recommended packages: [2021-06-02T15:59:49.779Z] #36 42.44 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-06-02T15:59:49.779Z] #36 43.36 The following NEW packages will be installed: [2021-06-02T15:59:49.779Z] #36 43.37 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-06-02T15:59:49.779Z] #36 43.38 vim-common xxd [2021-06-02T15:59:49.779Z] #36 43.85 0 upgraded, 10 newly installed, 0 to remove and 30 not upgraded. [2021-06-02T15:59:49.779Z] #36 43.85 Need to get 14.9 MB of archives. [2021-06-02T15:59:49.779Z] #36 43.85 After this operation, 61.8 MB of additional disk space will be used. [2021-06-02T15:59:49.779Z] #36 43.85 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-06-02T15:59:49.779Z] #36 43.87 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-02T15:59:49.779Z] #36 43.91 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-06-02T15:59:49.779Z] #36 44.17 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-06-02T15:59:49.780Z] #36 45.26 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-06-02T15:59:49.780Z] #36 45.29 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-06-02T15:59:49.780Z] #36 45.30 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-06-02T15:59:49.780Z] #36 45.31 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-06-02T15:59:49.780Z] #36 45.31 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-06-02T15:59:49.780Z] #36 45.31 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-06-02T15:59:49.780Z] #36 46.36 debconf: delaying package configuration, since apt-utils is not installed [2021-06-02T15:59:49.780Z] #36 46.57 Fetched 14.9 MB in 2s (7687 kB/s) [2021-06-02T15:59:49.780Z] #36 46.78 Selecting previously unselected package xxd. [2021-06-02T15:59:49.780Z] #36 46.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 ... 15410 files and directories currently installed.) [2021-06-02T15:59:49.780Z] #36 47.04 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-06-02T15:59:49.780Z] #36 47.05 Unpacking xxd (2:8.1.0875-5) ... [2021-06-02T15:59:49.780Z] #36 47.40 Selecting previously unselected package vim-common. [2021-06-02T15:59:49.780Z] #36 47.41 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-02T15:59:49.780Z] #36 47.51 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-02T15:59:49.780Z] #36 47.77 Selecting previously unselected package cmake-data. [2021-06-02T15:59:49.780Z] #36 47.77 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-06-02T15:59:49.780Z] #36 47.78 Unpacking cmake-data (3.13.4-1) ... [2021-06-02T15:59:50.040Z] #36 ... [2021-06-02T15:59:50.040Z] [2021-06-02T15:59:50.040Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T15:59:50.040Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T15:59:50.040Z] #13 30.96 Reading package lists... [2021-06-02T15:59:50.040Z] #13 37.67 Building dependency tree... [2021-06-02T15:59:50.040Z] #13 41.82 The following additional packages will be installed: [2021-06-02T15:59:50.040Z] #13 41.83 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-06-02T15:59:50.040Z] #13 41.83 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-06-02T15:59:50.040Z] #13 41.84 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-06-02T15:59:50.040Z] #13 41.84 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-06-02T15:59:50.040Z] #13 41.84 mingw-w64-common mingw-w64-x86-64-dev [2021-06-02T15:59:50.040Z] #13 41.85 Suggested packages: [2021-06-02T15:59:50.040Z] #13 41.86 gcc-8-locales seccomp wine64 [2021-06-02T15:59:50.040Z] #13 43.03 The following NEW packages will be installed: [2021-06-02T15:59:50.040Z] #13 43.04 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-06-02T15:59:50.040Z] #13 43.04 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-06-02T15:59:50.040Z] #13 43.04 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-06-02T15:59:50.040Z] #13 43.04 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-06-02T15:59:50.040Z] #13 43.05 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-06-02T15:59:50.040Z] #13 43.05 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-06-02T15:59:50.040Z] #13 43.06 The following packages will be upgraded: [2021-06-02T15:59:50.040Z] #13 43.07 libseccomp2 libsystemd0 libudev1 [2021-06-02T15:59:50.040Z] #13 43.48 3 upgraded, 25 newly installed, 0 to remove and 28 not upgraded. [2021-06-02T15:59:50.040Z] #13 43.48 Need to get 78.2 MB of archives. [2021-06-02T15:59:50.040Z] #13 43.48 After this operation, 487 MB of additional disk space will be used. [2021-06-02T15:59:50.040Z] #13 43.48 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-06-02T15:59:50.040Z] #13 43.48 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB] [2021-06-02T15:59:50.040Z] #13 43.49 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB] [2021-06-02T15:59:50.040Z] #13 43.51 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB] [2021-06-02T15:59:50.040Z] #13 43.52 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-06-02T15:59:50.040Z] #13 43.75 Get:6 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-06-02T15:59:50.040Z] #13 44.01 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-06-02T15:59:50.040Z] #13 44.04 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-06-02T15:59:50.040Z] #13 44.06 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-06-02T15:59:50.040Z] #13 44.06 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-06-02T15:59:50.040Z] #13 44.57 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-06-02T15:59:50.040Z] #13 44.90 Get:12 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-06-02T15:59:50.040Z] #13 44.90 Get:13 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-06-02T15:59:50.300Z] #13 ... [2021-06-02T15:59:50.300Z] [2021-06-02T15:59:50.300Z] #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-06-02T15:59:50.300Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-06-02T15:59:50.300Z] #42 50.83 Selecting previously unselected package libprotoc17:amd64. [2021-06-02T15:59:50.300Z] #42 50.83 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-06-02T15:59:50.300Z] #42 50.84 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-06-02T15:59:50.358Z] Commit message: "replace uses of deprecated libcontainer/configs.Device" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-06-02T15:59:50.870Z] #42 51.40 Selecting previously unselected package protobuf-c-compiler. [2021-06-02T15:59:50.870Z] #42 51.41 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-06-02T15:59:50.870Z] #42 51.42 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-06-02T15:59:50.870Z] #42 51.59 Selecting previously unselected package protobuf-compiler. [2021-06-02T15:59:50.870Z] #42 51.61 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-06-02T15:59:51.131Z] #42 51.62 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-06-02T15:59:51.131Z] #42 ... [2021-06-02T15:59:51.131Z] [2021-06-02T15:59:51.131Z] #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-06-02T15:59:51.131Z] #45 sha256:0a390b322d2cc1430f3d50949762ec73c7e24d99b78ae26af52a5a43422403ac [2021-06-02T15:59:51.131Z] #45 41.64 sync [2021-06-02T15:59:51.131Z] #45 41.66 internal/reflectlite [2021-06-02T15:59:51.131Z] #45 43.05 github.com/LK4D4/vndr/godl/singleflight [2021-06-02T15:59:51.131Z] #45 43.50 math/rand [2021-06-02T15:59:51.131Z] #45 45.13 internal/singleflight [2021-06-02T15:59:51.131Z] #45 45.58 sort [2021-06-02T15:59:51.131Z] #45 45.58 errors [2021-06-02T15:59:51.131Z] #45 45.92 io [2021-06-02T15:59:51.131Z] #45 46.42 strconv [2021-06-02T15:59:51.131Z] #45 47.59 bytes [2021-06-02T15:59:51.131Z] #45 49.52 bufio [2021-06-02T15:59:51.131Z] #45 50.19 reflect [2021-06-02T15:59:51.131Z] #45 50.97 internal/oserror [2021-06-02T15:59:51.131Z] #45 51.07 syscall [2021-06-02T15:59:51.131Z] #45 ... [2021-06-02T15:59:51.131Z] [2021-06-02T15:59:51.131Z] #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-06-02T15:59:51.131Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-06-02T15:59:51.131Z] #42 51.77 Selecting previously unselected package python-pkg-resources. [2021-06-02T15:59:51.131Z] #42 51.77 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-06-02T15:59:51.131Z] #42 51.78 Unpacking python-pkg-resources (40.8.0-1) ... [2021-06-02T15:59:51.338Z] + docker version [2021-06-02T15:59:51.392Z] #42 52.04 Selecting previously unselected package python-six. [2021-06-02T15:59:51.392Z] #42 52.05 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-06-02T15:59:51.392Z] #42 52.06 Unpacking python-six (1.12.0-1) ... [2021-06-02T15:59:51.392Z] #42 52.15 Selecting previously unselected package python-protobuf. [2021-06-02T15:59:51.633Z] Fetching without tags [2021-06-02T15:59:51.652Z] #42 52.16 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-06-02T15:59:51.652Z] #42 52.19 Unpacking python-protobuf (3.6.1.3-2) ... [2021-06-02T15:59:52.003Z] Merging remotes/origin/master commit 7c6a9484ee37b28fa314f716581bdb268cd78ce2 into PR head commit d414c0c1e8c487170b1d2f5af4946771645c6564 [2021-06-02T15:59:52.223Z] #42 52.89 Setting up python-pkg-resources (40.8.0-1) ... [2021-06-02T15:59:53.091Z] Merge succeeded, producing d414c0c1e8c487170b1d2f5af4946771645c6564 [2021-06-02T15:59:53.091Z] Checking out Revision d414c0c1e8c487170b1d2f5af4946771645c6564 (PR-42143) [2021-06-02T15:59:51.598Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-02T15:59:51.604Z] > git config --add remote.origin.fetch +refs/pull/42143/head:refs/remotes/origin/PR-42143 # timeout=10 [2021-06-02T15:59:51.611Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-02T15:59:51.620Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-02T15:59:51.637Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-02T15:59:51.638Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-02T15:59:51.640Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42143/head:refs/remotes/origin/PR-42143 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-02T15:59:52.012Z] > git config core.sparsecheckout # timeout=10 [2021-06-02T15:59:52.035Z] > git checkout -f d414c0c1e8c487170b1d2f5af4946771645c6564 # timeout=10 [2021-06-02T15:59:53.047Z] > git remote # timeout=10 [2021-06-02T15:59:53.056Z] > git config --get remote.origin.url # timeout=10 [2021-06-02T15:59:53.065Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-02T15:59:53.067Z] > git merge 7c6a9484ee37b28fa314f716581bdb268cd78ce2 # timeout=10 [2021-06-02T15:59:53.079Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-02T15:59:53.094Z] > git config core.sparsecheckout # timeout=10 [2021-06-02T15:59:53.101Z] > git checkout -f d414c0c1e8c487170b1d2f5af4946771645c6564 # timeout=10 [2021-06-02T15:59:54.413Z] Client: [2021-06-02T15:59:54.413Z] Context: default [2021-06-02T15:59:54.413Z] Debug Mode: false [2021-06-02T15:59:54.413Z] Plugins: [2021-06-02T15:59:54.413Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-06-02T15:59:54.413Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-06-02T15:59:54.413Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-06-02T15:59:54.413Z] [2021-06-02T15:59:54.413Z] Server: [2021-06-02T15:59:54.413Z] Containers: 0 [2021-06-02T15:59:54.413Z] Running: 0 [2021-06-02T15:59:54.413Z] Paused: 0 [2021-06-02T15:59:54.413Z] Stopped: 0 [2021-06-02T15:59:54.413Z] Images: 0 [2021-06-02T15:59:54.413Z] Server Version: 20.10.6 [2021-06-02T15:59:54.413Z] Storage Driver: overlay2 [2021-06-02T15:59:54.413Z] Backing Filesystem: extfs [2021-06-02T15:59:54.413Z] Supports d_type: true [2021-06-02T15:59:54.413Z] Native Overlay Diff: true [2021-06-02T15:59:54.413Z] userxattr: false [2021-06-02T15:59:54.413Z] Logging Driver: json-file [2021-06-02T15:59:54.413Z] Cgroup Driver: cgroupfs [2021-06-02T15:59:54.413Z] Cgroup Version: 1 [2021-06-02T15:59:54.413Z] Plugins: [2021-06-02T15:59:54.413Z] Volume: local [2021-06-02T15:59:54.413Z] Network: bridge host ipvlan macvlan null overlay [2021-06-02T15:59:54.413Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-06-02T15:59:54.413Z] Swarm: inactive [2021-06-02T15:59:54.413Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-06-02T15:59:54.413Z] Default Runtime: runc [2021-06-02T15:59:54.413Z] Init Binary: docker-init [2021-06-02T15:59:54.413Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-02T15:59:54.413Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-02T15:59:54.413Z] init version: de40ad0 [2021-06-02T15:59:54.413Z] Security Options: [2021-06-02T15:59:54.413Z] apparmor [2021-06-02T15:59:54.413Z] seccomp [2021-06-02T15:59:54.413Z] Profile: default [2021-06-02T15:59:54.413Z] Kernel Version: 5.4.0-1048-aws [2021-06-02T15:59:54.413Z] Operating System: Ubuntu 18.04.5 LTS [2021-06-02T15:59:54.413Z] OSType: linux [2021-06-02T15:59:54.413Z] Architecture: x86_64 [2021-06-02T15:59:54.413Z] CPUs: 2 [2021-06-02T15:59:54.413Z] Total Memory: 7.569GiB [2021-06-02T15:59:54.413Z] Name: ip-10-100-115-5 [2021-06-02T15:59:54.413Z] ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A [2021-06-02T15:59:54.413Z] Docker Root Dir: /var/lib/docker [2021-06-02T15:59:54.413Z] Debug Mode: false [2021-06-02T15:59:54.413Z] Registry: https://index.docker.io/v1/ [2021-06-02T15:59:54.413Z] Labels: [2021-06-02T15:59:54.413Z] Experimental: true [2021-06-02T15:59:54.413Z] Insecure Registries: [2021-06-02T15:59:54.413Z] 127.0.0.0/8 [2021-06-02T15:59:54.413Z] Live Restore Enabled: true [2021-06-02T15:59:54.413Z] [2021-06-02T15:59:54.413Z] WARNING: No swap limit support [Pipeline] sh [2021-06-02T15:59:54.437Z] Client: [2021-06-02T15:59:54.437Z] Context: default [2021-06-02T15:59:54.437Z] Debug Mode: false [2021-06-02T15:59:54.437Z] Plugins: [2021-06-02T15:59:54.437Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-06-02T15:59:54.437Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-06-02T15:59:54.437Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-06-02T15:59:54.437Z] [2021-06-02T15:59:54.437Z] Server: [2021-06-02T15:59:54.437Z] Containers: 0 [2021-06-02T15:59:54.437Z] Running: 0 [2021-06-02T15:59:54.437Z] Paused: 0 [2021-06-02T15:59:54.437Z] Stopped: 0 [2021-06-02T15:59:54.437Z] Images: 0 [2021-06-02T15:59:54.437Z] Server Version: 20.10.6 [2021-06-02T15:59:54.437Z] Storage Driver: overlay2 [2021-06-02T15:59:54.437Z] Backing Filesystem: extfs [2021-06-02T15:59:54.437Z] Supports d_type: true [2021-06-02T15:59:54.437Z] Native Overlay Diff: true [2021-06-02T15:59:54.437Z] userxattr: false [2021-06-02T15:59:54.437Z] Logging Driver: json-file [2021-06-02T15:59:54.437Z] Cgroup Driver: cgroupfs [2021-06-02T15:59:54.437Z] Cgroup Version: 1 [2021-06-02T15:59:54.437Z] Plugins: [2021-06-02T15:59:54.437Z] Volume: local [2021-06-02T15:59:54.437Z] Network: bridge host ipvlan macvlan null overlay [2021-06-02T15:59:54.437Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-06-02T15:59:54.437Z] Swarm: inactive [2021-06-02T15:59:54.437Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-06-02T15:59:54.437Z] Default Runtime: runc [2021-06-02T15:59:54.437Z] Init Binary: docker-init [2021-06-02T15:59:54.437Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-02T15:59:54.437Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-02T15:59:54.437Z] init version: de40ad0 [2021-06-02T15:59:54.437Z] Security Options: [2021-06-02T15:59:54.437Z] apparmor [2021-06-02T15:59:54.437Z] seccomp [2021-06-02T15:59:54.437Z] Profile: default [2021-06-02T15:59:54.437Z] Kernel Version: 5.4.0-1048-aws [2021-06-02T15:59:54.437Z] Operating System: Ubuntu 18.04.5 LTS [2021-06-02T15:59:54.437Z] OSType: linux [2021-06-02T15:59:54.437Z] Architecture: x86_64 [2021-06-02T15:59:54.437Z] CPUs: 2 [2021-06-02T15:59:54.437Z] Total Memory: 7.487GiB [2021-06-02T15:59:54.437Z] Name: ip-10-100-81-223 [2021-06-02T15:59:54.437Z] ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A [2021-06-02T15:59:54.437Z] Docker Root Dir: /var/lib/docker [2021-06-02T15:59:54.437Z] Debug Mode: false [2021-06-02T15:59:54.437Z] Registry: https://index.docker.io/v1/ [2021-06-02T15:59:54.437Z] Labels: [2021-06-02T15:59:54.437Z] Experimental: true [2021-06-02T15:59:54.437Z] Insecure Registries: [2021-06-02T15:59:54.437Z] 127.0.0.0/8 [2021-06-02T15:59:54.437Z] Live Restore Enabled: true [2021-06-02T15:59:54.437Z] [2021-06-02T15:59:54.437Z] WARNING: No swap limit support [Pipeline] sh [2021-06-02T15:59:54.701Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-02T15:59:54.701Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-02T15:59:54.701Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42143/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-06-02T15:59:54.701Z] + bash /home/ubuntu/workspace/moby_PR-42143/check-config.sh [2021-06-02T15:59:54.701Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-06-02T15:59:54.701Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-06-02T15:59:54.701Z] [2021-06-02T15:59:54.701Z] Generally Necessary: [2021-06-02T15:59:54.701Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-06-02T15:59:54.701Z] - apparmor: enabled and tools installed [2021-06-02T15:59:54.701Z] - CONFIG_NAMESPACES: enabled [2021-06-02T15:59:54.701Z] - CONFIG_NET_NS: enabled [2021-06-02T15:59:54.701Z] - CONFIG_PID_NS: enabled [2021-06-02T15:59:54.701Z] - CONFIG_IPC_NS: enabled [2021-06-02T15:59:54.701Z] - CONFIG_UTS_NS: enabled [2021-06-02T15:59:54.701Z] - CONFIG_CGROUPS: enabled [2021-06-02T15:59:54.701Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-06-02T15:59:54.701Z] - CONFIG_CGROUP_DEVICE: enabled [2021-06-02T15:59:54.701Z] - CONFIG_CGROUP_FREEZER: enabled [2021-06-02T15:59:54.701Z] - CONFIG_CGROUP_SCHED: enabled [2021-06-02T15:59:54.701Z] - CONFIG_CPUSETS: enabled [2021-06-02T15:59:54.701Z] - CONFIG_MEMCG: enabled [2021-06-02T15:59:54.701Z] - CONFIG_KEYS: enabled [2021-06-02T15:59:54.701Z] - CONFIG_VETH: enabled (as module) [2021-06-02T15:59:54.701Z] - CONFIG_BRIDGE: enabled (as module) [2021-06-02T15:59:54.701Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-06-02T15:59:54.701Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-06-02T15:59:54.701Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-06-02T15:59:54.701Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-06-02T15:59:54.701Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-06-02T15:59:54.701Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-06-02T15:59:54.701Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-06-02T15:59:54.701Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-06-02T15:59:54.701Z] - CONFIG_NF_NAT: enabled (as module) [2021-06-02T15:59:54.701Z] - CONFIG_POSIX_MQUEUE: enabled [2021-06-02T15:59:54.701Z] [2021-06-02T15:59:54.701Z] Optional Features: [2021-06-02T15:59:54.701Z] - CONFIG_USER_NS: enabled [2021-06-02T15:59:54.701Z] - CONFIG_SECCOMP: enabled [2021-06-02T15:59:54.701Z] - CONFIG_SECCOMP_FILTER: enabled [2021-06-02T15:59:54.701Z] - CONFIG_CGROUP_PIDS: enabled [2021-06-02T15:59:54.701Z] - CONFIG_MEMCG_SWAP: enabled [2021-06-02T15:59:54.701Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-06-02T15:59:54.701Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-06-02T15:59:54.701Z] - CONFIG_BLK_CGROUP: enabled [2021-06-02T15:59:54.701Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-06-02T15:59:54.701Z] - CONFIG_CGROUP_PERF: enabled [2021-06-02T15:59:54.701Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-06-02T15:59:54.701Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-06-02T15:59:54.701Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-06-02T15:59:54.701Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-06-02T15:59:54.701Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-06-02T15:59:54.701Z] - CONFIG_RT_GROUP_SCHED: missing [2021-06-02T15:59:54.701Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-06-02T15:59:54.770Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-02T15:59:54.770Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-02T15:59:54.770Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42143/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-06-02T15:59:54.770Z] + bash /home/ubuntu/workspace/moby_PR-42143/check-config.sh [2021-06-02T15:59:54.770Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-06-02T15:59:54.771Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-06-02T15:59:54.771Z] [2021-06-02T15:59:54.771Z] Generally Necessary: [2021-06-02T15:59:54.771Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-06-02T15:59:54.771Z] - apparmor: enabled and tools installed [2021-06-02T15:59:54.771Z] - CONFIG_NAMESPACES: enabled [2021-06-02T15:59:54.771Z] - CONFIG_NET_NS: enabled [2021-06-02T15:59:54.771Z] - CONFIG_PID_NS: enabled [2021-06-02T15:59:54.771Z] - CONFIG_IPC_NS: enabled [2021-06-02T15:59:54.771Z] - CONFIG_UTS_NS: enabled [2021-06-02T15:59:54.771Z] - CONFIG_CGROUPS: enabled [2021-06-02T15:59:54.771Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-06-02T15:59:54.771Z] - CONFIG_CGROUP_DEVICE: enabled [2021-06-02T15:59:54.771Z] - CONFIG_CGROUP_FREEZER: enabled [2021-06-02T15:59:54.771Z] - CONFIG_CGROUP_SCHED: enabled [2021-06-02T15:59:54.771Z] - CONFIG_CPUSETS: enabled [2021-06-02T15:59:54.959Z] - CONFIG_IP_VS: enabled (as module) [2021-06-02T15:59:54.959Z] - CONFIG_IP_VS_NFCT: enabled [2021-06-02T15:59:54.959Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-06-02T15:59:54.959Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-06-02T15:59:54.959Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-06-02T15:59:54.959Z] - CONFIG_SECURITY_SELINUX: enabled [2021-06-02T15:59:54.959Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-06-02T15:59:54.959Z] - CONFIG_EXT4_FS: enabled [2021-06-02T15:59:54.959Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-06-02T15:59:54.959Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-06-02T15:59:54.959Z] - Network Drivers: [2021-06-02T15:59:54.959Z] - "overlay": [2021-06-02T15:59:54.959Z] - CONFIG_VXLAN: enabled (as module) [2021-06-02T15:59:54.959Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-06-02T15:59:54.959Z] Optional (for encrypted networks): [2021-06-02T15:59:54.959Z] - CONFIG_CRYPTO: enabled [2021-06-02T15:59:54.959Z] - CONFIG_CRYPTO_AEAD: enabled [2021-06-02T15:59:54.959Z] - CONFIG_CRYPTO_GCM: enabled [2021-06-02T15:59:54.959Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-06-02T15:59:54.959Z] - CONFIG_CRYPTO_GHASH: enabled [2021-06-02T15:59:54.959Z] - CONFIG_XFRM: enabled [2021-06-02T15:59:54.959Z] - CONFIG_XFRM_USER: enabled (as module) [2021-06-02T15:59:54.959Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-06-02T15:59:54.959Z] - CONFIG_INET_ESP: enabled (as module) [2021-06-02T15:59:54.959Z] - "ipvlan": [2021-06-02T15:59:54.959Z] - CONFIG_IPVLAN: enabled (as module) [2021-06-02T15:59:54.959Z] - "macvlan": [2021-06-02T15:59:54.959Z] - CONFIG_MACVLAN: enabled (as module) [2021-06-02T15:59:54.959Z] - CONFIG_DUMMY: enabled (as module) [2021-06-02T15:59:54.959Z] - "ftp,tftp client in container": [2021-06-02T15:59:54.959Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-06-02T15:59:54.959Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-06-02T15:59:54.959Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-06-02T15:59:54.959Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-06-02T15:59:54.959Z] - Storage Drivers: [2021-06-02T15:59:54.959Z] - "aufs": [2021-06-02T15:59:54.959Z] - CONFIG_AUFS_FS: enabled (as module) [2021-06-02T15:59:54.959Z] - "btrfs": [2021-06-02T15:59:54.959Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-06-02T15:59:54.959Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-06-02T15:59:54.959Z] - "devicemapper": [2021-06-02T15:59:54.959Z] - CONFIG_BLK_DEV_DM: enabled [2021-06-02T15:59:54.959Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-06-02T15:59:54.959Z] - "overlay": [2021-06-02T15:59:54.959Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-06-02T15:59:54.959Z] - "zfs": [2021-06-02T15:59:54.959Z] - /dev/zfs: present [2021-06-02T15:59:54.959Z] - zfs command: missing [2021-06-02T15:59:54.959Z] - zpool command: missing [2021-06-02T15:59:54.959Z] [2021-06-02T15:59:54.959Z] Limits: [2021-06-02T15:59:54.959Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-06-02T15:59:54.959Z] [2021-06-02T15:59:54.959Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-06-02T15:59:55.026Z] - CONFIG_MEMCG: enabled [2021-06-02T15:59:55.026Z] - CONFIG_KEYS: enabled [2021-06-02T15:59:55.026Z] - CONFIG_VETH: enabled (as module) [2021-06-02T15:59:55.026Z] - CONFIG_BRIDGE: enabled (as module) [2021-06-02T15:59:55.026Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-06-02T15:59:55.026Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-06-02T15:59:55.026Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-06-02T15:59:55.026Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-06-02T15:59:55.026Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-06-02T15:59:55.026Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-06-02T15:59:55.026Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-06-02T15:59:55.026Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-06-02T15:59:55.026Z] - CONFIG_NF_NAT: enabled (as module) [2021-06-02T15:59:55.026Z] - CONFIG_POSIX_MQUEUE: enabled [2021-06-02T15:59:55.026Z] [2021-06-02T15:59:55.026Z] Optional Features: [2021-06-02T15:59:55.026Z] - CONFIG_USER_NS: enabled [2021-06-02T15:59:55.026Z] - CONFIG_SECCOMP: enabled [2021-06-02T15:59:55.026Z] - CONFIG_SECCOMP_FILTER: enabled [2021-06-02T15:59:55.026Z] - CONFIG_CGROUP_PIDS: enabled [2021-06-02T15:59:55.026Z] - CONFIG_MEMCG_SWAP: enabled [2021-06-02T15:59:55.026Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-06-02T15:59:55.026Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-06-02T15:59:55.026Z] - CONFIG_BLK_CGROUP: enabled [2021-06-02T15:59:55.026Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-06-02T15:59:55.026Z] - CONFIG_CGROUP_PERF: enabled [2021-06-02T15:59:55.026Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-06-02T15:59:55.026Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-06-02T15:59:55.026Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-06-02T15:59:55.026Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-06-02T15:59:55.026Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-06-02T15:59:55.027Z] - CONFIG_RT_GROUP_SCHED: missing [2021-06-02T15:59:55.027Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-06-02T15:59:55.027Z] - CONFIG_IP_VS: enabled (as module) [2021-06-02T15:59:55.027Z] - CONFIG_IP_VS_NFCT: enabled [2021-06-02T15:59:55.027Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-06-02T15:59:55.027Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-06-02T15:59:55.027Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-06-02T15:59:55.027Z] - CONFIG_SECURITY_SELINUX: enabled [2021-06-02T15:59:55.027Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-06-02T15:59:55.027Z] - CONFIG_EXT4_FS: enabled [2021-06-02T15:59:55.027Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-06-02T15:59:55.027Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-06-02T15:59:55.027Z] - Network Drivers: [2021-06-02T15:59:55.027Z] - "overlay": [2021-06-02T15:59:55.027Z] - CONFIG_VXLAN: enabled (as module) [2021-06-02T15:59:55.027Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-06-02T15:59:55.027Z] Optional (for encrypted networks): [2021-06-02T15:59:55.282Z] - CONFIG_CRYPTO: enabled [2021-06-02T15:59:55.282Z] - CONFIG_CRYPTO_AEAD: enabled [2021-06-02T15:59:55.282Z] - CONFIG_CRYPTO_GCM: enabled [2021-06-02T15:59:55.282Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-06-02T15:59:55.282Z] - CONFIG_CRYPTO_GHASH: enabled [2021-06-02T15:59:55.282Z] - CONFIG_XFRM: enabled [2021-06-02T15:59:55.282Z] - CONFIG_XFRM_USER: enabled (as module) [2021-06-02T15:59:55.282Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-06-02T15:59:55.282Z] - CONFIG_INET_ESP: enabled (as module) [2021-06-02T15:59:55.282Z] - "ipvlan": [2021-06-02T15:59:55.282Z] - CONFIG_IPVLAN: enabled (as module) [2021-06-02T15:59:55.282Z] - "macvlan": [2021-06-02T15:59:55.282Z] - CONFIG_MACVLAN: enabled (as module) [2021-06-02T15:59:55.282Z] - CONFIG_DUMMY: enabled (as module) [2021-06-02T15:59:55.282Z] - "ftp,tftp client in container": [2021-06-02T15:59:55.282Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-06-02T15:59:55.282Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-06-02T15:59:55.282Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-06-02T15:59:55.282Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-06-02T15:59:55.282Z] - Storage Drivers: [2021-06-02T15:59:55.282Z] - "aufs": [2021-06-02T15:59:55.282Z] - CONFIG_AUFS_FS: enabled (as module) [2021-06-02T15:59:55.282Z] - "btrfs": [2021-06-02T15:59:55.282Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-06-02T15:59:55.282Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-06-02T15:59:55.282Z] - "devicemapper": [2021-06-02T15:59:55.282Z] - CONFIG_BLK_DEV_DM: enabled [2021-06-02T15:59:55.282Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-06-02T15:59:55.282Z] - "overlay": [2021-06-02T15:59:55.282Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-06-02T15:59:55.282Z] - "zfs": [2021-06-02T15:59:55.282Z] - /dev/zfs: present [2021-06-02T15:59:55.282Z] - zfs command: missing [2021-06-02T15:59:55.282Z] - zpool command: missing [2021-06-02T15:59:55.282Z] [2021-06-02T15:59:55.282Z] Limits: [2021-06-02T15:59:55.282Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-06-02T15:59:55.282Z] [2021-06-02T15:59:55.282Z] + true [2021-06-02T15:59:55.285Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:d414c0c1e8c487170b1d2f5af4946771645c6564 . [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-06-02T15:59:55.543Z] #1 [internal] load build definition from Dockerfile [2021-06-02T15:59:55.543Z] #1 sha256:c066916c92e6db42ee3ea12f9e3550bdfe0229efd6a3c884675cec77fda51650 [2021-06-02T15:59:55.543Z] #1 transferring dockerfile: 17.09kB done [2021-06-02T15:59:55.543Z] #1 DONE 0.3s [2021-06-02T15:59:55.543Z] [2021-06-02T15:59:55.543Z] #2 [internal] load .dockerignore [2021-06-02T15:59:55.543Z] #2 sha256:b69f474ae409f004764f95ca7297cb71f3b15a77010fee2608f22d88ff641f50 [2021-06-02T15:59:55.543Z] #2 transferring context: 87B done [2021-06-02T15:59:55.702Z] + sudo modprobe ip_vs [2021-06-02T15:59:55.702Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:d414c0c1e8c487170b1d2f5af4946771645c6564 . [2021-06-02T15:59:55.802Z] #2 DONE 0.1s [2021-06-02T15:59:55.802Z] [2021-06-02T15:59:55.802Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-06-02T15:59:55.802Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-06-02T15:59:55.972Z] #2 [internal] load .dockerignore [2021-06-02T15:59:55.972Z] #2 sha256:a819394c952a2f90a9ca07a1c6b3dc98bcfbc39bb4398308d0c61f94d20a0165 [2021-06-02T15:59:55.972Z] #2 transferring context: 87B done [2021-06-02T15:59:55.972Z] #2 DONE 0.1s [2021-06-02T15:59:55.972Z] [2021-06-02T15:59:55.972Z] #1 [internal] load build definition from Dockerfile [2021-06-02T15:59:55.972Z] #1 sha256:167187383c45b40ccfe453cef529e3f278671d9c0026f9f20288b64c82796163 [2021-06-02T15:59:55.972Z] #1 transferring dockerfile: 17.09kB done [2021-06-02T15:59:55.972Z] #1 DONE 0.2s [2021-06-02T15:59:55.972Z] [2021-06-02T15:59:55.972Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-06-02T15:59:55.972Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-06-02T15:59:56.076Z] #3 DONE 0.5s [2021-06-02T15:59:56.228Z] #3 DONE 0.4s [2021-06-02T15:59:56.340Z] [2021-06-02T15:59:56.340Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-06-02T15:59:56.340Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-06-02T15:59:56.340Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-06-02T15:59:56.340Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-06-02T15:59:56.340Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0B / 9.64MB 0.1s [2021-06-02T15:59:56.340Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-06-02T15:59:56.340Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-06-02T15:59:56.340Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s [2021-06-02T15:59:56.525Z] [2021-06-02T15:59:56.525Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-06-02T15:59:56.525Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-06-02T15:59:56.525Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-06-02T15:59:56.525Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-06-02T15:59:56.525Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-06-02T15:59:56.525Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-06-02T15:59:56.525Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 1.05MB / 9.64MB 0.1s [2021-06-02T15:59:56.525Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s [2021-06-02T15:59:56.599Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s done [2021-06-02T15:59:56.599Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 [2021-06-02T15:59:56.787Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s done [2021-06-02T15:59:56.787Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 [2021-06-02T15:59:56.861Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.2s done [2021-06-02T15:59:56.872Z] Commit message: "replace uses of deprecated libcontainer/configs.Device" [2021-06-02T15:59:57.046Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.2s done [2021-06-02T15:59:57.046Z] #4 DONE 0.6s [2021-06-02T15:59:57.120Z] #4 DONE 0.7s [2021-06-02T15:59:57.120Z] [2021-06-02T15:59:57.120Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-02T15:59:57.120Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-06-02T15:59:57.301Z] [2021-06-02T15:59:57.301Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-02T15:59:57.301Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-06-02T15:59:57.510Z] #42 57.37 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-06-02T15:59:57.510Z] #42 57.38 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-02T15:59:57.510Z] #42 57.39 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-02T15:59:57.510Z] #42 57.40 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-06-02T15:59:57.510Z] #42 57.41 Setting up python-six (1.12.0-1) ... [2021-06-02T15:59:57.510Z] #42 ... [2021-06-02T15:59:57.510Z] [2021-06-02T15:59:57.510Z] #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-06-02T15:59:57.510Z] #45 sha256:0a390b322d2cc1430f3d50949762ec73c7e24d99b78ae26af52a5a43422403ac [2021-06-02T15:59:57.510Z] #45 58.15 time [2021-06-02T15:59:57.687Z] #8 ... [2021-06-02T15:59:57.687Z] [2021-06-02T15:59:57.687Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-06-02T15:59:57.687Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-06-02T15:59:57.687Z] #5 DONE 0.7s [2021-06-02T15:59:57.771Z] #45 ... [2021-06-02T15:59:57.771Z] [2021-06-02T15:59:57.771Z] #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-06-02T15:59:57.771Z] #47 sha256:5f3eff06dd356e368c6f2e960250030cb2e0049449cdd2c109e3434b762d2c04 [2021-06-02T15:59:57.771Z] #47 DONE 58.4s [2021-06-02T15:59:57.939Z] + docker version [2021-06-02T15:59:57.948Z] [2021-06-02T15:59:57.948Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-02T15:59:57.948Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-06-02T15:59:57.948Z] #7 DONE 0.7s [2021-06-02T15:59:57.948Z] [2021-06-02T15:59:57.948Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-02T15:59:57.948Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-06-02T15:59:57.948Z] #8 DONE 0.7s [2021-06-02T15:59:57.948Z] [2021-06-02T15:59:57.948Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-06-02T15:59:57.948Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-06-02T15:59:57.948Z] #6 DONE 0.8s [2021-06-02T15:59:58.032Z] [2021-06-02T15:59:58.032Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T15:59:58.032Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T15:59:58.032Z] #13 47.99 Get:14 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-06-02T15:59:58.032Z] #13 50.63 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-06-02T15:59:58.032Z] #13 50.63 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-06-02T15:59:58.032Z] #13 50.63 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-06-02T15:59:58.032Z] #13 50.64 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-06-02T15:59:58.032Z] #13 50.64 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-06-02T15:59:58.032Z] #13 50.64 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB] [2021-06-02T15:59:58.032Z] #13 50.66 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-06-02T15:59:58.032Z] #13 50.70 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-06-02T15:59:58.032Z] #13 50.71 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-06-02T15:59:58.032Z] #13 50.74 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-06-02T15:59:58.032Z] #13 50.77 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-06-02T15:59:58.032Z] #13 50.82 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-06-02T15:59:58.032Z] #13 50.83 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-06-02T15:59:58.032Z] #13 50.85 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB] [2021-06-02T15:59:58.032Z] #13 51.96 debconf: delaying package configuration, since apt-utils is not installed [2021-06-02T15:59:58.032Z] #13 52.32 Fetched 78.2 MB in 8s (10.2 MB/s) [2021-06-02T15:59:58.032Z] #13 52.71 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-06-02T15:59:58.032Z] #13 52.87 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ... [2021-06-02T15:59:58.032Z] #13 52.90 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-06-02T15:59:58.272Z] #7 ... [2021-06-02T15:59:58.272Z] [2021-06-02T15:59:58.272Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-06-02T15:59:58.272Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-06-02T15:59:58.272Z] #6 DONE 0.9s [2021-06-02T15:59:58.272Z] [2021-06-02T15:59:58.272Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-06-02T15:59:58.272Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-06-02T15:59:58.272Z] #5 DONE 0.9s [2021-06-02T15:59:58.272Z] [2021-06-02T15:59:58.272Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-02T15:59:58.272Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-06-02T15:59:58.272Z] #8 DONE 0.9s [2021-06-02T15:59:58.272Z] [2021-06-02T15:59:58.272Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-02T15:59:58.272Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-06-02T15:59:58.272Z] #7 DONE 1.0s [2021-06-02T15:59:58.526Z] [2021-06-02T15:59:58.526Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-02T15:59:58.526Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-02T15:59:58.526Z] #26 resolve docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 0.1s done [2021-06-02T15:59:58.601Z] #13 53.50 Setting up libsystemd0:amd64 (241-7~deb10u7) ... [2021-06-02T15:59:58.785Z] #26 sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 1.85kB / 1.85kB done [2021-06-02T15:59:58.785Z] #26 sha256:3e24baa60967d085b95a45129f82af4eb9d1e33aff9559173542ebb15c5d9cb5 529B / 529B done [2021-06-02T15:59:58.785Z] #26 sha256:4a7a1f4017349067a21bd2de060dcf8b41e49fabf61b0dc3cf86a87e1f6dba9d 1.46kB / 1.46kB done [2021-06-02T15:59:58.834Z] [2021-06-02T15:59:58.834Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-02T15:59:58.834Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-02T15:59:58.834Z] #26 resolve docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 0.1s done [2021-06-02T15:59:59.092Z] #26 sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 1.85kB / 1.85kB done [2021-06-02T15:59:59.092Z] #26 sha256:3e24baa60967d085b95a45129f82af4eb9d1e33aff9559173542ebb15c5d9cb5 529B / 529B done [2021-06-02T15:59:59.092Z] #26 sha256:4a7a1f4017349067a21bd2de060dcf8b41e49fabf61b0dc3cf86a87e1f6dba9d 1.46kB / 1.46kB done [2021-06-02T15:59:59.122Z] #13 53.73 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-06-02T15:59:59.122Z] #13 53.88 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-06-02T15:59:59.122Z] #13 53.97 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-06-02T15:59:59.433Z] #13 54.20 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-06-02T15:59:59.433Z] #13 54.31 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-06-02T15:59:59.433Z] #13 54.39 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ... [2021-06-02T15:59:59.433Z] #13 54.43 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-06-02T15:59:59.469Z] Client: Docker Engine - Community [2021-06-02T15:59:59.469Z] Version: 20.10.6 [2021-06-02T15:59:59.469Z] API version: 1.41 [2021-06-02T15:59:59.469Z] Go version: go1.13.15 [2021-06-02T15:59:59.469Z] Git commit: 370c289 [2021-06-02T15:59:59.469Z] Built: Fri Apr 9 22:47:17 2021 [2021-06-02T15:59:59.469Z] OS/Arch: linux/amd64 [2021-06-02T15:59:59.469Z] Context: default [2021-06-02T15:59:59.469Z] Experimental: true [2021-06-02T15:59:59.469Z] [2021-06-02T15:59:59.469Z] Server: Docker Engine - Community [2021-06-02T15:59:59.469Z] Engine: [2021-06-02T15:59:59.469Z] Version: 20.10.6 [2021-06-02T15:59:59.469Z] API version: 1.41 (minimum version 1.12) [2021-06-02T15:59:59.469Z] Go version: go1.13.15 [2021-06-02T15:59:59.469Z] Git commit: 8728dd2 [2021-06-02T15:59:59.469Z] Built: Fri Apr 9 22:45:28 2021 [2021-06-02T15:59:59.469Z] OS/Arch: linux/amd64 [2021-06-02T15:59:59.469Z] Experimental: true [2021-06-02T15:59:59.469Z] containerd: [2021-06-02T15:59:59.469Z] Version: 1.4.6 [2021-06-02T15:59:59.469Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-02T15:59:59.469Z] runc: [2021-06-02T15:59:59.469Z] Version: 1.0.0-rc95 [2021-06-02T15:59:59.469Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-02T15:59:59.469Z] docker-init: [2021-06-02T15:59:59.469Z] Version: 0.19.0 [2021-06-02T15:59:59.469Z] GitCommit: de40ad0 [Pipeline] sh [2021-06-02T15:59:59.719Z] #13 54.76 Setting up libudev1:amd64 (241-7~deb10u7) ... [2021-06-02T15:59:59.786Z] + docker info [2021-06-02T15:59:59.980Z] #13 54.91 Selecting previously unselected package binutils-mingw-w64-i686. [2021-06-02T15:59:59.980Z] #13 54.91 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-06-02T16:00:00.241Z] #13 55.05 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-06-02T16:00:00.241Z] #13 55.06 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-02T16:00:00.241Z] #13 ... [2021-06-02T16:00:00.241Z] [2021-06-02T16:00:00.241Z] #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-06-02T16:00:00.241Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-02T16:00:00.241Z] #36 50.89 Selecting previously unselected package libicu63:amd64. [2021-06-02T16:00:00.241Z] #36 50.90 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-06-02T16:00:00.241Z] #36 50.91 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-02T16:00:00.241Z] #36 58.43 Selecting previously unselected package libxml2:amd64. [2021-06-02T16:00:00.241Z] #36 58.43 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-06-02T16:00:00.241Z] #36 58.44 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-06-02T16:00:00.241Z] #36 59.31 Selecting previously unselected package libarchive13:amd64. [2021-06-02T16:00:00.241Z] #36 59.31 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-06-02T16:00:00.241Z] #36 59.32 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-06-02T16:00:00.241Z] #36 59.82 Selecting previously unselected package libjsoncpp1:amd64. [2021-06-02T16:00:00.241Z] #36 59.85 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-06-02T16:00:00.241Z] #36 59.86 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-06-02T16:00:00.241Z] #36 59.99 Selecting previously unselected package librhash0:amd64. [2021-06-02T16:00:00.241Z] #36 60.01 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-06-02T16:00:00.241Z] #36 60.02 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-06-02T16:00:00.241Z] #36 60.21 Selecting previously unselected package libuv1:amd64. [2021-06-02T16:00:00.241Z] #36 60.21 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-06-02T16:00:00.241Z] #36 60.21 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-06-02T16:00:00.241Z] #36 60.39 Selecting previously unselected package cmake. [2021-06-02T16:00:00.241Z] #36 60.44 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-06-02T16:00:00.241Z] #36 60.44 Unpacking cmake (3.13.4-1) ... [2021-06-02T16:00:00.811Z] #36 ... [2021-06-02T16:00:00.811Z] [2021-06-02T16:00:00.811Z] #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-06-02T16:00:00.811Z] #51 sha256:d41ec96df449c0b563106bb4836bbc362e5711e137ac231c137c8774c61c3e3d [2021-06-02T16:00:00.811Z] #51 51.40 syscall [2021-06-02T16:00:00.811Z] #51 51.40 reflect [2021-06-02T16:00:00.811Z] #51 58.27 time [2021-06-02T16:00:01.074Z] #51 ... [2021-06-02T16:00:01.074Z] [2021-06-02T16:00:01.074Z] #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-06-02T16:00:01.074Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-06-02T16:00:01.074Z] #42 61.62 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-06-02T16:00:01.074Z] #42 61.63 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-06-02T16:00:01.074Z] #42 61.67 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-06-02T16:00:01.074Z] #42 61.69 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-06-02T16:00:01.074Z] #42 61.70 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-06-02T16:00:01.074Z] #42 61.72 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-06-02T16:00:01.074Z] #42 61.74 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-06-02T16:00:01.334Z] #42 61.75 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-06-02T16:00:01.334Z] #42 61.77 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-06-02T16:00:01.334Z] #42 61.79 Setting up python-protobuf (3.6.1.3-2) ... [2021-06-02T16:00:03.433Z] #26 ... [2021-06-02T16:00:03.433Z] [2021-06-02T16:00:03.433Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-02T16:00:03.433Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-06-02T16:00:03.433Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-06-02T16:00:03.433Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-06-02T16:00:03.433Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-06-02T16:00:03.433Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-06-02T16:00:03.433Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.5s done [2021-06-02T16:00:03.433Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.9s done [2021-06-02T16:00:03.433Z] #62 DONE 4.1s [2021-06-02T16:00:03.433Z] [2021-06-02T16:00:03.433Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-02T16:00:03.433Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-02T16:00:03.433Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 0B / 50.43MB 4.0s [2021-06-02T16:00:03.433Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 3.15MB / 50.43MB 4.1s [2021-06-02T16:00:03.433Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 8.61MB / 50.43MB 4.3s [2021-06-02T16:00:03.433Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 13.63MB / 50.43MB 4.4s [2021-06-02T16:00:03.691Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 38.80MB / 50.43MB 4.6s [2021-06-02T16:00:03.691Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 50.43MB / 50.43MB 4.8s [2021-06-02T16:00:03.877Z] #42 ... [2021-06-02T16:00:03.877Z] [2021-06-02T16:00:03.877Z] #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-06-02T16:00:03.877Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-02T16:00:03.877Z] #36 63.35 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-02T16:00:03.877Z] #36 63.36 Setting up xxd (2:8.1.0875-5) ... [2021-06-02T16:00:03.877Z] #36 63.38 Setting up libuv1:amd64 (1.24.1-1) ... [2021-06-02T16:00:03.877Z] #36 63.41 Setting up vim-common (2:8.1.0875-5) ... [2021-06-02T16:00:03.877Z] #36 63.47 Setting up librhash0:amd64 (1.3.8-1) ... [2021-06-02T16:00:03.877Z] #36 63.49 Setting up cmake-data (3.13.4-1) ... [2021-06-02T16:00:03.877Z] #36 63.53 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-06-02T16:00:03.877Z] #36 63.55 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-06-02T16:00:03.877Z] #36 63.58 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-06-02T16:00:03.877Z] #36 63.59 Setting up cmake (3.13.4-1) ... [2021-06-02T16:00:03.877Z] #36 63.61 Processing triggers for libc-bin (2.28-10) ... [2021-06-02T16:00:03.877Z] #36 63.72 Processing triggers for mime-support (3.62) ... [2021-06-02T16:00:03.877Z] #36 DONE 64.5s [2021-06-02T16:00:04.070Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 2.10MB / 50.43MB 4.4s [2021-06-02T16:00:04.070Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 5.37MB / 50.43MB 4.5s [2021-06-02T16:00:04.070Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 16.78MB / 50.43MB 4.6s [2021-06-02T16:00:04.070Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 22.02MB / 50.43MB 4.7s [2021-06-02T16:00:04.070Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 32.51MB / 50.43MB 4.8s [2021-06-02T16:00:04.070Z] #26 ... [2021-06-02T16:00:04.070Z] [2021-06-02T16:00:04.070Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-02T16:00:04.070Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-02T16:00:04.070Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.1s done [2021-06-02T16:00:04.070Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-06-02T16:00:04.070Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-06-02T16:00:04.070Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-06-02T16:00:04.070Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.9s done [2021-06-02T16:00:04.070Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 1.1s done [2021-06-02T16:00:04.070Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.3s done [2021-06-02T16:00:04.070Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.9s done [2021-06-02T16:00:04.070Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.2s done [2021-06-02T16:00:04.070Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 4.9s [2021-06-02T16:00:04.070Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 2.4s [2021-06-02T16:00:04.138Z] [2021-06-02T16:00:04.138Z] #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-06-02T16:00:04.138Z] #37 sha256:f31cb9e24462435393cb18f90b17a9c74af746e2b703ac610990e53c0998576b [2021-06-02T16:00:04.295Z] #26 ... [2021-06-02T16:00:04.295Z] [2021-06-02T16:00:04.295Z] #23 [internal] load build context [2021-06-02T16:00:04.295Z] #23 sha256:61247d9602756971368304d8aa1a8f823b44f588011e3a33318d370db4f2d39f [2021-06-02T16:00:04.295Z] #23 transferring context: 54.50MB 5.0s done [2021-06-02T16:00:04.295Z] #23 DONE 5.6s [2021-06-02T16:00:04.295Z] [2021-06-02T16:00:04.295Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-02T16:00:04.295Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-02T16:00:04.642Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 5.7s done [2021-06-02T16:00:04.642Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 5.8s [2021-06-02T16:00:05.079Z] #37 1.092 + RM_GOPATH=0 [2021-06-02T16:00:05.079Z] #37 1.092 + TMP_GOPATH= [2021-06-02T16:00:05.079Z] #37 1.092 + : /build [2021-06-02T16:00:05.079Z] #37 1.092 + '[' -z '' ']' [2021-06-02T16:00:05.079Z] #37 1.092 ++ mktemp -d [2021-06-02T16:00:05.079Z] #37 1.095 + export GOPATH=/tmp/tmp.PNF8yMqRH4 [2021-06-02T16:00:05.079Z] #37 1.095 + GOPATH=/tmp/tmp.PNF8yMqRH4 [2021-06-02T16:00:05.079Z] #37 1.096 + RM_GOPATH=1 [2021-06-02T16:00:05.079Z] #37 1.096 + case "$(go env GOARCH)" in [2021-06-02T16:00:05.079Z] #37 1.102 ++ go env GOARCH [2021-06-02T16:00:05.079Z] #37 1.137 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:05.079Z] #37 1.137 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:05.079Z] #37 1.138 ++ dirname /tmp/install/install.sh [2021-06-02T16:00:05.079Z] #37 1.140 + dir=/tmp/install [2021-06-02T16:00:05.079Z] #37 1.140 + bin=tini [2021-06-02T16:00:05.079Z] #37 1.140 + shift [2021-06-02T16:00:05.079Z] #37 1.141 + '[' '!' -f /tmp/install/tini.installer ']' [2021-06-02T16:00:05.079Z] #37 1.141 + . /tmp/install/tini.installer [2021-06-02T16:00:05.079Z] #37 1.142 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-02T16:00:05.079Z] #37 1.143 + install_tini [2021-06-02T16:00:05.079Z] #37 1.144 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-06-02T16:00:05.079Z] #37 1.145 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-02T16:00:05.079Z] #37 1.145 + git clone https://github.com/krallin/tini.git /tmp/tmp.PNF8yMqRH4/tini [2021-06-02T16:00:05.079Z] #37 1.148 Cloning into '/tmp/tmp.PNF8yMqRH4/tini'... [2021-06-02T16:00:05.208Z] #9 ... [2021-06-02T16:00:05.208Z] [2021-06-02T16:00:05.208Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-02T16:00:05.208Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-06-02T16:00:05.208Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-06-02T16:00:05.208Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-06-02T16:00:05.208Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-06-02T16:00:05.208Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-06-02T16:00:05.208Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.6s done [2021-06-02T16:00:05.208Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.4s done [2021-06-02T16:00:05.208Z] #64 DONE 6.7s [2021-06-02T16:00:05.208Z] [2021-06-02T16:00:05.208Z] #23 [internal] load build context [2021-06-02T16:00:05.208Z] #23 sha256:178606a2a9bb26c1d58a47e1ced3117a67408405daaedbd0f4918c92c737ab0b [2021-06-02T16:00:05.208Z] #23 transferring context: 54.50MB 5.0s done [2021-06-02T16:00:05.208Z] #23 DONE 6.8s [2021-06-02T16:00:05.208Z] [2021-06-02T16:00:05.208Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-02T16:00:05.208Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-02T16:00:05.208Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 50.43MB / 50.43MB 6.3s done [2021-06-02T16:00:05.225Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 50.43MB / 50.43MB 6.2s done [2021-06-02T16:00:05.225Z] #26 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 [2021-06-02T16:00:05.469Z] #26 ... [2021-06-02T16:00:05.469Z] [2021-06-02T16:00:05.469Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-02T16:00:05.469Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-06-02T16:00:05.469Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-06-02T16:00:05.469Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-06-02T16:00:05.469Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-06-02T16:00:05.469Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-06-02T16:00:05.469Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.4s done [2021-06-02T16:00:05.469Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.1s done [2021-06-02T16:00:05.469Z] #62 DONE 6.9s [2021-06-02T16:00:05.469Z] [2021-06-02T16:00:05.469Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-02T16:00:05.469Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-02T16:00:05.469Z] #26 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 [2021-06-02T16:00:06.591Z] #26 ... [2021-06-02T16:00:06.591Z] [2021-06-02T16:00:06.591Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-02T16:00:06.591Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-06-02T16:00:06.591Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-06-02T16:00:06.591Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-06-02T16:00:06.591Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-06-02T16:00:06.591Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-06-02T16:00:06.591Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.6s done [2021-06-02T16:00:06.591Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.2s done [2021-06-02T16:00:06.591Z] #64 DONE 7.8s [2021-06-02T16:00:06.591Z] [2021-06-02T16:00:06.591Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-02T16:00:06.591Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-02T16:00:06.991Z] #37 2.764 + cd /tmp/tmp.PNF8yMqRH4/tini [2021-06-02T16:00:06.991Z] #37 2.764 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-02T16:00:06.991Z] #37 2.798 + cmake . [2021-06-02T16:00:07.252Z] #37 3.348 -- The C compiler identification is GNU 8.3.0 [2021-06-02T16:00:07.252Z] #37 3.399 -- Check for working C compiler: /usr/bin/cc [2021-06-02T16:00:07.948Z] Client: Docker Engine - Community [2021-06-02T16:00:07.948Z] Version: 20.10.6 [2021-06-02T16:00:07.948Z] API version: 1.41 [2021-06-02T16:00:07.948Z] Go version: go1.13.15 [2021-06-02T16:00:07.948Z] Git commit: 370c289 [2021-06-02T16:00:07.948Z] Built: Fri Apr 9 22:45:59 2021 [2021-06-02T16:00:07.948Z] OS/Arch: linux/arm64 [2021-06-02T16:00:07.948Z] Context: default [2021-06-02T16:00:07.948Z] Experimental: true [2021-06-02T16:00:07.948Z] [2021-06-02T16:00:07.948Z] Server: Docker Engine - Community [2021-06-02T16:00:07.948Z] Engine: [2021-06-02T16:00:07.948Z] Version: 20.10.6 [2021-06-02T16:00:07.948Z] API version: 1.41 (minimum version 1.12) [2021-06-02T16:00:07.948Z] Go version: go1.13.15 [2021-06-02T16:00:07.948Z] Git commit: 8728dd2 [2021-06-02T16:00:07.948Z] Built: Fri Apr 9 22:44:09 2021 [2021-06-02T16:00:07.948Z] OS/Arch: linux/arm64 [2021-06-02T16:00:07.948Z] Experimental: true [2021-06-02T16:00:07.948Z] containerd: [2021-06-02T16:00:07.948Z] Version: 1.4.6 [2021-06-02T16:00:07.948Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-02T16:00:07.948Z] runc: [2021-06-02T16:00:07.948Z] Version: 1.0.0-rc95 [2021-06-02T16:00:07.948Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-02T16:00:07.948Z] docker-init: [2021-06-02T16:00:07.948Z] Version: 0.19.0 [2021-06-02T16:00:07.948Z] GitCommit: de40ad0 [Pipeline] sh [2021-06-02T16:00:08.194Z] #37 4.093 -- Check for working C compiler: /usr/bin/cc -- works [2021-06-02T16:00:08.194Z] #37 4.104 -- Detecting C compiler ABI info [2021-06-02T16:00:08.275Z] + docker info [2021-06-02T16:00:08.455Z] #37 ... [2021-06-02T16:00:08.455Z] [2021-06-02T16:00:08.455Z] #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-06-02T16:00:08.455Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-06-02T16:00:08.455Z] #42 68.29 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-06-02T16:00:08.455Z] #42 68.31 Processing triggers for libc-bin (2.28-10) ... [2021-06-02T16:00:08.455Z] #42 DONE 69.1s [2021-06-02T16:00:08.519Z] #26 ... [2021-06-02T16:00:08.519Z] [2021-06-02T16:00:08.519Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-06-02T16:00:08.519Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-06-02T16:00:08.519Z] #63 DONE 0.9s [2021-06-02T16:00:08.519Z] [2021-06-02T16:00:08.519Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-02T16:00:08.519Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-02T16:00:08.715Z] [2021-06-02T16:00:08.715Z] #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-06-02T16:00:08.715Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:00:08.755Z] #26 ... [2021-06-02T16:00:08.755Z] [2021-06-02T16:00:08.755Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-06-02T16:00:08.755Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-06-02T16:00:08.755Z] #63 DONE 1.0s [2021-06-02T16:00:08.755Z] [2021-06-02T16:00:08.755Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-02T16:00:08.755Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-02T16:00:08.776Z] #26 ... [2021-06-02T16:00:08.776Z] [2021-06-02T16:00:08.776Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-02T16:00:08.776Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-02T16:00:08.776Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.0s done [2021-06-02T16:00:08.776Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-06-02T16:00:08.776Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-06-02T16:00:08.776Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-06-02T16:00:08.776Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.7s done [2021-06-02T16:00:08.776Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.6s done [2021-06-02T16:00:08.776Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.9s done [2021-06-02T16:00:08.776Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.2s done [2021-06-02T16:00:08.776Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.5s done [2021-06-02T16:00:08.776Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.8s done [2021-06-02T16:00:08.776Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.7s done [2021-06-02T16:00:08.776Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 7.4s done [2021-06-02T16:00:08.776Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.7s done [2021-06-02T16:00:08.776Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.5s [2021-06-02T16:00:08.776Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.5s done [2021-06-02T16:00:09.322Z] #26 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 4.1s done [2021-06-02T16:00:09.387Z] #9 ... [2021-06-02T16:00:09.387Z] [2021-06-02T16:00:09.387Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-06-02T16:00:09.387Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-06-02T16:00:09.387Z] #65 DONE 1.0s [2021-06-02T16:00:09.387Z] [2021-06-02T16:00:09.387Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-02T16:00:09.387Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-02T16:00:09.642Z] #26 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 4.2s done [2021-06-02T16:00:09.642Z] #26 DONE 10.8s [2021-06-02T16:00:09.642Z] [2021-06-02T16:00:09.642Z] #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-06-02T16:00:09.642Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f [2021-06-02T16:00:09.889Z] #26 DONE 11.2s [2021-06-02T16:00:09.889Z] [2021-06-02T16:00:09.889Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-06-02T16:00:09.889Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-06-02T16:00:09.889Z] #65 DONE 1.2s [2021-06-02T16:00:09.889Z] [2021-06-02T16:00:09.889Z] #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-06-02T16:00:09.889Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f [2021-06-02T16:00:11.051Z] #27 1.161 Get:1 http://deb.debian.org/debian buster InRelease [121 kB] [2021-06-02T16:00:11.051Z] #27 1.175 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-02T16:00:11.051Z] #27 1.203 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-02T16:00:11.051Z] #27 1.327 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-02T16:00:11.259Z] #43 2.400 Note: Building without setproctitle() and strlcpy() support. [2021-06-02T16:00:11.259Z] #43 2.401 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-06-02T16:00:11.259Z] #43 2.415 Note: Building without GnuTLS support [2021-06-02T16:00:11.259Z] #43 2.434 Makefile.config:39: Warn: you have no libnftables installed [2021-06-02T16:00:11.259Z] #43 2.434 Makefile.config:40: Warn: Building without nftables support [2021-06-02T16:00:11.259Z] #43 ... [2021-06-02T16:00:11.259Z] [2021-06-02T16:00:11.259Z] #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-06-02T16:00:11.259Z] #45 sha256:0a390b322d2cc1430f3d50949762ec73c7e24d99b78ae26af52a5a43422403ac [2021-06-02T16:00:11.259Z] #45 61.93 internal/fmtsort [2021-06-02T16:00:11.259Z] #45 62.59 internal/syscall/execenv [2021-06-02T16:00:11.259Z] #45 62.78 internal/syscall/unix [2021-06-02T16:00:11.259Z] #45 63.02 strings [2021-06-02T16:00:11.259Z] #45 63.58 internal/poll [2021-06-02T16:00:11.259Z] #45 65.75 regexp/syntax [2021-06-02T16:00:11.259Z] #45 66.31 os [2021-06-02T16:00:11.259Z] #45 70.14 fmt [2021-06-02T16:00:11.259Z] #45 70.40 path/filepath [2021-06-02T16:00:11.259Z] #45 71.73 regexp [2021-06-02T16:00:11.259Z] #45 ... [2021-06-02T16:00:11.259Z] [2021-06-02T16:00:11.259Z] #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-06-02T16:00:11.259Z] #37 sha256:f31cb9e24462435393cb18f90b17a9c74af746e2b703ac610990e53c0998576b [2021-06-02T16:00:11.259Z] #37 4.877 -- Detecting C compiler ABI info - done [2021-06-02T16:00:11.259Z] #37 4.949 -- Detecting C compile features [2021-06-02T16:00:11.259Z] #37 7.007 -- Detecting C compile features - done [2021-06-02T16:00:11.259Z] #37 7.034 -- Performing Test HAS_BUILTIN_FORTIFY [2021-06-02T16:00:11.259Z] #37 7.322 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-06-02T16:00:11.259Z] #37 7.421 -- Configuring done [2021-06-02T16:00:11.259Z] #37 7.438 -- Generating done [2021-06-02T16:00:11.259Z] #37 7.451 -- Build files have been written to: /tmp/tmp.PNF8yMqRH4/tini [2021-06-02T16:00:11.259Z] #37 7.454 + make tini-static [2021-06-02T16:00:11.266Z] #27 1.230 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-02T16:00:11.266Z] #27 1.234 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2021-06-02T16:00:11.266Z] #27 1.234 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-02T16:00:11.266Z] #27 1.409 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [291 kB] [2021-06-02T16:00:11.266Z] #27 1.666 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-02T16:00:11.310Z] #27 1.593 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-02T16:00:11.525Z] #27 1.939 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-02T16:00:11.586Z] #27 1.976 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [291 kB] [2021-06-02T16:00:11.829Z] #37 7.919 Scanning dependencies of target tini-static [2021-06-02T16:00:12.089Z] #37 8.063 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-06-02T16:00:12.348Z] #37 ... [2021-06-02T16:00:12.348Z] [2021-06-02T16:00:12.348Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:00:12.348Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T16:00:12.348Z] #13 57.21 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-06-02T16:00:12.348Z] #13 57.21 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-06-02T16:00:12.348Z] #13 57.21 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-02T16:00:12.348Z] #13 60.14 Selecting previously unselected package binutils-mingw-w64. [2021-06-02T16:00:12.348Z] #13 60.15 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-06-02T16:00:12.348Z] #13 60.16 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-02T16:00:12.349Z] #13 60.34 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-06-02T16:00:12.349Z] #13 60.34 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-06-02T16:00:12.349Z] #13 60.36 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-06-02T16:00:12.349Z] #13 60.54 Selecting previously unselected package dmsetup. [2021-06-02T16:00:12.349Z] #13 60.54 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-06-02T16:00:12.349Z] #13 60.57 Unpacking dmsetup (2:1.02.155-3) ... [2021-06-02T16:00:12.349Z] #13 60.73 Selecting previously unselected package mingw-w64-common. [2021-06-02T16:00:12.349Z] #13 60.76 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-06-02T16:00:12.349Z] #13 60.76 Unpacking mingw-w64-common (6.0.0-3) ... [2021-06-02T16:00:12.349Z] #13 66.34 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-06-02T16:00:12.349Z] #13 66.34 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-06-02T16:00:12.349Z] #13 66.35 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-02T16:00:12.918Z] #13 ... [2021-06-02T16:00:12.918Z] [2021-06-02T16:00:12.918Z] #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-06-02T16:00:12.918Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:00:12.918Z] #43 4.523 fatal: not a git repository (or any of the parent directories): .git [2021-06-02T16:00:12.918Z] #43 4.564 GEN .gitid [2021-06-02T16:00:12.918Z] #43 4.599 GEN criu/include/version.h [2021-06-02T16:00:12.949Z] #27 3.412 Fetched 8447 kB in 3s (3368 kB/s) [2021-06-02T16:00:13.178Z] #43 4.664 GEN include/common/asm [2021-06-02T16:00:13.429Z] #27 3.592 Fetched 8447 kB in 3s (3227 kB/s) [2021-06-02T16:00:13.438Z] #43 ... [2021-06-02T16:00:13.438Z] [2021-06-02T16:00:13.438Z] #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-06-02T16:00:13.438Z] #51 sha256:d41ec96df449c0b563106bb4836bbc362e5711e137ac231c137c8774c61c3e3d [2021-06-02T16:00:13.438Z] #51 64.00 context [2021-06-02T16:00:13.438Z] #51 64.29 encoding/binary [2021-06-02T16:00:13.438Z] #51 65.04 internal/poll [2021-06-02T16:00:13.438Z] #51 66.53 encoding/base64 [2021-06-02T16:00:13.438Z] #51 67.05 os [2021-06-02T16:00:13.438Z] #51 67.44 golang.org/x/sys/unix [2021-06-02T16:00:13.438Z] #51 70.85 fmt [2021-06-02T16:00:13.698Z] #51 ... [2021-06-02T16:00:13.698Z] [2021-06-02T16:00:13.698Z] #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-06-02T16:00:13.698Z] #37 sha256:f31cb9e24462435393cb18f90b17a9c74af746e2b703ac610990e53c0998576b [2021-06-02T16:00:13.698Z] #37 9.255 [100%] Linking C executable tini-static [2021-06-02T16:00:13.876Z] #27 3.412 Reading package lists... [2021-06-02T16:00:13.963Z] #37 10.00 [100%] Built target tini-static [2021-06-02T16:00:13.963Z] #37 10.10 + mkdir -p /build [2021-06-02T16:00:13.963Z] #37 10.10 + cp tini-static /build/docker-init [2021-06-02T16:00:14.368Z] #27 3.592 Reading package lists... [2021-06-02T16:00:14.533Z] #37 DONE 10.4s [2021-06-02T16:00:14.534Z] [2021-06-02T16:00:14.534Z] #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-06-02T16:00:14.534Z] #51 sha256:d41ec96df449c0b563106bb4836bbc362e5711e137ac231c137c8774c61c3e3d [2021-06-02T16:00:14.534Z] #51 74.74 encoding/json [2021-06-02T16:00:14.684Z] Client: [2021-06-02T16:00:14.684Z] Context: default [2021-06-02T16:00:14.684Z] Debug Mode: false [2021-06-02T16:00:14.684Z] Plugins: [2021-06-02T16:00:14.684Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-06-02T16:00:14.684Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-06-02T16:00:14.684Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-06-02T16:00:14.684Z] [2021-06-02T16:00:14.684Z] Server: [2021-06-02T16:00:14.684Z] Containers: 0 [2021-06-02T16:00:14.684Z] Running: 0 [2021-06-02T16:00:14.684Z] Paused: 0 [2021-06-02T16:00:14.684Z] Stopped: 0 [2021-06-02T16:00:14.684Z] Images: 0 [2021-06-02T16:00:14.684Z] Server Version: 20.10.6 [2021-06-02T16:00:14.684Z] Storage Driver: overlay2 [2021-06-02T16:00:14.684Z] Backing Filesystem: extfs [2021-06-02T16:00:14.684Z] Supports d_type: true [2021-06-02T16:00:14.684Z] Native Overlay Diff: true [2021-06-02T16:00:14.684Z] userxattr: false [2021-06-02T16:00:14.684Z] Logging Driver: json-file [2021-06-02T16:00:14.684Z] Cgroup Driver: systemd [2021-06-02T16:00:14.684Z] Cgroup Version: 2 [2021-06-02T16:00:14.684Z] Plugins: [2021-06-02T16:00:14.684Z] Volume: local [2021-06-02T16:00:14.684Z] Network: bridge host ipvlan macvlan null overlay [2021-06-02T16:00:14.684Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-06-02T16:00:14.684Z] Swarm: inactive [2021-06-02T16:00:14.684Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-06-02T16:00:14.684Z] Default Runtime: runc [2021-06-02T16:00:14.684Z] Init Binary: docker-init [2021-06-02T16:00:14.684Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-02T16:00:14.684Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-02T16:00:14.684Z] init version: de40ad0 [2021-06-02T16:00:14.684Z] Security Options: [2021-06-02T16:00:14.684Z] apparmor [2021-06-02T16:00:14.684Z] seccomp [2021-06-02T16:00:14.684Z] Profile: default [2021-06-02T16:00:14.684Z] cgroupns [2021-06-02T16:00:14.684Z] Kernel Version: 5.4.0-1048-aws [2021-06-02T16:00:14.684Z] Operating System: Ubuntu 20.04.2 LTS [2021-06-02T16:00:14.684Z] OSType: linux [2021-06-02T16:00:14.684Z] Architecture: x86_64 [2021-06-02T16:00:14.684Z] CPUs: 2 [2021-06-02T16:00:14.684Z] Total Memory: 7.569GiB [2021-06-02T16:00:14.684Z] Name: ip-10-100-58-237 [2021-06-02T16:00:14.684Z] ID: BPI2:DJ3J:2BX4:S6D2:XUGC:3EVF:YTII:HJPT:TJU6:HPWF:P5M7:CUDP [2021-06-02T16:00:14.684Z] Docker Root Dir: /var/lib/docker [2021-06-02T16:00:14.684Z] Debug Mode: false [2021-06-02T16:00:14.684Z] Registry: https://index.docker.io/v1/ [2021-06-02T16:00:14.684Z] Labels: [2021-06-02T16:00:14.684Z] Experimental: true [2021-06-02T16:00:14.684Z] Insecure Registries: [2021-06-02T16:00:14.684Z] 127.0.0.0/8 [2021-06-02T16:00:14.684Z] Live Restore Enabled: true [2021-06-02T16:00:14.684Z] [2021-06-02T16:00:14.684Z] WARNING: No kernel memory limit support [2021-06-02T16:00:14.684Z] WARNING: No oom kill disable support [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-06-02T16:00:15.020Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:d414c0c1e8c487170b1d2f5af4946771645c6564 . [2021-06-02T16:00:15.063Z] #27 4.362 Reading package lists... [2021-06-02T16:00:15.063Z] #27 5.291 Building dependency tree... [2021-06-02T16:00:15.280Z] #1 [internal] load build definition from Dockerfile [2021-06-02T16:00:15.280Z] #1 sha256:ba80d04d3894ee7c0f68138cc3ca2efa0bdf5a668f465ae2fc3625aa0e7e835b [2021-06-02T16:00:15.280Z] #1 transferring dockerfile: 17.09kB done [2021-06-02T16:00:15.280Z] #1 DONE 0.1s [2021-06-02T16:00:15.280Z] [2021-06-02T16:00:15.280Z] #2 [internal] load .dockerignore [2021-06-02T16:00:15.280Z] #2 sha256:08d88e39f2016260f7ecc1e7199eb5a2ca4fe218ebcbc4c6503f769fcc899acc [2021-06-02T16:00:15.280Z] #2 transferring context: 87B done [2021-06-02T16:00:15.280Z] #2 DONE 0.1s [2021-06-02T16:00:15.280Z] [2021-06-02T16:00:15.280Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-06-02T16:00:15.280Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-06-02T16:00:15.318Z] #27 4.523 Reading package lists... [2021-06-02T16:00:15.318Z] #27 5.437 Building dependency tree... [2021-06-02T16:00:15.322Z] #27 5.627 The following additional packages will be installed: [2021-06-02T16:00:15.322Z] #27 5.627 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-06-02T16:00:15.322Z] #27 5.627 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-06-02T16:00:15.322Z] #27 5.627 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-06-02T16:00:15.322Z] #27 5.627 Suggested packages: [2021-06-02T16:00:15.322Z] #27 5.627 krb5-doc krb5-user [2021-06-02T16:00:15.322Z] #27 5.627 Recommended packages: [2021-06-02T16:00:15.322Z] #27 5.627 krb5-locales publicsuffix libsasl2-modules [2021-06-02T16:00:15.577Z] #27 5.851 The following NEW packages will be installed: [2021-06-02T16:00:15.577Z] #27 5.851 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-06-02T16:00:15.577Z] #27 5.852 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-06-02T16:00:15.577Z] #27 5.855 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-06-02T16:00:15.577Z] #27 5.855 libssh2-1 libssl1.1 openssl [2021-06-02T16:00:15.579Z] #27 5.781 The following additional packages will be installed: [2021-06-02T16:00:15.579Z] #27 5.781 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-06-02T16:00:15.579Z] #27 5.781 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-06-02T16:00:15.579Z] #27 5.781 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-06-02T16:00:15.579Z] #27 5.781 Suggested packages: [2021-06-02T16:00:15.579Z] #27 5.781 krb5-doc krb5-user [2021-06-02T16:00:15.579Z] #27 5.781 Recommended packages: [2021-06-02T16:00:15.579Z] #27 5.781 krb5-locales publicsuffix libsasl2-modules [2021-06-02T16:00:15.579Z] #27 ... [2021-06-02T16:00:15.579Z] [2021-06-02T16:00:15.579Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-02T16:00:15.579Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-02T16:00:15.579Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 4.6s done [2021-06-02T16:00:15.579Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.6s done [2021-06-02T16:00:15.579Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.6s done [2021-06-02T16:00:15.579Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.1s done [2021-06-02T16:00:15.579Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 2.8s [2021-06-02T16:00:15.833Z] #27 6.131 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-06-02T16:00:15.833Z] #27 6.131 Need to get 5059 kB of archives. [2021-06-02T16:00:15.833Z] #27 6.131 After this operation, 12.1 MB of additional disk space will be used. [2021-06-02T16:00:15.833Z] #27 6.131 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-06-02T16:00:15.833Z] #27 6.134 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB] [2021-06-02T16:00:15.833Z] #27 6.146 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-06-02T16:00:15.833Z] #27 6.146 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-06-02T16:00:15.833Z] #27 6.146 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-06-02T16:00:15.833Z] #27 6.146 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-06-02T16:00:15.833Z] #27 6.150 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-06-02T16:00:15.833Z] #27 6.155 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-06-02T16:00:15.833Z] #27 6.160 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-06-02T16:00:15.834Z] #27 6.162 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-06-02T16:00:15.834Z] #27 6.165 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-06-02T16:00:15.834Z] #27 6.172 Get:12 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB] [2021-06-02T16:00:15.834Z] #27 6.179 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-06-02T16:00:15.834Z] #27 6.179 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-06-02T16:00:15.834Z] #27 6.183 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-06-02T16:00:15.834Z] #27 6.183 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-06-02T16:00:15.834Z] #27 6.186 Get:17 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-06-02T16:00:15.834Z] #27 6.190 Get:18 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-06-02T16:00:15.834Z] #27 6.193 Get:19 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-06-02T16:00:15.834Z] #27 6.199 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB] [2021-06-02T16:00:15.834Z] #27 6.202 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB] [2021-06-02T16:00:15.838Z] #9 ... [2021-06-02T16:00:15.838Z] [2021-06-02T16:00:15.838Z] #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-06-02T16:00:15.838Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f [2021-06-02T16:00:15.838Z] #27 5.998 The following NEW packages will be installed: [2021-06-02T16:00:15.838Z] #27 5.998 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-06-02T16:00:15.838Z] #27 5.998 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-06-02T16:00:15.838Z] #27 5.998 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-06-02T16:00:15.838Z] #27 6.005 libssh2-1 libssl1.1 openssl [2021-06-02T16:00:15.850Z] #3 DONE 0.6s [2021-06-02T16:00:15.850Z] [2021-06-02T16:00:15.850Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-06-02T16:00:15.850Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-06-02T16:00:15.850Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-06-02T16:00:16.090Z] #27 6.376 debconf: delaying package configuration, since apt-utils is not installed [2021-06-02T16:00:16.090Z] #27 6.400 Fetched 5059 kB in 0s (15.3 MB/s) [2021-06-02T16:00:16.090Z] #27 6.446 Selecting previously unselected package libssl1.1:amd64. [2021-06-02T16:00:16.090Z] #27 6.446 (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-06-02T16:00:16.090Z] #27 6.446 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ... [2021-06-02T16:00:16.090Z] #27 6.455 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-06-02T16:00:16.099Z] #27 6.293 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-06-02T16:00:16.099Z] #27 6.293 Need to get 5059 kB of archives. [2021-06-02T16:00:16.099Z] #27 6.293 After this operation, 12.1 MB of additional disk space will be used. [2021-06-02T16:00:16.099Z] #27 6.293 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB] [2021-06-02T16:00:16.099Z] #27 6.293 Get:2 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-06-02T16:00:16.099Z] #27 6.293 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-06-02T16:00:16.099Z] #27 6.293 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-06-02T16:00:16.099Z] #27 6.293 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-06-02T16:00:16.099Z] #27 6.293 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-06-02T16:00:16.099Z] #27 6.314 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-06-02T16:00:16.099Z] #27 6.316 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-06-02T16:00:16.099Z] #27 6.318 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-06-02T16:00:16.099Z] #27 6.320 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-06-02T16:00:16.099Z] #27 6.322 Get:11 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB] [2021-06-02T16:00:16.099Z] #27 6.329 Get:12 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-06-02T16:00:16.099Z] #27 6.329 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-06-02T16:00:16.099Z] #27 6.334 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-06-02T16:00:16.099Z] #27 6.337 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-06-02T16:00:16.099Z] #27 6.340 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-06-02T16:00:16.099Z] #27 6.342 Get:17 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-06-02T16:00:16.099Z] #27 6.349 Get:18 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB] [2021-06-02T16:00:16.099Z] #27 6.349 Get:19 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-06-02T16:00:16.099Z] #27 6.353 Get:20 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-06-02T16:00:16.099Z] #27 6.357 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB] [2021-06-02T16:00:16.118Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s [2021-06-02T16:00:16.118Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-06-02T16:00:16.118Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-06-02T16:00:16.118Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-06-02T16:00:16.118Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s done [2021-06-02T16:00:16.118Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 [2021-06-02T16:00:16.347Z] #27 6.657 Selecting previously unselected package openssl. [2021-06-02T16:00:16.347Z] #27 6.657 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ... [2021-06-02T16:00:16.347Z] #27 6.662 Unpacking openssl (1.1.1d-0+deb10u6) ... [2021-06-02T16:00:16.347Z] #27 6.774 Selecting previously unselected package ca-certificates. [2021-06-02T16:00:16.347Z] #27 6.774 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-06-02T16:00:16.347Z] #27 6.778 Unpacking ca-certificates (20200601~deb10u2) ... [2021-06-02T16:00:16.347Z] #27 6.865 Selecting previously unselected package libkeyutils1:amd64. [2021-06-02T16:00:16.347Z] #27 6.865 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ... [2021-06-02T16:00:16.347Z] #27 6.865 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-06-02T16:00:16.358Z] #27 6.499 debconf: delaying package configuration, since apt-utils is not installed [2021-06-02T16:00:16.358Z] #27 6.520 Fetched 5059 kB in 0s (15.1 MB/s) [2021-06-02T16:00:16.358Z] #27 6.577 Selecting previously unselected package libssl1.1:amd64. [2021-06-02T16:00:16.358Z] #27 6.577 (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-06-02T16:00:16.358Z] #27 6.583 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ... [2021-06-02T16:00:16.358Z] #27 6.596 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-06-02T16:00:16.378Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.2s done [2021-06-02T16:00:16.603Z] #27 6.906 Selecting previously unselected package libkrb5support0:amd64. [2021-06-02T16:00:16.603Z] #27 6.906 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-06-02T16:00:16.603Z] #27 6.910 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-06-02T16:00:16.603Z] #27 6.950 Selecting previously unselected package libk5crypto3:amd64. [2021-06-02T16:00:16.603Z] #27 6.951 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-06-02T16:00:16.603Z] #27 6.959 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-06-02T16:00:16.603Z] #27 7.010 Selecting previously unselected package libkrb5-3:amd64. [2021-06-02T16:00:16.603Z] #27 7.010 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-06-02T16:00:16.604Z] #27 7.014 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-06-02T16:00:16.604Z] #27 7.105 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-06-02T16:00:16.604Z] #27 7.105 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-06-02T16:00:16.618Z] #27 6.807 Selecting previously unselected package openssl. [2021-06-02T16:00:16.618Z] #27 6.807 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ... [2021-06-02T16:00:16.618Z] #27 6.811 Unpacking openssl (1.1.1d-0+deb10u6) ... [2021-06-02T16:00:16.618Z] #27 6.962 Selecting previously unselected package ca-certificates. [2021-06-02T16:00:16.639Z] #4 DONE 0.7s [2021-06-02T16:00:16.861Z] #27 7.109 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-06-02T16:00:16.861Z] #27 7.158 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-06-02T16:00:16.861Z] #27 7.158 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-06-02T16:00:16.861Z] #27 7.162 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-02T16:00:16.861Z] #27 7.199 Selecting previously unselected package libsasl2-2:amd64. [2021-06-02T16:00:16.861Z] #27 7.199 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-06-02T16:00:16.861Z] #27 7.203 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-02T16:00:16.861Z] #27 7.246 Selecting previously unselected package libldap-common. [2021-06-02T16:00:16.861Z] #27 7.246 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-06-02T16:00:16.861Z] #27 7.251 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-06-02T16:00:16.861Z] #27 7.291 Selecting previously unselected package libldap-2.4-2:amd64. [2021-06-02T16:00:16.861Z] #27 7.292 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-06-02T16:00:16.861Z] #27 7.296 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-06-02T16:00:16.878Z] #27 6.963 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-06-02T16:00:16.878Z] #27 6.969 Unpacking ca-certificates (20200601~deb10u2) ... [2021-06-02T16:00:16.878Z] #27 7.074 Selecting previously unselected package libkeyutils1:amd64. [2021-06-02T16:00:16.878Z] #27 7.074 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ... [2021-06-02T16:00:16.878Z] #27 7.082 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-06-02T16:00:16.878Z] #27 7.132 Selecting previously unselected package libkrb5support0:amd64. [2021-06-02T16:00:16.878Z] #27 7.132 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-06-02T16:00:16.878Z] #27 7.137 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-06-02T16:00:16.878Z] #27 7.191 Selecting previously unselected package libk5crypto3:amd64. [2021-06-02T16:00:16.878Z] #27 7.191 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-06-02T16:00:16.878Z] #27 7.197 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-06-02T16:00:16.878Z] #27 7.259 Selecting previously unselected package libkrb5-3:amd64. [2021-06-02T16:00:16.878Z] #27 7.260 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-06-02T16:00:16.878Z] #27 7.272 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-06-02T16:00:16.899Z] [2021-06-02T16:00:16.899Z] #8 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-06-02T16:00:16.899Z] #8 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-06-02T16:00:17.077Z] #51 77.63 github.com/pkg/diff [2021-06-02T16:00:17.117Z] #27 7.364 Selecting previously unselected package libnghttp2-14:amd64. [2021-06-02T16:00:17.117Z] #27 7.364 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-06-02T16:00:17.117Z] #27 7.372 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-06-02T16:00:17.117Z] #27 7.430 Selecting previously unselected package libpsl5:amd64. [2021-06-02T16:00:17.117Z] #27 7.430 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-06-02T16:00:17.117Z] #27 7.435 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-06-02T16:00:17.117Z] #27 7.485 Selecting previously unselected package librtmp1:amd64. [2021-06-02T16:00:17.117Z] #27 7.485 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-06-02T16:00:17.117Z] #27 7.490 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-06-02T16:00:17.117Z] #27 7.535 Selecting previously unselected package libssh2-1:amd64. [2021-06-02T16:00:17.117Z] #27 7.535 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-06-02T16:00:17.117Z] #27 7.540 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-06-02T16:00:17.137Z] #27 7.374 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-06-02T16:00:17.137Z] #27 7.375 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-06-02T16:00:17.137Z] #27 7.380 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-06-02T16:00:17.137Z] #27 7.432 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-06-02T16:00:17.137Z] #27 7.432 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-06-02T16:00:17.137Z] #27 7.439 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-02T16:00:17.137Z] #27 7.484 Selecting previously unselected package libsasl2-2:amd64. [2021-06-02T16:00:17.137Z] #27 7.484 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-06-02T16:00:17.137Z] #27 7.490 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-02T16:00:17.378Z] #27 7.592 Selecting previously unselected package libcurl4:amd64. [2021-06-02T16:00:17.378Z] #27 7.592 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ... [2021-06-02T16:00:17.378Z] #27 7.596 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-06-02T16:00:17.378Z] #27 7.661 Selecting previously unselected package curl. [2021-06-02T16:00:17.378Z] #27 7.661 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ... [2021-06-02T16:00:17.378Z] #27 7.665 Unpacking curl (7.64.0-4+deb10u2) ... [2021-06-02T16:00:17.378Z] #27 7.746 Selecting previously unselected package libonig5:amd64. [2021-06-02T16:00:17.378Z] #27 7.748 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-06-02T16:00:17.378Z] #27 7.751 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-06-02T16:00:17.378Z] #27 7.823 Selecting previously unselected package libjq1:amd64. [2021-06-02T16:00:17.378Z] #27 7.823 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-06-02T16:00:17.395Z] #27 7.554 Selecting previously unselected package libldap-common. [2021-06-02T16:00:17.395Z] #27 7.554 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-06-02T16:00:17.395Z] #27 7.561 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-06-02T16:00:17.395Z] #27 7.618 Selecting previously unselected package libldap-2.4-2:amd64. [2021-06-02T16:00:17.395Z] #27 7.618 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-06-02T16:00:17.395Z] #27 7.629 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-06-02T16:00:17.395Z] #27 7.715 Selecting previously unselected package libnghttp2-14:amd64. [2021-06-02T16:00:17.395Z] #27 7.715 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-06-02T16:00:17.395Z] #27 7.720 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-06-02T16:00:17.395Z] #27 7.813 Selecting previously unselected package libpsl5:amd64. [2021-06-02T16:00:17.395Z] #27 7.813 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-06-02T16:00:17.395Z] #27 7.819 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-06-02T16:00:17.634Z] #27 7.828 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-02T16:00:17.634Z] #27 7.875 Selecting previously unselected package jq. [2021-06-02T16:00:17.634Z] #27 7.875 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-06-02T16:00:17.634Z] #27 7.879 Unpacking jq (1.5+dfsg-2+b1) ... [2021-06-02T16:00:17.634Z] #27 7.925 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-06-02T16:00:17.634Z] #27 7.937 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-06-02T16:00:17.634Z] #27 7.949 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-06-02T16:00:17.634Z] #27 8.058 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-06-02T16:00:17.634Z] #27 8.070 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-06-02T16:00:17.634Z] #27 8.087 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-06-02T16:00:17.634Z] #27 8.103 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-02T16:00:17.634Z] #27 8.116 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-06-02T16:00:17.634Z] #27 8.128 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-06-02T16:00:17.634Z] #27 8.139 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-02T16:00:17.654Z] #27 7.871 Selecting previously unselected package librtmp1:amd64. [2021-06-02T16:00:17.654Z] #27 7.871 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-06-02T16:00:17.654Z] #27 7.877 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-06-02T16:00:17.654Z] #27 7.933 Selecting previously unselected package libssh2-1:amd64. [2021-06-02T16:00:17.654Z] #27 7.934 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-06-02T16:00:17.654Z] #27 7.940 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-06-02T16:00:17.654Z] #27 7.999 Selecting previously unselected package libcurl4:amd64. [2021-06-02T16:00:17.654Z] #27 7.999 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ... [2021-06-02T16:00:17.654Z] #27 8.002 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-06-02T16:00:17.891Z] #27 8.151 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-06-02T16:00:17.891Z] #27 8.165 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-06-02T16:00:17.891Z] #27 8.178 Setting up openssl (1.1.1d-0+deb10u6) ... [2021-06-02T16:00:17.891Z] #27 8.196 Setting up libonig5:amd64 (6.9.1-1) ... [2021-06-02T16:00:17.891Z] #27 8.210 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-02T16:00:17.891Z] #27 8.230 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-06-02T16:00:17.891Z] #27 8.242 Setting up ca-certificates (20200601~deb10u2) ... [2021-06-02T16:00:17.912Z] #27 8.110 Selecting previously unselected package curl. [2021-06-02T16:00:17.912Z] #27 8.110 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ... [2021-06-02T16:00:17.912Z] #27 8.123 Unpacking curl (7.64.0-4+deb10u2) ... [2021-06-02T16:00:17.912Z] #27 8.199 Selecting previously unselected package libonig5:amd64. [2021-06-02T16:00:17.912Z] #27 8.199 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-06-02T16:00:17.912Z] #27 8.206 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-06-02T16:00:18.171Z] #27 8.320 Selecting previously unselected package libjq1:amd64. [2021-06-02T16:00:18.171Z] #27 8.320 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-06-02T16:00:18.171Z] #27 8.326 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-02T16:00:18.171Z] #27 8.384 Selecting previously unselected package jq. [2021-06-02T16:00:18.171Z] #27 8.384 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-06-02T16:00:18.171Z] #27 8.390 Unpacking jq (1.5+dfsg-2+b1) ... [2021-06-02T16:00:18.171Z] #27 8.442 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-06-02T16:00:18.171Z] #27 8.461 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-06-02T16:00:18.171Z] #27 8.475 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-06-02T16:00:18.430Z] #27 8.622 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-06-02T16:00:18.430Z] #27 8.638 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-06-02T16:00:18.430Z] #27 8.660 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-06-02T16:00:18.430Z] #27 8.675 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-02T16:00:18.430Z] #27 8.690 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-06-02T16:00:18.430Z] #27 8.706 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-06-02T16:00:18.430Z] #27 8.723 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-02T16:00:18.430Z] #27 8.739 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-06-02T16:00:18.430Z] #27 8.755 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-06-02T16:00:18.430Z] #27 8.770 Setting up openssl (1.1.1d-0+deb10u6) ... [2021-06-02T16:00:18.430Z] #27 8.794 Setting up libonig5:amd64 (6.9.1-1) ... [2021-06-02T16:00:18.430Z] #27 8.819 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-02T16:00:18.430Z] #27 8.835 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-06-02T16:00:18.456Z] #27 8.836 Updating certificates in /etc/ssl/certs... [2021-06-02T16:00:18.464Z] #51 78.89 go/ast [2021-06-02T16:00:18.688Z] #27 8.852 Setting up ca-certificates (20200601~deb10u2) ... [2021-06-02T16:00:18.809Z] #8 ... [2021-06-02T16:00:18.809Z] [2021-06-02T16:00:18.809Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-06-02T16:00:18.809Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-06-02T16:00:18.809Z] #5 DONE 2.2s [2021-06-02T16:00:19.068Z] [2021-06-02T16:00:19.068Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-02T16:00:19.068Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-06-02T16:00:19.068Z] #7 DONE 2.4s [2021-06-02T16:00:19.068Z] [2021-06-02T16:00:19.068Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-02T16:00:19.068Z] #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-06-02T16:00:19.256Z] #27 9.447 Updating certificates in /etc/ssl/certs... [2021-06-02T16:00:19.329Z] #6 DONE 2.5s [2021-06-02T16:00:19.329Z] [2021-06-02T16:00:19.329Z] #8 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-06-02T16:00:19.329Z] #8 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-06-02T16:00:19.329Z] #8 DONE 2.7s [2021-06-02T16:00:19.384Z] #27 9.639 137 added, 0 removed; done. [2021-06-02T16:00:19.384Z] #27 9.705 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-06-02T16:00:19.384Z] #27 9.717 Setting up jq (1.5+dfsg-2+b1) ... [2021-06-02T16:00:19.384Z] #27 9.728 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-06-02T16:00:19.384Z] #27 9.739 Setting up curl (7.64.0-4+deb10u2) ... [2021-06-02T16:00:19.384Z] #27 9.750 Processing triggers for libc-bin (2.28-10) ... [2021-06-02T16:00:19.384Z] #27 9.769 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-06-02T16:00:19.384Z] #27 9.777 Updating certificates in /etc/ssl/certs... [2021-06-02T16:00:19.384Z] #27 ... [2021-06-02T16:00:19.384Z] [2021-06-02T16:00:19.384Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-02T16:00:19.384Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-02T16:00:19.384Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.0s done [2021-06-02T16:00:19.384Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.8s done [2021-06-02T16:00:19.384Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 1.9s [2021-06-02T16:00:19.422Z] #51 ... [2021-06-02T16:00:19.422Z] [2021-06-02T16:00:19.422Z] #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-06-02T16:00:19.422Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:00:19.422Z] #43 6.493 PBCC images/timens.pb-c.c [2021-06-02T16:00:19.422Z] #43 6.560 DEP images/timens.pb-c.d [2021-06-02T16:00:19.422Z] #43 6.694 PBCC images/fown.pb-c.c [2021-06-02T16:00:19.422Z] #43 6.746 PBCC images/google/protobuf/descriptor.pb-c.c [2021-06-02T16:00:19.422Z] #43 6.846 PBCC images/opts.pb-c.c [2021-06-02T16:00:19.422Z] #43 6.899 PBCC images/memfd.pb-c.c [2021-06-02T16:00:19.422Z] #43 7.061 DEP images/fown.pb-c.d [2021-06-02T16:00:19.422Z] #43 7.114 DEP images/google/protobuf/descriptor.pb-c.d [2021-06-02T16:00:19.422Z] #43 7.203 DEP images/opts.pb-c.d [2021-06-02T16:00:19.422Z] #43 7.271 DEP images/memfd.pb-c.d [2021-06-02T16:00:19.422Z] #43 7.310 PBCC images/sit.pb-c.c [2021-06-02T16:00:19.422Z] #43 7.362 DEP images/sit.pb-c.d [2021-06-02T16:00:19.422Z] #43 7.422 PBCC images/macvlan.pb-c.c [2021-06-02T16:00:19.422Z] #43 7.470 DEP images/macvlan.pb-c.d [2021-06-02T16:00:19.422Z] #43 7.520 PBCC images/autofs.pb-c.c [2021-06-02T16:00:19.422Z] #43 7.546 DEP images/autofs.pb-c.d [2021-06-02T16:00:19.422Z] #43 7.622 PBCC images/sysctl.pb-c.c [2021-06-02T16:00:19.422Z] #43 7.654 DEP images/sysctl.pb-c.d [2021-06-02T16:00:19.422Z] #43 7.691 PBCC images/time.pb-c.c [2021-06-02T16:00:19.422Z] #43 7.710 DEP images/time.pb-c.d [2021-06-02T16:00:19.422Z] #43 7.766 PBCC images/binfmt-misc.pb-c.c [2021-06-02T16:00:19.422Z] #43 7.802 DEP images/binfmt-misc.pb-c.d [2021-06-02T16:00:19.422Z] #43 7.859 PBCC images/seccomp.pb-c.c [2021-06-02T16:00:19.422Z] #43 7.888 DEP images/seccomp.pb-c.d [2021-06-02T16:00:19.422Z] #43 7.942 PBCC images/userns.pb-c.c [2021-06-02T16:00:19.422Z] #43 7.953 DEP images/userns.pb-c.d [2021-06-02T16:00:19.422Z] #43 8.018 PBCC images/cgroup.pb-c.c [2021-06-02T16:00:19.422Z] #43 8.051 DEP images/cgroup.pb-c.d [2021-06-02T16:00:19.422Z] #43 8.102 PBCC images/ext-file.pb-c.c [2021-06-02T16:00:19.422Z] #43 8.134 DEP images/ext-file.pb-c.d [2021-06-02T16:00:19.422Z] #43 8.186 PBCC images/rpc.pb-c.c [2021-06-02T16:00:19.422Z] #43 8.225 DEP images/rpc.pb-c.d [2021-06-02T16:00:19.422Z] #43 8.289 PBCC images/siginfo.pb-c.c [2021-06-02T16:00:19.422Z] #43 8.311 DEP images/siginfo.pb-c.d [2021-06-02T16:00:19.422Z] #43 8.412 PBCC images/pagemap.pb-c.c [2021-06-02T16:00:19.422Z] #43 8.450 DEP images/pagemap.pb-c.d [2021-06-02T16:00:19.422Z] #43 8.514 PBCC images/rlimit.pb-c.c [2021-06-02T16:00:19.422Z] #43 8.542 DEP images/rlimit.pb-c.d [2021-06-02T16:00:19.422Z] #43 8.580 PBCC images/file-lock.pb-c.c [2021-06-02T16:00:19.422Z] #43 8.602 DEP images/file-lock.pb-c.d [2021-06-02T16:00:19.422Z] #43 8.640 PBCC images/tty.pb-c.c [2021-06-02T16:00:19.422Z] #43 8.714 DEP images/tty.pb-c.d [2021-06-02T16:00:19.422Z] #43 8.781 PBCC images/tun.pb-c.c [2021-06-02T16:00:19.422Z] #43 8.826 PBCC images/netdev.pb-c.c [2021-06-02T16:00:19.422Z] #43 8.871 DEP images/tun.pb-c.d [2021-06-02T16:00:19.422Z] #43 8.912 DEP images/netdev.pb-c.d [2021-06-02T16:00:19.422Z] #43 9.014 PBCC images/vma.pb-c.c [2021-06-02T16:00:19.422Z] #43 9.092 DEP images/vma.pb-c.d [2021-06-02T16:00:19.422Z] #43 9.157 PBCC images/creds.pb-c.c [2021-06-02T16:00:19.422Z] #43 9.210 DEP images/creds.pb-c.d [2021-06-02T16:00:19.422Z] #43 9.255 PBCC images/utsns.pb-c.c [2021-06-02T16:00:19.422Z] #43 9.262 DEP images/utsns.pb-c.d [2021-06-02T16:00:19.422Z] #43 9.339 PBCC images/ipc-desc.pb-c.c [2021-06-02T16:00:19.422Z] #43 9.432 PBCC images/ipc-sem.pb-c.c [2021-06-02T16:00:19.422Z] #43 9.464 DEP images/ipc-desc.pb-c.d [2021-06-02T16:00:19.422Z] #43 9.503 DEP images/ipc-sem.pb-c.d [2021-06-02T16:00:19.422Z] #43 9.551 PBCC images/ipc-msg.pb-c.c [2021-06-02T16:00:19.422Z] #43 9.578 DEP images/ipc-msg.pb-c.d [2021-06-02T16:00:19.422Z] #43 9.606 PBCC images/ipc-shm.pb-c.c [2021-06-02T16:00:19.422Z] #43 9.634 DEP images/ipc-shm.pb-c.d [2021-06-02T16:00:19.422Z] #43 9.669 PBCC images/ipc-var.pb-c.c [2021-06-02T16:00:19.422Z] #43 9.696 DEP images/ipc-var.pb-c.d [2021-06-02T16:00:19.422Z] #43 9.724 PBCC images/sk-opts.pb-c.c [2021-06-02T16:00:19.422Z] #43 9.765 PBCC images/packet-sock.pb-c.c [2021-06-02T16:00:19.422Z] #43 9.819 DEP images/sk-opts.pb-c.d [2021-06-02T16:00:19.422Z] #43 9.860 DEP images/packet-sock.pb-c.d [2021-06-02T16:00:19.422Z] #43 9.930 PBCC images/sk-netlink.pb-c.c [2021-06-02T16:00:19.422Z] #43 10.02 DEP images/sk-netlink.pb-c.d [2021-06-02T16:00:19.422Z] #43 10.08 PBCC images/sk-inet.pb-c.c [2021-06-02T16:00:19.422Z] #43 10.15 DEP images/sk-inet.pb-c.d [2021-06-02T16:00:19.422Z] #43 10.24 PBCC images/sk-unix.pb-c.c [2021-06-02T16:00:19.422Z] #43 10.33 DEP images/sk-unix.pb-c.d [2021-06-02T16:00:19.422Z] #43 10.39 PBCC images/mm.pb-c.c [2021-06-02T16:00:19.422Z] #43 10.45 DEP images/mm.pb-c.d [2021-06-02T16:00:19.422Z] #43 10.53 PBCC images/timerfd.pb-c.c [2021-06-02T16:00:19.422Z] #43 10.57 DEP images/timerfd.pb-c.d [2021-06-02T16:00:19.422Z] #43 10.63 PBCC images/timer.pb-c.c [2021-06-02T16:00:19.422Z] #43 10.68 DEP images/timer.pb-c.d [2021-06-02T16:00:19.422Z] #43 10.75 PBCC images/sa.pb-c.c [2021-06-02T16:00:19.422Z] #43 10.80 DEP images/sa.pb-c.d [2021-06-02T16:00:19.422Z] #43 10.87 PBCC images/pipe-data.pb-c.c [2021-06-02T16:00:19.422Z] #43 10.91 DEP images/pipe-data.pb-c.d [2021-06-02T16:00:19.422Z] #43 10.96 PBCC images/mnt.pb-c.c [2021-06-02T16:00:19.422Z] #43 11.04 DEP images/mnt.pb-c.d [2021-06-02T16:00:19.684Z] #43 11.12 PBCC images/sk-packet.pb-c.c [2021-06-02T16:00:19.684Z] #43 11.21 DEP images/sk-packet.pb-c.d [2021-06-02T16:00:19.684Z] #43 11.25 PBCC images/tcp-stream.pb-c.c [2021-06-02T16:00:19.684Z] #43 11.30 DEP images/tcp-stream.pb-c.d [2021-06-02T16:00:19.909Z] [2021-06-02T16:00:19.909Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-02T16:00:19.909Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-02T16:00:19.909Z] #26 resolve docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 0.1s done [2021-06-02T16:00:19.943Z] #43 11.35 PBCC images/pipe.pb-c.c [2021-06-02T16:00:19.943Z] #43 11.39 DEP images/pipe.pb-c.d [2021-06-02T16:00:19.943Z] #43 11.47 PBCC images/pstree.pb-c.c [2021-06-02T16:00:19.943Z] #43 11.50 DEP images/pstree.pb-c.d [2021-06-02T16:00:19.943Z] #43 11.56 PBCC images/fs.pb-c.c [2021-06-02T16:00:20.169Z] #26 sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 1.85kB / 1.85kB done [2021-06-02T16:00:20.169Z] #26 sha256:3e24baa60967d085b95a45129f82af4eb9d1e33aff9559173542ebb15c5d9cb5 529B / 529B done [2021-06-02T16:00:20.169Z] #26 sha256:4a7a1f4017349067a21bd2de060dcf8b41e49fabf61b0dc3cf86a87e1f6dba9d 1.46kB / 1.46kB done [2021-06-02T16:00:20.191Z] #27 10.23 137 added, 0 removed; done. [2021-06-02T16:00:20.191Z] #27 10.28 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-06-02T16:00:20.191Z] #27 10.29 Setting up jq (1.5+dfsg-2+b1) ... [2021-06-02T16:00:20.191Z] #27 10.31 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-06-02T16:00:20.191Z] #27 10.34 Setting up curl (7.64.0-4+deb10u2) ... [2021-06-02T16:00:20.191Z] #27 10.36 Processing triggers for libc-bin (2.28-10) ... [2021-06-02T16:00:20.191Z] #27 10.38 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-06-02T16:00:20.191Z] #27 10.39 Updating certificates in /etc/ssl/certs... [2021-06-02T16:00:20.204Z] #43 11.61 DEP images/fs.pb-c.d [2021-06-02T16:00:20.204Z] #43 11.64 PBCC images/signalfd.pb-c.c [2021-06-02T16:00:20.204Z] #43 11.68 DEP images/signalfd.pb-c.d [2021-06-02T16:00:20.204Z] #43 11.72 PBCC images/fh.pb-c.c [2021-06-02T16:00:20.204Z] #43 11.81 PBCC images/fsnotify.pb-c.c [2021-06-02T16:00:20.312Z] #9 ... [2021-06-02T16:00:20.312Z] [2021-06-02T16:00:20.312Z] #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-06-02T16:00:20.312Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f [2021-06-02T16:00:20.312Z] #27 10.41 0 added, 0 removed; done. [2021-06-02T16:00:20.312Z] #27 10.41 Running hooks in /etc/ca-certificates/update.d... [2021-06-02T16:00:20.312Z] #27 10.41 done. [2021-06-02T16:00:20.432Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 0B / 50.43MB 0.3s [2021-06-02T16:00:20.468Z] #43 11.89 DEP images/fh.pb-c.d [2021-06-02T16:00:20.468Z] #43 11.96 DEP images/fsnotify.pb-c.d [2021-06-02T16:00:20.468Z] #43 12.00 PBCC images/eventpoll.pb-c.c [2021-06-02T16:00:20.468Z] #43 12.02 DEP images/eventpoll.pb-c.d [2021-06-02T16:00:20.468Z] #43 12.06 PBCC images/eventfd.pb-c.c [2021-06-02T16:00:20.468Z] #43 12.09 DEP images/eventfd.pb-c.d [2021-06-02T16:00:20.515Z] Client: [2021-06-02T16:00:20.515Z] Context: default [2021-06-02T16:00:20.515Z] Debug Mode: false [2021-06-02T16:00:20.515Z] Plugins: [2021-06-02T16:00:20.515Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-06-02T16:00:20.515Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-06-02T16:00:20.515Z] [2021-06-02T16:00:20.515Z] Server: [2021-06-02T16:00:20.515Z] Containers: 0 [2021-06-02T16:00:20.515Z] Running: 0 [2021-06-02T16:00:20.515Z] Paused: 0 [2021-06-02T16:00:20.515Z] Stopped: 0 [2021-06-02T16:00:20.515Z] Images: 0 [2021-06-02T16:00:20.515Z] Server Version: 20.10.6 [2021-06-02T16:00:20.515Z] Storage Driver: overlay2 [2021-06-02T16:00:20.515Z] Backing Filesystem: extfs [2021-06-02T16:00:20.515Z] Supports d_type: true [2021-06-02T16:00:20.515Z] Native Overlay Diff: true [2021-06-02T16:00:20.515Z] userxattr: false [2021-06-02T16:00:20.515Z] Logging Driver: json-file [2021-06-02T16:00:20.515Z] Cgroup Driver: cgroupfs [2021-06-02T16:00:20.515Z] Cgroup Version: 1 [2021-06-02T16:00:20.515Z] Plugins: [2021-06-02T16:00:20.515Z] Volume: local [2021-06-02T16:00:20.515Z] Network: bridge host ipvlan macvlan null overlay [2021-06-02T16:00:20.515Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-06-02T16:00:20.515Z] Swarm: inactive [2021-06-02T16:00:20.515Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-06-02T16:00:20.515Z] Default Runtime: runc [2021-06-02T16:00:20.515Z] Init Binary: docker-init [2021-06-02T16:00:20.515Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-02T16:00:20.515Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-02T16:00:20.515Z] init version: de40ad0 [2021-06-02T16:00:20.515Z] Security Options: [2021-06-02T16:00:20.515Z] apparmor [2021-06-02T16:00:20.515Z] seccomp [2021-06-02T16:00:20.515Z] Profile: default [2021-06-02T16:00:20.515Z] Kernel Version: 5.4.0-1048-aws [2021-06-02T16:00:20.515Z] Operating System: Ubuntu 20.04.2 LTS [2021-06-02T16:00:20.515Z] OSType: linux [2021-06-02T16:00:20.515Z] Architecture: aarch64 [2021-06-02T16:00:20.515Z] CPUs: 4 [2021-06-02T16:00:20.515Z] Total Memory: 7.494GiB [2021-06-02T16:00:20.515Z] Name: ip-10-100-50-128 [2021-06-02T16:00:20.515Z] ID: MGZL:OOTV:SN5F:X6EL:EAFI:KBFD:Y3ES:GQ7F:YIFA:P3HD:KTGV:V6GG [2021-06-02T16:00:20.515Z] Docker Root Dir: /var/lib/docker [2021-06-02T16:00:20.515Z] Debug Mode: false [2021-06-02T16:00:20.515Z] Registry: https://index.docker.io/v1/ [2021-06-02T16:00:20.515Z] Labels: [2021-06-02T16:00:20.515Z] Experimental: true [2021-06-02T16:00:20.515Z] Insecure Registries: [2021-06-02T16:00:20.515Z] 127.0.0.0/8 [2021-06-02T16:00:20.515Z] Live Restore Enabled: true [2021-06-02T16:00:20.515Z] [2021-06-02T16:00:20.515Z] WARNING: No swap limit support [Pipeline] sh [2021-06-02T16:00:20.694Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 12.58MB / 50.43MB 0.5s [2021-06-02T16:00:20.695Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 22.02MB / 50.43MB 0.6s [2021-06-02T16:00:20.732Z] #43 12.14 PBCC images/remap-file-path.pb-c.c [2021-06-02T16:00:20.732Z] #43 12.19 DEP images/remap-file-path.pb-c.d [2021-06-02T16:00:20.732Z] #43 12.25 PBCC images/fifo.pb-c.c [2021-06-02T16:00:20.732Z] #43 12.30 DEP images/fifo.pb-c.d [2021-06-02T16:00:20.758Z] #27 11.07 0 added, 0 removed; done. [2021-06-02T16:00:20.758Z] #27 11.07 Running hooks in /etc/ca-certificates/update.d... [2021-06-02T16:00:20.758Z] #27 11.07 done. [2021-06-02T16:00:20.808Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-02T16:00:20.808Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-02T16:00:20.808Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42143/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-06-02T16:00:20.808Z] + bash /home/ubuntu/workspace/moby_PR-42143/check-config.sh [2021-06-02T16:00:20.808Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-06-02T16:00:20.808Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-06-02T16:00:20.808Z] [2021-06-02T16:00:20.809Z] Generally Necessary: [2021-06-02T16:00:20.809Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-06-02T16:00:20.809Z] - apparmor: enabled and tools installed [2021-06-02T16:00:20.809Z] - CONFIG_NAMESPACES: enabled [2021-06-02T16:00:20.809Z] - CONFIG_NET_NS: enabled [2021-06-02T16:00:20.809Z] - CONFIG_PID_NS: enabled [2021-06-02T16:00:20.809Z] - CONFIG_IPC_NS: enabled [2021-06-02T16:00:20.809Z] - CONFIG_UTS_NS: enabled [2021-06-02T16:00:20.809Z] - CONFIG_CGROUPS: enabled [2021-06-02T16:00:20.809Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-06-02T16:00:20.809Z] - CONFIG_CGROUP_DEVICE: enabled [2021-06-02T16:00:20.809Z] - CONFIG_CGROUP_FREEZER: enabled [2021-06-02T16:00:20.809Z] - CONFIG_CGROUP_SCHED: enabled [2021-06-02T16:00:20.809Z] - CONFIG_CPUSETS: enabled [2021-06-02T16:00:20.809Z] - CONFIG_MEMCG: enabled [2021-06-02T16:00:20.809Z] - CONFIG_KEYS: enabled [2021-06-02T16:00:20.809Z] - CONFIG_VETH: enabled (as module) [2021-06-02T16:00:20.809Z] - CONFIG_BRIDGE: enabled (as module) [2021-06-02T16:00:20.982Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 33.55MB / 50.43MB 0.7s [2021-06-02T16:00:20.982Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 39.85MB / 50.43MB 0.9s [2021-06-02T16:00:20.993Z] #43 12.35 PBCC images/ghost-file.pb-c.c [2021-06-02T16:00:20.993Z] #43 12.39 DEP images/ghost-file.pb-c.d [2021-06-02T16:00:20.993Z] #43 12.46 PBCC images/regfile.pb-c.c [2021-06-02T16:00:20.993Z] #43 12.52 DEP images/regfile.pb-c.d [2021-06-02T16:00:20.993Z] #43 12.61 PBCC images/ns.pb-c.c [2021-06-02T16:00:20.993Z] #43 12.64 DEP images/ns.pb-c.d [2021-06-02T16:00:20.993Z] #43 12.69 PBCC images/fdinfo.pb-c.c [2021-06-02T16:00:21.070Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-06-02T16:00:21.070Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-06-02T16:00:21.070Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-06-02T16:00:21.070Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-06-02T16:00:21.070Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-06-02T16:00:21.070Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-06-02T16:00:21.070Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-06-02T16:00:21.070Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-06-02T16:00:21.070Z] - CONFIG_NF_NAT: enabled (as module) [2021-06-02T16:00:21.070Z] - CONFIG_POSIX_MQUEUE: enabled [2021-06-02T16:00:21.070Z] [2021-06-02T16:00:21.070Z] Optional Features: [2021-06-02T16:00:21.070Z] - CONFIG_USER_NS: enabled [2021-06-02T16:00:21.070Z] - CONFIG_SECCOMP: enabled [2021-06-02T16:00:21.070Z] - CONFIG_SECCOMP_FILTER: enabled [2021-06-02T16:00:21.070Z] - CONFIG_CGROUP_PIDS: enabled [2021-06-02T16:00:21.070Z] - CONFIG_MEMCG_SWAP: enabled [2021-06-02T16:00:21.070Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-06-02T16:00:21.070Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-06-02T16:00:21.070Z] - CONFIG_BLK_CGROUP: enabled [2021-06-02T16:00:21.070Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-06-02T16:00:21.070Z] - CONFIG_CGROUP_PERF: enabled [2021-06-02T16:00:21.070Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-06-02T16:00:21.070Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-06-02T16:00:21.248Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 44.04MB / 50.43MB 1.0s [2021-06-02T16:00:21.248Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 49.28MB / 50.43MB 1.1s [2021-06-02T16:00:21.253Z] #43 12.76 DEP images/fdinfo.pb-c.d [2021-06-02T16:00:21.332Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-06-02T16:00:21.332Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-06-02T16:00:21.332Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-06-02T16:00:21.332Z] - CONFIG_RT_GROUP_SCHED: missing [2021-06-02T16:00:21.332Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-06-02T16:00:21.332Z] - CONFIG_IP_VS: enabled (as module) [2021-06-02T16:00:21.332Z] - CONFIG_IP_VS_NFCT: enabled [2021-06-02T16:00:21.332Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-06-02T16:00:21.332Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-06-02T16:00:21.332Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-06-02T16:00:21.332Z] - CONFIG_SECURITY_SELINUX: enabled [2021-06-02T16:00:21.332Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-06-02T16:00:21.332Z] - CONFIG_EXT4_FS: enabled [2021-06-02T16:00:21.332Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-06-02T16:00:21.332Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-06-02T16:00:21.332Z] - Network Drivers: [2021-06-02T16:00:21.332Z] - "overlay": [2021-06-02T16:00:21.332Z] - CONFIG_VXLAN: enabled (as module) [2021-06-02T16:00:21.332Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-06-02T16:00:21.332Z] Optional (for encrypted networks): [2021-06-02T16:00:21.514Z] #43 12.85 PBCC images/core-aarch64.pb-c.c [2021-06-02T16:00:21.514Z] #43 12.93 PBCC images/core-arm.pb-c.c [2021-06-02T16:00:21.514Z] #43 12.99 PBCC images/core-ppc64.pb-c.c [2021-06-02T16:00:21.514Z] #43 13.02 PBCC images/core-s390.pb-c.c [2021-06-02T16:00:21.514Z] #43 13.09 PBCC images/core-x86.pb-c.c [2021-06-02T16:00:21.514Z] #43 13.14 PBCC images/core.pb-c.c [2021-06-02T16:00:21.514Z] #43 13.21 PBCC images/inventory.pb-c.c [2021-06-02T16:00:21.594Z] - CONFIG_CRYPTO: enabled [2021-06-02T16:00:21.594Z] - CONFIG_CRYPTO_AEAD: enabled [2021-06-02T16:00:21.594Z] - CONFIG_CRYPTO_GCM: enabled [2021-06-02T16:00:21.594Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-06-02T16:00:21.594Z] - CONFIG_CRYPTO_GHASH: enabled [2021-06-02T16:00:21.594Z] - CONFIG_XFRM: enabled [2021-06-02T16:00:21.594Z] - CONFIG_XFRM_USER: enabled (as module) [2021-06-02T16:00:21.594Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-06-02T16:00:21.594Z] - CONFIG_INET_ESP: enabled (as module) [2021-06-02T16:00:21.594Z] - "ipvlan": [2021-06-02T16:00:21.594Z] - CONFIG_IPVLAN: enabled (as module) [2021-06-02T16:00:21.594Z] - "macvlan": [2021-06-02T16:00:21.594Z] - CONFIG_MACVLAN: enabled (as module) [2021-06-02T16:00:21.594Z] - CONFIG_DUMMY: enabled (as module) [2021-06-02T16:00:21.594Z] - "ftp,tftp client in container": [2021-06-02T16:00:21.594Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-06-02T16:00:21.594Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-06-02T16:00:21.594Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-06-02T16:00:21.594Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-06-02T16:00:21.594Z] - Storage Drivers: [2021-06-02T16:00:21.594Z] - "aufs": [2021-06-02T16:00:21.594Z] - CONFIG_AUFS_FS: enabled (as module) [2021-06-02T16:00:21.594Z] - "btrfs": [2021-06-02T16:00:21.594Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-06-02T16:00:21.594Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-06-02T16:00:21.594Z] - "devicemapper": [2021-06-02T16:00:21.594Z] - CONFIG_BLK_DEV_DM: enabled [2021-06-02T16:00:21.594Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-06-02T16:00:21.594Z] - "overlay": [2021-06-02T16:00:21.594Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-06-02T16:00:21.594Z] - "zfs": [2021-06-02T16:00:21.594Z] - /dev/zfs: present [2021-06-02T16:00:21.594Z] - zfs command: missing [2021-06-02T16:00:21.594Z] - zpool command: missing [2021-06-02T16:00:21.594Z] [2021-06-02T16:00:21.594Z] Limits: [2021-06-02T16:00:21.594Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-06-02T16:00:21.594Z] [2021-06-02T16:00:21.594Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-06-02T16:00:21.775Z] #43 13.28 DEP images/core-aarch64.pb-c.d [2021-06-02T16:00:21.775Z] #43 13.35 DEP images/core-arm.pb-c.d [2021-06-02T16:00:21.775Z] #43 13.40 DEP images/core-ppc64.pb-c.d [2021-06-02T16:00:21.775Z] #43 13.45 DEP images/core-s390.pb-c.d [2021-06-02T16:00:21.935Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:d414c0c1e8c487170b1d2f5af4946771645c6564 . [2021-06-02T16:00:22.035Z] #43 13.52 DEP images/core-x86.pb-c.d [2021-06-02T16:00:22.035Z] #43 13.58 DEP images/core.pb-c.d [2021-06-02T16:00:22.035Z] #43 13.69 DEP images/inventory.pb-c.d [2021-06-02T16:00:22.191Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 50.43MB / 50.43MB 1.7s done [2021-06-02T16:00:22.191Z] #26 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 0.1s [2021-06-02T16:00:22.198Z] #2 [internal] load .dockerignore [2021-06-02T16:00:22.198Z] #2 sha256:420f8d8a52da86f4edbb7daf1ce8fa643b21dd87e3bf558d95286d32e03824b2 [2021-06-02T16:00:22.296Z] #43 13.75 PBCC images/cpuinfo.pb-c.c [2021-06-02T16:00:22.296Z] #43 13.78 DEP images/cpuinfo.pb-c.d [2021-06-02T16:00:22.296Z] #43 13.84 PBCC images/stats.pb-c.c [2021-06-02T16:00:22.296Z] #43 13.87 DEP images/stats.pb-c.d [2021-06-02T16:00:22.459Z] #2 transferring context: 87B done [2021-06-02T16:00:22.459Z] #2 DONE 0.1s [2021-06-02T16:00:22.459Z] [2021-06-02T16:00:22.459Z] #1 [internal] load build definition from Dockerfile [2021-06-02T16:00:22.459Z] #1 sha256:8c0281c59e818c80ed4e3a6647073aec91e3f35a267b35ce1691a416028d976a [2021-06-02T16:00:22.459Z] #1 transferring dockerfile: 17.09kB done [2021-06-02T16:00:22.459Z] #1 DONE 0.1s [2021-06-02T16:00:22.720Z] [2021-06-02T16:00:22.720Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-06-02T16:00:22.720Z] #3 sha256:294a0880f468e89a28a1e5e4d13ea717bf9a656005ccb802a8dcbf12ae5d5949 [2021-06-02T16:00:22.830Z] #27 DONE 13.0s [2021-06-02T16:00:22.830Z] [2021-06-02T16:00:22.830Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-02T16:00:22.830Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-02T16:00:22.830Z] #9 ... [2021-06-02T16:00:22.830Z] [2021-06-02T16:00:22.830Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-06-02T16:00:22.830Z] #28 sha256:edb4716576619ca9bd7e87a45d102674219ec4b80683534bc142cb23e8cdee42 [2021-06-02T16:00:22.830Z] #28 DONE 0.2s [2021-06-02T16:00:22.830Z] [2021-06-02T16:00:22.830Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-02T16:00:22.830Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-02T16:00:22.983Z] #3 DONE 0.6s [2021-06-02T16:00:23.244Z] [2021-06-02T16:00:23.244Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-06-02T16:00:23.244Z] #4 sha256:08363c8751d4545d25bea104f7e51e11696d0e0abf10a017a959436e69805043 [2021-06-02T16:00:23.244Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-06-02T16:00:23.244Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-06-02T16:00:23.244Z] #4 sha256:fedac250e13a5a3b8fcd0c6f42857dd78f31052801662f20fc895fd7993eb28a 528B / 528B done [2021-06-02T16:00:23.244Z] #4 sha256:d9b7b6a9d13deb44598f3c9a244fe9e3b10f85457aa34d4e499afaff6a85c631 1.21kB / 1.21kB done [2021-06-02T16:00:23.244Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 0B / 9.01MB 0.1s [2021-06-02T16:00:23.244Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 9.01MB / 9.01MB 0.2s [2021-06-02T16:00:23.393Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.9s done [2021-06-02T16:00:23.506Z] #4 extracting sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a [2021-06-02T16:00:23.506Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 9.01MB / 9.01MB 0.3s done [2021-06-02T16:00:23.577Z] #26 ... [2021-06-02T16:00:23.577Z] [2021-06-02T16:00:23.577Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-02T16:00:23.578Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-06-02T16:00:23.578Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-06-02T16:00:23.578Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-06-02T16:00:23.578Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-06-02T16:00:23.578Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-06-02T16:00:23.578Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.9s done [2021-06-02T16:00:23.578Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.7s done [2021-06-02T16:00:23.578Z] #64 DONE 3.6s [2021-06-02T16:00:23.650Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-06-02T16:00:23.768Z] #4 extracting sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 0.2s done [2021-06-02T16:00:23.842Z] [2021-06-02T16:00:23.842Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-02T16:00:23.842Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-02T16:00:23.842Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.1s done [2021-06-02T16:00:23.842Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-06-02T16:00:23.842Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-06-02T16:00:23.842Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-06-02T16:00:23.842Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.6s done [2021-06-02T16:00:23.842Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 2.8s done [2021-06-02T16:00:23.842Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 3.1s done [2021-06-02T16:00:23.842Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 0.5s [2021-06-02T16:00:23.842Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 20.97MB / 68.67MB 3.3s [2021-06-02T16:00:23.842Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 2.10MB / 51.83MB 3.3s [2021-06-02T16:00:23.842Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0B / 120.17MB 3.3s [2021-06-02T16:00:23.842Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 32.08MB / 68.67MB 3.6s [2021-06-02T16:00:23.842Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 11.53MB / 51.83MB 3.6s [2021-06-02T16:00:23.842Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 9.44MB / 120.17MB 3.6s [2021-06-02T16:00:23.906Z] #9 DONE 25.1s [2021-06-02T16:00:23.906Z] [2021-06-02T16:00:23.906Z] #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-06-02T16:00:23.906Z] #29 sha256:f4fafccefdd3cfff8b06e0fec6248a927838c725c856d675e4d477c3eadbe38b [2021-06-02T16:00:23.906Z] #29 1.069 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-06-02T16:00:24.033Z] #4 DONE 0.8s [2021-06-02T16:00:24.033Z] [2021-06-02T16:00:24.033Z] #6 [internal] load metadata for docker.io/library/debian:buster [2021-06-02T16:00:24.033Z] #6 sha256:f1b65f84b73951f42780ae75c92800bded73658353301e79e5dc186186c67a6c [2021-06-02T16:00:24.102Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 36.70MB / 68.67MB 3.7s [2021-06-02T16:00:24.102Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 15.73MB / 51.83MB 3.7s [2021-06-02T16:00:24.102Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 15.73MB / 120.17MB 3.7s [2021-06-02T16:00:24.102Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 44.04MB / 68.67MB 3.9s [2021-06-02T16:00:24.102Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 25.17MB / 51.83MB 3.9s [2021-06-02T16:00:24.102Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 24.12MB / 120.17MB 3.9s [2021-06-02T16:00:24.163Z] #29 1.184 [2021-06-02T16:00:24.208Z] #43 15.38 make[1]: Nothing to be done for 'all'. [2021-06-02T16:00:24.208Z] #43 ... [2021-06-02T16:00:24.208Z] [2021-06-02T16:00:24.208Z] #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-06-02T16:00:24.208Z] #45 sha256:0a390b322d2cc1430f3d50949762ec73c7e24d99b78ae26af52a5a43422403ac [2021-06-02T16:00:24.208Z] #45 74.63 flag [2021-06-02T16:00:24.208Z] #45 75.44 go/token [2021-06-02T16:00:24.208Z] #45 76.52 internal/lazyregexp [2021-06-02T16:00:24.208Z] #45 76.53 go/scanner [2021-06-02T16:00:24.209Z] #45 76.81 path [2021-06-02T16:00:24.209Z] #45 77.23 io/ioutil [2021-06-02T16:00:24.209Z] #45 77.48 net/url [2021-06-02T16:00:24.209Z] #45 78.16 go/ast [2021-06-02T16:00:24.209Z] #45 78.69 text/template/parse [2021-06-02T16:00:24.209Z] #45 82.67 text/template [2021-06-02T16:00:24.209Z] #45 82.86 go/parser [2021-06-02T16:00:24.364Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 48.48MB / 68.67MB 4.0s [2021-06-02T16:00:24.364Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 29.36MB / 51.83MB 4.0s [2021-06-02T16:00:24.364Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 52.43MB / 68.67MB 4.1s [2021-06-02T16:00:24.364Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 32.51MB / 51.83MB 4.1s [2021-06-02T16:00:24.364Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 32.51MB / 120.17MB 4.1s [2021-06-02T16:00:24.630Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 58.72MB / 68.67MB 4.2s [2021-06-02T16:00:24.630Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 39.85MB / 51.83MB 4.2s [2021-06-02T16:00:24.630Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 63.96MB / 68.67MB 4.3s [2021-06-02T16:00:24.630Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 45.09MB / 51.83MB 4.3s [2021-06-02T16:00:24.630Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 44.04MB / 120.17MB 4.3s [2021-06-02T16:00:24.679Z] #29 1.310 ############ 17.7% ########################## 37.3% ######################################### 57.6% ####################################################### 77.2% ##################################################################### 97.1%#29 ... [2021-06-02T16:00:24.679Z] [2021-06-02T16:00:24.679Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-06-02T16:00:24.679Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-06-02T16:00:24.679Z] #10 DONE 0.8s [2021-06-02T16:00:24.679Z] [2021-06-02T16:00:24.679Z] #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-06-02T16:00:24.679Z] #29 sha256:f4fafccefdd3cfff8b06e0fec6248a927838c725c856d675e4d477c3eadbe38b [2021-06-02T16:00:24.680Z] #29 1.310 ############ 17.7% ########################## 37.3% ######################################### 57.6% ####################################################### 77.2% ##################################################################### 97.1% ######################################################################## 100.0% [2021-06-02T16:00:24.680Z] #29 1.808 [2021-06-02T16:00:24.680Z] #29 1.909 ######################################################################## 100.0% [2021-06-02T16:00:24.890Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.5s [2021-06-02T16:00:24.890Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 49.28MB / 51.83MB 4.5s [2021-06-02T16:00:24.890Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 52.43MB / 120.17MB 4.5s [2021-06-02T16:00:24.890Z] #9 ... [2021-06-02T16:00:24.890Z] [2021-06-02T16:00:24.890Z] #23 [internal] load build context [2021-06-02T16:00:24.890Z] #23 sha256:ed0f8df1da7686d82b302b3e7cdaec67c7dbed5b2cfe57ae22a7e2c23c5cfdfd [2021-06-02T16:00:24.890Z] #23 transferring context: 54.48MB 4.6s done [2021-06-02T16:00:24.890Z] #23 DONE 5.1s [2021-06-02T16:00:24.890Z] [2021-06-02T16:00:24.890Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-02T16:00:24.890Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-02T16:00:24.890Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 60.82MB / 120.17MB 4.6s [2021-06-02T16:00:24.890Z] #9 ... [2021-06-02T16:00:24.890Z] [2021-06-02T16:00:24.890Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-02T16:00:24.890Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-06-02T16:00:24.890Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-06-02T16:00:24.890Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-06-02T16:00:24.890Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-06-02T16:00:24.891Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-06-02T16:00:24.891Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 1.8s done [2021-06-02T16:00:24.891Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.8s [2021-06-02T16:00:24.938Z] #29 2.042 [2021-06-02T16:00:24.944Z] #27 DONE 14.4s [2021-06-02T16:00:24.944Z] [2021-06-02T16:00:24.944Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-06-02T16:00:24.944Z] #28 sha256:8c6e0d5ba215109572b061146b0e7a8bceaf40adbc19d8606e48ec4b2c9b521b [2021-06-02T16:00:24.944Z] #28 DONE 0.1s [2021-06-02T16:00:24.944Z] [2021-06-02T16:00:24.944Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-02T16:00:24.944Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-02T16:00:24.944Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.9s done [2021-06-02T16:00:24.944Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.9s done [2021-06-02T16:00:24.944Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-06-02T16:00:24.944Z] #9 DONE 25.9s [2021-06-02T16:00:24.944Z] [2021-06-02T16:00:24.944Z] #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-06-02T16:00:24.944Z] #29 sha256:61661d2ba7722cfa8175fcc9fa284a7c465deb0b65477034ea2f6186210ac38a [2021-06-02T16:00:24.944Z] #29 ... [2021-06-02T16:00:24.944Z] [2021-06-02T16:00:24.944Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-06-02T16:00:24.944Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-06-02T16:00:24.944Z] #10 DONE 0.7s [2021-06-02T16:00:25.150Z] #45 ... [2021-06-02T16:00:25.150Z] [2021-06-02T16:00:25.150Z] #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-06-02T16:00:25.150Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:00:25.150Z] #43 16.72 CC images/stats.o [2021-06-02T16:00:25.152Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.9s done [2021-06-02T16:00:25.194Z] #29 2.175 ############################################################## 86.3% ######################################################################## 100.0% [2021-06-02T16:00:25.194Z] #29 2.310 [2021-06-02T16:00:25.202Z] [2021-06-02T16:00:25.202Z] #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-06-02T16:00:25.202Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-06-02T16:00:25.494Z] #29 2.428 ############ 17.8% ########################## 37.1% [2021-06-02T16:00:25.494Z] #29 ... [2021-06-02T16:00:25.494Z] [2021-06-02T16:00:25.494Z] #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-06-02T16:00:25.494Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-06-02T16:00:25.494Z] #11 DONE 0.7s [2021-06-02T16:00:25.494Z] [2021-06-02T16:00:25.494Z] #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-06-02T16:00:25.494Z] #29 sha256:f4fafccefdd3cfff8b06e0fec6248a927838c725c856d675e4d477c3eadbe38b [2021-06-02T16:00:25.721Z] #43 17.17 CC images/core.o [2021-06-02T16:00:25.737Z] #62 ... [2021-06-02T16:00:25.737Z] [2021-06-02T16:00:25.737Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-02T16:00:25.737Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-02T16:00:25.737Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 97.52MB / 120.17MB 5.3s [2021-06-02T16:00:25.757Z] #29 2.428 ############ 17.8% ########################## 37.1% ######################################## 56.3% ###################################################### 75.9% #################################################################### 95.3% ##################################################################29 ... [2021-06-02T16:00:25.757Z] [2021-06-02T16:00:25.757Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-06-02T16:00:25.757Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-06-02T16:00:25.757Z] #39 DONE 0.4s [2021-06-02T16:00:25.757Z] [2021-06-02T16:00:25.757Z] #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-06-02T16:00:25.757Z] #29 sha256:f4fafccefdd3cfff8b06e0fec6248a927838c725c856d675e4d477c3eadbe38b [2021-06-02T16:00:25.757Z] #29 2.428 ############ 17.8% ########################## 37.1% ######################################## 56.3% ###################################################### 75.9% #################################################################### 95.3% ######################################################################## 100.0% [2021-06-02T16:00:25.757Z] #29 2.953 [2021-06-02T16:00:25.757Z] [2021-06-02T16:00:25.757Z] #29 ... [2021-06-02T16:00:25.757Z] [2021-06-02T16:00:25.757Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-06-02T16:00:25.757Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-06-02T16:00:25.757Z] #31 DONE 0.4s [2021-06-02T16:00:25.757Z] [2021-06-02T16:00:25.757Z] #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-06-02T16:00:25.757Z] #29 sha256:f4fafccefdd3cfff8b06e0fec6248a927838c725c856d675e4d477c3eadbe38b [2021-06-02T16:00:25.770Z] #11 DONE 0.7s [2021-06-02T16:00:25.770Z] [2021-06-02T16:00:25.770Z] #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-06-02T16:00:25.770Z] #29 sha256:61661d2ba7722cfa8175fcc9fa284a7c465deb0b65477034ea2f6186210ac38a [2021-06-02T16:00:25.770Z] #29 1.163 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-06-02T16:00:25.770Z] #29 1.263 [2021-06-02T16:00:25.997Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 5.4s done [2021-06-02T16:00:25.997Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 108.00MB / 120.17MB 5.5s [2021-06-02T16:00:25.997Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 114.29MB / 120.17MB 5.6s [2021-06-02T16:00:26.028Z] #29 1.384 ############ 17.1% ####################### 32.3% ####################### 32.3% [2021-06-02T16:00:26.028Z] #29 ... [2021-06-02T16:00:26.028Z] [2021-06-02T16:00:26.028Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-06-02T16:00:26.028Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-06-02T16:00:26.028Z] #31 DONE 0.2s [2021-06-02T16:00:26.028Z] [2021-06-02T16:00:26.028Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-06-02T16:00:26.028Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-06-02T16:00:26.028Z] #39 DONE 0.3s [2021-06-02T16:00:26.028Z] [2021-06-02T16:00:26.028Z] #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-06-02T16:00:26.028Z] #29 sha256:61661d2ba7722cfa8175fcc9fa284a7c465deb0b65477034ea2f6186210ac38a [2021-06-02T16:00:26.258Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 0B / 126B 5.7s [2021-06-02T16:00:26.258Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 5.8s [2021-06-02T16:00:26.292Z] #43 17.75 CC images/core-x86.o [2021-06-02T16:00:26.585Z] #6 ... [2021-06-02T16:00:26.585Z] [2021-06-02T16:00:26.585Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-06-02T16:00:26.585Z] #5 sha256:0ff4d7102a8b2da8074784734c04086c33174d81a15b9d3c7333eecc02eac4f0 [2021-06-02T16:00:26.585Z] #5 DONE 2.2s [2021-06-02T16:00:26.585Z] [2021-06-02T16:00:26.585Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-02T16:00:26.585Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-06-02T16:00:26.805Z] #29 1.384 ############ 17.1% ####################### 32.3% ####################### 32.3% ########################### 38.2% ############################################# 63.7% ###################################################### 75.7% ############################################################### 88.0% ######################################################################## 100.0% [2021-06-02T16:00:26.847Z] #8 DONE 2.5s [2021-06-02T16:00:26.847Z] [2021-06-02T16:00:26.847Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-02T16:00:26.847Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-06-02T16:00:26.847Z] #7 DONE 2.6s [2021-06-02T16:00:26.847Z] [2021-06-02T16:00:26.847Z] #6 [internal] load metadata for docker.io/library/debian:buster [2021-06-02T16:00:26.847Z] #6 sha256:f1b65f84b73951f42780ae75c92800bded73658353301e79e5dc186186c67a6c [2021-06-02T16:00:26.847Z] #6 DONE 2.6s [2021-06-02T16:00:26.863Z] #43 18.16 CC images/core-arm.o [2021-06-02T16:00:26.888Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 6.4s done [2021-06-02T16:00:27.076Z] #29 2.687 [2021-06-02T16:00:27.124Z] #43 18.63 CC images/core-aarch64.o [2021-06-02T16:00:27.145Z] [2021-06-02T16:00:27.145Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-02T16:00:27.145Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-06-02T16:00:27.145Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.0s done [2021-06-02T16:00:27.462Z] #9 sha256:688d484c81b27fd58d8180e0f2b8371eb311a2f9afe5a4d761f838c9936152e7 6.19kB / 6.19kB done [2021-06-02T16:00:27.462Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-06-02T16:00:27.462Z] #9 sha256:c6f3dd0bda1f61865a66d18090c8cecbe4df870c2d1083927e043367ef707688 1.79kB / 1.79kB done [2021-06-02T16:00:27.462Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 0B / 49.18MB 0.3s [2021-06-02T16:00:27.593Z] #29 2.905 #=#=# # 1.7% ######################################################################## 100.0% [2021-06-02T16:00:27.700Z] #43 19.13 CC images/core-ppc64.o [2021-06-02T16:00:27.700Z] #43 ... [2021-06-02T16:00:27.700Z] [2021-06-02T16:00:27.700Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:00:27.700Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T16:00:27.700Z] #13 72.61 Selecting previously unselected package gcc-mingw-w64-base. [2021-06-02T16:00:27.700Z] #13 72.62 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-02T16:00:27.700Z] #13 72.63 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-02T16:00:27.700Z] #13 72.86 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-06-02T16:00:27.700Z] #13 72.86 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-02T16:00:27.700Z] #13 72.87 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-02T16:00:27.768Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 4.19MB / 49.18MB 0.4s [2021-06-02T16:00:27.768Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0B / 9.98MB 0.4s [2021-06-02T16:00:27.768Z] #9 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0B / 7.68MB 0.4s [2021-06-02T16:00:27.768Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 20.97MB / 49.18MB 0.6s [2021-06-02T16:00:27.768Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 0.6s [2021-06-02T16:00:27.768Z] #9 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 0.6s [2021-06-02T16:00:27.813Z] #29 3.082 # 2.5% ###### 8.5% ########## 14.9% ############# 18.1% ################ 22.3% ################## 25.6% ###################### 31.0% ########################## 36.3% ############################# 40.6% ################################# 45.9% ################################### 49.9% ####################################### 55.4% ############################################ 62.5% ############################################### 66.3% ################################################## 69.5% #################################################### 72.6% ######################################################## 78.8% ############################################################## 87.0% ##################################################################### 96.2% ######################################################################## 100.0% [2021-06-02T16:00:27.813Z] #29 5.029 [2021-06-02T16:00:27.853Z] #29 3.451 [2021-06-02T16:00:27.964Z] #13 ... [2021-06-02T16:00:27.964Z] [2021-06-02T16:00:27.964Z] #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-06-02T16:00:27.964Z] #45 sha256:0a390b322d2cc1430f3d50949762ec73c7e24d99b78ae26af52a5a43422403ac [2021-06-02T16:00:27.964Z] #45 86.95 log [2021-06-02T16:00:27.964Z] #45 87.09 go/doc [2021-06-02T16:00:27.964Z] #45 87.54 encoding/xml [2021-06-02T16:00:28.034Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 25.27MB / 49.18MB 0.7s [2021-06-02T16:00:28.034Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 28.31MB / 49.18MB 0.8s [2021-06-02T16:00:28.034Z] #9 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 0.7s done [2021-06-02T16:00:28.034Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 38.80MB / 49.18MB 0.9s [2021-06-02T16:00:28.034Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 0B / 52.16MB 0.9s [2021-06-02T16:00:28.069Z] #29 5.350 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-06-02T16:00:28.112Z] #29 3.625 ### 5.2% ###################################################################### 97.8% ######################################################################## 100.0% [2021-06-02T16:00:28.112Z] #29 3.874 [2021-06-02T16:00:28.273Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 7.5s done [2021-06-02T16:00:28.273Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 7.6s done [2021-06-02T16:00:28.273Z] #9 ... [2021-06-02T16:00:28.273Z] [2021-06-02T16:00:28.273Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-02T16:00:28.273Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-06-02T16:00:28.273Z] #62 DONE 8.2s [2021-06-02T16:00:28.273Z] [2021-06-02T16:00:28.273Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-02T16:00:28.273Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-02T16:00:28.306Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 1.0s [2021-06-02T16:00:28.306Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 3.15MB / 52.16MB 1.0s [2021-06-02T16:00:28.306Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 1.1s done [2021-06-02T16:00:28.306Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 23.07MB / 52.16MB 1.1s [2021-06-02T16:00:28.325Z] #29 5.452 [2021-06-02T16:00:28.325Z] #29 5.548 ######################################################################## 100.0% [2021-06-02T16:00:28.535Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.5s [2021-06-02T16:00:28.582Z] #29 5.585 [2021-06-02T16:00:28.601Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 32.51MB / 52.16MB 1.2s [2021-06-02T16:00:28.601Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 0B / 62.53MB 1.2s [2021-06-02T16:00:28.601Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 42.99MB / 52.16MB 1.4s [2021-06-02T16:00:28.601Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 23.07MB / 62.53MB 1.4s [2021-06-02T16:00:28.601Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 1.5s [2021-06-02T16:00:28.601Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 32.51MB / 62.53MB 1.5s [2021-06-02T16:00:28.630Z] #29 4.006 ##### 7.2% #################### 29.1% ################################### 49.5% ######################################### 57.5% ############################################################# 85.7% ######################################################################## 100.0% [2021-06-02T16:00:28.630Z] #29 4.551 [2021-06-02T16:00:28.838Z] #29 5.898 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-06-02T16:00:28.838Z] #29 6.032 [2021-06-02T16:00:28.838Z] #29 6.108 ######################################################################## 100.0% [2021-06-02T16:00:28.900Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 53.48MB / 62.53MB 1.7s [2021-06-02T16:00:29.137Z] #29 6.145 [2021-06-02T16:00:29.162Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 1.8s [2021-06-02T16:00:29.162Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 1.8s done [2021-06-02T16:00:29.395Z] #29 6.540 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-06-02T16:00:29.395Z] #29 6.660 [2021-06-02T16:00:29.429Z] #9 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 0.1s [2021-06-02T16:00:29.877Z] #45 ... [2021-06-02T16:00:29.877Z] [2021-06-02T16:00:29.877Z] #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-06-02T16:00:29.877Z] #51 sha256:d41ec96df449c0b563106bb4836bbc362e5711e137ac231c137c8774c61c3e3d [2021-06-02T16:00:29.877Z] #51 80.10 golang.org/x/crypto/ssh/terminal [2021-06-02T16:00:29.877Z] #51 81.68 mvdan.cc/editorconfig [2021-06-02T16:00:29.877Z] #51 82.87 mvdan.cc/sh/v3/fileutil [2021-06-02T16:00:29.877Z] #51 83.04 text/tabwriter [2021-06-02T16:00:29.877Z] #51 83.51 mvdan.cc/sh/v3/syntax [2021-06-02T16:00:29.877Z] #51 89.45 mvdan.cc/sh/v3/cmd/shfmt [2021-06-02T16:00:29.877Z] #51 ... [2021-06-02T16:00:29.877Z] [2021-06-02T16:00:29.877Z] #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-06-02T16:00:29.877Z] #56 sha256:0ba8e53df2e1a357bfc187283887d887bbd744759bbf634261e69be5e468a298 [2021-06-02T16:00:29.918Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 6.3s done [2021-06-02T16:00:30.005Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 2.8s done [2021-06-02T16:00:30.168Z] #29 6.805 #### 5.8% ####################### 33.2% ####################################### 55.5% ########################################### 60.4% ##################################################### 74.0% ######################################################################## 100.0% [2021-06-02T16:00:30.178Z] #9 ... [2021-06-02T16:00:30.178Z] [2021-06-02T16:00:30.178Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-02T16:00:30.178Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-02T16:00:30.178Z] #26 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 7.4s done [2021-06-02T16:00:30.178Z] #26 DONE 10.2s [2021-06-02T16:00:30.178Z] [2021-06-02T16:00:30.178Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-06-02T16:00:30.178Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-06-02T16:00:30.178Z] #63 DONE 1.1s [2021-06-02T16:00:30.178Z] [2021-06-02T16:00:30.178Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-02T16:00:30.178Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-02T16:00:30.178Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2021-06-02T16:00:30.321Z] #9 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 0B / 156B 3.0s [2021-06-02T16:00:30.321Z] #9 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 3.1s [2021-06-02T16:00:30.428Z] #29 7.517 [2021-06-02T16:00:30.686Z] #29 ... [2021-06-02T16:00:30.686Z] [2021-06-02T16:00:30.686Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-06-02T16:00:30.686Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-06-02T16:00:30.686Z] #12 DONE 5.2s [2021-06-02T16:00:30.686Z] [2021-06-02T16:00:30.686Z] #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-06-02T16:00:30.686Z] #29 sha256:f4fafccefdd3cfff8b06e0fec6248a927838c725c856d675e4d477c3eadbe38b [2021-06-02T16:00:30.686Z] #29 7.819 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-06-02T16:00:30.752Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.6s done [2021-06-02T16:00:30.897Z] #9 ... [2021-06-02T16:00:30.897Z] [2021-06-02T16:00:30.897Z] #23 [internal] load build context [2021-06-02T16:00:30.897Z] #23 sha256:7b2b7a54470bafac0ad7597b6aafb685f067fcba0fcd6b3b5976ce6529d2c65a [2021-06-02T16:00:30.897Z] #23 transferring context: 54.50MB 3.0s done [2021-06-02T16:00:30.897Z] #23 DONE 3.7s [2021-06-02T16:00:30.897Z] [2021-06-02T16:00:30.898Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-02T16:00:30.898Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-06-02T16:00:30.942Z] #29 7.967 [2021-06-02T16:00:30.942Z] #29 8.058 ######################################################################## 100.0% [2021-06-02T16:00:30.942Z] #29 8.072 [2021-06-02T16:00:31.012Z] #9 ... [2021-06-02T16:00:31.012Z] [2021-06-02T16:00:31.012Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-06-02T16:00:31.012Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-06-02T16:00:31.012Z] #65 DONE 0.9s [2021-06-02T16:00:31.012Z] [2021-06-02T16:00:31.012Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-02T16:00:31.012Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-02T16:00:31.012Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2021-06-02T16:00:31.160Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 3.8s done [2021-06-02T16:00:31.160Z] #9 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 3.9s done [2021-06-02T16:00:31.160Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 0B / 97.69MB 4.1s [2021-06-02T16:00:31.181Z] #56 43.74 Checking out files: 44% (1740/3927) Checking out files: 45% (1768/3927) Checking out files: 46% (1807/3927) Checking out files: 47% (1846/3927) Checking out files: 48% (1885/3927) Checking out files: 49% (1925/3927) Checking out files: 50% (1964/3927) Checking out files: 51% (2003/3927) Checking out files: 52% (2043/3927) Checking out files: 53% (2082/3927) Checking out files: 54% (2121/3927) Checking out files: 55% (2160/3927) Checking out files: 56% (2200/3927) Checking out files: 57% (2239/3927) Checking out files: 58% (2278/3927) Checking out files: 59% (2317/3927) Checking out files: 60% (2357/3927) Checking out files: 61% (2396/3927) Checking out files: 62% (2435/3927) Checking out files: 63% (2475/3927) Checking out files: 64% (2514/3927) Checking out files: 65% (2553/3927) Checking out files: 66% (2592/3927) Checking out files: 67% (2632/3927) Checking out files: 68% (2671/3927) Checking out files: 69% (2710/3927) Checking out files: 70% (2749/3927) Checking out files: 71% (2789/3927) Checking out files: 72% (2828/3927) Checking out files: 73% (2867/3927) Checking out files: 74% (2906/3927) Checking out files: 75% (2946/3927) Checking out files: 76% (2985/3927) Checking out files: 77% (3024/3927) Checking out files: 78% (3064/3927) Checking out files: 79% (3103/3927) Checking out files: 80% (3142/3927) Checking out files: 81% (3181/3927) Checking out files: 82% (3221/3927) Checking out files: 83% (3260/3927) Checking out files: 84% (3299/3927) Checking out files: 85% (3338/3927) Checking out files: 86% (3378/3927) Checking out files: 87% (3417/3927) Checking out files: 88% (3456/3927) Checking out files: 89% (3496/3927) Checking out files: 90% (3535/3927) Checking out files: 91% (3574/3927) Checking out files: 92% (3613/3927) Checking out files: 93% (3653/3927) Checking out files: 94% (3692/3927) Checking out files: 95% (3731/3927) Checking out files: 96% (3770/3927) Checking out files: 97% (3810/3927) Checking out files: 98% (3849/3927) Checking out files: 99% (3888/3927) Checking out files: 100% (3927/3927) Checking out files: 100% (3927/3927), done. [2021-06-02T16:00:31.421Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 27.26MB / 97.69MB 4.4s [2021-06-02T16:00:31.442Z] #56 45.33 + cd /tmp/tmp.JGbWf4PmGH/src/github.com/containerd/containerd [2021-06-02T16:00:31.442Z] #56 45.33 + git checkout -q 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-02T16:00:31.505Z] #29 8.510 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-06-02T16:00:31.505Z] #29 8.739 [2021-06-02T16:00:31.582Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.6s done [2021-06-02T16:00:31.701Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 32.51MB / 97.69MB 4.6s [2021-06-02T16:00:31.702Z] #56 45.78 + export 'BUILDTAGS=netgo osusergo static_build' [2021-06-02T16:00:31.702Z] #56 45.78 + BUILDTAGS='netgo osusergo static_build' [2021-06-02T16:00:31.702Z] #56 45.78 + export EXTRA_FLAGS=-buildmode=pie [2021-06-02T16:00:31.702Z] #56 45.78 + EXTRA_FLAGS=-buildmode=pie [2021-06-02T16:00:31.702Z] #56 45.78 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-06-02T16:00:31.702Z] #56 45.78 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-06-02T16:00:31.702Z] #56 45.78 + '[' '' = dynamic ']' [2021-06-02T16:00:31.702Z] #56 45.78 + make [2021-06-02T16:00:31.748Z] #29 4.672 # 2.5% ##### 8.1% ########## 14.0% ############## 20.0% ################## 25.2% ##################### 30.4% ###################### 31.3% ########################## 36.2% ############################## 42.0% ################################# 46.7% #################################### 51.0% ######################################## 56.0% ########################################## 58.4% ############################################# 62.9% ################################################ 67.9% ################################################### 71.8% ##################################################### 74.7% ####################################################### 77.7% ########################################################## 81.5% ############################################################# 85.5% [2021-06-02T16:00:31.748Z] #29 ... [2021-06-02T16:00:31.748Z] [2021-06-02T16:00:31.748Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-06-02T16:00:31.748Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-06-02T16:00:31.748Z] #12 DONE 5.9s [2021-06-02T16:00:31.748Z] [2021-06-02T16:00:31.748Z] #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-06-02T16:00:31.748Z] #29 sha256:61661d2ba7722cfa8175fcc9fa284a7c465deb0b65477034ea2f6186210ac38a [2021-06-02T16:00:31.748Z] #29 4.672 # 2.5% ##### 8.1% ########## 14.0% ############## 20.0% ################## 25.2% ##################### 30.4% ###################### 31.3% ########################## 36.2% ############################## 42.0% ################################# 46.7% #################################### 51.0% ######################################## 56.0% ########################################## 58.4% ############################################# 62.9% ################################################ 67.9% ################################################### 71.8% ##################################################### 74.7% ####################################################### 77.7% ########################################################## 81.5% ############################################################# 85.5% ############################################################### 87.9% [2021-06-02T16:00:31.748Z] #29 ... [2021-06-02T16:00:31.748Z] [2021-06-02T16:00:31.748Z] #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-06-02T16:00:31.748Z] #24 sha256:eb1d82b473236b778e7c9e020fadd1bb3763b186f42b4786d2cc217bed6f5cb1 [2021-06-02T16:00:31.748Z] #24 4.387 + RM_GOPATH=0 [2021-06-02T16:00:31.748Z] #24 4.387 + TMP_GOPATH= [2021-06-02T16:00:31.748Z] #24 4.387 + : /build [2021-06-02T16:00:31.748Z] #24 4.387 + '[' -z '' ']' [2021-06-02T16:00:31.748Z] #24 4.388 ++ mktemp -d [2021-06-02T16:00:31.748Z] #24 4.389 + export GOPATH=/tmp/tmp.JWk0DoA2rP [2021-06-02T16:00:31.748Z] #24 4.393 + GOPATH=/tmp/tmp.JWk0DoA2rP [2021-06-02T16:00:31.748Z] #24 4.393 + RM_GOPATH=1 [2021-06-02T16:00:31.748Z] #24 4.393 + case "$(go env GOARCH)" in [2021-06-02T16:00:31.748Z] #24 4.393 ++ go env GOARCH [2021-06-02T16:00:31.748Z] #24 4.400 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:31.748Z] #24 4.400 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:31.748Z] #24 4.400 ++ dirname /tmp/install/install.sh [2021-06-02T16:00:31.748Z] #24 4.417 + dir=/tmp/install [2021-06-02T16:00:31.748Z] #24 4.417 + bin=dockercli [2021-06-02T16:00:31.748Z] #24 4.417 + shift [2021-06-02T16:00:31.748Z] #24 4.417 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-06-02T16:00:31.748Z] #24 4.417 + . /tmp/install/dockercli.installer [2021-06-02T16:00:31.748Z] #24 4.417 ++ : stable [2021-06-02T16:00:31.748Z] #24 4.417 ++ : 17.06.2-ce [2021-06-02T16:00:31.748Z] #24 4.417 + install_dockercli [2021-06-02T16:00:31.748Z] #24 4.417 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-06-02T16:00:31.748Z] #24 4.417 ++ uname -m [2021-06-02T16:00:31.748Z] #24 4.417 + arch=x86_64 [2021-06-02T16:00:31.748Z] #24 4.417 + '[' x86_64 '!=' x86_64 ']' [2021-06-02T16:00:31.748Z] #24 4.417 + url=https://download.docker.com/linux/static [2021-06-02T16:00:31.748Z] #24 4.417 + tar -xz docker/docker [2021-06-02T16:00:31.748Z] #24 4.417 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-06-02T16:00:31.748Z] #24 4.417 Install docker/cli version 17.06.2-ce from stable [2021-06-02T16:00:31.748Z] #24 ... [2021-06-02T16:00:31.748Z] [2021-06-02T16:00:31.748Z] #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-06-02T16:00:31.748Z] #29 sha256:61661d2ba7722cfa8175fcc9fa284a7c465deb0b65477034ea2f6186210ac38a [2021-06-02T16:00:31.760Z] #29 8.929 ######################################################################## 100.0% [2021-06-02T16:00:31.760Z] #29 9.101 [2021-06-02T16:00:31.846Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2021-06-02T16:00:31.964Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 45.94MB / 97.69MB 4.8s [2021-06-02T16:00:31.964Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 60.32MB / 97.69MB 4.9s [2021-06-02T16:00:32.017Z] #29 9.141 Download of images into '/build' complete. [2021-06-02T16:00:32.017Z] #29 9.141 Use something like the following to load the result into a Docker daemon: [2021-06-02T16:00:32.017Z] #29 9.141 tar -cC '/build' . | docker load [2021-06-02T16:00:32.017Z] #29 DONE 9.3s [2021-06-02T16:00:32.017Z] [2021-06-02T16:00:32.017Z] #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-06-02T16:00:32.017Z] #45 sha256:024ca4a5433b3b3c73033d0594ff8cb60684f746bf229a3587c63d0a3937a0d4 [2021-06-02T16:00:32.017Z] #45 5.384 + RM_GOPATH=0 [2021-06-02T16:00:32.017Z] #45 5.384 + TMP_GOPATH= [2021-06-02T16:00:32.017Z] #45 5.384 + : /build [2021-06-02T16:00:32.017Z] #45 5.384 + '[' -z '' ']' [2021-06-02T16:00:32.017Z] #45 5.384 ++ mktemp -d [2021-06-02T16:00:32.017Z] #45 5.384 + export GOPATH=/tmp/tmp.8oPPG4zI92 [2021-06-02T16:00:32.017Z] #45 5.384 + GOPATH=/tmp/tmp.8oPPG4zI92 [2021-06-02T16:00:32.017Z] #45 5.384 + RM_GOPATH=1 [2021-06-02T16:00:32.017Z] #45 5.384 + case "$(go env GOARCH)" in [2021-06-02T16:00:32.017Z] #45 5.384 ++ go env GOARCH [2021-06-02T16:00:32.017Z] #45 5.389 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:32.017Z] #45 5.389 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:32.017Z] #45 5.389 ++ dirname /tmp/install/install.sh [2021-06-02T16:00:32.017Z] #45 5.392 + dir=/tmp/install [2021-06-02T16:00:32.017Z] #45 5.392 + bin=vndr [2021-06-02T16:00:32.017Z] #45 5.392 + shift [2021-06-02T16:00:32.017Z] #45 5.392 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-06-02T16:00:32.017Z] #45 5.392 + . /tmp/install/vndr.installer [2021-06-02T16:00:32.017Z] #45 5.392 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-02T16:00:32.017Z] #45 5.392 + install_vndr [2021-06-02T16:00:32.017Z] #45 5.392 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-06-02T16:00:32.017Z] #45 5.392 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.8oPPG4zI92/src/github.com/LK4D4/vndr [2021-06-02T16:00:32.017Z] #45 5.392 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-02T16:00:32.017Z] #45 5.395 Cloning into '/tmp/tmp.8oPPG4zI92/src/github.com/LK4D4/vndr'... [2021-06-02T16:00:32.017Z] #45 5.925 + cd /tmp/tmp.8oPPG4zI92/src/github.com/LK4D4/vndr [2021-06-02T16:00:32.017Z] #45 5.925 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-02T16:00:32.017Z] #45 5.928 + go build -buildmode=pie -v -o /build/vndr . [2021-06-02T16:00:32.017Z] #45 6.722 internal/cpu [2021-06-02T16:00:32.017Z] #45 6.745 runtime/internal/atomic [2021-06-02T16:00:32.227Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 67.11MB / 97.69MB 5.0s [2021-06-02T16:00:32.227Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 72.35MB / 97.69MB 5.1s [2021-06-02T16:00:32.266Z] #29 4.672 # 2.5% ##### 8.1% ########## 14.0% ############## 20.0% ################## 25.2% ##################### 30.4% ###################### 31.3% ########################## 36.2% ############################## 42.0% ################################# 46.7% #################################### 51.0% ######################################## 56.0% ########################################## 58.4% ############################################# 62.9% ################################################ 67.9% ################################################### 71.8% ##################################################### 74.7% ####################################################### 77.7% ########################################################## 81.5% ############################################################# 85.5% ############################################################### 87.9% ############################################################### 88.8% ################################################################# 91.0% ################################################################### 93.2% ###################################################################### 97.3% ####################################################################### 99.8% ######################################################################## 100.0% [2021-06-02T16:00:32.266Z] #29 8.005 [2021-06-02T16:00:32.579Z] #45 7.040 runtime/internal/sys [2021-06-02T16:00:32.836Z] #45 7.313 runtime/internal/math [2021-06-02T16:00:32.836Z] #45 7.461 internal/race [2021-06-02T16:00:32.874Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 89.13MB / 97.69MB 5.5s [2021-06-02T16:00:32.874Z] #9 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 3.5s done [2021-06-02T16:00:32.874Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 5.6s [2021-06-02T16:00:33.086Z] #56 47.18 + bin/ctr [2021-06-02T16:00:33.092Z] #45 7.606 sync/atomic [2021-06-02T16:00:33.092Z] #45 7.712 internal/bytealg [2021-06-02T16:00:33.643Z] #29 9.505 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-06-02T16:00:33.654Z] #45 8.382 unicode [2021-06-02T16:00:34.211Z] #29 10.01 [2021-06-02T16:00:34.263Z] #9 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 [2021-06-02T16:00:34.474Z] #29 10.21 # 2.2% ######################################################################## 100.0% [2021-06-02T16:00:34.582Z] #45 9.219 runtime [2021-06-02T16:00:34.733Z] #29 10.45 [2021-06-02T16:00:34.837Z] #9 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0.8s done [2021-06-02T16:00:34.839Z] #45 ... [2021-06-02T16:00:34.839Z] [2021-06-02T16:00:34.839Z] #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-06-02T16:00:34.839Z] #47 sha256:5e539fff90c86504ca37437bcca3dfbd11aa12b5f65ca0fc53eb040f66008920 [2021-06-02T16:00:34.839Z] #47 5.673 + RM_GOPATH=0 [2021-06-02T16:00:34.839Z] #47 5.673 + TMP_GOPATH= [2021-06-02T16:00:34.839Z] #47 5.673 + : /build [2021-06-02T16:00:34.839Z] #47 5.673 + '[' -z '' ']' [2021-06-02T16:00:34.839Z] #47 5.673 ++ mktemp -d [2021-06-02T16:00:34.839Z] #47 5.673 + export GOPATH=/tmp/tmp.KXvFRCwXWV [2021-06-02T16:00:34.839Z] #47 5.673 + GOPATH=/tmp/tmp.KXvFRCwXWV [2021-06-02T16:00:34.839Z] #47 5.673 + RM_GOPATH=1 [2021-06-02T16:00:34.839Z] #47 5.673 + case "$(go env GOARCH)" in [2021-06-02T16:00:34.839Z] #47 5.676 ++ go env GOARCH [2021-06-02T16:00:34.839Z] #47 5.681 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:34.839Z] #47 5.681 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:34.839Z] #47 5.743 ++ dirname /tmp/install/install.sh [2021-06-02T16:00:34.839Z] #47 5.743 + dir=/tmp/install [2021-06-02T16:00:34.839Z] #47 5.743 + bin=gotestsum [2021-06-02T16:00:34.839Z] #47 5.743 + shift [2021-06-02T16:00:34.839Z] #47 5.743 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-06-02T16:00:34.839Z] #47 5.743 + . /tmp/install/gotestsum.installer [2021-06-02T16:00:34.839Z] #47 5.743 ++ : v0.5.3 [2021-06-02T16:00:34.839Z] #47 5.743 + install_gotestsum [2021-06-02T16:00:34.839Z] #47 5.743 + set -e [2021-06-02T16:00:34.839Z] #47 5.743 + export GO111MODULE=on [2021-06-02T16:00:34.839Z] #47 5.743 + GO111MODULE=on [2021-06-02T16:00:34.839Z] #47 5.743 + GOBIN=/build [2021-06-02T16:00:34.839Z] #47 5.743 + go get gotest.tools/gotestsum@v0.5.3 [2021-06-02T16:00:34.839Z] #47 5.849 go: finding gotest.tools v0.5.3 [2021-06-02T16:00:34.839Z] #47 5.849 go: finding gotest.tools/gotestsum v0.5.3 [2021-06-02T16:00:34.839Z] #47 6.984 go: downloading gotest.tools/gotestsum v0.5.3 [2021-06-02T16:00:34.839Z] #47 7.549 go: extracting gotest.tools/gotestsum v0.5.3 [2021-06-02T16:00:34.839Z] #47 8.931 go: downloading github.com/spf13/pflag v1.0.3 [2021-06-02T16:00:34.839Z] #47 8.944 go: downloading github.com/fatih/color v1.9.0 [2021-06-02T16:00:34.839Z] #47 8.951 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-02T16:00:34.839Z] #47 8.969 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-02T16:00:34.839Z] #47 9.020 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-06-02T16:00:34.839Z] #47 9.140 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-02T16:00:34.839Z] #47 9.222 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-02T16:00:34.839Z] #47 9.320 go: downloading github.com/pkg/errors v0.9.1 [2021-06-02T16:00:34.839Z] #47 9.406 go: extracting github.com/fatih/color v1.9.0 [2021-06-02T16:00:34.839Z] #47 9.455 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-06-02T16:00:35.095Z] #47 9.656 go: extracting github.com/pkg/errors v0.9.1 [2021-06-02T16:00:35.376Z] #47 9.817 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-02T16:00:35.376Z] #47 9.841 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-02T16:00:35.376Z] #47 9.980 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-06-02T16:00:35.376Z] #47 ... [2021-06-02T16:00:35.376Z] [2021-06-02T16:00:35.376Z] #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-06-02T16:00:35.376Z] #58 sha256:31843f4df59d6dddf484082c99c240d626c6b396bb1246c98f077a2610277b4e [2021-06-02T16:00:35.376Z] #58 5.882 + RM_GOPATH=0 [2021-06-02T16:00:35.376Z] #58 5.882 + TMP_GOPATH= [2021-06-02T16:00:35.376Z] #58 5.882 + : /build [2021-06-02T16:00:35.376Z] #58 5.882 + '[' -z '' ']' [2021-06-02T16:00:35.376Z] #58 5.886 ++ mktemp -d [2021-06-02T16:00:35.376Z] #58 5.886 + export GOPATH=/tmp/tmp.gjFPLwHQmX [2021-06-02T16:00:35.376Z] #58 5.886 + GOPATH=/tmp/tmp.gjFPLwHQmX [2021-06-02T16:00:35.376Z] #58 5.886 + RM_GOPATH=1 [2021-06-02T16:00:35.376Z] #58 5.886 + case "$(go env GOARCH)" in [2021-06-02T16:00:35.376Z] #58 5.887 ++ go env GOARCH [2021-06-02T16:00:35.376Z] #58 5.901 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:35.376Z] #58 5.901 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:35.376Z] #58 5.901 ++ dirname /tmp/install/install.sh [2021-06-02T16:00:35.376Z] #58 5.901 + dir=/tmp/install [2021-06-02T16:00:35.376Z] #58 5.901 + bin=rootlesskit [2021-06-02T16:00:35.376Z] #58 5.901 + shift [2021-06-02T16:00:35.376Z] #58 5.901 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-06-02T16:00:35.376Z] #58 5.901 + . /tmp/install/rootlesskit.installer [2021-06-02T16:00:35.376Z] #58 5.901 ++ : 4cd567642273d369adaadcbadca00880552c1778 [2021-06-02T16:00:35.376Z] #58 5.901 + install_rootlesskit [2021-06-02T16:00:35.376Z] #58 5.901 + case "$1" in [2021-06-02T16:00:35.376Z] #58 5.901 + export CGO_ENABLED=0 [2021-06-02T16:00:35.376Z] #58 5.901 + CGO_ENABLED=0 [2021-06-02T16:00:35.376Z] #58 5.901 + _install_rootlesskit [2021-06-02T16:00:35.376Z] #58 5.901 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778' [2021-06-02T16:00:35.376Z] #58 5.901 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.gjFPLwHQmX/src/github.com/rootless-containers/rootlesskit [2021-06-02T16:00:35.376Z] #58 5.901 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778 [2021-06-02T16:00:35.376Z] #58 5.908 Cloning into '/tmp/tmp.gjFPLwHQmX/src/github.com/rootless-containers/rootlesskit'... [2021-06-02T16:00:35.412Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 8.0s done [2021-06-02T16:00:35.412Z] #9 ... [2021-06-02T16:00:35.412Z] [2021-06-02T16:00:35.412Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-02T16:00:35.412Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-06-02T16:00:35.413Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-06-02T16:00:35.413Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-06-02T16:00:35.413Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-06-02T16:00:35.413Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-06-02T16:00:35.413Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.4s done [2021-06-02T16:00:35.413Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.8s done [2021-06-02T16:00:35.413Z] #64 DONE 8.2s [2021-06-02T16:00:35.413Z] [2021-06-02T16:00:35.413Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-02T16:00:35.413Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-06-02T16:00:35.413Z] #9 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.1s [2021-06-02T16:00:35.631Z] #56 ... [2021-06-02T16:00:35.631Z] [2021-06-02T16:00:35.631Z] #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-06-02T16:00:35.631Z] #51 sha256:d41ec96df449c0b563106bb4836bbc362e5711e137ac231c137c8774c61c3e3d [2021-06-02T16:00:35.631Z] #51 DONE 96.1s [2021-06-02T16:00:35.631Z] [2021-06-02T16:00:35.631Z] #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-06-02T16:00:35.631Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:00:35.631Z] #43 19.76 CC images/core-s390.o [2021-06-02T16:00:35.631Z] #43 20.54 CC images/cpuinfo.o [2021-06-02T16:00:35.631Z] #43 20.98 CC images/inventory.o [2021-06-02T16:00:35.631Z] #43 21.19 CC images/fdinfo.o [2021-06-02T16:00:35.631Z] #43 21.51 CC images/fown.o [2021-06-02T16:00:35.631Z] #43 21.77 CC images/ns.o [2021-06-02T16:00:35.631Z] #43 21.97 CC images/regfile.o [2021-06-02T16:00:35.631Z] #43 22.25 CC images/ghost-file.o [2021-06-02T16:00:35.631Z] #43 22.55 CC images/fifo.o [2021-06-02T16:00:35.631Z] #43 22.74 CC images/remap-file-path.o [2021-06-02T16:00:35.631Z] #43 22.98 CC images/eventfd.o [2021-06-02T16:00:35.631Z] #43 23.17 CC images/eventpoll.o [2021-06-02T16:00:35.631Z] #43 23.60 CC images/fh.o [2021-06-02T16:00:35.631Z] #43 23.89 CC images/fsnotify.o [2021-06-02T16:00:35.631Z] #43 24.46 CC images/signalfd.o [2021-06-02T16:00:35.631Z] #43 24.67 CC images/fs.o [2021-06-02T16:00:35.631Z] #43 24.86 CC images/pstree.o [2021-06-02T16:00:35.631Z] #43 25.12 CC images/pipe.o [2021-06-02T16:00:35.631Z] #43 25.42 CC images/tcp-stream.o [2021-06-02T16:00:35.631Z] #43 25.66 CC images/sk-packet.o [2021-06-02T16:00:35.631Z] #43 26.02 CC images/mnt.o [2021-06-02T16:00:35.631Z] #43 26.27 CC images/pipe-data.o [2021-06-02T16:00:35.631Z] #43 26.45 CC images/sa.o [2021-06-02T16:00:35.631Z] #43 26.65 CC images/timer.o [2021-06-02T16:00:35.631Z] #43 26.98 CC images/timerfd.o [2021-06-02T16:00:35.686Z] #9 ... [2021-06-02T16:00:35.686Z] [2021-06-02T16:00:35.686Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-02T16:00:35.686Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-06-02T16:00:35.686Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-06-02T16:00:35.686Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-06-02T16:00:35.686Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-06-02T16:00:35.686Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-06-02T16:00:35.686Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 4.6s done [2021-06-02T16:00:35.686Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.8s done [2021-06-02T16:00:35.686Z] #62 DONE 8.4s [2021-06-02T16:00:35.686Z] [2021-06-02T16:00:35.686Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-02T16:00:35.686Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-06-02T16:00:35.796Z] #58 ... [2021-06-02T16:00:35.796Z] [2021-06-02T16:00:35.796Z] #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-06-02T16:00:35.796Z] #51 sha256:647a47c484636f11ae26a4cd6b99fb2731b9a35a98471f34200ea640cd6ffe9d [2021-06-02T16:00:35.796Z] #51 6.455 + RM_GOPATH=0 [2021-06-02T16:00:35.796Z] #51 6.455 + TMP_GOPATH= [2021-06-02T16:00:35.796Z] #51 6.455 + : /build [2021-06-02T16:00:35.796Z] #51 6.455 + '[' -z '' ']' [2021-06-02T16:00:35.796Z] #51 6.456 ++ mktemp -d [2021-06-02T16:00:35.796Z] #51 6.456 + export GOPATH=/tmp/tmp.34AocsNgYb [2021-06-02T16:00:35.796Z] #51 6.456 + GOPATH=/tmp/tmp.34AocsNgYb [2021-06-02T16:00:35.796Z] #51 6.456 + RM_GOPATH=1 [2021-06-02T16:00:35.796Z] #51 6.456 + case "$(go env GOARCH)" in [2021-06-02T16:00:35.796Z] #51 6.463 ++ go env GOARCH [2021-06-02T16:00:35.796Z] #51 6.488 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-02T16:00:35.796Z] #51 6.488 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:35.796Z] #51 6.488 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:35.796Z] #51 6.488 ++ dirname /tmp/install/install.sh [2021-06-02T16:00:35.796Z] #51 6.488 + dir=/tmp/install [2021-06-02T16:00:35.796Z] #51 6.488 + bin=shfmt [2021-06-02T16:00:35.796Z] #51 6.488 + shift [2021-06-02T16:00:35.796Z] #51 6.488 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-06-02T16:00:35.796Z] #51 6.488 + . /tmp/install/shfmt.installer [2021-06-02T16:00:35.796Z] #51 6.488 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-02T16:00:35.796Z] #51 6.488 + install_shfmt [2021-06-02T16:00:35.796Z] #51 6.488 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-06-02T16:00:35.796Z] #51 6.488 + git clone https://github.com/mvdan/sh.git /tmp/tmp.34AocsNgYb/src/github.com/mvdan/sh [2021-06-02T16:00:35.796Z] #51 6.493 Cloning into '/tmp/tmp.34AocsNgYb/src/github.com/mvdan/sh'... [2021-06-02T16:00:35.796Z] #51 ... [2021-06-02T16:00:35.796Z] [2021-06-02T16:00:35.796Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-06-02T16:00:35.796Z] #34 sha256:be2407aa86e895b342feed66153ea6ce8e7ceb7e32e425b7f63eca239fef2cd1 [2021-06-02T16:00:35.796Z] #34 7.049 Install go-toml version v1.8.1 [2021-06-02T16:00:35.796Z] #34 7.080 go: finding github.com v1.8.1 [2021-06-02T16:00:35.796Z] #34 7.080 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1 [2021-06-02T16:00:35.796Z] #34 7.137 go: finding github.com/pelletier v1.8.1 [2021-06-02T16:00:35.796Z] #34 7.137 go: finding github.com/pelletier/go-toml/cmd v1.8.1 [2021-06-02T16:00:35.796Z] #34 7.137 go: finding github.com/pelletier/go-toml v1.8.1 [2021-06-02T16:00:35.796Z] #34 8.348 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-06-02T16:00:35.796Z] #34 8.774 go: extracting github.com/pelletier/go-toml v1.8.1 [2021-06-02T16:00:35.891Z] #43 27.36 CC images/mm.o [2021-06-02T16:00:35.956Z] #9 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.4s done [2021-06-02T16:00:36.047Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 3.7s done [2021-06-02T16:00:36.047Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2021-06-02T16:00:36.073Z] #34 ... [2021-06-02T16:00:36.073Z] [2021-06-02T16:00:36.073Z] #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-06-02T16:00:36.073Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-06-02T16:00:36.073Z] #42 7.646 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-02T16:00:36.073Z] #42 7.737 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-02T16:00:36.073Z] #42 8.022 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-02T16:00:36.073Z] #42 9.495 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-02T16:00:36.073Z] #42 ... [2021-06-02T16:00:36.073Z] [2021-06-02T16:00:36.073Z] #67 [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-06-02T16:00:36.073Z] #67 sha256:b6d209a1ba818b214b39c3ae45bebfb65dc9f6b9d934e2a7b3754a7b5c785706 [2021-06-02T16:00:36.073Z] #67 7.103 + RM_GOPATH=0 [2021-06-02T16:00:36.073Z] #67 7.103 + TMP_GOPATH= [2021-06-02T16:00:36.073Z] #67 7.103 + : /build [2021-06-02T16:00:36.073Z] #67 7.103 + '[' -z '' ']' [2021-06-02T16:00:36.073Z] #67 7.136 ++ mktemp -d [2021-06-02T16:00:36.073Z] #67 7.136 + export GOPATH=/tmp/tmp.lT8gzAl04q [2021-06-02T16:00:36.073Z] #67 7.136 + GOPATH=/tmp/tmp.lT8gzAl04q [2021-06-02T16:00:36.073Z] #67 7.136 + RM_GOPATH=1 [2021-06-02T16:00:36.073Z] #67 7.136 + case "$(go env GOARCH)" in [2021-06-02T16:00:36.073Z] #67 7.136 ++ go env GOARCH [2021-06-02T16:00:36.073Z] #67 7.154 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:36.073Z] #67 7.154 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:36.073Z] #67 7.154 ++ dirname /tmp/install/install.sh [2021-06-02T16:00:36.073Z] #67 7.154 + dir=/tmp/install [2021-06-02T16:00:36.073Z] #67 7.154 + bin=proxy [2021-06-02T16:00:36.073Z] #67 7.154 + shift [2021-06-02T16:00:36.073Z] #67 7.154 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-06-02T16:00:36.073Z] #67 7.154 + . /tmp/install/proxy.installer [2021-06-02T16:00:36.073Z] #67 7.154 ++ : 64b7a4574d1426139437d20e81c0b6d391130ec8 [2021-06-02T16:00:36.073Z] #67 7.154 + install_proxy [2021-06-02T16:00:36.073Z] #67 7.154 + case "$1" in [2021-06-02T16:00:36.073Z] #67 7.154 + export CGO_ENABLED=0 [2021-06-02T16:00:36.073Z] #67 7.154 + CGO_ENABLED=0 [2021-06-02T16:00:36.073Z] #67 7.154 + _install_proxy [2021-06-02T16:00:36.073Z] #67 7.154 + echo 'Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8' [2021-06-02T16:00:36.073Z] #67 7.154 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.lT8gzAl04q/src/github.com/docker/libnetwork [2021-06-02T16:00:36.073Z] #67 7.154 Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8 [2021-06-02T16:00:36.073Z] #67 7.213 Cloning into '/tmp/tmp.lT8gzAl04q/src/github.com/docker/libnetwork'... [2021-06-02T16:00:36.073Z] #67 ... [2021-06-02T16:00:36.073Z] [2021-06-02T16:00:36.073Z] #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-06-02T16:00:36.073Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-02T16:00:36.073Z] #55 7.631 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-02T16:00:36.073Z] #55 7.702 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-02T16:00:36.073Z] #55 7.851 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-02T16:00:36.073Z] #55 10.01 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-02T16:00:36.110Z] #29 ... [2021-06-02T16:00:36.110Z] [2021-06-02T16:00:36.110Z] #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-06-02T16:00:36.110Z] #45 sha256:9157f81689e5d9248f131885dbab30c114e596864682d0b6c95e04322c866b39 [2021-06-02T16:00:36.110Z] #45 7.206 + RM_GOPATH=0 [2021-06-02T16:00:36.110Z] #45 7.206 + TMP_GOPATH= [2021-06-02T16:00:36.110Z] #45 7.206 + : /build [2021-06-02T16:00:36.110Z] #45 7.206 + '[' -z '' ']' [2021-06-02T16:00:36.110Z] #45 7.206 ++ mktemp -d [2021-06-02T16:00:36.110Z] #45 7.215 + export GOPATH=/tmp/tmp.9IUGht4Efx [2021-06-02T16:00:36.110Z] #45 7.215 + GOPATH=/tmp/tmp.9IUGht4Efx [2021-06-02T16:00:36.110Z] #45 7.215 + RM_GOPATH=1 [2021-06-02T16:00:36.110Z] #45 7.215 + case "$(go env GOARCH)" in [2021-06-02T16:00:36.110Z] #45 7.229 ++ go env GOARCH [2021-06-02T16:00:36.110Z] #45 7.278 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:36.110Z] #45 7.278 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:36.110Z] #45 7.278 ++ dirname /tmp/install/install.sh [2021-06-02T16:00:36.110Z] #45 7.278 + dir=/tmp/install [2021-06-02T16:00:36.110Z] #45 7.278 + bin=vndr [2021-06-02T16:00:36.110Z] #45 7.278 + shift [2021-06-02T16:00:36.110Z] #45 7.278 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-06-02T16:00:36.110Z] #45 7.278 + . /tmp/install/vndr.installer [2021-06-02T16:00:36.110Z] #45 7.278 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-02T16:00:36.110Z] #45 7.278 + install_vndr [2021-06-02T16:00:36.110Z] #45 7.278 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-06-02T16:00:36.110Z] #45 7.278 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.9IUGht4Efx/src/github.com/LK4D4/vndr [2021-06-02T16:00:36.111Z] #45 7.278 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-02T16:00:36.111Z] #45 7.300 Cloning into '/tmp/tmp.9IUGht4Efx/src/github.com/LK4D4/vndr'... [2021-06-02T16:00:36.111Z] #45 8.102 + cd /tmp/tmp.9IUGht4Efx/src/github.com/LK4D4/vndr [2021-06-02T16:00:36.111Z] #45 8.103 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-02T16:00:36.111Z] #45 8.112 + go build -buildmode=pie -v -o /build/vndr . [2021-06-02T16:00:36.111Z] #45 9.684 runtime/internal/atomic [2021-06-02T16:00:36.111Z] #45 9.698 internal/cpu [2021-06-02T16:00:36.111Z] #45 9.926 runtime/internal/sys [2021-06-02T16:00:36.111Z] #45 10.21 runtime/internal/math [2021-06-02T16:00:36.111Z] #45 ... [2021-06-02T16:00:36.111Z] [2021-06-02T16:00:36.111Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-06-02T16:00:36.111Z] #34 sha256:ba520b0a8d1f038864cc92baeec63e753be1ee5c866ca42dcfa13ce648c22d7b [2021-06-02T16:00:36.111Z] #34 6.668 Install go-toml version v1.8.1 [2021-06-02T16:00:36.111Z] #34 6.679 go: finding github.com v1.8.1 [2021-06-02T16:00:36.111Z] #34 6.679 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1 [2021-06-02T16:00:36.111Z] #34 6.679 go: finding github.com/pelletier/go-toml/cmd v1.8.1 [2021-06-02T16:00:36.111Z] #34 6.679 go: finding github.com/pelletier/go-toml v1.8.1 [2021-06-02T16:00:36.111Z] #34 6.679 go: finding github.com/pelletier v1.8.1 [2021-06-02T16:00:36.111Z] #34 7.821 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-06-02T16:00:36.111Z] #34 8.299 go: extracting github.com/pelletier/go-toml v1.8.1 [2021-06-02T16:00:36.111Z] #34 ... [2021-06-02T16:00:36.111Z] [2021-06-02T16:00:36.111Z] #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-06-02T16:00:36.111Z] #47 sha256:e8d1f09bc8bae02a318922cb95fb7da67a775585630091e4f00fbc3b78bf5ad8 [2021-06-02T16:00:36.111Z] #47 5.775 + RM_GOPATH=0 [2021-06-02T16:00:36.111Z] #47 5.775 + TMP_GOPATH= [2021-06-02T16:00:36.111Z] #47 5.775 + : /build [2021-06-02T16:00:36.111Z] #47 5.775 + '[' -z '' ']' [2021-06-02T16:00:36.111Z] #47 5.775 ++ mktemp -d [2021-06-02T16:00:36.111Z] #47 5.792 + export GOPATH=/tmp/tmp.w604k0axZF [2021-06-02T16:00:36.111Z] #47 5.792 + GOPATH=/tmp/tmp.w604k0axZF [2021-06-02T16:00:36.111Z] #47 5.792 + RM_GOPATH=1 [2021-06-02T16:00:36.111Z] #47 5.792 + case "$(go env GOARCH)" in [2021-06-02T16:00:36.111Z] #47 5.792 ++ go env GOARCH [2021-06-02T16:00:36.111Z] #47 5.800 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:36.111Z] #47 5.800 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:36.111Z] #47 5.800 ++ dirname /tmp/install/install.sh [2021-06-02T16:00:36.111Z] #47 5.800 + dir=/tmp/install [2021-06-02T16:00:36.111Z] #47 5.800 + bin=gotestsum [2021-06-02T16:00:36.111Z] #47 5.800 + shift [2021-06-02T16:00:36.111Z] #47 5.800 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-06-02T16:00:36.111Z] #47 5.800 + . /tmp/install/gotestsum.installer [2021-06-02T16:00:36.111Z] #47 5.800 ++ : v0.5.3 [2021-06-02T16:00:36.111Z] #47 5.800 + install_gotestsum [2021-06-02T16:00:36.111Z] #47 5.809 + set -e [2021-06-02T16:00:36.111Z] #47 5.809 + export GO111MODULE=on [2021-06-02T16:00:36.111Z] #47 5.809 + GO111MODULE=on [2021-06-02T16:00:36.111Z] #47 5.809 + GOBIN=/build [2021-06-02T16:00:36.111Z] #47 5.809 + go get gotest.tools/gotestsum@v0.5.3 [2021-06-02T16:00:36.111Z] #47 5.892 go: finding gotest.tools/gotestsum v0.5.3 [2021-06-02T16:00:36.111Z] #47 5.897 go: finding gotest.tools v0.5.3 [2021-06-02T16:00:36.111Z] #47 6.811 go: downloading gotest.tools/gotestsum v0.5.3 [2021-06-02T16:00:36.111Z] #47 7.476 go: extracting gotest.tools/gotestsum v0.5.3 [2021-06-02T16:00:36.111Z] #47 8.600 go: downloading github.com/pkg/errors v0.9.1 [2021-06-02T16:00:36.111Z] #47 8.613 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-02T16:00:36.111Z] #47 8.656 go: downloading github.com/fatih/color v1.9.0 [2021-06-02T16:00:36.111Z] #47 8.680 go: downloading github.com/spf13/pflag v1.0.3 [2021-06-02T16:00:36.111Z] #47 8.875 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-02T16:00:36.111Z] #47 8.877 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-02T16:00:36.111Z] #47 9.034 go: extracting github.com/fatih/color v1.9.0 [2021-06-02T16:00:36.111Z] #47 9.045 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-02T16:00:36.111Z] #47 9.045 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-06-02T16:00:36.111Z] #47 9.045 go: extracting github.com/pkg/errors v0.9.1 [2021-06-02T16:00:36.111Z] #47 9.070 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-02T16:00:36.111Z] #47 9.072 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-02T16:00:36.111Z] #47 9.221 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-02T16:00:36.111Z] #47 9.585 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-06-02T16:00:36.111Z] #47 9.585 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-06-02T16:00:36.111Z] #47 9.594 go: extracting github.com/spf13/pflag v1.0.3 [2021-06-02T16:00:36.111Z] #47 9.677 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-06-02T16:00:36.336Z] #55 ... [2021-06-02T16:00:36.336Z] [2021-06-02T16:00:36.336Z] #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-06-02T16:00:36.336Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-02T16:00:36.336Z] #40 6.274 + git clone https://github.com/docker/distribution.git . [2021-06-02T16:00:36.336Z] #40 6.274 Cloning into '.'... [2021-06-02T16:00:36.336Z] #40 ... [2021-06-02T16:00:36.336Z] [2021-06-02T16:00:36.336Z] #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-06-02T16:00:36.336Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-02T16:00:36.336Z] #36 7.563 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-02T16:00:36.336Z] #36 7.670 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-02T16:00:36.336Z] #36 7.854 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-02T16:00:36.336Z] #36 9.830 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-02T16:00:36.385Z] #47 ... [2021-06-02T16:00:36.385Z] [2021-06-02T16:00:36.385Z] #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-06-02T16:00:36.385Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-06-02T16:00:36.385Z] #32 6.840 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-06-02T16:00:36.385Z] #32 6.840 Cloning into '.'... [2021-06-02T16:00:36.385Z] #32 ... [2021-06-02T16:00:36.385Z] [2021-06-02T16:00:36.385Z] #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-06-02T16:00:36.385Z] #58 sha256:2d5a35eb03e2ca9bc7eb88da220495b7837def916c84ca09eec5465c349fe3bf [2021-06-02T16:00:36.385Z] #58 7.092 + RM_GOPATH=0 [2021-06-02T16:00:36.385Z] #58 7.092 + TMP_GOPATH= [2021-06-02T16:00:36.385Z] #58 7.092 + : /build [2021-06-02T16:00:36.385Z] #58 7.092 + '[' -z '' ']' [2021-06-02T16:00:36.385Z] #58 7.093 ++ mktemp -d [2021-06-02T16:00:36.385Z] #58 7.101 + export GOPATH=/tmp/tmp.DyLkhtxD3M [2021-06-02T16:00:36.385Z] #58 7.101 + GOPATH=/tmp/tmp.DyLkhtxD3M [2021-06-02T16:00:36.385Z] #58 7.101 + RM_GOPATH=1 [2021-06-02T16:00:36.385Z] #58 7.101 + case "$(go env GOARCH)" in [2021-06-02T16:00:36.385Z] #58 7.101 ++ go env GOARCH [2021-06-02T16:00:36.385Z] #58 7.124 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:36.385Z] #58 7.124 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:36.385Z] #58 7.126 ++ dirname /tmp/install/install.sh [2021-06-02T16:00:36.385Z] #58 7.149 + dir=/tmp/install [2021-06-02T16:00:36.385Z] #58 7.149 + bin=rootlesskit [2021-06-02T16:00:36.385Z] #58 7.149 + shift [2021-06-02T16:00:36.386Z] #58 7.149 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-06-02T16:00:36.386Z] #58 7.149 + . /tmp/install/rootlesskit.installer [2021-06-02T16:00:36.386Z] #58 7.149 ++ : 4cd567642273d369adaadcbadca00880552c1778 [2021-06-02T16:00:36.386Z] #58 7.173 + install_rootlesskit [2021-06-02T16:00:36.386Z] #58 7.173 + case "$1" in [2021-06-02T16:00:36.386Z] #58 7.173 + export CGO_ENABLED=0 [2021-06-02T16:00:36.386Z] #58 7.173 + CGO_ENABLED=0 [2021-06-02T16:00:36.386Z] #58 7.173 + _install_rootlesskit [2021-06-02T16:00:36.386Z] #58 7.173 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778' [2021-06-02T16:00:36.386Z] #58 7.173 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.DyLkhtxD3M/src/github.com/rootless-containers/rootlesskit [2021-06-02T16:00:36.386Z] #58 7.173 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778 [2021-06-02T16:00:36.386Z] #58 7.187 Cloning into '/tmp/tmp.DyLkhtxD3M/src/github.com/rootless-containers/rootlesskit'... [2021-06-02T16:00:36.462Z] #43 27.93 CC images/sk-opts.o [2021-06-02T16:00:36.598Z] #36 ... [2021-06-02T16:00:36.598Z] [2021-06-02T16:00:36.598Z] #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-06-02T16:00:36.598Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-06-02T16:00:36.598Z] #32 5.767 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-06-02T16:00:36.598Z] #32 5.767 Cloning into '.'... [2021-06-02T16:00:36.649Z] #58 ... [2021-06-02T16:00:36.649Z] [2021-06-02T16:00:36.649Z] #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-06-02T16:00:36.649Z] #24 sha256:eb1d82b473236b778e7c9e020fadd1bb3763b186f42b4786d2cc217bed6f5cb1 [2021-06-02T16:00:36.649Z] #24 9.986 + mkdir -p /build [2021-06-02T16:00:36.649Z] #24 10.04 + mv docker/docker /build/ [2021-06-02T16:00:36.649Z] #24 10.04 + rmdir docker [2021-06-02T16:00:36.649Z] #24 DONE 10.8s [2021-06-02T16:00:36.649Z] [2021-06-02T16:00:36.649Z] #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-06-02T16:00:36.649Z] #51 sha256:55a88fb14034dccae60536b55d436d5315a049e5042e9687552eb89ba8f7be98 [2021-06-02T16:00:36.649Z] #51 5.933 + RM_GOPATH=0 [2021-06-02T16:00:36.649Z] #51 5.933 + TMP_GOPATH= [2021-06-02T16:00:36.649Z] #51 5.933 + : /build [2021-06-02T16:00:36.649Z] #51 5.941 + '[' -z '' ']' [2021-06-02T16:00:36.649Z] #51 5.941 ++ mktemp -d [2021-06-02T16:00:36.649Z] #51 5.941 + export GOPATH=/tmp/tmp.NYd98jWP8L [2021-06-02T16:00:36.649Z] #51 5.941 + GOPATH=/tmp/tmp.NYd98jWP8L [2021-06-02T16:00:36.649Z] #51 5.941 + RM_GOPATH=1 [2021-06-02T16:00:36.649Z] #51 5.941 + case "$(go env GOARCH)" in [2021-06-02T16:00:36.649Z] #51 5.941 ++ go env GOARCH [2021-06-02T16:00:36.649Z] #51 5.993 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-02T16:00:36.649Z] #51 5.994 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:36.649Z] #51 5.994 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:36.649Z] #51 5.994 ++ dirname /tmp/install/install.sh [2021-06-02T16:00:36.649Z] #51 5.994 + dir=/tmp/install [2021-06-02T16:00:36.649Z] #51 5.994 + bin=shfmt [2021-06-02T16:00:36.649Z] #51 5.994 + shift [2021-06-02T16:00:36.649Z] #51 5.994 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-06-02T16:00:36.649Z] #51 5.994 + . /tmp/install/shfmt.installer [2021-06-02T16:00:36.649Z] #51 5.994 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-02T16:00:36.649Z] #51 5.994 + install_shfmt [2021-06-02T16:00:36.649Z] #51 5.994 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-06-02T16:00:36.649Z] #51 5.994 + git clone https://github.com/mvdan/sh.git /tmp/tmp.NYd98jWP8L/src/github.com/mvdan/sh [2021-06-02T16:00:36.649Z] #51 5.994 Cloning into '/tmp/tmp.NYd98jWP8L/src/github.com/mvdan/sh'... [2021-06-02T16:00:36.649Z] #51 ... [2021-06-02T16:00:36.649Z] [2021-06-02T16:00:36.649Z] #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-06-02T16:00:36.649Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-02T16:00:36.649Z] #36 6.570 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-02T16:00:36.649Z] #36 6.668 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-02T16:00:36.649Z] #36 6.680 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-02T16:00:36.649Z] #36 8.055 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-02T16:00:36.649Z] #36 10.37 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [291 kB] [2021-06-02T16:00:36.723Z] #43 28.27 CC images/sk-unix.o [2021-06-02T16:00:36.856Z] #32 ... [2021-06-02T16:00:36.856Z] [2021-06-02T16:00:36.856Z] #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-06-02T16:00:36.856Z] #24 sha256:ee8daabb74ed94d51eda30c733640581dec9cbd2a674c4508a91dab498df9153 [2021-06-02T16:00:36.856Z] #24 7.373 + RM_GOPATH=0 [2021-06-02T16:00:36.856Z] #24 7.373 + TMP_GOPATH= [2021-06-02T16:00:36.856Z] #24 7.373 + : /build [2021-06-02T16:00:36.856Z] #24 7.373 + '[' -z '' ']' [2021-06-02T16:00:36.856Z] #24 7.373 ++ mktemp -d [2021-06-02T16:00:36.856Z] #24 7.373 + export GOPATH=/tmp/tmp.MMLa2XOl59 [2021-06-02T16:00:36.856Z] #24 7.373 + GOPATH=/tmp/tmp.MMLa2XOl59 [2021-06-02T16:00:36.856Z] #24 7.373 + RM_GOPATH=1 [2021-06-02T16:00:36.856Z] #24 7.373 + case "$(go env GOARCH)" in [2021-06-02T16:00:36.856Z] #24 7.373 ++ go env GOARCH [2021-06-02T16:00:36.856Z] #24 7.392 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:36.856Z] #24 7.392 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:36.856Z] #24 7.392 ++ dirname /tmp/install/install.sh [2021-06-02T16:00:36.856Z] #24 7.392 + dir=/tmp/install [2021-06-02T16:00:36.856Z] #24 7.392 + bin=dockercli [2021-06-02T16:00:36.856Z] #24 7.404 Install docker/cli version 17.06.2-ce from stable [2021-06-02T16:00:36.856Z] #24 7.409 + shift [2021-06-02T16:00:36.856Z] #24 7.409 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-06-02T16:00:36.856Z] #24 7.409 + . /tmp/install/dockercli.installer [2021-06-02T16:00:36.856Z] #24 7.409 ++ : stable [2021-06-02T16:00:36.856Z] #24 7.409 ++ : 17.06.2-ce [2021-06-02T16:00:36.856Z] #24 7.409 + install_dockercli [2021-06-02T16:00:36.856Z] #24 7.409 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-06-02T16:00:36.856Z] #24 7.409 ++ uname -m [2021-06-02T16:00:36.856Z] #24 7.409 + arch=x86_64 [2021-06-02T16:00:36.856Z] #24 7.409 + '[' x86_64 '!=' x86_64 ']' [2021-06-02T16:00:36.856Z] #24 7.409 + url=https://download.docker.com/linux/static [2021-06-02T16:00:36.856Z] #24 7.409 + tar -xz docker/docker [2021-06-02T16:00:36.856Z] #24 7.425 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-06-02T16:00:36.856Z] #24 ... [2021-06-02T16:00:36.856Z] [2021-06-02T16:00:36.856Z] #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-06-02T16:00:36.856Z] #49 sha256:a0fa05f10b3dc0a99f726864db738a3e87890cb6c07597d616828645e5d5f129 [2021-06-02T16:00:36.856Z] #49 6.396 + RM_GOPATH=0 [2021-06-02T16:00:36.856Z] #49 6.396 + TMP_GOPATH= [2021-06-02T16:00:36.856Z] #49 6.396 + : /build [2021-06-02T16:00:36.856Z] #49 6.396 + '[' -z '' ']' [2021-06-02T16:00:36.856Z] #49 6.396 ++ mktemp -d [2021-06-02T16:00:36.856Z] #49 6.408 + export GOPATH=/tmp/tmp.aosn0Qfmk7 [2021-06-02T16:00:36.856Z] #49 6.408 + GOPATH=/tmp/tmp.aosn0Qfmk7 [2021-06-02T16:00:36.856Z] #49 6.408 + RM_GOPATH=1 [2021-06-02T16:00:36.856Z] #49 6.408 + case "$(go env GOARCH)" in [2021-06-02T16:00:36.856Z] #49 6.408 ++ go env GOARCH [2021-06-02T16:00:36.856Z] #49 6.435 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:36.856Z] #49 6.435 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:36.856Z] #49 6.435 ++ dirname /tmp/install/install.sh [2021-06-02T16:00:36.856Z] #49 6.438 + dir=/tmp/install [2021-06-02T16:00:36.856Z] #49 6.438 + bin=golangci_lint [2021-06-02T16:00:36.856Z] #49 6.438 + shift [2021-06-02T16:00:36.856Z] #49 6.438 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-06-02T16:00:36.856Z] #49 6.438 + . /tmp/install/golangci_lint.installer [2021-06-02T16:00:36.856Z] #49 6.438 ++ : v1.23.8 [2021-06-02T16:00:36.856Z] #49 6.438 + install_golangci_lint [2021-06-02T16:00:36.856Z] #49 6.438 + set -e [2021-06-02T16:00:36.856Z] #49 6.438 + export GO111MODULE=on [2021-06-02T16:00:36.856Z] #49 6.438 + GO111MODULE=on [2021-06-02T16:00:36.856Z] #49 6.438 + GOBIN=/build [2021-06-02T16:00:36.856Z] #49 6.438 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-06-02T16:00:36.856Z] #49 6.478 go: finding github.com v1.23.8 [2021-06-02T16:00:36.856Z] #49 6.478 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-06-02T16:00:36.856Z] #49 6.478 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-06-02T16:00:36.856Z] #49 6.478 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-06-02T16:00:36.856Z] #49 6.478 go: finding github.com/golangci v1.23.8 [2021-06-02T16:00:36.856Z] #49 7.842 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-06-02T16:00:36.856Z] #49 8.563 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-06-02T16:00:36.908Z] #36 ... [2021-06-02T16:00:36.908Z] [2021-06-02T16:00:36.908Z] #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-06-02T16:00:36.908Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-02T16:00:36.908Z] #55 8.233 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-02T16:00:36.908Z] #55 8.297 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-02T16:00:36.908Z] #55 8.312 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-02T16:00:36.908Z] #55 9.589 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-02T16:00:36.920Z] #9 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c [2021-06-02T16:00:36.984Z] #43 28.52 CC images/sk-inet.o [2021-06-02T16:00:37.115Z] #49 ... [2021-06-02T16:00:37.115Z] [2021-06-02T16:00:37.115Z] #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-06-02T16:00:37.115Z] #58 sha256:31843f4df59d6dddf484082c99c240d626c6b396bb1246c98f077a2610277b4e [2021-06-02T16:00:37.115Z] #58 11.54 + cd /tmp/tmp.gjFPLwHQmX/src/github.com/rootless-containers/rootlesskit [2021-06-02T16:00:37.115Z] #58 11.54 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778 [2021-06-02T16:00:37.115Z] #58 11.57 + export GO111MODULE=on [2021-06-02T16:00:37.115Z] #58 11.57 + GO111MODULE=on [2021-06-02T16:00:37.115Z] #58 11.57 + export GOPROXY=https://proxy.golang.org [2021-06-02T16:00:37.115Z] #58 11.57 + GOPROXY=https://proxy.golang.org [2021-06-02T16:00:37.115Z] #58 11.57 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-02T16:00:37.115Z] #58 11.57 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-06-02T16:00:37.168Z] #55 ... [2021-06-02T16:00:37.168Z] [2021-06-02T16:00:37.168Z] #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-06-02T16:00:37.168Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-06-02T16:00:37.168Z] #42 7.562 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-02T16:00:37.168Z] #42 7.608 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-02T16:00:37.168Z] #42 7.611 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-02T16:00:37.168Z] #42 8.497 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-02T16:00:37.168Z] #42 11.19 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [291 kB] [2021-06-02T16:00:37.168Z] #42 ... [2021-06-02T16:00:37.168Z] [2021-06-02T16:00:37.168Z] #67 [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-06-02T16:00:37.168Z] #67 sha256:0cdb6a13ed1ac2598e143ec82e3ce051cb9b634f5bd727119298136c71fdcff1 [2021-06-02T16:00:37.168Z] #67 6.006 + RM_GOPATH=0 [2021-06-02T16:00:37.168Z] #67 6.006 + TMP_GOPATH= [2021-06-02T16:00:37.168Z] #67 6.006 + : /build [2021-06-02T16:00:37.168Z] #67 6.006 + '[' -z '' ']' [2021-06-02T16:00:37.168Z] #67 6.010 ++ mktemp -d [2021-06-02T16:00:37.168Z] #67 6.014 + export GOPATH=/tmp/tmp.fYhqGOOo9w [2021-06-02T16:00:37.168Z] #67 6.014 + GOPATH=/tmp/tmp.fYhqGOOo9w [2021-06-02T16:00:37.168Z] #67 6.014 + RM_GOPATH=1 [2021-06-02T16:00:37.168Z] #67 6.014 + case "$(go env GOARCH)" in [2021-06-02T16:00:37.168Z] #67 6.021 ++ go env GOARCH [2021-06-02T16:00:37.168Z] #67 6.037 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:37.168Z] #67 6.037 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:37.168Z] #67 6.044 Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8 [2021-06-02T16:00:37.168Z] #67 6.045 ++ dirname /tmp/install/install.sh [2021-06-02T16:00:37.168Z] #67 6.045 + dir=/tmp/install [2021-06-02T16:00:37.168Z] #67 6.045 + bin=proxy [2021-06-02T16:00:37.168Z] #67 6.045 + shift [2021-06-02T16:00:37.168Z] #67 6.045 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-06-02T16:00:37.168Z] #67 6.045 + . /tmp/install/proxy.installer [2021-06-02T16:00:37.168Z] #67 6.045 ++ : 64b7a4574d1426139437d20e81c0b6d391130ec8 [2021-06-02T16:00:37.168Z] #67 6.045 + install_proxy [2021-06-02T16:00:37.168Z] #67 6.045 + case "$1" in [2021-06-02T16:00:37.168Z] #67 6.045 + export CGO_ENABLED=0 [2021-06-02T16:00:37.168Z] #67 6.045 + CGO_ENABLED=0 [2021-06-02T16:00:37.168Z] #67 6.045 + _install_proxy [2021-06-02T16:00:37.168Z] #67 6.045 + echo 'Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8' [2021-06-02T16:00:37.168Z] #67 6.045 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.fYhqGOOo9w/src/github.com/docker/libnetwork [2021-06-02T16:00:37.168Z] #67 6.097 Cloning into '/tmp/tmp.fYhqGOOo9w/src/github.com/docker/libnetwork'... [2021-06-02T16:00:37.180Z] #9 ... [2021-06-02T16:00:37.180Z] [2021-06-02T16:00:37.180Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-02T16:00:37.180Z] #26 sha256:238014735748796eee12b791743465d56236f5233188993f3b03175284d85561 [2021-06-02T16:00:37.180Z] #26 resolve docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 0.0s done [2021-06-02T16:00:37.180Z] #26 sha256:eb141a594584aae7126a89766f04dcb008834d7d95600ecb72b1e005d769746a 529B / 529B done [2021-06-02T16:00:37.180Z] #26 sha256:7bb198a3a6651986e873e0e2b44118a61111e7256962571e432066d7c36fd3fa 1.46kB / 1.46kB done [2021-06-02T16:00:37.180Z] #26 sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 1.85kB / 1.85kB done [2021-06-02T16:00:37.180Z] #26 sha256:c54d9402d498e45ed396b5b6fe836f55e4ccadbad745decda3e9f83d880bc677 49.23MB / 49.23MB 6.2s done [2021-06-02T16:00:37.180Z] #26 extracting sha256:c54d9402d498e45ed396b5b6fe836f55e4ccadbad745decda3e9f83d880bc677 3.3s done [2021-06-02T16:00:37.428Z] #67 ... [2021-06-02T16:00:37.428Z] [2021-06-02T16:00:37.428Z] #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-06-02T16:00:37.428Z] #49 sha256:f71b998ee43c2fc71617bf64920b75106be9ca128b1f248bcd0e877c901072e2 [2021-06-02T16:00:37.428Z] #49 6.570 + RM_GOPATH=0 [2021-06-02T16:00:37.428Z] #49 6.570 + TMP_GOPATH= [2021-06-02T16:00:37.428Z] #49 6.570 + : /build [2021-06-02T16:00:37.428Z] #49 6.570 + '[' -z '' ']' [2021-06-02T16:00:37.428Z] #49 6.570 ++ mktemp -d [2021-06-02T16:00:37.428Z] #49 6.570 + export GOPATH=/tmp/tmp.UGj4vS1Eja [2021-06-02T16:00:37.428Z] #49 6.570 + GOPATH=/tmp/tmp.UGj4vS1Eja [2021-06-02T16:00:37.428Z] #49 6.570 + RM_GOPATH=1 [2021-06-02T16:00:37.428Z] #49 6.570 + case "$(go env GOARCH)" in [2021-06-02T16:00:37.428Z] #49 6.570 ++ go env GOARCH [2021-06-02T16:00:37.428Z] #49 6.575 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:37.428Z] #49 6.575 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:37.428Z] #49 6.582 ++ dirname /tmp/install/install.sh [2021-06-02T16:00:37.428Z] #49 6.587 + dir=/tmp/install [2021-06-02T16:00:37.428Z] #49 6.587 + bin=golangci_lint [2021-06-02T16:00:37.428Z] #49 6.587 + shift [2021-06-02T16:00:37.428Z] #49 6.587 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-06-02T16:00:37.428Z] #49 6.587 + . /tmp/install/golangci_lint.installer [2021-06-02T16:00:37.428Z] #49 6.587 ++ : v1.23.8 [2021-06-02T16:00:37.428Z] #49 6.587 + install_golangci_lint [2021-06-02T16:00:37.428Z] #49 6.587 + set -e [2021-06-02T16:00:37.428Z] #49 6.587 + export GO111MODULE=on [2021-06-02T16:00:37.428Z] #49 6.587 + GO111MODULE=on [2021-06-02T16:00:37.428Z] #49 6.587 + GOBIN=/build [2021-06-02T16:00:37.428Z] #49 6.587 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-06-02T16:00:37.428Z] #49 6.616 go: finding github.com v1.23.8 [2021-06-02T16:00:37.428Z] #49 6.616 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-06-02T16:00:37.428Z] #49 6.616 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-06-02T16:00:37.428Z] #49 6.616 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-06-02T16:00:37.428Z] #49 6.616 go: finding github.com/golangci v1.23.8 [2021-06-02T16:00:37.428Z] #49 7.836 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-06-02T16:00:37.428Z] #49 8.624 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-06-02T16:00:37.428Z] #49 ... [2021-06-02T16:00:37.428Z] [2021-06-02T16:00:37.428Z] #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-06-02T16:00:37.428Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-02T16:00:37.428Z] #40 6.735 + git clone https://github.com/docker/distribution.git . [2021-06-02T16:00:37.428Z] #40 6.735 Cloning into '.'... [2021-06-02T16:00:37.441Z] #26 ... [2021-06-02T16:00:37.441Z] [2021-06-02T16:00:37.441Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-02T16:00:37.441Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-06-02T16:00:37.556Z] #43 28.83 CC images/tun.o [2021-06-02T16:00:37.703Z] #40 ... [2021-06-02T16:00:37.703Z] [2021-06-02T16:00:37.703Z] #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-06-02T16:00:37.703Z] #29 sha256:61661d2ba7722cfa8175fcc9fa284a7c465deb0b65477034ea2f6186210ac38a [2021-06-02T16:00:37.703Z] #29 11.71 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-06-02T16:00:37.703Z] #29 12.28 [2021-06-02T16:00:37.703Z] #29 12.70 ########### 16.5% ################################################################ 89.4% ######################################################################## 100.0% [2021-06-02T16:00:37.703Z] #29 13.22 [2021-06-02T16:00:37.706Z] #9 ... [2021-06-02T16:00:37.706Z] [2021-06-02T16:00:37.706Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-02T16:00:37.706Z] #26 sha256:238014735748796eee12b791743465d56236f5233188993f3b03175284d85561 [2021-06-02T16:00:37.706Z] #26 DONE 10.4s [2021-06-02T16:00:37.706Z] [2021-06-02T16:00:37.706Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-02T16:00:37.706Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-06-02T16:00:37.816Z] #43 29.19 CC images/sk-netlink.o [2021-06-02T16:00:37.816Z] #43 29.42 CC images/packet-sock.o [2021-06-02T16:00:38.389Z] #43 29.73 CC images/ipc-var.o [2021-06-02T16:00:38.389Z] #43 29.91 CC images/ipc-desc.o [2021-06-02T16:00:38.389Z] #43 30.09 CC images/ipc-shm.o [2021-06-02T16:00:38.643Z] #29 14.48 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-06-02T16:00:38.961Z] #43 30.26 CC images/ipc-msg.o [2021-06-02T16:00:39.016Z] #58 13.26 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-06-02T16:00:39.016Z] #58 13.27 go: downloading github.com/pkg/errors v0.9.1 [2021-06-02T16:00:39.016Z] #58 13.40 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-02T16:00:39.016Z] #58 13.41 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-02T16:00:39.016Z] #58 13.42 go: downloading github.com/moby/vpnkit v0.5.0 [2021-06-02T16:00:39.016Z] #58 13.54 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-02T16:00:39.096Z] #9 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 2.2s done [2021-06-02T16:00:39.211Z] #29 14.91 [2021-06-02T16:00:39.222Z] #43 30.55 CC images/ipc-sem.o [2021-06-02T16:00:39.222Z] #43 30.82 CC images/utsns.o [2021-06-02T16:00:39.271Z] #58 13.84 go: extracting github.com/sirupsen/logrus v1.8.1 [2021-06-02T16:00:39.271Z] #58 13.84 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-02T16:00:39.271Z] #58 13.85 go: downloading github.com/gofrs/flock v0.8.0 [2021-06-02T16:00:39.271Z] #58 13.91 go: extracting github.com/pkg/errors v0.9.1 [2021-06-02T16:00:39.347Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.4s done [2021-06-02T16:00:39.347Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2021-06-02T16:00:39.358Z] #9 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 [2021-06-02T16:00:39.482Z] #43 31.04 CC images/creds.o [2021-06-02T16:00:39.527Z] #58 14.04 go: downloading github.com/google/uuid v1.2.0 [2021-06-02T16:00:39.527Z] #58 14.04 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-06-02T16:00:39.743Z] #43 31.21 CC images/vma.o [2021-06-02T16:00:39.743Z] #43 ... [2021-06-02T16:00:39.743Z] [2021-06-02T16:00:39.743Z] #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-06-02T16:00:39.743Z] #45 sha256:0a390b322d2cc1430f3d50949762ec73c7e24d99b78ae26af52a5a43422403ac [2021-06-02T16:00:39.743Z] #45 90.44 github.com/LK4D4/vndr/build [2021-06-02T16:00:39.743Z] #45 93.43 github.com/LK4D4/vndr/versioned [2021-06-02T16:00:39.743Z] #45 93.49 compress/flate [2021-06-02T16:00:39.743Z] #45 93.53 hash/crc32 [2021-06-02T16:00:39.743Z] #45 94.25 vendor/golang.org/x/crypto/cryptobyte [2021-06-02T16:00:39.743Z] #45 96.01 net [2021-06-02T16:00:39.743Z] #45 96.35 compress/gzip [2021-06-02T16:00:39.743Z] #45 97.46 vendor/golang.org/x/crypto/chacha20poly1305 [2021-06-02T16:00:39.743Z] #45 98.63 vendor/golang.org/x/text/transform [2021-06-02T16:00:39.743Z] #45 99.17 vendor/golang.org/x/text/unicode/bidi [2021-06-02T16:00:39.743Z] #45 100.5 vendor/golang.org/x/text/secure/bidirule [2021-06-02T16:00:39.782Z] #58 14.37 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-06-02T16:00:39.782Z] #58 14.39 go: downloading github.com/gorilla/mux v1.8.0 [2021-06-02T16:00:39.917Z] #9 ... [2021-06-02T16:00:39.917Z] [2021-06-02T16:00:39.917Z] #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-06-02T16:00:39.917Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f [2021-06-02T16:00:39.917Z] #27 1.922 Get:1 http://deb.debian.org/debian buster InRelease [121 kB] [2021-06-02T16:00:39.917Z] #27 1.922 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-02T16:00:39.917Z] #27 1.930 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-02T16:00:39.917Z] #27 2.083 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [291 kB] [2021-06-02T16:00:39.917Z] #27 2.331 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-02T16:00:39.917Z] #27 2.724 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-02T16:00:39.917Z] #27 4.314 Fetched 8447 kB in 3s (3182 kB/s) [2021-06-02T16:00:39.917Z] #27 4.314 Reading package lists... [2021-06-02T16:00:39.917Z] #27 5.237 Reading package lists... [2021-06-02T16:00:39.917Z] #27 6.092 Building dependency tree... [2021-06-02T16:00:39.917Z] #27 6.432 The following additional packages will be installed: [2021-06-02T16:00:39.917Z] #27 6.432 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-06-02T16:00:39.917Z] #27 6.432 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-06-02T16:00:39.917Z] #27 6.432 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-06-02T16:00:39.917Z] #27 6.432 Suggested packages: [2021-06-02T16:00:39.917Z] #27 6.432 krb5-doc krb5-user [2021-06-02T16:00:39.917Z] #27 6.432 Recommended packages: [2021-06-02T16:00:39.917Z] #27 6.432 krb5-locales publicsuffix libsasl2-modules [2021-06-02T16:00:39.917Z] #27 6.650 The following NEW packages will be installed: [2021-06-02T16:00:39.917Z] #27 6.650 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-06-02T16:00:39.917Z] #27 6.650 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-06-02T16:00:39.917Z] #27 6.650 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-06-02T16:00:39.917Z] #27 6.650 libssh2-1 libssl1.1 openssl [2021-06-02T16:00:39.917Z] #27 6.926 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-06-02T16:00:39.918Z] #27 6.926 Need to get 5059 kB of archives. [2021-06-02T16:00:39.918Z] #27 6.926 After this operation, 12.1 MB of additional disk space will be used. [2021-06-02T16:00:39.918Z] #27 6.926 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-06-02T16:00:39.918Z] #27 6.927 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB] [2021-06-02T16:00:39.918Z] #27 6.934 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-06-02T16:00:39.918Z] #27 6.934 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-06-02T16:00:39.918Z] #27 6.935 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-06-02T16:00:39.918Z] #27 6.942 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-06-02T16:00:39.918Z] #27 6.950 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-06-02T16:00:39.918Z] #27 6.950 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-06-02T16:00:39.918Z] #27 6.955 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-06-02T16:00:39.918Z] #27 6.957 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-06-02T16:00:39.918Z] #27 6.962 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-06-02T16:00:39.918Z] #27 6.966 Get:12 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-06-02T16:00:39.918Z] #27 6.969 Get:13 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-06-02T16:00:39.918Z] #27 6.969 Get:14 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-06-02T16:00:39.918Z] #27 6.972 Get:15 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB] [2021-06-02T16:00:39.918Z] #27 6.978 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-06-02T16:00:39.918Z] #27 6.978 Get:17 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-06-02T16:00:39.918Z] #27 6.981 Get:18 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-06-02T16:00:39.918Z] #27 7.006 Get:19 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB] [2021-06-02T16:00:39.918Z] #27 7.006 Get:20 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-06-02T16:00:39.918Z] #27 7.011 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB] [2021-06-02T16:00:39.918Z] #27 7.153 debconf: delaying package configuration, since apt-utils is not installed [2021-06-02T16:00:39.918Z] #27 7.175 Fetched 5059 kB in 0s (14.8 MB/s) [2021-06-02T16:00:39.918Z] #27 7.218 Selecting previously unselected package libssl1.1:amd64. [2021-06-02T16:00:39.918Z] #27 7.218 (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-06-02T16:00:39.918Z] #27 7.223 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ... [2021-06-02T16:00:39.918Z] #27 7.233 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-06-02T16:00:39.918Z] #27 7.455 Selecting previously unselected package openssl. [2021-06-02T16:00:39.918Z] #27 7.456 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ... [2021-06-02T16:00:39.918Z] #27 7.510 Unpacking openssl (1.1.1d-0+deb10u6) ... [2021-06-02T16:00:39.918Z] #27 7.727 Selecting previously unselected package ca-certificates. [2021-06-02T16:00:39.918Z] #27 7.727 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-06-02T16:00:39.918Z] #27 7.771 Unpacking ca-certificates (20200601~deb10u2) ... [2021-06-02T16:00:39.918Z] #27 8.010 Selecting previously unselected package libkeyutils1:amd64. [2021-06-02T16:00:39.918Z] #27 8.010 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ... [2021-06-02T16:00:39.918Z] #27 8.021 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-06-02T16:00:39.918Z] #27 8.147 Selecting previously unselected package libkrb5support0:amd64. [2021-06-02T16:00:39.918Z] #27 8.147 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-06-02T16:00:39.918Z] #27 8.152 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-06-02T16:00:39.918Z] #27 8.197 Selecting previously unselected package libk5crypto3:amd64. [2021-06-02T16:00:39.918Z] #27 8.197 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-06-02T16:00:39.918Z] #27 8.210 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-06-02T16:00:39.918Z] #27 8.256 Selecting previously unselected package libkrb5-3:amd64. [2021-06-02T16:00:39.918Z] #27 8.256 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-06-02T16:00:39.918Z] #27 8.266 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-06-02T16:00:39.918Z] #27 8.358 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-06-02T16:00:39.918Z] #27 8.358 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-06-02T16:00:39.918Z] #27 8.363 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-06-02T16:00:39.918Z] #27 8.416 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-06-02T16:00:39.918Z] #27 8.416 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-06-02T16:00:39.918Z] #27 8.419 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-02T16:00:39.918Z] #27 8.482 Selecting previously unselected package libsasl2-2:amd64. [2021-06-02T16:00:39.918Z] #27 8.482 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-06-02T16:00:39.918Z] #27 8.498 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-02T16:00:39.918Z] #27 8.554 Selecting previously unselected package libldap-common. [2021-06-02T16:00:39.918Z] #27 8.554 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-06-02T16:00:39.918Z] #27 8.559 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-06-02T16:00:39.918Z] #27 8.609 Selecting previously unselected package libldap-2.4-2:amd64. [2021-06-02T16:00:39.918Z] #27 8.609 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-06-02T16:00:39.918Z] #27 8.615 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-06-02T16:00:39.918Z] #27 8.716 Selecting previously unselected package libnghttp2-14:amd64. [2021-06-02T16:00:39.918Z] #27 8.717 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-06-02T16:00:39.918Z] #27 8.721 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-06-02T16:00:39.918Z] #27 8.773 Selecting previously unselected package libpsl5:amd64. [2021-06-02T16:00:39.918Z] #27 8.773 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-06-02T16:00:39.918Z] #27 8.777 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-06-02T16:00:39.918Z] #27 8.820 Selecting previously unselected package librtmp1:amd64. [2021-06-02T16:00:39.918Z] #27 8.820 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-06-02T16:00:39.918Z] #27 8.826 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-06-02T16:00:39.918Z] #27 8.868 Selecting previously unselected package libssh2-1:amd64. [2021-06-02T16:00:39.918Z] #27 8.868 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-06-02T16:00:39.918Z] #27 8.876 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-06-02T16:00:39.918Z] #27 8.954 Selecting previously unselected package libcurl4:amd64. [2021-06-02T16:00:39.918Z] #27 8.954 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ... [2021-06-02T16:00:39.918Z] #27 8.960 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-06-02T16:00:39.918Z] #27 9.035 Selecting previously unselected package curl. [2021-06-02T16:00:39.918Z] #27 9.037 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ... [2021-06-02T16:00:39.918Z] #27 9.041 Unpacking curl (7.64.0-4+deb10u2) ... [2021-06-02T16:00:39.918Z] #27 9.112 Selecting previously unselected package libonig5:amd64. [2021-06-02T16:00:39.918Z] #27 9.112 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-06-02T16:00:39.918Z] #27 9.118 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-06-02T16:00:39.918Z] #27 9.191 Selecting previously unselected package libjq1:amd64. [2021-06-02T16:00:39.918Z] #27 9.191 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-06-02T16:00:39.918Z] #27 9.191 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-02T16:00:39.918Z] #27 9.249 Selecting previously unselected package jq. [2021-06-02T16:00:39.918Z] #27 9.250 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-06-02T16:00:39.918Z] #27 9.255 Unpacking jq (1.5+dfsg-2+b1) ... [2021-06-02T16:00:39.918Z] #27 9.312 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-06-02T16:00:39.918Z] #27 9.328 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-06-02T16:00:39.918Z] #27 9.344 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-06-02T16:00:39.918Z] #27 9.480 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-06-02T16:00:39.918Z] #27 9.493 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-06-02T16:00:39.918Z] #27 9.521 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-06-02T16:00:39.918Z] #27 9.545 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-02T16:00:39.918Z] #27 9.555 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-06-02T16:00:39.918Z] #27 9.568 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-06-02T16:00:39.918Z] #27 9.585 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-02T16:00:39.918Z] #27 9.603 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-06-02T16:00:39.918Z] #27 9.623 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-06-02T16:00:39.918Z] #27 9.639 Setting up openssl (1.1.1d-0+deb10u6) ... [2021-06-02T16:00:39.918Z] #27 9.668 Setting up libonig5:amd64 (6.9.1-1) ... [2021-06-02T16:00:39.918Z] #27 9.685 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-02T16:00:39.918Z] #27 9.696 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-06-02T16:00:39.918Z] #27 9.730 Setting up ca-certificates (20200601~deb10u2) ... [2021-06-02T16:00:40.004Z] #45 ... [2021-06-02T16:00:40.004Z] [2021-06-02T16:00:40.004Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:00:40.004Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T16:00:40.004Z] #13 94.80 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-06-02T16:00:40.004Z] #13 94.81 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-02T16:00:40.004Z] #13 94.81 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-02T16:00:40.037Z] #58 14.58 go: extracting github.com/gofrs/flock v0.8.0 [2021-06-02T16:00:40.178Z] #27 ... [2021-06-02T16:00:40.178Z] [2021-06-02T16:00:40.178Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-02T16:00:40.178Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-02T16:00:40.293Z] #58 14.80 go: extracting github.com/google/uuid v1.2.0 [2021-06-02T16:00:40.293Z] #58 14.82 go: extracting github.com/moby/sys/mountinfo v0.4.1 [2021-06-02T16:00:40.550Z] #58 15.13 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-02T16:00:40.550Z] #58 ... [2021-06-02T16:00:40.550Z] [2021-06-02T16:00:40.550Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:00:40.550Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T16:00:40.550Z] #13 3.559 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-06-02T16:00:40.550Z] #13 3.587 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-02T16:00:40.550Z] #13 3.645 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-02T16:00:40.550Z] #13 3.789 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-02T16:00:40.550Z] #13 5.712 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [477 kB] [2021-06-02T16:00:40.550Z] #13 7.771 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-02T16:00:40.550Z] #13 9.763 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [291 kB] [2021-06-02T16:00:40.805Z] #13 ... [2021-06-02T16:00:40.805Z] [2021-06-02T16:00:40.805Z] #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-06-02T16:00:40.805Z] #45 sha256:024ca4a5433b3b3c73033d0594ff8cb60684f746bf229a3587c63d0a3937a0d4 [2021-06-02T16:00:40.805Z] #45 13.72 unicode/utf8 [2021-06-02T16:00:40.805Z] #45 14.48 math/bits [2021-06-02T16:00:40.805Z] #45 15.04 math [2021-06-02T16:00:41.383Z] #9 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 1.8s done [2021-06-02T16:00:41.589Z] #29 15.10 0.0% #### 6.5% ######## 11.6% ############ 17.5% ################ 23.1% ##################### 29.6% ######################### 35.5% ############################# 41.1% ################################# 45.9% #################################### 51.0% ######################################## 55.8% ############################################ 62.3% ################################################ 67.1% #################################################### 73.0% ####################################################### 77.7% ########################################################## 81.8% ############################################################ 83.3% ############################################################## 86.5% ################################################################# 90.7% #################################################################### 94.5% ######################################################################## 100.0% [2021-06-02T16:00:41.589Z] #29 ... [2021-06-02T16:00:41.589Z] [2021-06-02T16:00:41.589Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:00:41.589Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T16:00:41.589Z] #13 2.476 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-06-02T16:00:41.589Z] #13 2.548 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-02T16:00:41.589Z] #13 2.568 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-02T16:00:41.589Z] #13 2.589 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-02T16:00:41.589Z] #13 3.691 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [477 kB] [2021-06-02T16:00:41.589Z] #13 6.597 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-02T16:00:41.589Z] #13 8.702 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [291 kB] [2021-06-02T16:00:41.856Z] #13 ... [2021-06-02T16:00:41.856Z] [2021-06-02T16:00:41.856Z] #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-06-02T16:00:41.856Z] #29 sha256:61661d2ba7722cfa8175fcc9fa284a7c465deb0b65477034ea2f6186210ac38a [2021-06-02T16:00:41.856Z] #29 17.45 [2021-06-02T16:00:42.330Z] #9 ... [2021-06-02T16:00:42.330Z] [2021-06-02T16:00:42.330Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-06-02T16:00:42.330Z] #63 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2021-06-02T16:00:42.330Z] #63 DONE 2.1s [2021-06-02T16:00:42.330Z] [2021-06-02T16:00:42.330Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-02T16:00:42.330Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-06-02T16:00:42.330Z] #9 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe [2021-06-02T16:00:42.793Z] #29 18.50 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-06-02T16:00:43.057Z] #29 18.96 [2021-06-02T16:00:43.316Z] #29 19.17 ######################################################################## 100.0% [2021-06-02T16:00:43.575Z] #29 19.30 [2021-06-02T16:00:44.401Z] #9 ... [2021-06-02T16:00:44.401Z] [2021-06-02T16:00:44.401Z] #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-06-02T16:00:44.401Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f [2021-06-02T16:00:44.401Z] #27 10.28 Updating certificates in /etc/ssl/certs... [2021-06-02T16:00:44.401Z] #27 10.99 137 added, 0 removed; done. [2021-06-02T16:00:44.401Z] #27 11.03 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-06-02T16:00:44.401Z] #27 11.05 Setting up jq (1.5+dfsg-2+b1) ... [2021-06-02T16:00:44.401Z] #27 11.06 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-06-02T16:00:44.401Z] #27 11.07 Setting up curl (7.64.0-4+deb10u2) ... [2021-06-02T16:00:44.401Z] #27 11.08 Processing triggers for libc-bin (2.28-10) ... [2021-06-02T16:00:44.401Z] #27 11.10 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-06-02T16:00:44.401Z] #27 11.11 Updating certificates in /etc/ssl/certs... [2021-06-02T16:00:44.401Z] #27 11.72 0 added, 0 removed; done. [2021-06-02T16:00:44.401Z] #27 11.72 Running hooks in /etc/ca-certificates/update.d... [2021-06-02T16:00:44.401Z] #27 11.72 done. [2021-06-02T16:00:44.401Z] #27 DONE 13.9s [2021-06-02T16:00:44.401Z] [2021-06-02T16:00:44.401Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-02T16:00:44.401Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-02T16:00:44.401Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.1s [2021-06-02T16:00:44.512Z] #29 20.29 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-06-02T16:00:44.700Z] #9 ... [2021-06-02T16:00:44.700Z] [2021-06-02T16:00:44.700Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-06-02T16:00:44.700Z] #28 sha256:0fb08b4b5c85dd4399fe9ed2a385836208ca0d08f644173355cc03cb4428841f [2021-06-02T16:00:44.700Z] #28 DONE 0.8s [2021-06-02T16:00:44.771Z] #29 20.66 [2021-06-02T16:00:44.885Z] #9 ... [2021-06-02T16:00:44.885Z] [2021-06-02T16:00:44.885Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-06-02T16:00:44.885Z] #65 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2021-06-02T16:00:44.885Z] #65 DONE 2.7s [2021-06-02T16:00:44.885Z] [2021-06-02T16:00:44.885Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-02T16:00:44.885Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-06-02T16:00:44.963Z] [2021-06-02T16:00:44.963Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-02T16:00:44.963Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-02T16:00:44.982Z] #45 ... [2021-06-02T16:00:44.982Z] [2021-06-02T16:00:44.982Z] #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-06-02T16:00:44.982Z] #49 sha256:a0fa05f10b3dc0a99f726864db738a3e87890cb6c07597d616828645e5d5f129 [2021-06-02T16:00:44.982Z] #49 17.13 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-02T16:00:44.982Z] #49 17.16 go: downloading github.com/spf13/cobra v0.0.5 [2021-06-02T16:00:44.982Z] #49 17.19 go: downloading github.com/spf13/viper v1.6.1 [2021-06-02T16:00:44.982Z] #49 17.19 go: downloading github.com/fatih/color v1.7.0 [2021-06-02T16:00:44.982Z] #49 17.19 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-02T16:00:44.982Z] #49 17.21 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-06-02T16:00:44.982Z] #49 17.25 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-02T16:00:44.982Z] #49 17.25 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-02T16:00:44.982Z] #49 17.29 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-02T16:00:44.982Z] #49 17.47 go: extracting github.com/fatih/color v1.7.0 [2021-06-02T16:00:44.982Z] #49 17.53 go: extracting github.com/spf13/viper v1.6.1 [2021-06-02T16:00:44.982Z] #49 17.58 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-02T16:00:44.982Z] #49 17.60 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-02T16:00:44.982Z] #49 17.62 go: extracting github.com/spf13/cobra v0.0.5 [2021-06-02T16:00:44.982Z] #49 17.62 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-02T16:00:44.982Z] #49 17.74 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-02T16:00:44.982Z] #49 17.76 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-02T16:00:44.982Z] #49 17.76 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-02T16:00:44.982Z] #49 18.52 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-02T16:00:44.982Z] #49 18.52 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-06-02T16:00:44.982Z] #49 18.76 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-06-02T16:00:44.982Z] #49 18.84 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-02T16:00:44.982Z] #49 ... [2021-06-02T16:00:44.982Z] [2021-06-02T16:00:44.982Z] #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-06-02T16:00:44.982Z] #24 sha256:ee8daabb74ed94d51eda30c733640581dec9cbd2a674c4508a91dab498df9153 [2021-06-02T16:00:44.982Z] #24 18.41 + mkdir -p /build [2021-06-02T16:00:44.982Z] #24 18.45 + mv docker/docker /build/ [2021-06-02T16:00:44.982Z] #24 18.47 + rmdir docker [2021-06-02T16:00:44.982Z] #24 DONE 19.0s [2021-06-02T16:00:44.982Z] [2021-06-02T16:00:44.982Z] #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-06-02T16:00:44.982Z] #49 sha256:a0fa05f10b3dc0a99f726864db738a3e87890cb6c07597d616828645e5d5f129 [2021-06-02T16:00:44.982Z] #49 19.23 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-06-02T16:00:44.982Z] #49 19.67 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-06-02T16:00:45.029Z] #29 20.83 ######################################################################## 100.0% [2021-06-02T16:00:45.223Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.9s done [2021-06-02T16:00:45.297Z] #29 21.07 [2021-06-02T16:00:45.556Z] #29 21.18 Download of images into '/build' complete. [2021-06-02T16:00:45.556Z] #29 21.18 Use something like the following to load the result into a Docker daemon: [2021-06-02T16:00:45.556Z] #29 21.18 tar -cC '/build' . | docker load [2021-06-02T16:00:45.584Z] #49 19.93 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-06-02T16:00:45.584Z] #49 20.10 go: downloading github.com/stretchr/testify v1.4.0 [2021-06-02T16:00:45.584Z] #49 ... [2021-06-02T16:00:45.584Z] [2021-06-02T16:00:45.584Z] #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-06-02T16:00:45.584Z] #47 sha256:5e539fff90c86504ca37437bcca3dfbd11aa12b5f65ca0fc53eb040f66008920 [2021-06-02T16:00:45.584Z] #47 10.09 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-06-02T16:00:45.584Z] #47 10.16 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-06-02T16:00:45.584Z] #47 10.29 go: extracting github.com/spf13/pflag v1.0.3 [2021-06-02T16:00:45.584Z] #47 10.30 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-02T16:00:45.584Z] #47 11.27 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-06-02T16:00:45.584Z] #47 12.63 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-02T16:00:45.584Z] #47 14.51 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-02T16:00:45.584Z] #47 15.68 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-02T16:00:45.584Z] #47 19.89 go: finding github.com/fatih/color v1.9.0 [2021-06-02T16:00:45.584Z] #47 20.03 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-02T16:00:45.584Z] #47 20.10 go: finding github.com/pkg/errors v0.9.1 [2021-06-02T16:00:45.584Z] #47 ... [2021-06-02T16:00:45.584Z] [2021-06-02T16:00:45.584Z] #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-06-02T16:00:45.584Z] #51 sha256:647a47c484636f11ae26a4cd6b99fb2731b9a35a98471f34200ea640cd6ffe9d [2021-06-02T16:00:45.584Z] #51 19.56 + cd /tmp/tmp.34AocsNgYb/src/github.com/mvdan/sh [2021-06-02T16:00:45.584Z] #51 19.56 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-02T16:00:45.584Z] #51 19.78 + GO111MODULE=on [2021-06-02T16:00:45.584Z] #51 19.79 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-06-02T16:00:45.801Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-06-02T16:00:45.831Z] #9 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 3.7s done [2021-06-02T16:00:46.063Z] #9 DONE 25.9s [2021-06-02T16:00:46.064Z] [2021-06-02T16:00:46.064Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-06-02T16:00:46.064Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-06-02T16:00:46.405Z] #9 extracting sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 done [2021-06-02T16:00:46.496Z] #29 ... [2021-06-02T16:00:46.496Z] [2021-06-02T16:00:46.496Z] #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-06-02T16:00:46.496Z] #45 sha256:9157f81689e5d9248f131885dbab30c114e596864682d0b6c95e04322c866b39 [2021-06-02T16:00:46.496Z] #45 10.43 internal/race [2021-06-02T16:00:46.496Z] #45 10.45 internal/bytealg [2021-06-02T16:00:46.496Z] #45 10.57 sync/atomic [2021-06-02T16:00:46.496Z] #45 11.35 unicode [2021-06-02T16:00:46.496Z] #45 11.93 runtime [2021-06-02T16:00:46.496Z] #45 15.37 unicode/utf8 [2021-06-02T16:00:46.496Z] #45 16.03 math/bits [2021-06-02T16:00:46.496Z] #45 16.77 math [2021-06-02T16:00:46.496Z] #45 ... [2021-06-02T16:00:46.496Z] [2021-06-02T16:00:46.496Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-06-02T16:00:46.496Z] #34 sha256:ba520b0a8d1f038864cc92baeec63e753be1ee5c866ca42dcfa13ce648c22d7b [2021-06-02T16:00:46.496Z] #34 10.57 github.com/pelletier/go-toml [2021-06-02T16:00:46.496Z] #34 18.37 github.com/pelletier/go-toml/cmd/tomll [2021-06-02T16:00:46.496Z] #34 ... [2021-06-02T16:00:46.496Z] [2021-06-02T16:00:46.496Z] #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-06-02T16:00:46.496Z] #47 sha256:e8d1f09bc8bae02a318922cb95fb7da67a775585630091e4f00fbc3b78bf5ad8 [2021-06-02T16:00:46.496Z] #47 10.80 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-06-02T16:00:46.496Z] #47 10.80 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-06-02T16:00:46.496Z] #47 12.50 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-02T16:00:46.496Z] #47 13.19 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-02T16:00:46.496Z] #47 14.71 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-02T16:00:46.496Z] #47 18.71 go: finding github.com/fatih/color v1.9.0 [2021-06-02T16:00:46.496Z] #47 18.83 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-02T16:00:46.496Z] #47 18.89 go: finding github.com/pkg/errors v0.9.1 [2021-06-02T16:00:46.496Z] #47 18.92 go: finding github.com/spf13/pflag v1.0.3 [2021-06-02T16:00:46.496Z] #47 18.98 go: finding github.com/mattn/go-colorable v0.1.6 [2021-06-02T16:00:46.496Z] #47 19.06 go: finding github.com/mattn/go-isatty v0.0.12 [2021-06-02T16:00:46.496Z] #47 19.37 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-02T16:00:46.496Z] #47 19.54 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-02T16:00:46.496Z] #47 19.65 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-06-02T16:00:46.496Z] #47 19.73 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-02T16:00:46.496Z] #47 19.77 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-02T16:00:46.586Z] #13 ... [2021-06-02T16:00:46.586Z] [2021-06-02T16:00:46.586Z] #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-06-02T16:00:46.586Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:00:46.586Z] #43 31.41 CC images/netdev.o [2021-06-02T16:00:46.586Z] #43 31.76 CC images/tty.o [2021-06-02T16:00:46.586Z] #43 32.26 CC images/file-lock.o [2021-06-02T16:00:46.586Z] #43 32.47 CC images/rlimit.o [2021-06-02T16:00:46.586Z] #43 32.71 CC images/pagemap.o [2021-06-02T16:00:46.586Z] #43 32.96 CC images/siginfo.o [2021-06-02T16:00:46.586Z] #43 33.26 CC images/rpc.o [2021-06-02T16:00:46.587Z] #43 34.36 CC images/ext-file.o [2021-06-02T16:00:46.587Z] #43 34.56 CC images/cgroup.o [2021-06-02T16:00:46.587Z] #43 35.07 CC images/userns.o [2021-06-02T16:00:46.587Z] #43 35.32 CC images/google/protobuf/descriptor.o [2021-06-02T16:00:46.587Z] #43 37.00 CC images/opts.o [2021-06-02T16:00:46.587Z] #43 37.18 CC images/seccomp.o [2021-06-02T16:00:46.587Z] #43 37.44 CC images/binfmt-misc.o [2021-06-02T16:00:46.587Z] #43 37.69 CC images/time.o [2021-06-02T16:00:46.587Z] #43 37.88 CC images/sysctl.o [2021-06-02T16:00:46.587Z] #43 38.08 CC images/autofs.o [2021-06-02T16:00:46.667Z] #9 DONE 19.6s [2021-06-02T16:00:46.667Z] [2021-06-02T16:00:46.667Z] #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-06-02T16:00:46.667Z] #27 sha256:28a50d85e3ee045175c22f8ac700042243c1cca0d130871689927f1016cbb3d2 [2021-06-02T16:00:46.667Z] #27 3.493 Get:1 http://deb.debian.org/debian buster InRelease [121 kB] [2021-06-02T16:00:46.667Z] #27 3.493 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-02T16:00:46.667Z] #27 3.527 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-02T16:00:46.667Z] #27 3.741 Get:4 http://deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-06-02T16:00:46.667Z] #27 4.043 Get:5 http://security.debian.org/debian-security buster/updates/main arm64 Packages [285 kB] [2021-06-02T16:00:46.667Z] #27 4.208 Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [10.8 kB] [2021-06-02T16:00:46.667Z] #27 5.742 Fetched 8271 kB in 3s (3304 kB/s) [2021-06-02T16:00:46.667Z] #27 5.742 Reading package lists... [2021-06-02T16:00:46.667Z] #27 7.077 Reading package lists... [2021-06-02T16:00:46.667Z] #27 8.376 Building dependency tree... [2021-06-02T16:00:46.667Z] #27 8.982 The following additional packages will be installed: [2021-06-02T16:00:46.667Z] #27 8.983 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-06-02T16:00:46.667Z] #27 8.983 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-06-02T16:00:46.667Z] #27 8.984 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-06-02T16:00:46.667Z] #27 8.986 Suggested packages: [2021-06-02T16:00:46.667Z] #27 8.986 krb5-doc krb5-user [2021-06-02T16:00:46.667Z] #27 8.986 Recommended packages: [2021-06-02T16:00:46.667Z] #27 8.986 krb5-locales publicsuffix libsasl2-modules [2021-06-02T16:00:46.755Z] #47 ... [2021-06-02T16:00:46.755Z] [2021-06-02T16:00:46.755Z] #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-06-02T16:00:46.755Z] #49 sha256:f71b998ee43c2fc71617bf64920b75106be9ca128b1f248bcd0e877c901072e2 [2021-06-02T16:00:46.755Z] #49 17.37 go: downloading github.com/pkg/errors v0.8.1 [2021-06-02T16:00:46.755Z] #49 17.44 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-02T16:00:46.755Z] #49 17.44 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-02T16:00:46.755Z] #49 17.44 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-06-02T16:00:46.755Z] #49 17.45 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-06-02T16:00:46.755Z] #49 17.46 go: downloading github.com/fatih/color v1.7.0 [2021-06-02T16:00:46.755Z] #49 17.57 go: downloading github.com/spf13/pflag v1.0.5 [2021-06-02T16:00:46.755Z] #49 17.61 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-02T16:00:46.755Z] #49 17.68 go: extracting github.com/pkg/errors v0.8.1 [2021-06-02T16:00:46.755Z] #49 17.83 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-02T16:00:46.755Z] #49 17.86 go: extracting github.com/fatih/color v1.7.0 [2021-06-02T16:00:46.755Z] #49 17.89 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-06-02T16:00:46.755Z] #49 17.89 go: downloading github.com/spf13/cobra v0.0.5 [2021-06-02T16:00:46.755Z] #49 18.14 go: extracting github.com/spf13/pflag v1.0.5 [2021-06-02T16:00:46.755Z] #49 18.31 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-02T16:00:46.755Z] #49 18.38 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-06-02T16:00:46.755Z] #49 18.67 go: extracting github.com/spf13/cobra v0.0.5 [2021-06-02T16:00:46.755Z] #49 20.46 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-02T16:00:46.755Z] #49 ... [2021-06-02T16:00:46.755Z] [2021-06-02T16:00:46.755Z] #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-06-02T16:00:46.755Z] #29 sha256:61661d2ba7722cfa8175fcc9fa284a7c465deb0b65477034ea2f6186210ac38a [2021-06-02T16:00:46.755Z] #29 DONE 22.6s [2021-06-02T16:00:46.847Z] #43 38.33 CC images/macvlan.o [2021-06-02T16:00:46.929Z] #27 ... [2021-06-02T16:00:46.929Z] [2021-06-02T16:00:46.929Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-06-02T16:00:46.929Z] #10 sha256:a8dfe72bf17ed43cb49f11f8bd3245b42805f80ef5a25a941391f3e1c9a497b6 [2021-06-02T16:00:46.951Z] #51 21.36 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-02T16:00:46.951Z] #51 21.42 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-02T16:00:46.951Z] #51 21.43 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-02T16:00:47.014Z] [2021-06-02T16:00:47.014Z] #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-06-02T16:00:47.014Z] #58 sha256:2d5a35eb03e2ca9bc7eb88da220495b7837def916c84ca09eec5465c349fe3bf [2021-06-02T16:00:47.014Z] #58 12.47 + cd /tmp/tmp.DyLkhtxD3M/src/github.com/rootless-containers/rootlesskit [2021-06-02T16:00:47.014Z] #58 12.47 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778 [2021-06-02T16:00:47.014Z] #58 12.51 + export GO111MODULE=on [2021-06-02T16:00:47.014Z] #58 12.51 + GO111MODULE=on [2021-06-02T16:00:47.014Z] #58 12.51 + export GOPROXY=https://proxy.golang.org [2021-06-02T16:00:47.014Z] #58 12.51 + GOPROXY=https://proxy.golang.org [2021-06-02T16:00:47.014Z] #58 12.51 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-02T16:00:47.014Z] #58 12.51 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-06-02T16:00:47.014Z] #58 14.39 go: downloading github.com/pkg/errors v0.9.1 [2021-06-02T16:00:47.014Z] #58 14.39 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-06-02T16:00:47.014Z] #58 14.44 go: downloading github.com/google/uuid v1.2.0 [2021-06-02T16:00:47.014Z] #58 14.44 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-06-02T16:00:47.014Z] #58 14.45 go: downloading github.com/gorilla/mux v1.8.0 [2021-06-02T16:00:47.014Z] #58 14.50 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-06-02T16:00:47.014Z] #58 14.55 go: downloading github.com/gofrs/flock v0.8.0 [2021-06-02T16:00:47.014Z] #58 14.58 go: extracting github.com/pkg/errors v0.9.1 [2021-06-02T16:00:47.014Z] #58 14.81 go: downloading github.com/moby/vpnkit v0.5.0 [2021-06-02T16:00:47.014Z] #58 14.85 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-02T16:00:47.014Z] #58 14.86 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-02T16:00:47.014Z] #58 15.07 go: extracting github.com/moby/sys/mountinfo v0.4.1 [2021-06-02T16:00:47.014Z] #58 15.23 go: extracting github.com/sirupsen/logrus v1.8.1 [2021-06-02T16:00:47.014Z] #58 15.28 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-02T16:00:47.014Z] #58 15.37 go: extracting github.com/gorilla/mux v1.8.0 [2021-06-02T16:00:47.014Z] #58 15.47 go: extracting github.com/gofrs/flock v0.8.0 [2021-06-02T16:00:47.014Z] #58 15.49 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-02T16:00:47.014Z] #58 15.58 go: extracting github.com/google/uuid v1.2.0 [2021-06-02T16:00:47.014Z] #58 16.75 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-02T16:00:47.014Z] #58 17.83 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-02T16:00:47.014Z] #58 17.83 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-06-02T16:00:47.014Z] #58 18.87 go: extracting github.com/moby/vpnkit v0.5.0 [2021-06-02T16:00:47.014Z] #58 20.58 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-02T16:00:47.014Z] #58 20.74 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-06-02T16:00:47.108Z] #43 38.49 CC images/sit.o [2021-06-02T16:00:47.216Z] #51 21.79 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-02T16:00:47.369Z] #43 38.76 CC images/memfd.o [2021-06-02T16:00:47.471Z] #51 21.79 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-02T16:00:47.471Z] #51 ... [2021-06-02T16:00:47.471Z] [2021-06-02T16:00:47.471Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-06-02T16:00:47.471Z] #34 sha256:be2407aa86e895b342feed66153ea6ce8e7ceb7e32e425b7f63eca239fef2cd1 [2021-06-02T16:00:47.471Z] #34 11.89 github.com/pelletier/go-toml [2021-06-02T16:00:47.471Z] #34 19.77 github.com/pelletier/go-toml/cmd/tomll [2021-06-02T16:00:47.471Z] #34 ... [2021-06-02T16:00:47.471Z] [2021-06-02T16:00:47.471Z] #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-06-02T16:00:47.471Z] #47 sha256:5e539fff90c86504ca37437bcca3dfbd11aa12b5f65ca0fc53eb040f66008920 [2021-06-02T16:00:47.471Z] #47 20.33 go: finding github.com/mattn/go-colorable v0.1.6 [2021-06-02T16:00:47.471Z] #47 20.42 go: finding github.com/spf13/pflag v1.0.3 [2021-06-02T16:00:47.471Z] #47 20.51 go: finding github.com/mattn/go-isatty v0.0.12 [2021-06-02T16:00:47.471Z] #47 20.72 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-02T16:00:47.471Z] #47 20.84 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-06-02T16:00:47.471Z] #47 20.92 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-02T16:00:47.471Z] #47 20.99 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-02T16:00:47.471Z] #47 21.01 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-02T16:00:47.629Z] #43 39.07 CC images/timens.o [2021-06-02T16:00:47.873Z] #10 DONE 1.1s [2021-06-02T16:00:47.873Z] [2021-06-02T16:00:47.873Z] #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-06-02T16:00:47.873Z] #27 sha256:28a50d85e3ee045175c22f8ac700042243c1cca0d130871689927f1016cbb3d2 [2021-06-02T16:00:47.873Z] #27 9.286 The following NEW packages will be installed: [2021-06-02T16:00:47.873Z] #27 9.287 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-06-02T16:00:47.873Z] #27 9.287 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-06-02T16:00:47.873Z] #27 9.288 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-06-02T16:00:47.873Z] #27 9.289 libssh2-1 libssl1.1 openssl [2021-06-02T16:00:47.873Z] #27 9.587 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-06-02T16:00:47.873Z] #27 9.587 Need to get 4777 kB of archives. [2021-06-02T16:00:47.873Z] #27 9.587 After this operation, 11.5 MB of additional disk space will be used. [2021-06-02T16:00:47.873Z] #27 9.587 Get:1 http://deb.debian.org/debian buster/main arm64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-06-02T16:00:47.873Z] #27 9.587 Get:2 http://security.debian.org/debian-security buster/updates/main arm64 libssl1.1 arm64 1.1.1d-0+deb10u6 [1382 kB] [2021-06-02T16:00:47.873Z] #27 9.592 Get:3 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB] [2021-06-02T16:00:47.873Z] #27 9.594 Get:4 http://deb.debian.org/debian buster/main arm64 libkrb5support0 arm64 1.17-3+deb10u1 [64.9 kB] [2021-06-02T16:00:47.873Z] #27 9.595 Get:5 http://deb.debian.org/debian buster/main arm64 libk5crypto3 arm64 1.17-3+deb10u1 [123 kB] [2021-06-02T16:00:47.873Z] #27 9.606 Get:6 http://deb.debian.org/debian buster/main arm64 libkrb5-3 arm64 1.17-3+deb10u1 [351 kB] [2021-06-02T16:00:47.873Z] #27 9.606 Get:7 http://deb.debian.org/debian buster/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u1 [150 kB] [2021-06-02T16:00:47.873Z] #27 9.675 Get:8 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u1 [69.3 kB] [2021-06-02T16:00:47.873Z] #27 9.722 Get:9 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u1 [105 kB] [2021-06-02T16:00:47.873Z] #27 9.752 Get:10 http://deb.debian.org/debian buster/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-06-02T16:00:47.873Z] #27 9.763 Get:11 http://deb.debian.org/debian buster/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u6 [216 kB] [2021-06-02T16:00:47.873Z] #27 9.764 Get:12 http://security.debian.org/debian-security buster/updates/main arm64 openssl arm64 1.1.1d-0+deb10u6 [823 kB] [2021-06-02T16:00:47.873Z] #27 9.777 Get:13 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB] [2021-06-02T16:00:47.873Z] #27 9.777 Get:14 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB] [2021-06-02T16:00:47.873Z] #27 9.777 Get:15 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB] [2021-06-02T16:00:47.873Z] #27 9.777 Get:16 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB] [2021-06-02T16:00:47.873Z] #27 9.779 Get:17 http://deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2021-06-02T16:00:47.873Z] #27 9.801 Get:18 http://deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2021-06-02T16:00:47.873Z] #27 9.804 Get:19 http://security.debian.org/debian-security buster/updates/main arm64 libcurl4 arm64 7.64.0-4+deb10u2 [312 kB] [2021-06-02T16:00:47.873Z] #27 9.805 Get:20 http://deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2021-06-02T16:00:47.873Z] #27 9.813 Get:21 http://security.debian.org/debian-security buster/updates/main arm64 curl arm64 7.64.0-4+deb10u2 [260 kB] [2021-06-02T16:00:47.873Z] #27 10.12 debconf: delaying package configuration, since apt-utils is not installed [2021-06-02T16:00:47.873Z] #27 10.19 Fetched 4777 kB in 0s (9729 kB/s) [2021-06-02T16:00:47.873Z] #27 10.27 Selecting previously unselected package libssl1.1:arm64. [2021-06-02T16:00:47.907Z] #43 39.39 LINK images/built-in.o [2021-06-02T16:00:47.907Z] #43 39.56 GEN compel/include/asm [2021-06-02T16:00:47.907Z] #43 39.58 GEN compel/include/version.h [2021-06-02T16:00:47.907Z] #43 39.61 touch .config [2021-06-02T16:00:47.967Z] #58 ... [2021-06-02T16:00:47.967Z] [2021-06-02T16:00:47.967Z] #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-06-02T16:00:47.967Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-02T16:00:47.967Z] #55 12.24 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [291 kB] [2021-06-02T16:00:47.967Z] #55 14.38 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-02T16:00:47.986Z] #10 DONE 1.7s [2021-06-02T16:00:47.986Z] [2021-06-02T16:00:47.987Z] #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-06-02T16:00:47.987Z] #29 sha256:19c7408605afd28e5d0b9215f7da72b0ff73f336f0535058e9385550a47ab67f [2021-06-02T16:00:47.987Z] #29 1.136 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-06-02T16:00:47.987Z] #29 1.213 [2021-06-02T16:00:47.987Z] #29 1.339 # 1.7% ############### 20.9% ################################## 47.3% ################################################## 70.3% ################################################################ 89.9% ######################################################################## 100.0% [2021-06-02T16:00:47.987Z] #29 1.866 [2021-06-02T16:00:47.987Z] #29 1.970 ######################################################################## 100.0% [2021-06-02T16:00:47.987Z] #29 2.038 [2021-06-02T16:00:47.987Z] #29 2.150 ################################################################### 93.3% ######################################################################## 100.0% [2021-06-02T16:00:47.987Z] #29 2.215 [2021-06-02T16:00:47.987Z] #29 2.330 ############ 18.0% ########################## 37.3% ######################################## 56.4% ###################################################### 75.9% #################################################################### 95.2% ######################################################################## 100.0% [2021-06-02T16:00:47.987Z] #29 2.858 [2021-06-02T16:00:48.135Z] #27 10.27 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6670 files and directories currently installed.) [2021-06-02T16:00:48.135Z] #27 10.29 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_arm64.deb ... [2021-06-02T16:00:48.135Z] #27 10.30 Unpacking libssl1.1:arm64 (1.1.1d-0+deb10u6) ... [2021-06-02T16:00:48.135Z] #27 10.51 Selecting previously unselected package openssl. [2021-06-02T16:00:48.135Z] #27 10.51 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_arm64.deb ... [2021-06-02T16:00:48.135Z] #27 10.52 Unpacking openssl (1.1.1d-0+deb10u6) ... [2021-06-02T16:00:48.215Z] #43 39.69 GEN include/common/config.h [2021-06-02T16:00:48.215Z] #43 39.83 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-06-02T16:00:48.215Z] #43 39.85 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-06-02T16:00:48.215Z] #43 39.87 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-06-02T16:00:48.227Z] #55 ... [2021-06-02T16:00:48.227Z] [2021-06-02T16:00:48.227Z] #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-06-02T16:00:48.227Z] #51 sha256:55a88fb14034dccae60536b55d436d5315a049e5042e9687552eb89ba8f7be98 [2021-06-02T16:00:48.227Z] #51 18.03 + cd /tmp/tmp.NYd98jWP8L/src/github.com/mvdan/sh [2021-06-02T16:00:48.227Z] #51 18.03 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-02T16:00:48.227Z] #51 18.21 + GO111MODULE=on [2021-06-02T16:00:48.227Z] #51 18.21 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-06-02T16:00:48.227Z] #51 19.38 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-02T16:00:48.227Z] #51 19.48 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-02T16:00:48.227Z] #51 19.52 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-02T16:00:48.227Z] #51 19.73 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-02T16:00:48.227Z] #51 19.86 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-02T16:00:48.227Z] #51 20.73 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-02T16:00:48.227Z] #51 21.93 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-02T16:00:48.397Z] #47 ... [2021-06-02T16:00:48.397Z] [2021-06-02T16:00:48.397Z] #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-06-02T16:00:48.397Z] #27 10.66 Selecting previously unselected package ca-certificates. [2021-06-02T16:00:48.397Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-02T16:00:48.397Z] #27 10.66 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-06-02T16:00:48.397Z] #36 12.91 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [291 kB] [2021-06-02T16:00:48.397Z] #27 10.67 Unpacking ca-certificates (20200601~deb10u2) ... [2021-06-02T16:00:48.397Z] #27 10.77 Selecting previously unselected package libkeyutils1:arm64. [2021-06-02T16:00:48.397Z] #36 15.31 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-02T16:00:48.397Z] #27 10.78 Preparing to unpack .../03-libkeyutils1_1.6-6_arm64.deb ... [2021-06-02T16:00:48.397Z] #27 10.78 Unpacking libkeyutils1:arm64 (1.6-6) ... [2021-06-02T16:00:48.397Z] #27 10.83 Selecting previously unselected package libkrb5support0:arm64. [2021-06-02T16:00:48.397Z] #27 10.83 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_arm64.deb ... [2021-06-02T16:00:48.478Z] #43 39.90 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-06-02T16:00:48.478Z] #43 39.93 DEP compel/arch/x86/plugins/std/memcpy.d [2021-06-02T16:00:48.478Z] #43 39.98 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-06-02T16:00:48.478Z] #43 40.00 GEN compel/plugins/include/uapi/std/syscall.h [2021-06-02T16:00:48.478Z] #43 40.03 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-06-02T16:00:48.478Z] #43 40.04 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-06-02T16:00:48.478Z] #43 40.07 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-06-02T16:00:48.478Z] #43 40.08 DEP compel/plugins/std/infect.d [2021-06-02T16:00:48.652Z] #36 ... [2021-06-02T16:00:48.652Z] [2021-06-02T16:00:48.652Z] #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-06-02T16:00:48.652Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-06-02T16:00:48.652Z] #42 12.92 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [291 kB] [2021-06-02T16:00:48.652Z] #42 15.51 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-02T16:00:48.652Z] #42 ... [2021-06-02T16:00:48.652Z] [2021-06-02T16:00:48.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-06-02T16:00:48.652Z] #45 sha256:024ca4a5433b3b3c73033d0594ff8cb60684f746bf229a3587c63d0a3937a0d4 [2021-06-02T16:00:48.652Z] #45 19.43 internal/testlog [2021-06-02T16:00:48.652Z] #45 19.89 encoding [2021-06-02T16:00:48.652Z] #45 20.16 unicode/utf16 [2021-06-02T16:00:48.652Z] #45 20.61 container/list [2021-06-02T16:00:48.652Z] #45 21.33 crypto/internal/subtle [2021-06-02T16:00:48.652Z] #45 21.44 crypto/subtle [2021-06-02T16:00:48.652Z] #45 21.57 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-06-02T16:00:48.652Z] #45 21.72 internal/nettrace [2021-06-02T16:00:48.652Z] #45 21.89 runtime/cgo [2021-06-02T16:00:48.659Z] #27 10.84 Unpacking libkrb5support0:arm64 (1.17-3+deb10u1) ... [2021-06-02T16:00:48.659Z] #27 10.95 Selecting previously unselected package libk5crypto3:arm64. [2021-06-02T16:00:48.659Z] #27 ... [2021-06-02T16:00:48.659Z] [2021-06-02T16:00:48.659Z] #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-06-02T16:00:48.659Z] #11 sha256:e46eee8ff92c21f88366fee713bb2a3f039cf670e8a8c0145a967ba89ac8e9b5 [2021-06-02T16:00:48.659Z] #11 DONE 0.9s [2021-06-02T16:00:48.659Z] [2021-06-02T16:00:48.659Z] #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-06-02T16:00:48.659Z] #27 sha256:28a50d85e3ee045175c22f8ac700042243c1cca0d130871689927f1016cbb3d2 [2021-06-02T16:00:48.659Z] #27 10.95 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_arm64.deb ... [2021-06-02T16:00:48.659Z] #27 10.95 Unpacking libk5crypto3:arm64 (1.17-3+deb10u1) ... [2021-06-02T16:00:48.739Z] #43 40.19 DEP compel/plugins/std/string.d [2021-06-02T16:00:48.739Z] #43 40.32 DEP compel/plugins/std/log.d [2021-06-02T16:00:48.795Z] #51 ... [2021-06-02T16:00:48.795Z] [2021-06-02T16:00:48.795Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-06-02T16:00:48.795Z] #34 sha256:ba520b0a8d1f038864cc92baeec63e753be1ee5c866ca42dcfa13ce648c22d7b [2021-06-02T16:00:48.795Z] #34 DONE 22.8s [2021-06-02T16:00:48.795Z] [2021-06-02T16:00:48.795Z] #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-06-02T16:00:48.795Z] #45 sha256:9157f81689e5d9248f131885dbab30c114e596864682d0b6c95e04322c866b39 [2021-06-02T16:00:48.795Z] #45 20.77 internal/testlog [2021-06-02T16:00:48.795Z] #45 21.45 encoding [2021-06-02T16:00:48.795Z] #45 21.60 unicode/utf16 [2021-06-02T16:00:48.795Z] #45 22.12 container/list [2021-06-02T16:00:48.795Z] #45 23.01 crypto/internal/subtle [2021-06-02T16:00:48.907Z] #45 ... [2021-06-02T16:00:48.907Z] [2021-06-02T16:00:48.907Z] #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-06-02T16:00:48.907Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-02T16:00:48.907Z] #55 13.48 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [291 kB] [2021-06-02T16:00:48.907Z] #55 15.46 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-02T16:00:48.921Z] #27 11.12 Selecting previously unselected package libkrb5-3:arm64. [2021-06-02T16:00:48.921Z] #27 11.12 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_arm64.deb ... [2021-06-02T16:00:48.921Z] #27 11.12 Unpacking libkrb5-3:arm64 (1.17-3+deb10u1) ... [2021-06-02T16:00:48.921Z] #27 ... [2021-06-02T16:00:48.921Z] [2021-06-02T16:00:48.921Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-06-02T16:00:48.921Z] #31 sha256:83c8560c50b15431e546bac469c64be716b739933dacb40c9db55dad341c2a58 [2021-06-02T16:00:48.921Z] #31 DONE 0.2s [2021-06-02T16:00:48.921Z] [2021-06-02T16:00:48.921Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-06-02T16:00:48.921Z] #39 sha256:5a8b6c7320e82a4b1d150c036edc95f00476bccb86f60acf022f7ce3ac710b58 [2021-06-02T16:00:48.921Z] #39 DONE 0.2s [2021-06-02T16:00:48.921Z] [2021-06-02T16:00:48.921Z] #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-06-02T16:00:48.921Z] #27 sha256:28a50d85e3ee045175c22f8ac700042243c1cca0d130871689927f1016cbb3d2 [2021-06-02T16:00:48.921Z] #27 11.25 Selecting previously unselected package libgssapi-krb5-2:arm64. [2021-06-02T16:00:48.921Z] #27 11.25 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_arm64.deb ... [2021-06-02T16:00:48.921Z] #27 11.27 Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ... [2021-06-02T16:00:48.921Z] #27 11.33 Selecting previously unselected package libsasl2-modules-db:arm64. [2021-06-02T16:00:48.921Z] #27 11.33 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2021-06-02T16:00:49.001Z] #43 40.45 DEP compel/plugins/std/fds.d [2021-06-02T16:00:49.001Z] #43 40.57 DEP compel/plugins/std/std.d [2021-06-02T16:00:49.053Z] #45 23.13 crypto/subtle [2021-06-02T16:00:49.162Z] #55 ... [2021-06-02T16:00:49.162Z] [2021-06-02T16:00:49.162Z] #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-06-02T16:00:49.162Z] #49 sha256:a0fa05f10b3dc0a99f726864db738a3e87890cb6c07597d616828645e5d5f129 [2021-06-02T16:00:49.162Z] #49 20.71 go: extracting github.com/stretchr/testify v1.4.0 [2021-06-02T16:00:49.162Z] #49 20.87 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-02T16:00:49.162Z] #49 21.01 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-02T16:00:49.162Z] #49 21.42 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-02T16:00:49.162Z] #49 21.52 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-02T16:00:49.163Z] #49 21.99 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-02T16:00:49.183Z] #27 11.34 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-02T16:00:49.183Z] #27 11.48 Selecting previously unselected package libsasl2-2:arm64. [2021-06-02T16:00:49.183Z] #27 11.50 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2021-06-02T16:00:49.183Z] #27 11.51 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-02T16:00:49.183Z] #27 11.58 Selecting previously unselected package libldap-common. [2021-06-02T16:00:49.183Z] #27 11.58 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-06-02T16:00:49.183Z] #27 11.58 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-06-02T16:00:49.264Z] #43 40.67 DEP compel/plugins/shmem/shmem.d [2021-06-02T16:00:49.264Z] #43 40.78 DEP compel/plugins/fds/fds.d [2021-06-02T16:00:49.312Z] #45 23.46 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-06-02T16:00:49.312Z] #45 ... [2021-06-02T16:00:49.312Z] [2021-06-02T16:00:49.312Z] #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-06-02T16:00:49.312Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-02T16:00:49.312Z] #36 13.48 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-02T16:00:49.312Z] #36 ... [2021-06-02T16:00:49.312Z] [2021-06-02T16:00:49.312Z] #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-06-02T16:00:49.312Z] #45 sha256:9157f81689e5d9248f131885dbab30c114e596864682d0b6c95e04322c866b39 [2021-06-02T16:00:49.312Z] #45 23.63 internal/nettrace [2021-06-02T16:00:49.448Z] #27 11.65 Selecting previously unselected package libldap-2.4-2:arm64. [2021-06-02T16:00:49.448Z] #27 11.65 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_arm64.deb ... [2021-06-02T16:00:49.448Z] #27 11.66 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ... [2021-06-02T16:00:49.448Z] #27 11.76 Selecting previously unselected package libnghttp2-14:arm64. [2021-06-02T16:00:49.448Z] #27 11.76 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ... [2021-06-02T16:00:49.448Z] #27 11.79 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2021-06-02T16:00:49.448Z] #27 11.86 Selecting previously unselected package libpsl5:arm64. [2021-06-02T16:00:49.523Z] #43 40.89 CC compel/plugins/std/std.o [2021-06-02T16:00:49.562Z] #29 2.974 # 2.2% ###### 8.6% ########## 15.0% ############## 20.4% ################## 25.6% ###################### 30.8% ######################## 34.5% ############################# 41.2% ################################# 46.4% ##################################### 51.6% ######################################## 56.9% ############################################ 62.0% ################################################ 67.2% #################################################### 72.5% ####################################################### 77.7% ########################################################### 82.8% ############################################################### 88.0% ################################################################### 93.3% ###################################################################### 98.5% ######################################################################## 100.0% [2021-06-02T16:00:49.562Z] #29 4.845 [2021-06-02T16:00:49.570Z] #45 23.79 runtime/cgo [2021-06-02T16:00:49.570Z] #45 ... [2021-06-02T16:00:49.570Z] [2021-06-02T16:00:49.570Z] #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-06-02T16:00:49.570Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-06-02T16:00:49.570Z] #42 13.91 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-02T16:00:49.714Z] #27 11.86 Preparing to unpack .../13-libpsl5_0.20.2-2_arm64.deb ... [2021-06-02T16:00:49.714Z] #27 11.87 Unpacking libpsl5:arm64 (0.20.2-2) ... [2021-06-02T16:00:49.714Z] #27 12.03 Selecting previously unselected package librtmp1:arm64. [2021-06-02T16:00:49.714Z] #27 12.03 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ... [2021-06-02T16:00:49.714Z] #27 12.06 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2021-06-02T16:00:49.732Z] #49 24.14 go: downloading github.com/ultraware/funlen v0.0.2 [2021-06-02T16:00:49.732Z] #49 24.19 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-06-02T16:00:49.732Z] #49 24.21 go: downloading github.com/spf13/cast v1.3.0 [2021-06-02T16:00:49.732Z] #49 24.21 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-02T16:00:49.732Z] #49 24.21 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-06-02T16:00:49.732Z] #49 24.26 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-02T16:00:49.732Z] #49 24.27 go: downloading github.com/magiconair/properties v1.8.1 [2021-06-02T16:00:49.732Z] #49 24.31 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-06-02T16:00:49.732Z] #49 24.35 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-06-02T16:00:49.732Z] #49 24.36 go: extracting github.com/ultraware/funlen v0.0.2 [2021-06-02T16:00:49.732Z] #49 24.39 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-02T16:00:49.732Z] #49 24.40 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-06-02T16:00:49.732Z] #49 24.40 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-02T16:00:49.732Z] #49 24.42 go: downloading github.com/kisielk/gotool v1.0.0 [2021-06-02T16:00:49.782Z] #43 41.25 CC compel/plugins/std/fds.o [2021-06-02T16:00:49.821Z] #29 5.077 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-06-02T16:00:49.821Z] #29 5.131 [2021-06-02T16:00:49.821Z] #29 5.218 ######################################################################## 100.0% [2021-06-02T16:00:49.849Z] #42 ... [2021-06-02T16:00:49.849Z] [2021-06-02T16:00:49.849Z] #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-06-02T16:00:49.849Z] #49 sha256:f71b998ee43c2fc71617bf64920b75106be9ca128b1f248bcd0e877c901072e2 [2021-06-02T16:00:49.849Z] #49 23.68 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-02T16:00:49.849Z] #49 23.68 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-02T16:00:49.849Z] #49 23.68 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-02T16:00:49.849Z] #49 23.75 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-02T16:00:49.849Z] #49 23.75 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-02T16:00:49.849Z] #49 23.75 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-02T16:00:49.849Z] #49 23.75 go: downloading github.com/stretchr/testify v1.4.0 [2021-06-02T16:00:49.849Z] #49 23.75 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-02T16:00:49.849Z] #49 23.80 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-06-02T16:00:49.849Z] #49 23.83 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-02T16:00:49.849Z] #49 23.97 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-02T16:00:49.849Z] #49 23.99 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-02T16:00:49.849Z] #49 24.07 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-06-02T16:00:49.979Z] #27 12.25 Selecting previously unselected package libssh2-1:arm64. [2021-06-02T16:00:49.979Z] #27 12.25 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_arm64.deb ... [2021-06-02T16:00:49.979Z] #27 12.26 Unpacking libssh2-1:arm64 (1.8.0-2.1) ... [2021-06-02T16:00:49.989Z] #49 24.44 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-02T16:00:49.989Z] #49 24.49 go: extracting github.com/magiconair/properties v1.8.1 [2021-06-02T16:00:49.989Z] #49 24.50 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-02T16:00:49.989Z] #49 24.53 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-06-02T16:00:49.989Z] #49 ... [2021-06-02T16:00:49.989Z] [2021-06-02T16:00:49.989Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-06-02T16:00:49.989Z] #34 sha256:be2407aa86e895b342feed66153ea6ce8e7ceb7e32e425b7f63eca239fef2cd1 [2021-06-02T16:00:49.989Z] #34 DONE 24.5s [2021-06-02T16:00:49.989Z] [2021-06-02T16:00:49.989Z] #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-06-02T16:00:49.989Z] #49 sha256:a0fa05f10b3dc0a99f726864db738a3e87890cb6c07597d616828645e5d5f129 [2021-06-02T16:00:49.989Z] #49 24.53 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-02T16:00:49.989Z] #49 24.62 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-02T16:00:49.989Z] #49 24.62 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-02T16:00:49.989Z] #49 24.62 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-06-02T16:00:49.989Z] #49 24.62 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-06-02T16:00:49.989Z] #49 24.62 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-02T16:00:49.989Z] #49 24.64 go: extracting github.com/kisielk/gotool v1.0.0 [2021-06-02T16:00:50.042Z] #43 41.73 CC compel/plugins/std/log.o [2021-06-02T16:00:50.042Z] #43 ... [2021-06-02T16:00:50.042Z] [2021-06-02T16:00:50.042Z] #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-06-02T16:00:50.042Z] #45 sha256:0a390b322d2cc1430f3d50949762ec73c7e24d99b78ae26af52a5a43422403ac [2021-06-02T16:00:50.042Z] #45 100.8 vendor/golang.org/x/text/unicode/norm [2021-06-02T16:00:50.042Z] #45 104.9 vendor/golang.org/x/net/idna [2021-06-02T16:00:50.042Z] #45 107.2 vendor/golang.org/x/net/http2/hpack [2021-06-02T16:00:50.042Z] #45 108.2 mime [2021-06-02T16:00:50.042Z] #45 110.1 mime/quotedprintable [2021-06-02T16:00:50.042Z] #45 110.4 net/http/internal [2021-06-02T16:00:50.082Z] #29 5.251 [2021-06-02T16:00:50.082Z] #29 ... [2021-06-02T16:00:50.082Z] [2021-06-02T16:00:50.082Z] #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-06-02T16:00:50.082Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-06-02T16:00:50.082Z] #11 DONE 2.6s [2021-06-02T16:00:50.082Z] [2021-06-02T16:00:50.082Z] #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-06-02T16:00:50.082Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-02T16:00:50.108Z] #49 24.25 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-06-02T16:00:50.245Z] #27 12.41 Selecting previously unselected package libcurl4:arm64. [2021-06-02T16:00:50.245Z] #27 12.41 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_arm64.deb ... [2021-06-02T16:00:50.245Z] #27 12.42 Unpacking libcurl4:arm64 (7.64.0-4+deb10u2) ... [2021-06-02T16:00:50.245Z] #27 12.57 Selecting previously unselected package curl. [2021-06-02T16:00:50.245Z] #27 12.57 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_arm64.deb ... [2021-06-02T16:00:50.245Z] #27 12.58 Unpacking curl (7.64.0-4+deb10u2) ... [2021-06-02T16:00:50.246Z] #49 24.66 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-06-02T16:00:50.246Z] #49 24.68 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-02T16:00:50.246Z] #49 24.68 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-02T16:00:50.246Z] #49 24.68 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-06-02T16:00:50.246Z] #49 24.72 go: downloading github.com/gobwas/glob v0.2.3 [2021-06-02T16:00:50.246Z] #49 24.72 go: extracting github.com/spf13/cast v1.3.0 [2021-06-02T16:00:50.246Z] #49 24.76 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-02T16:00:50.246Z] #49 24.87 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-06-02T16:00:50.246Z] #49 24.90 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-02T16:00:50.246Z] #49 24.93 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-06-02T16:00:50.345Z] #36 ... [2021-06-02T16:00:50.345Z] [2021-06-02T16:00:50.345Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-06-02T16:00:50.345Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-06-02T16:00:50.345Z] #31 DONE 0.3s [2021-06-02T16:00:50.374Z] #49 24.40 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-02T16:00:50.374Z] #49 24.40 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-02T16:00:50.374Z] #49 24.40 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-02T16:00:50.541Z] #49 25.05 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-06-02T16:00:50.541Z] #49 25.12 go: downloading github.com/subosito/gotenv v1.2.0 [2021-06-02T16:00:50.580Z] #27 12.78 Selecting previously unselected package libonig5:arm64. [2021-06-02T16:00:50.580Z] #27 12.78 Preparing to unpack .../18-libonig5_6.9.1-1_arm64.deb ... [2021-06-02T16:00:50.580Z] #27 12.84 Unpacking libonig5:arm64 (6.9.1-1) ... [2021-06-02T16:00:50.606Z] [2021-06-02T16:00:50.606Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-06-02T16:00:50.606Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-06-02T16:00:50.606Z] #39 DONE 0.4s [2021-06-02T16:00:50.606Z] [2021-06-02T16:00:50.606Z] #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-06-02T16:00:50.606Z] #29 sha256:19c7408605afd28e5d0b9215f7da72b0ff73f336f0535058e9385550a47ab67f [2021-06-02T16:00:50.606Z] #29 5.520 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-06-02T16:00:50.606Z] #29 5.603 [2021-06-02T16:00:50.606Z] #29 5.755 0.6% ######################################################################## 100.0% [2021-06-02T16:00:50.606Z] #29 5.841 [2021-06-02T16:00:50.634Z] #49 24.73 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-06-02T16:00:50.634Z] #49 24.73 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-06-02T16:00:50.634Z] #49 24.81 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-02T16:00:50.634Z] #49 24.81 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-02T16:00:50.634Z] #49 24.86 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-06-02T16:00:50.634Z] #49 24.86 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-06-02T16:00:50.634Z] #49 24.90 go: extracting github.com/stretchr/testify v1.4.0 [2021-06-02T16:00:50.634Z] #49 24.95 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-06-02T16:00:50.798Z] #49 25.47 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-02T16:00:50.844Z] #27 ... [2021-06-02T16:00:50.844Z] [2021-06-02T16:00:50.844Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-06-02T16:00:50.844Z] #12 sha256:a4fc3b84a9fb1d234e946cc4577deb87c7e6bc40e23bcd8c860a009a391faa80 [2021-06-02T16:00:50.844Z] #12 DONE 2.0s [2021-06-02T16:00:50.875Z] #29 6.239 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-06-02T16:00:50.893Z] #49 25.11 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-02T16:00:50.893Z] #49 25.13 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-06-02T16:00:50.893Z] #49 25.21 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-02T16:00:51.055Z] #49 25.54 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-06-02T16:00:51.055Z] #49 25.57 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-06-02T16:00:51.055Z] #49 25.58 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-02T16:00:51.055Z] #49 25.59 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-02T16:00:51.055Z] #49 25.60 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-02T16:00:51.055Z] #49 25.66 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-02T16:00:51.055Z] #49 25.70 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-02T16:00:51.109Z] [2021-06-02T16:00:51.109Z] #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-06-02T16:00:51.109Z] #27 sha256:28a50d85e3ee045175c22f8ac700042243c1cca0d130871689927f1016cbb3d2 [2021-06-02T16:00:51.109Z] #27 13.28 Selecting previously unselected package libjq1:arm64. [2021-06-02T16:00:51.109Z] #27 13.28 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2021-06-02T16:00:51.109Z] #27 13.30 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-06-02T16:00:51.109Z] #27 13.45 Selecting previously unselected package jq. [2021-06-02T16:00:51.109Z] #27 13.45 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_arm64.deb ... [2021-06-02T16:00:51.109Z] #27 13.46 Unpacking jq (1.5+dfsg-2+b1) ... [2021-06-02T16:00:51.138Z] #29 6.438 [2021-06-02T16:00:51.152Z] #49 25.23 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-02T16:00:51.152Z] #49 25.24 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-02T16:00:51.152Z] #49 25.25 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-02T16:00:51.152Z] #49 25.38 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-02T16:00:51.152Z] #49 25.47 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-06-02T16:00:51.152Z] #49 25.47 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-02T16:00:51.312Z] #49 25.88 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-06-02T16:00:51.312Z] #49 25.91 go: downloading github.com/spf13/pflag v1.0.5 [2021-06-02T16:00:51.312Z] #49 25.93 go: extracting github.com/gobwas/glob v0.2.3 [2021-06-02T16:00:51.312Z] #49 25.95 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-06-02T16:00:51.312Z] #49 25.95 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-02T16:00:51.373Z] #27 13.58 Setting up libkeyutils1:arm64 (1.6-6) ... [2021-06-02T16:00:51.373Z] #27 13.60 Setting up libpsl5:arm64 (0.20.2-2) ... [2021-06-02T16:00:51.373Z] #27 13.66 Setting up libssl1.1:arm64 (1.1.1d-0+deb10u6) ... [2021-06-02T16:00:51.413Z] #49 25.49 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-02T16:00:51.413Z] #49 25.52 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-06-02T16:00:51.413Z] #49 25.56 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-06-02T16:00:51.425Z] #45 ... [2021-06-02T16:00:51.425Z] [2021-06-02T16:00:51.425Z] #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-06-02T16:00:51.425Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:00:51.425Z] #43 42.67 CC compel/plugins/std/string.o [2021-06-02T16:00:51.568Z] #49 25.99 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-06-02T16:00:51.568Z] #49 26.00 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-02T16:00:51.568Z] #49 26.16 go: extracting github.com/subosito/gotenv v1.2.0 [2021-06-02T16:00:51.568Z] #49 26.16 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-06-02T16:00:51.568Z] #49 26.19 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-02T16:00:51.568Z] #49 ... [2021-06-02T16:00:51.568Z] [2021-06-02T16:00:51.568Z] #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-06-02T16:00:51.568Z] #58 sha256:31843f4df59d6dddf484082c99c240d626c6b396bb1246c98f077a2610277b4e [2021-06-02T16:00:51.568Z] #58 16.23 go: extracting github.com/gorilla/mux v1.8.0 [2021-06-02T16:00:51.568Z] #58 16.49 go: extracting github.com/moby/vpnkit v0.5.0 [2021-06-02T16:00:51.568Z] #58 17.01 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-02T16:00:51.568Z] #58 17.08 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-06-02T16:00:51.568Z] #58 18.72 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-02T16:00:51.568Z] #58 20.09 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-06-02T16:00:51.568Z] #58 22.41 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-02T16:00:51.568Z] #58 24.40 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-02T16:00:51.568Z] #58 24.98 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-02T16:00:51.568Z] #58 25.18 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-06-02T16:00:51.568Z] #58 25.39 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-06-02T16:00:51.568Z] #58 25.69 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-06-02T16:00:51.642Z] #27 13.95 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2021-06-02T16:00:51.642Z] #27 13.97 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-06-02T16:00:51.642Z] #27 14.00 Setting up libkrb5support0:arm64 (1.17-3+deb10u1) ... [2021-06-02T16:00:51.642Z] #27 14.01 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-02T16:00:51.642Z] #27 14.06 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2021-06-02T16:00:51.659Z] #29 6.637 ## 2.8% ######### 13.5% ################### 26.8% ############################# 40.3% ############################################# 63.8% ################################################################# 91.2% ######################################################################## 100.0% [2021-06-02T16:00:51.673Z] #49 25.83 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-06-02T16:00:51.673Z] #49 25.83 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-02T16:00:51.673Z] #49 25.87 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-02T16:00:51.673Z] #49 25.87 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-06-02T16:00:51.673Z] #49 25.87 go: downloading github.com/spf13/viper v1.6.1 [2021-06-02T16:00:51.673Z] #49 25.87 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-02T16:00:51.673Z] #49 25.93 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-02T16:00:51.673Z] #49 25.95 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-02T16:00:51.673Z] #49 25.98 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-02T16:00:51.673Z] #49 26.05 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-06-02T16:00:51.833Z] #58 ... [2021-06-02T16:00:51.833Z] [2021-06-02T16:00:51.833Z] #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-06-02T16:00:51.833Z] #49 sha256:a0fa05f10b3dc0a99f726864db738a3e87890cb6c07597d616828645e5d5f129 [2021-06-02T16:00:51.833Z] #49 26.35 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-06-02T16:00:51.833Z] #49 26.35 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-02T16:00:51.833Z] #49 26.35 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-06-02T16:00:51.833Z] #49 26.36 go: extracting github.com/spf13/pflag v1.0.5 [2021-06-02T16:00:51.833Z] #49 26.40 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-02T16:00:51.833Z] #49 26.41 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-02T16:00:51.833Z] #49 26.41 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-06-02T16:00:51.833Z] #49 26.46 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-06-02T16:00:51.833Z] #49 26.46 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-06-02T16:00:51.907Z] #27 14.09 Setting up libk5crypto3:arm64 (1.17-3+deb10u1) ... [2021-06-02T16:00:51.907Z] #27 14.10 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-02T16:00:51.907Z] #27 14.13 Setting up libssh2-1:arm64 (1.8.0-2.1) ... [2021-06-02T16:00:51.907Z] #27 14.14 Setting up libkrb5-3:arm64 (1.17-3+deb10u1) ... [2021-06-02T16:00:51.907Z] #27 14.17 Setting up openssl (1.1.1d-0+deb10u6) ... [2021-06-02T16:00:51.907Z] #27 14.20 Setting up libonig5:arm64 (6.9.1-1) ... [2021-06-02T16:00:51.907Z] #27 14.22 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-06-02T16:00:51.907Z] #27 14.25 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ... [2021-06-02T16:00:51.907Z] #27 14.27 Setting up ca-certificates (20200601~deb10u2) ... [2021-06-02T16:00:51.919Z] #29 7.155 [2021-06-02T16:00:51.932Z] #49 26.08 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-02T16:00:51.932Z] #49 26.16 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-06-02T16:00:51.932Z] #49 26.18 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-02T16:00:51.932Z] #49 26.28 go: extracting github.com/spf13/viper v1.6.1 [2021-06-02T16:00:51.994Z] #43 43.39 CC compel/plugins/std/infect.o [2021-06-02T16:00:52.088Z] #49 26.61 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-06-02T16:00:52.088Z] #49 26.61 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-02T16:00:52.088Z] #49 26.63 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-02T16:00:52.088Z] #49 26.70 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-02T16:00:52.088Z] #49 26.74 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-02T16:00:52.088Z] #49 26.81 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-06-02T16:00:52.088Z] #49 26.81 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-06-02T16:00:52.191Z] #49 26.30 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-02T16:00:52.191Z] #49 26.30 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-02T16:00:52.191Z] #49 26.31 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-06-02T16:00:52.191Z] #49 26.34 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-06-02T16:00:52.191Z] #49 26.39 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-02T16:00:52.191Z] #49 26.41 go: downloading github.com/ultraware/funlen v0.0.2 [2021-06-02T16:00:52.191Z] #49 26.49 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-02T16:00:52.352Z] #49 26.92 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-06-02T16:00:52.352Z] #49 26.93 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-06-02T16:00:52.352Z] #49 27.03 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-06-02T16:00:52.450Z] #49 26.50 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-06-02T16:00:52.450Z] #49 26.55 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-06-02T16:00:52.450Z] #49 26.57 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-06-02T16:00:52.450Z] #49 26.57 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-06-02T16:00:52.450Z] #49 26.58 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-06-02T16:00:52.450Z] #49 26.60 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-02T16:00:52.450Z] #49 26.61 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-06-02T16:00:52.450Z] #49 26.62 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-02T16:00:52.450Z] #49 26.77 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-06-02T16:00:52.450Z] #49 26.81 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-02T16:00:52.495Z] #29 7.692 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-06-02T16:00:52.495Z] #29 7.814 [2021-06-02T16:00:52.495Z] #29 7.883 ######################################################################## 100.0% [2021-06-02T16:00:52.495Z] #29 7.923 [2021-06-02T16:00:52.563Z] #43 43.84 CC compel/arch/x86/plugins/std/parasite-head.o [2021-06-02T16:00:52.563Z] #43 43.91 CC compel/arch/x86/plugins/std/memcpy.o [2021-06-02T16:00:52.563Z] #43 43.98 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-06-02T16:00:52.563Z] #43 44.05 AR compel/plugins/std.lib.a [2021-06-02T16:00:52.563Z] #43 44.12 CC compel/plugins/fds/fds.o [2021-06-02T16:00:52.608Z] #49 27.04 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-06-02T16:00:52.608Z] #49 27.07 go: downloading golang.org/x/text v0.3.2 [2021-06-02T16:00:52.608Z] #49 27.15 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-02T16:00:52.608Z] #49 27.26 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-02T16:00:52.708Z] #49 26.81 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-02T16:00:52.708Z] #49 26.92 go: extracting github.com/ultraware/funlen v0.0.2 [2021-06-02T16:00:52.708Z] #49 26.96 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-02T16:00:52.708Z] #49 27.00 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-02T16:00:52.708Z] #49 27.00 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-06-02T16:00:52.708Z] #49 27.01 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-06-02T16:00:52.708Z] #49 27.01 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-02T16:00:52.708Z] #49 ... [2021-06-02T16:00:52.708Z] [2021-06-02T16:00:52.709Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:00:52.709Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T16:00:52.709Z] #13 11.12 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-02T16:00:52.822Z] #43 44.35 AR compel/plugins/fds.lib.a [2021-06-02T16:00:52.822Z] #43 44.41 HOSTDEP compel/src/lib/log-host.d [2021-06-02T16:00:52.863Z] #49 27.27 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-06-02T16:00:52.863Z] #49 27.29 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-02T16:00:52.863Z] #49 27.36 go: downloading github.com/pkg/errors v0.8.1 [2021-06-02T16:00:52.863Z] #49 ... [2021-06-02T16:00:52.863Z] [2021-06-02T16:00:52.863Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:00:52.863Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T16:00:52.863Z] #13 12.08 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-02T16:00:52.863Z] #13 ... [2021-06-02T16:00:52.863Z] [2021-06-02T16:00:52.863Z] #67 [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-06-02T16:00:52.863Z] #67 sha256:b6d209a1ba818b214b39c3ae45bebfb65dc9f6b9d934e2a7b3754a7b5c785706 [2021-06-02T16:00:52.968Z] #13 ... [2021-06-02T16:00:52.968Z] [2021-06-02T16:00:52.968Z] #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-06-02T16:00:52.968Z] #49 sha256:f71b998ee43c2fc71617bf64920b75106be9ca128b1f248bcd0e877c901072e2 [2021-06-02T16:00:52.968Z] #49 27.11 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-06-02T16:00:52.968Z] #49 27.13 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-06-02T16:00:52.968Z] #49 27.13 go: downloading github.com/stretchr/objx v0.2.0 [2021-06-02T16:00:52.968Z] #49 27.14 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-02T16:00:52.968Z] #49 27.21 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-02T16:00:52.968Z] #49 27.23 go: downloading github.com/spf13/cast v1.3.0 [2021-06-02T16:00:52.968Z] #49 27.28 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-02T16:00:52.968Z] #49 27.31 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-02T16:00:53.070Z] #29 8.241 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-06-02T16:00:53.070Z] #29 8.336 [2021-06-02T16:00:53.070Z] #29 8.413 ######################################################################## 100.0% [2021-06-02T16:00:53.070Z] #29 8.447 [2021-06-02T16:00:53.084Z] #43 44.56 HOSTDEP compel/src/lib/handle-elf-host.d [2021-06-02T16:00:53.084Z] #43 44.67 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-06-02T16:00:53.227Z] #49 27.33 go: downloading github.com/gobwas/glob v0.2.3 [2021-06-02T16:00:53.227Z] #49 27.35 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-06-02T16:00:53.227Z] #49 27.52 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-06-02T16:00:53.331Z] #29 8.463 Download of images into '/build' complete. [2021-06-02T16:00:53.331Z] #29 8.463 Use something like the following to load the result into a Docker daemon: [2021-06-02T16:00:53.331Z] #29 8.463 tar -cC '/build' . | docker load [2021-06-02T16:00:53.345Z] #43 44.73 HOSTDEP compel/src/main-host.d [2021-06-02T16:00:53.345Z] #43 44.81 DEP compel/src/lib/ptrace.d [2021-06-02T16:00:53.345Z] #43 44.91 DEP compel/src/lib/infect.d [2021-06-02T16:00:53.374Z] #67 27.37 Checking out files: 67% (1287/1907) Checking out files: 68% (1297/1907) Checking out files: 69% (1316/1907) Checking out files: 70% (1335/1907) Checking out files: 71% (1354/1907) Checking out files: 72% (1374/1907) Checking out files: 73% (1393/1907) Checking out files: 74% (1412/1907) Checking out files: 75% (1431/1907) Checking out files: 76% (1450/1907) Checking out files: 77% (1469/1907) Checking out files: 78% (1488/1907) Checking out files: 79% (1507/1907) Checking out files: 80% (1526/1907) Checking out files: 81% (1545/1907) Checking out files: 82% (1564/1907) Checking out files: 83% (1583/1907) Checking out files: 84% (1602/1907) Checking out files: 85% (1621/1907) Checking out files: 86% (1641/1907) Checking out files: 87% (1660/1907) Checking out files: 88% (1679/1907) Checking out files: 89% (1698/1907) Checking out files: 90% (1717/1907) Checking out files: 91% (1736/1907) Checking out files: 92% (1755/1907) Checking out files: 93% (1774/1907) Checking out files: 94% (1793/1907) Checking out files: 95% (1812/1907) Checking out files: 96% (1831/1907) Checking out files: 97% (1850/1907) Checking out files: 98% (1869/1907) Checking out files: 99% (1888/1907) Checking out files: 100% (1907/1907) Checking out files: 100% (1907/1907), done. [2021-06-02T16:00:53.374Z] #67 27.95 + cd /tmp/tmp.lT8gzAl04q/src/github.com/docker/libnetwork [2021-06-02T16:00:53.374Z] #67 27.96 + git checkout -q 64b7a4574d1426139437d20e81c0b6d391130ec8 [2021-06-02T16:00:53.501Z] #49 27.54 go: downloading github.com/magiconair/properties v1.8.1 [2021-06-02T16:00:53.501Z] #49 27.56 go: extracting github.com/stretchr/objx v0.2.0 [2021-06-02T16:00:53.501Z] #49 27.60 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-02T16:00:53.501Z] #49 27.65 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-06-02T16:00:53.501Z] #49 27.66 go: extracting github.com/gobwas/glob v0.2.3 [2021-06-02T16:00:53.501Z] #49 27.69 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-06-02T16:00:53.501Z] #49 27.69 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-06-02T16:00:53.501Z] #49 27.69 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-06-02T16:00:53.501Z] #49 27.73 go: extracting github.com/spf13/cast v1.3.0 [2021-06-02T16:00:53.501Z] #49 27.79 go: downloading github.com/subosito/gotenv v1.2.0 [2021-06-02T16:00:53.501Z] #49 27.79 go: extracting github.com/magiconair/properties v1.8.1 [2021-06-02T16:00:53.606Z] #43 45.09 DEP compel/src/lib/infect-util.d [2021-06-02T16:00:53.606Z] #43 45.21 DEP compel/src/lib/infect-rpc.d [2021-06-02T16:00:53.661Z] #67 28.23 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-06-02T16:00:53.760Z] #49 27.90 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-06-02T16:00:53.760Z] #49 27.99 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-06-02T16:00:53.760Z] #49 28.02 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-06-02T16:00:53.760Z] #49 28.06 go: downloading golang.org/x/text v0.3.2 [2021-06-02T16:00:53.760Z] #49 28.10 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-06-02T16:00:53.867Z] #43 45.39 DEP compel/arch/x86/src/lib/infect.d [2021-06-02T16:00:53.906Z] #29 DONE 9.2s [2021-06-02T16:00:53.906Z] [2021-06-02T16:00:53.906Z] #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-06-02T16:00:53.906Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-02T16:00:54.039Z] #49 28.10 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-06-02T16:00:54.039Z] #49 28.26 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-06-02T16:00:54.039Z] #49 28.38 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-06-02T16:00:54.127Z] #43 45.56 DEP compel/arch/x86/src/lib/cpu.d [2021-06-02T16:00:54.128Z] #43 45.67 DEP compel/src/lib/log.d [2021-06-02T16:00:54.128Z] #43 45.73 DEP compel/src/main.d [2021-06-02T16:00:54.297Z] #49 28.43 go: extracting github.com/subosito/gotenv v1.2.0 [2021-06-02T16:00:54.297Z] #49 28.50 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-06-02T16:00:54.389Z] #43 45.88 DEP compel/src/lib/handle-elf.d [2021-06-02T16:00:54.389Z] #43 45.98 DEP compel/arch/x86/src/lib/handle-elf.d [2021-06-02T16:00:54.389Z] #43 46.09 CC compel/src/lib/log.o [2021-06-02T16:00:54.864Z] #49 28.81 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-06-02T16:00:54.864Z] #49 28.81 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-06-02T16:00:54.864Z] #49 28.89 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-06-02T16:00:54.864Z] #49 28.96 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-06-02T16:00:54.864Z] #49 29.06 go: downloading github.com/spf13/afero v1.1.2 [2021-06-02T16:00:54.960Z] #43 46.30 CC compel/arch/x86/src/lib/cpu.o [2021-06-02T16:00:55.125Z] #49 29.21 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-06-02T16:00:55.125Z] #49 29.26 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-06-02T16:00:55.384Z] #49 29.39 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-02T16:00:55.384Z] #49 29.42 go: extracting github.com/spf13/afero v1.1.2 [2021-06-02T16:00:55.531Z] #43 47.01 CC compel/arch/x86/src/lib/infect.o [2021-06-02T16:00:55.643Z] #49 29.79 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-06-02T16:00:55.823Z] #40 ... [2021-06-02T16:00:55.823Z] [2021-06-02T16:00:55.823Z] #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-06-02T16:00:55.823Z] #51 sha256:2f65e270cfa5fa4745a20f52cef6c1ebb0020e0a32632619dfd6931b4d2d55ab [2021-06-02T16:00:55.823Z] #51 5.485 + RM_GOPATH=0 [2021-06-02T16:00:55.823Z] #51 5.485 + TMP_GOPATH= [2021-06-02T16:00:55.823Z] #51 5.485 + : /build [2021-06-02T16:00:55.823Z] #51 5.485 + '[' -z '' ']' [2021-06-02T16:00:55.823Z] #51 5.485 ++ mktemp -d [2021-06-02T16:00:55.823Z] #51 5.485 + export GOPATH=/tmp/tmp.TNtGvijnHI [2021-06-02T16:00:55.823Z] #51 5.485 + GOPATH=/tmp/tmp.TNtGvijnHI [2021-06-02T16:00:55.823Z] #51 5.485 + RM_GOPATH=1 [2021-06-02T16:00:55.823Z] #51 5.485 + case "$(go env GOARCH)" in [2021-06-02T16:00:55.823Z] #51 5.486 ++ go env GOARCH [2021-06-02T16:00:55.823Z] #51 5.499 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:55.823Z] #51 5.499 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:55.823Z] #51 5.499 ++ dirname /tmp/install/install.sh [2021-06-02T16:00:55.823Z] #51 5.511 + dir=/tmp/install [2021-06-02T16:00:55.823Z] #51 5.511 + bin=shfmt [2021-06-02T16:00:55.823Z] #51 5.511 + shift [2021-06-02T16:00:55.823Z] #51 5.511 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-06-02T16:00:55.823Z] #51 5.511 + . /tmp/install/shfmt.installer [2021-06-02T16:00:55.823Z] #51 5.511 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-02T16:00:55.823Z] #51 5.511 + install_shfmt [2021-06-02T16:00:55.823Z] #51 5.511 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-06-02T16:00:55.823Z] #51 5.511 + git clone https://github.com/mvdan/sh.git /tmp/tmp.TNtGvijnHI/src/github.com/mvdan/sh [2021-06-02T16:00:55.823Z] #51 5.511 Cloning into '/tmp/tmp.TNtGvijnHI/src/github.com/mvdan/sh'... [2021-06-02T16:00:55.823Z] #51 5.511 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-02T16:00:55.902Z] #49 29.99 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-02T16:00:56.160Z] #49 30.46 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-02T16:00:56.419Z] #49 30.62 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-02T16:00:56.419Z] #49 30.66 go: downloading github.com/gogo/protobuf v1.2.1 [2021-06-02T16:00:56.473Z] #43 47.88 CC compel/src/lib/infect-rpc.o [2021-06-02T16:00:56.617Z] #27 18.95 Updating certificates in /etc/ssl/certs... [2021-06-02T16:00:56.677Z] #49 30.77 go: downloading github.com/kisielk/gotool v1.0.0 [2021-06-02T16:00:56.678Z] #49 30.77 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-02T16:00:56.678Z] #49 30.78 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-06-02T16:00:56.678Z] #49 31.00 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-02T16:00:56.733Z] #43 48.20 CC compel/src/lib/infect-util.o [2021-06-02T16:00:56.781Z] #51 ... [2021-06-02T16:00:56.781Z] [2021-06-02T16:00:56.781Z] #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-06-02T16:00:56.781Z] #58 sha256:4d4288784e7c81f995f6395782082af3698c3c62f2a5d6d8047ae6440773e72e [2021-06-02T16:00:56.781Z] #58 4.788 + RM_GOPATH=0 [2021-06-02T16:00:56.781Z] #58 4.788 + TMP_GOPATH= [2021-06-02T16:00:56.781Z] #58 4.788 + : /build [2021-06-02T16:00:56.781Z] #58 4.788 + '[' -z '' ']' [2021-06-02T16:00:56.781Z] #58 4.788 ++ mktemp -d [2021-06-02T16:00:56.781Z] #58 4.790 + export GOPATH=/tmp/tmp.UhRmemRrXt [2021-06-02T16:00:56.781Z] #58 4.790 + GOPATH=/tmp/tmp.UhRmemRrXt [2021-06-02T16:00:56.781Z] #58 4.790 + RM_GOPATH=1 [2021-06-02T16:00:56.781Z] #58 4.790 + case "$(go env GOARCH)" in [2021-06-02T16:00:56.781Z] #58 4.791 ++ go env GOARCH [2021-06-02T16:00:56.781Z] #58 4.898 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778 [2021-06-02T16:00:56.781Z] #58 4.898 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:56.781Z] #58 4.898 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:56.781Z] #58 4.898 ++ dirname /tmp/install/install.sh [2021-06-02T16:00:56.781Z] #58 4.898 + dir=/tmp/install [2021-06-02T16:00:56.781Z] #58 4.898 + bin=rootlesskit [2021-06-02T16:00:56.781Z] #58 4.898 + shift [2021-06-02T16:00:56.781Z] #58 4.898 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-06-02T16:00:56.781Z] #58 4.898 + . /tmp/install/rootlesskit.installer [2021-06-02T16:00:56.781Z] #58 4.898 ++ : 4cd567642273d369adaadcbadca00880552c1778 [2021-06-02T16:00:56.781Z] #58 4.898 + install_rootlesskit [2021-06-02T16:00:56.781Z] #58 4.898 + case "$1" in [2021-06-02T16:00:56.781Z] #58 4.898 + export CGO_ENABLED=0 [2021-06-02T16:00:56.781Z] #58 4.898 + CGO_ENABLED=0 [2021-06-02T16:00:56.781Z] #58 4.898 + _install_rootlesskit [2021-06-02T16:00:56.781Z] #58 4.898 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778' [2021-06-02T16:00:56.781Z] #58 4.898 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.UhRmemRrXt/src/github.com/rootless-containers/rootlesskit [2021-06-02T16:00:56.781Z] #58 4.898 Cloning into '/tmp/tmp.UhRmemRrXt/src/github.com/rootless-containers/rootlesskit'... [2021-06-02T16:00:56.781Z] #58 6.495 + cd /tmp/tmp.UhRmemRrXt/src/github.com/rootless-containers/rootlesskit [2021-06-02T16:00:56.781Z] #58 6.495 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778 [2021-06-02T16:00:56.781Z] #58 6.511 + export GO111MODULE=on [2021-06-02T16:00:56.781Z] #58 6.511 + GO111MODULE=on [2021-06-02T16:00:56.781Z] #58 6.511 + export GOPROXY=https://proxy.golang.org [2021-06-02T16:00:56.781Z] #58 6.511 + GOPROXY=https://proxy.golang.org [2021-06-02T16:00:56.781Z] #58 6.511 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-02T16:00:56.781Z] #58 6.511 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-06-02T16:00:56.781Z] #58 ... [2021-06-02T16:00:56.781Z] [2021-06-02T16:00:56.781Z] #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-06-02T16:00:56.781Z] #47 sha256:71ebfc7cdb967e6f19804360c200d978441c3204978874657aafe88b21050189 [2021-06-02T16:00:56.781Z] #47 6.617 + RM_GOPATH=0 [2021-06-02T16:00:56.781Z] #47 6.619 + TMP_GOPATH= [2021-06-02T16:00:56.781Z] #47 6.619 + : /build [2021-06-02T16:00:56.781Z] #47 6.619 + '[' -z '' ']' [2021-06-02T16:00:56.781Z] #47 6.619 ++ mktemp -d [2021-06-02T16:00:56.781Z] #47 6.620 + export GOPATH=/tmp/tmp.kdxoM2foT3 [2021-06-02T16:00:56.781Z] #47 6.620 + GOPATH=/tmp/tmp.kdxoM2foT3 [2021-06-02T16:00:56.781Z] #47 6.620 + RM_GOPATH=1 [2021-06-02T16:00:56.781Z] #47 6.621 + case "$(go env GOARCH)" in [2021-06-02T16:00:56.781Z] #47 6.621 ++ go env GOARCH [2021-06-02T16:00:56.781Z] #47 6.639 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:56.781Z] #47 6.639 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:56.781Z] #47 6.648 ++ dirname /tmp/install/install.sh [2021-06-02T16:00:56.781Z] #47 6.648 + dir=/tmp/install [2021-06-02T16:00:56.781Z] #47 6.648 + bin=gotestsum [2021-06-02T16:00:56.781Z] #47 6.648 + shift [2021-06-02T16:00:56.781Z] #47 6.648 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-06-02T16:00:56.781Z] #47 6.648 + . /tmp/install/gotestsum.installer [2021-06-02T16:00:56.781Z] #47 6.648 ++ : v0.5.3 [2021-06-02T16:00:56.781Z] #47 6.648 + install_gotestsum [2021-06-02T16:00:56.781Z] #47 6.648 + set -e [2021-06-02T16:00:56.781Z] #47 6.648 + export GO111MODULE=on [2021-06-02T16:00:56.781Z] #47 6.648 + GO111MODULE=on [2021-06-02T16:00:56.781Z] #47 6.648 + GOBIN=/build [2021-06-02T16:00:56.781Z] #47 6.648 + go get gotest.tools/gotestsum@v0.5.3 [2021-06-02T16:00:56.781Z] #47 6.682 go: finding gotest.tools v0.5.3 [2021-06-02T16:00:56.781Z] #47 6.682 go: finding gotest.tools/gotestsum v0.5.3 [2021-06-02T16:00:56.997Z] #43 48.52 CC compel/src/lib/infect.o [2021-06-02T16:00:57.200Z] #27 ... [2021-06-02T16:00:57.201Z] [2021-06-02T16:00:57.201Z] #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-06-02T16:00:57.201Z] #49 sha256:c1e687793bc1ad3a5d3a433df9c9e2f292d2c37bc336162eeee807afdde5dea6 [2021-06-02T16:00:57.201Z] #49 6.826 + RM_GOPATH=0 [2021-06-02T16:00:57.201Z] #49 6.826 + TMP_GOPATH= [2021-06-02T16:00:57.201Z] #49 6.826 + : /build [2021-06-02T16:00:57.201Z] #49 6.826 + '[' -z '' ']' [2021-06-02T16:00:57.201Z] #49 6.828 ++ mktemp -d [2021-06-02T16:00:57.201Z] #49 6.831 + export GOPATH=/tmp/tmp.d4L1gPKU9q [2021-06-02T16:00:57.201Z] #49 6.831 + GOPATH=/tmp/tmp.d4L1gPKU9q [2021-06-02T16:00:57.201Z] #49 6.832 + RM_GOPATH=1 [2021-06-02T16:00:57.201Z] #49 6.832 + case "$(go env GOARCH)" in [2021-06-02T16:00:57.201Z] #49 6.833 ++ go env GOARCH [2021-06-02T16:00:57.201Z] #49 6.844 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:57.201Z] #49 6.845 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:57.201Z] #49 6.846 ++ dirname /tmp/install/install.sh [2021-06-02T16:00:57.201Z] #49 6.848 + dir=/tmp/install [2021-06-02T16:00:57.201Z] #49 6.848 + bin=golangci_lint [2021-06-02T16:00:57.201Z] #49 6.848 + shift [2021-06-02T16:00:57.201Z] #49 6.849 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-06-02T16:00:57.201Z] #49 6.849 + . /tmp/install/golangci_lint.installer [2021-06-02T16:00:57.201Z] #49 6.850 ++ : v1.23.8 [2021-06-02T16:00:57.201Z] #49 6.850 + install_golangci_lint [2021-06-02T16:00:57.201Z] #49 6.851 + set -e [2021-06-02T16:00:57.201Z] #49 6.852 + export GO111MODULE=on [2021-06-02T16:00:57.201Z] #49 6.853 + GO111MODULE=on [2021-06-02T16:00:57.201Z] #49 6.853 + GOBIN=/build [2021-06-02T16:00:57.201Z] #49 6.854 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-06-02T16:00:57.201Z] #49 6.914 go: finding github.com v1.23.8 [2021-06-02T16:00:57.201Z] #49 6.915 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-06-02T16:00:57.201Z] #49 6.916 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-06-02T16:00:57.201Z] #49 6.916 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-06-02T16:00:57.201Z] #49 6.916 go: finding github.com/golangci v1.23.8 [2021-06-02T16:00:57.201Z] #49 7.849 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-06-02T16:00:57.201Z] #49 8.518 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-06-02T16:00:57.247Z] #49 31.31 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-02T16:00:57.247Z] #49 31.44 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-02T16:00:57.247Z] #49 31.45 go: extracting github.com/kisielk/gotool v1.0.0 [2021-06-02T16:00:57.247Z] #49 31.50 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-06-02T16:00:57.257Z] #43 ... [2021-06-02T16:00:57.257Z] [2021-06-02T16:00:57.258Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:00:57.258Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T16:00:57.258Z] #13 110.6 Selecting previously unselected package libapparmor1:amd64. [2021-06-02T16:00:57.258Z] #13 110.6 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-06-02T16:00:57.258Z] #13 110.6 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-06-02T16:00:57.258Z] #13 110.8 Selecting previously unselected package libapparmor-dev:amd64. [2021-06-02T16:00:57.258Z] #13 110.8 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-06-02T16:00:57.258Z] #13 110.8 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-06-02T16:00:57.258Z] #13 111.0 Selecting previously unselected package libbtrfs0. [2021-06-02T16:00:57.258Z] #13 111.0 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-06-02T16:00:57.258Z] #13 111.0 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-02T16:00:57.258Z] #13 111.1 Selecting previously unselected package libbtrfs-dev. [2021-06-02T16:00:57.258Z] #13 111.1 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-06-02T16:00:57.258Z] #13 111.1 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-02T16:00:57.258Z] #13 111.2 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-06-02T16:00:57.258Z] #13 111.2 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-06-02T16:00:57.258Z] #13 111.2 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-06-02T16:00:57.258Z] #13 111.3 Selecting previously unselected package libudev-dev:amd64. [2021-06-02T16:00:57.258Z] #13 111.3 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ... [2021-06-02T16:00:57.258Z] #13 111.3 Unpacking libudev-dev:amd64 (241-7~deb10u7) ... [2021-06-02T16:00:57.258Z] #13 111.5 Selecting previously unselected package libsepol1-dev:amd64. [2021-06-02T16:00:57.258Z] #13 111.5 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-06-02T16:00:57.258Z] #13 111.5 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-06-02T16:00:57.258Z] #13 111.8 Selecting previously unselected package libpcre16-3:amd64. [2021-06-02T16:00:57.258Z] #13 111.8 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-06-02T16:00:57.258Z] #13 111.8 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-06-02T16:00:57.258Z] #13 112.0 Selecting previously unselected package libpcre32-3:amd64. [2021-06-02T16:00:57.258Z] #13 112.0 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-06-02T16:00:57.258Z] #13 112.0 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-06-02T16:00:57.258Z] #13 112.2 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-06-02T16:00:57.258Z] #13 112.2 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-06-02T16:00:57.258Z] #13 112.2 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-06-02T16:00:57.351Z] #47 ... [2021-06-02T16:00:57.351Z] [2021-06-02T16:00:57.351Z] #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-06-02T16:00:57.351Z] #24 sha256:955c4df1e15f0168b1debc10b5b132cecdd5dd04749819030650ce85a6168856 [2021-06-02T16:00:57.351Z] #24 4.307 + RM_GOPATH=0 [2021-06-02T16:00:57.352Z] #24 4.307 + TMP_GOPATH= [2021-06-02T16:00:57.352Z] #24 4.307 + : /build [2021-06-02T16:00:57.352Z] #24 4.307 + '[' -z '' ']' [2021-06-02T16:00:57.352Z] #24 4.307 ++ mktemp -d [2021-06-02T16:00:57.352Z] #24 4.307 + export GOPATH=/tmp/tmp.uAhbHeyB8R [2021-06-02T16:00:57.352Z] #24 4.307 + GOPATH=/tmp/tmp.uAhbHeyB8R [2021-06-02T16:00:57.352Z] #24 4.307 + RM_GOPATH=1 [2021-06-02T16:00:57.352Z] #24 4.307 + case "$(go env GOARCH)" in [2021-06-02T16:00:57.352Z] #24 4.307 ++ go env GOARCH [2021-06-02T16:00:57.352Z] #24 4.307 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:57.352Z] #24 4.307 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:57.352Z] #24 4.307 ++ dirname /tmp/install/install.sh [2021-06-02T16:00:57.352Z] #24 4.307 + dir=/tmp/install [2021-06-02T16:00:57.352Z] #24 4.307 + bin=dockercli [2021-06-02T16:00:57.352Z] #24 4.307 + shift [2021-06-02T16:00:57.352Z] #24 4.307 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-06-02T16:00:57.352Z] #24 4.307 + . /tmp/install/dockercli.installer [2021-06-02T16:00:57.352Z] #24 4.307 ++ : stable [2021-06-02T16:00:57.352Z] #24 4.307 ++ : 17.06.2-ce [2021-06-02T16:00:57.352Z] #24 4.307 + install_dockercli [2021-06-02T16:00:57.352Z] #24 4.307 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-06-02T16:00:57.352Z] #24 4.307 ++ uname -m [2021-06-02T16:00:57.352Z] #24 4.307 + arch=x86_64 [2021-06-02T16:00:57.352Z] #24 4.307 + '[' x86_64 '!=' x86_64 ']' [2021-06-02T16:00:57.352Z] #24 4.307 + url=https://download.docker.com/linux/static [2021-06-02T16:00:57.352Z] #24 4.307 + tar -xz docker/docker [2021-06-02T16:00:57.352Z] #24 4.307 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-06-02T16:00:57.352Z] #24 4.310 Install docker/cli version 17.06.2-ce from stable [2021-06-02T16:00:57.352Z] #24 6.623 + mkdir -p /build [2021-06-02T16:00:57.352Z] #24 6.633 + mv docker/docker /build/ [2021-06-02T16:00:57.352Z] #24 6.633 + rmdir docker [2021-06-02T16:00:57.352Z] #24 DONE 7.3s [2021-06-02T16:00:57.352Z] [2021-06-02T16:00:57.352Z] #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-06-02T16:00:57.352Z] #47 sha256:71ebfc7cdb967e6f19804360c200d978441c3204978874657aafe88b21050189 [2021-06-02T16:00:57.352Z] #47 7.253 go: downloading gotest.tools/gotestsum v0.5.3 [2021-06-02T16:00:57.352Z] #47 ... [2021-06-02T16:00:57.352Z] [2021-06-02T16:00:57.352Z] #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-06-02T16:00:57.352Z] #49 sha256:5951b44ed6faa3bea525f4965803c2ea5865de7dd4e1fe41fc18ec38c5d116e3 [2021-06-02T16:00:57.352Z] #49 6.127 + RM_GOPATH=0 [2021-06-02T16:00:57.352Z] #49 6.127 + TMP_GOPATH= [2021-06-02T16:00:57.352Z] #49 6.127 + : /build [2021-06-02T16:00:57.352Z] #49 6.127 + '[' -z '' ']' [2021-06-02T16:00:57.352Z] #49 6.127 ++ mktemp -d [2021-06-02T16:00:57.352Z] #49 6.127 + export GOPATH=/tmp/tmp.piDIhjKlzB [2021-06-02T16:00:57.352Z] #49 6.127 + GOPATH=/tmp/tmp.piDIhjKlzB [2021-06-02T16:00:57.352Z] #49 6.127 + RM_GOPATH=1 [2021-06-02T16:00:57.352Z] #49 6.127 + case "$(go env GOARCH)" in [2021-06-02T16:00:57.352Z] #49 6.127 ++ go env GOARCH [2021-06-02T16:00:57.352Z] #49 6.150 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:57.352Z] #49 6.150 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:57.352Z] #49 6.150 ++ dirname /tmp/install/install.sh [2021-06-02T16:00:57.352Z] #49 6.150 + dir=/tmp/install [2021-06-02T16:00:57.352Z] #49 6.150 + bin=golangci_lint [2021-06-02T16:00:57.352Z] #49 6.150 + shift [2021-06-02T16:00:57.352Z] #49 6.150 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-06-02T16:00:57.352Z] #49 6.150 + . /tmp/install/golangci_lint.installer [2021-06-02T16:00:57.352Z] #49 6.150 ++ : v1.23.8 [2021-06-02T16:00:57.352Z] #49 6.150 + install_golangci_lint [2021-06-02T16:00:57.352Z] #49 6.150 + set -e [2021-06-02T16:00:57.352Z] #49 6.150 + export GO111MODULE=on [2021-06-02T16:00:57.352Z] #49 6.150 + GO111MODULE=on [2021-06-02T16:00:57.352Z] #49 6.150 + GOBIN=/build [2021-06-02T16:00:57.352Z] #49 6.150 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-06-02T16:00:57.352Z] #49 6.185 go: finding github.com v1.23.8 [2021-06-02T16:00:57.352Z] #49 6.185 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-06-02T16:00:57.352Z] #49 6.185 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-06-02T16:00:57.352Z] #49 6.185 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-06-02T16:00:57.352Z] #49 6.185 go: finding github.com/golangci v1.23.8 [2021-06-02T16:00:57.352Z] #49 7.044 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-06-02T16:00:57.518Z] #13 112.3 Selecting previously unselected package libpcre3-dev:amd64. [2021-06-02T16:00:57.518Z] #13 112.3 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-06-02T16:00:57.518Z] #13 112.3 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-06-02T16:00:57.612Z] #49 ... [2021-06-02T16:00:57.612Z] [2021-06-02T16:00:57.612Z] #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-06-02T16:00:57.612Z] #58 sha256:4d4288784e7c81f995f6395782082af3698c3c62f2a5d6d8047ae6440773e72e [2021-06-02T16:00:57.612Z] #58 7.465 go: downloading github.com/pkg/errors v0.9.1 [2021-06-02T16:00:57.612Z] #58 7.466 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-02T16:00:57.612Z] #58 7.503 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-06-02T16:00:57.779Z] #13 112.8 Selecting previously unselected package libselinux1-dev:amd64. [2021-06-02T16:00:57.815Z] #49 31.98 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-02T16:00:57.815Z] #49 32.13 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-02T16:00:57.874Z] #58 7.643 go: extracting github.com/pkg/errors v0.9.1 [2021-06-02T16:00:57.874Z] #58 7.643 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-06-02T16:00:57.874Z] #58 7.643 go: downloading github.com/moby/vpnkit v0.5.0 [2021-06-02T16:00:57.874Z] #58 7.643 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-02T16:00:57.874Z] #58 7.643 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-02T16:00:57.874Z] #58 7.643 go: downloading github.com/google/uuid v1.2.0 [2021-06-02T16:00:57.874Z] #58 7.717 go: downloading github.com/gorilla/mux v1.8.0 [2021-06-02T16:00:57.874Z] #58 7.815 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-06-02T16:00:57.874Z] #58 7.815 go: extracting github.com/sirupsen/logrus v1.8.1 [2021-06-02T16:00:57.874Z] #58 7.815 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-02T16:00:58.039Z] #13 112.9 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-06-02T16:00:58.039Z] #13 112.9 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-06-02T16:00:58.075Z] #49 32.25 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-02T16:00:58.135Z] #58 7.998 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-02T16:00:58.135Z] #58 7.998 go: downloading github.com/gofrs/flock v0.8.0 [2021-06-02T16:00:58.300Z] #13 113.2 Selecting previously unselected package libdevmapper-dev:amd64. [2021-06-02T16:00:58.300Z] #13 113.2 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-06-02T16:00:58.300Z] #13 113.2 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-06-02T16:00:58.300Z] #13 113.3 Selecting previously unselected package libseccomp-dev:amd64. [2021-06-02T16:00:58.403Z] #58 8.131 go: extracting github.com/moby/sys/mountinfo v0.4.1 [2021-06-02T16:00:58.403Z] #58 8.211 go: extracting github.com/google/uuid v1.2.0 [2021-06-02T16:00:58.403Z] #58 8.282 go: extracting github.com/gorilla/mux v1.8.0 [2021-06-02T16:00:58.560Z] #13 113.3 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-06-02T16:00:58.560Z] #13 113.3 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-06-02T16:00:58.560Z] #13 113.4 Selecting previously unselected package libsystemd-dev:amd64. [2021-06-02T16:00:58.560Z] #13 113.5 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ... [2021-06-02T16:00:58.560Z] #13 113.5 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-06-02T16:00:58.907Z] #67 ... [2021-06-02T16:00:58.907Z] [2021-06-02T16:00:58.907Z] #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-06-02T16:00:58.907Z] #51 sha256:647a47c484636f11ae26a4cd6b99fb2731b9a35a98471f34200ea640cd6ffe9d [2021-06-02T16:00:58.907Z] #51 22.71 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-02T16:00:58.907Z] #51 23.48 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-02T16:00:58.907Z] #51 24.94 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-02T16:00:58.907Z] #51 26.46 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-02T16:00:58.907Z] #51 26.58 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-02T16:00:58.907Z] #51 26.76 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-02T16:00:58.907Z] #51 26.84 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-02T16:00:58.907Z] #51 27.64 runtime/cgo [2021-06-02T16:00:58.907Z] #51 27.67 runtime [2021-06-02T16:00:58.907Z] #51 ... [2021-06-02T16:00:58.907Z] [2021-06-02T16:00:58.907Z] #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-06-02T16:00:58.907Z] #49 sha256:a0fa05f10b3dc0a99f726864db738a3e87890cb6c07597d616828645e5d5f129 [2021-06-02T16:00:58.907Z] #49 27.39 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-02T16:00:58.907Z] #49 27.45 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-06-02T16:00:58.907Z] #49 27.47 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-06-02T16:00:58.907Z] #49 27.53 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-06-02T16:00:58.907Z] #49 27.67 go: downloading github.com/stretchr/objx v0.2.0 [2021-06-02T16:00:58.907Z] #49 27.67 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-06-02T16:00:58.907Z] #49 27.80 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-06-02T16:00:58.907Z] #49 27.93 go: extracting github.com/pkg/errors v0.8.1 [2021-06-02T16:00:58.907Z] #49 27.94 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-06-02T16:00:58.907Z] #49 27.99 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-06-02T16:00:58.907Z] #49 27.99 go: downloading github.com/spf13/afero v1.1.2 [2021-06-02T16:00:58.907Z] #49 27.99 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-06-02T16:00:58.907Z] #49 28.00 go: extracting github.com/stretchr/objx v0.2.0 [2021-06-02T16:00:58.907Z] #49 28.05 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-02T16:00:58.907Z] #49 28.06 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-06-02T16:00:58.907Z] #49 28.06 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-02T16:00:58.907Z] #49 28.15 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-02T16:00:58.907Z] #49 28.16 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-02T16:00:58.907Z] #49 28.17 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-06-02T16:00:58.907Z] #49 28.31 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-06-02T16:00:58.907Z] #49 28.47 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-02T16:00:58.907Z] #49 28.50 go: downloading github.com/gogo/protobuf v1.2.1 [2021-06-02T16:00:58.907Z] #49 28.51 go: extracting github.com/spf13/afero v1.1.2 [2021-06-02T16:00:58.907Z] #49 28.60 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-02T16:00:58.907Z] #49 28.61 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-02T16:00:58.907Z] #49 28.77 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-06-02T16:00:58.907Z] #49 28.89 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-06-02T16:00:58.907Z] #49 28.89 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-02T16:00:58.907Z] #49 28.91 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-06-02T16:00:58.907Z] #49 29.19 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-02T16:00:58.907Z] #49 29.33 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-02T16:00:58.907Z] #49 29.56 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-06-02T16:00:58.907Z] #49 29.68 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-06-02T16:00:58.907Z] #49 29.82 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-06-02T16:00:58.907Z] #49 30.03 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-06-02T16:00:58.907Z] #49 30.27 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-02T16:00:58.907Z] #49 32.86 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-02T16:00:58.974Z] #58 8.623 go: extracting github.com/gofrs/flock v0.8.0 [2021-06-02T16:00:59.125Z] #49 ... [2021-06-02T16:00:59.125Z] [2021-06-02T16:00:59.125Z] #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-06-02T16:00:59.125Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-06-02T16:00:59.125Z] #42 6.750 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-02T16:00:59.125Z] #42 6.803 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-02T16:00:59.125Z] #42 6.804 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-02T16:00:59.125Z] #42 7.672 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-06-02T16:00:59.125Z] #42 9.571 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [285 kB] [2021-06-02T16:00:59.125Z] #42 ... [2021-06-02T16:00:59.125Z] [2021-06-02T16:00:59.125Z] #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-06-02T16:00:59.125Z] #51 sha256:71b0debc21dc031cce79b995a7b9f6d185737449be03474d50ebb51f7f4cdbc2 [2021-06-02T16:00:59.125Z] #51 6.850 + RM_GOPATH=0 [2021-06-02T16:00:59.125Z] #51 6.850 + TMP_GOPATH= [2021-06-02T16:00:59.125Z] #51 6.851 + : /build [2021-06-02T16:00:59.125Z] #51 6.851 + '[' -z '' ']' [2021-06-02T16:00:59.125Z] #51 6.853 ++ mktemp -d [2021-06-02T16:00:59.125Z] #51 6.857 + export GOPATH=/tmp/tmp.aRHmGxMLbS [2021-06-02T16:00:59.125Z] #51 6.857 + GOPATH=/tmp/tmp.aRHmGxMLbS [2021-06-02T16:00:59.125Z] #51 6.857 + RM_GOPATH=1 [2021-06-02T16:00:59.125Z] #51 6.857 + case "$(go env GOARCH)" in [2021-06-02T16:00:59.125Z] #51 6.858 ++ go env GOARCH [2021-06-02T16:00:59.125Z] #51 6.875 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:59.125Z] #51 6.875 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:59.125Z] #51 6.876 ++ dirname /tmp/install/install.sh [2021-06-02T16:00:59.125Z] #51 6.880 + dir=/tmp/install [2021-06-02T16:00:59.125Z] #51 6.881 + bin=shfmt [2021-06-02T16:00:59.125Z] #51 6.881 + shift [2021-06-02T16:00:59.125Z] #51 6.884 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-06-02T16:00:59.125Z] #51 6.884 + . /tmp/install/shfmt.installer [2021-06-02T16:00:59.125Z] #51 6.885 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-02T16:00:59.125Z] #51 6.886 + install_shfmt [2021-06-02T16:00:59.125Z] #51 6.886 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-06-02T16:00:59.125Z] #51 6.886 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-02T16:00:59.125Z] #51 6.886 + git clone https://github.com/mvdan/sh.git /tmp/tmp.aRHmGxMLbS/src/github.com/mvdan/sh [2021-06-02T16:00:59.125Z] #51 6.896 Cloning into '/tmp/tmp.aRHmGxMLbS/src/github.com/mvdan/sh'... [2021-06-02T16:00:59.125Z] #51 ... [2021-06-02T16:00:59.125Z] [2021-06-02T16:00:59.125Z] #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-06-02T16:00:59.125Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-06-02T16:00:59.125Z] #55 7.150 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-02T16:00:59.125Z] #55 7.199 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-02T16:00:59.125Z] #55 7.211 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-02T16:00:59.125Z] #55 8.210 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-06-02T16:00:59.125Z] #55 9.738 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [285 kB] [2021-06-02T16:00:59.125Z] #55 ... [2021-06-02T16:00:59.125Z] [2021-06-02T16:00:59.125Z] #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-06-02T16:00:59.125Z] #45 sha256:9a3f01892994c37ed64e33fce5af07846d09d9ea0eef75bcfbf7eeb92ade3545 [2021-06-02T16:00:59.125Z] #45 6.030 + RM_GOPATH=0 [2021-06-02T16:00:59.125Z] #45 6.030 + TMP_GOPATH= [2021-06-02T16:00:59.125Z] #45 6.030 + : /build [2021-06-02T16:00:59.125Z] #45 6.030 + '[' -z '' ']' [2021-06-02T16:00:59.125Z] #45 6.032 ++ mktemp -d [2021-06-02T16:00:59.125Z] #45 6.037 + export GOPATH=/tmp/tmp.MM53QDNLK6 [2021-06-02T16:00:59.125Z] #45 6.037 + GOPATH=/tmp/tmp.MM53QDNLK6 [2021-06-02T16:00:59.125Z] #45 6.037 + RM_GOPATH=1 [2021-06-02T16:00:59.125Z] #45 6.037 + case "$(go env GOARCH)" in [2021-06-02T16:00:59.125Z] #45 6.037 ++ go env GOARCH [2021-06-02T16:00:59.125Z] #45 6.065 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:59.125Z] #45 6.065 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:59.125Z] #45 6.075 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-02T16:00:59.125Z] #45 6.076 ++ dirname /tmp/install/install.sh [2021-06-02T16:00:59.125Z] #45 6.076 + dir=/tmp/install [2021-06-02T16:00:59.125Z] #45 6.076 + bin=vndr [2021-06-02T16:00:59.125Z] #45 6.076 + shift [2021-06-02T16:00:59.125Z] #45 6.076 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-06-02T16:00:59.125Z] #45 6.076 + . /tmp/install/vndr.installer [2021-06-02T16:00:59.125Z] #45 6.076 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-02T16:00:59.125Z] #45 6.076 + install_vndr [2021-06-02T16:00:59.125Z] #45 6.076 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-06-02T16:00:59.125Z] #45 6.076 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.MM53QDNLK6/src/github.com/LK4D4/vndr [2021-06-02T16:00:59.125Z] #45 6.081 Cloning into '/tmp/tmp.MM53QDNLK6/src/github.com/LK4D4/vndr'... [2021-06-02T16:00:59.125Z] #45 6.953 + cd /tmp/tmp.MM53QDNLK6/src/github.com/LK4D4/vndr [2021-06-02T16:00:59.125Z] #45 6.954 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-02T16:00:59.125Z] #45 6.973 + go build -buildmode=pie -v -o /build/vndr . [2021-06-02T16:00:59.125Z] #45 8.260 internal/race [2021-06-02T16:00:59.125Z] #45 8.268 runtime/internal/sys [2021-06-02T16:00:59.125Z] #45 8.411 internal/cpu [2021-06-02T16:00:59.125Z] #45 8.459 sync/atomic [2021-06-02T16:00:59.125Z] #45 8.543 runtime/internal/atomic [2021-06-02T16:00:59.125Z] #45 8.833 unicode [2021-06-02T16:00:59.125Z] #45 8.985 runtime/internal/math [2021-06-02T16:00:59.125Z] #45 9.148 unicode/utf8 [2021-06-02T16:00:59.125Z] #45 9.614 internal/bytealg [2021-06-02T16:00:59.125Z] #45 9.628 math/bits [2021-06-02T16:00:59.125Z] #45 9.895 internal/testlog [2021-06-02T16:00:59.125Z] #45 10.53 encoding [2021-06-02T16:00:59.131Z] #13 113.9 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-06-02T16:00:59.131Z] #13 113.9 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-06-02T16:00:59.131Z] #13 113.9 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-06-02T16:00:59.131Z] #13 113.9 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-02T16:00:59.131Z] #13 114.0 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-06-02T16:00:59.131Z] #13 114.0 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-06-02T16:00:59.131Z] #13 114.0 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-02T16:00:59.131Z] #13 114.0 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-02T16:00:59.131Z] #13 114.0 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-06-02T16:00:59.131Z] #13 114.0 Setting up libudev-dev:amd64 (241-7~deb10u7) ... [2021-06-02T16:00:59.131Z] #13 114.1 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-02T16:00:59.131Z] #13 114.1 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-02T16:00:59.131Z] #13 114.1 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-06-02T16:00:59.131Z] #13 114.1 Setting up mingw-w64-common (6.0.0-3) ... [2021-06-02T16:00:59.131Z] #13 114.1 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-06-02T16:00:59.131Z] #13 114.1 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-02T16:00:59.131Z] #13 114.1 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-06-02T16:00:59.131Z] #13 114.1 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-02T16:00:59.131Z] #13 114.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-06-02T16:00:59.132Z] #13 114.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-06-02T16:00:59.132Z] #13 114.2 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-02T16:00:59.132Z] #13 114.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-06-02T16:00:59.132Z] #13 114.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-06-02T16:00:59.132Z] #13 114.2 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-02T16:00:59.388Z] #45 ... [2021-06-02T16:00:59.388Z] [2021-06-02T16:00:59.388Z] #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-06-02T16:00:59.388Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-06-02T16:00:59.388Z] #32 6.642 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-06-02T16:00:59.388Z] #32 6.646 Cloning into '.'... [2021-06-02T16:00:59.392Z] #13 114.2 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-06-02T16:00:59.392Z] #13 114.2 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-06-02T16:00:59.392Z] #13 114.2 Setting up dmsetup (2:1.02.155-3) ... [2021-06-02T16:00:59.392Z] #13 114.2 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-06-02T16:00:59.392Z] #13 114.3 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-06-02T16:00:59.392Z] #13 114.3 Processing triggers for libc-bin (2.28-10) ... [2021-06-02T16:00:59.546Z] #58 9.530 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-02T16:00:59.651Z] #32 ... [2021-06-02T16:00:59.651Z] [2021-06-02T16:00:59.651Z] #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-06-02T16:00:59.651Z] #24 sha256:fb39eaafdc4e4c47c7c9dfa9b753b144894651676c23bee5bc361fe8a080cf09 [2021-06-02T16:00:59.651Z] #24 4.325 + RM_GOPATH=0 [2021-06-02T16:00:59.651Z] #24 4.325 + TMP_GOPATH= [2021-06-02T16:00:59.651Z] #24 4.325 + : /build [2021-06-02T16:00:59.651Z] #24 4.325 + '[' -z '' ']' [2021-06-02T16:00:59.651Z] #24 4.328 ++ mktemp -d [2021-06-02T16:00:59.651Z] #24 4.328 + export GOPATH=/tmp/tmp.2ckCXZuFSN [2021-06-02T16:00:59.651Z] #24 4.328 + GOPATH=/tmp/tmp.2ckCXZuFSN [2021-06-02T16:00:59.651Z] #24 4.328 + RM_GOPATH=1 [2021-06-02T16:00:59.651Z] #24 4.328 + case "$(go env GOARCH)" in [2021-06-02T16:00:59.651Z] #24 4.329 ++ go env GOARCH [2021-06-02T16:00:59.651Z] #24 4.345 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:59.651Z] #24 4.345 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:59.651Z] #24 4.345 ++ dirname /tmp/install/install.sh [2021-06-02T16:00:59.651Z] #24 4.352 + dir=/tmp/install [2021-06-02T16:00:59.651Z] #24 4.352 + bin=dockercli [2021-06-02T16:00:59.651Z] #24 4.352 + shift [2021-06-02T16:00:59.651Z] #24 4.352 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-06-02T16:00:59.651Z] #24 4.352 + . /tmp/install/dockercli.installer [2021-06-02T16:00:59.651Z] #24 4.352 ++ : stable [2021-06-02T16:00:59.651Z] #24 4.352 ++ : 17.06.2-ce [2021-06-02T16:00:59.651Z] #24 4.353 + install_dockercli [2021-06-02T16:00:59.651Z] #24 4.353 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-06-02T16:00:59.651Z] #24 4.353 ++ uname -m [2021-06-02T16:00:59.651Z] #24 4.354 Install docker/cli version 17.06.2-ce from stable [2021-06-02T16:00:59.651Z] #24 4.356 + arch=aarch64 [2021-06-02T16:00:59.651Z] #24 4.356 + '[' aarch64 '!=' x86_64 ']' [2021-06-02T16:00:59.651Z] #24 4.356 + '[' aarch64 '!=' s390x ']' [2021-06-02T16:00:59.651Z] #24 4.356 + '[' aarch64 '!=' armhf ']' [2021-06-02T16:00:59.651Z] #24 4.356 + build_dockercli [2021-06-02T16:00:59.651Z] #24 4.356 + git clone https://github.com/docker/docker-ce /tmp/tmp.2ckCXZuFSN/tmp/docker-ce [2021-06-02T16:00:59.651Z] #24 4.369 Cloning into '/tmp/tmp.2ckCXZuFSN/tmp/docker-ce'... [2021-06-02T16:00:59.651Z] #24 ... [2021-06-02T16:00:59.651Z] [2021-06-02T16:00:59.651Z] #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-06-02T16:00:59.651Z] #40 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-06-02T16:00:59.651Z] #40 5.956 + git clone https://github.com/docker/distribution.git . [2021-06-02T16:00:59.651Z] #40 5.967 Cloning into '.'... [2021-06-02T16:00:59.806Z] #58 9.648 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-06-02T16:00:59.914Z] #40 ... [2021-06-02T16:00:59.914Z] [2021-06-02T16:00:59.914Z] #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-06-02T16:00:59.914Z] #47 sha256:a23e9ab4508d4ce39180f122b53d7a6dccded566d755814ff6c371df2f6f4185 [2021-06-02T16:00:59.914Z] #47 5.750 + RM_GOPATH=0 [2021-06-02T16:00:59.914Z] #47 5.750 + TMP_GOPATH= [2021-06-02T16:00:59.914Z] #47 5.750 + : /build [2021-06-02T16:00:59.914Z] #47 5.750 + '[' -z '' ']' [2021-06-02T16:00:59.914Z] #47 5.752 ++ mktemp -d [2021-06-02T16:00:59.914Z] #47 5.764 + export GOPATH=/tmp/tmp.6EAD1ZwzE8 [2021-06-02T16:00:59.914Z] #47 5.764 + GOPATH=/tmp/tmp.6EAD1ZwzE8 [2021-06-02T16:00:59.914Z] #47 5.764 + RM_GOPATH=1 [2021-06-02T16:00:59.914Z] #47 5.764 + case "$(go env GOARCH)" in [2021-06-02T16:00:59.914Z] #47 5.774 ++ go env GOARCH [2021-06-02T16:00:59.914Z] #47 5.806 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:59.914Z] #47 5.806 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:00:59.914Z] #47 5.806 ++ dirname /tmp/install/install.sh [2021-06-02T16:00:59.914Z] #47 5.818 + dir=/tmp/install [2021-06-02T16:00:59.914Z] #47 5.818 + bin=gotestsum [2021-06-02T16:00:59.914Z] #47 5.818 + shift [2021-06-02T16:00:59.914Z] #47 5.818 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-06-02T16:00:59.914Z] #47 5.818 + . /tmp/install/gotestsum.installer [2021-06-02T16:00:59.914Z] #47 5.818 ++ : v0.5.3 [2021-06-02T16:00:59.914Z] #47 5.818 + install_gotestsum [2021-06-02T16:00:59.914Z] #47 5.826 + set -e [2021-06-02T16:00:59.914Z] #47 5.826 + export GO111MODULE=on [2021-06-02T16:00:59.914Z] #47 5.826 + GO111MODULE=on [2021-06-02T16:00:59.914Z] #47 5.826 + GOBIN=/build [2021-06-02T16:00:59.914Z] #47 5.826 + go get gotest.tools/gotestsum@v0.5.3 [2021-06-02T16:00:59.914Z] #47 5.842 go: finding gotest.tools/gotestsum v0.5.3 [2021-06-02T16:00:59.914Z] #47 5.843 go: finding gotest.tools v0.5.3 [2021-06-02T16:00:59.914Z] #47 6.845 go: downloading gotest.tools/gotestsum v0.5.3 [2021-06-02T16:00:59.914Z] #47 7.310 go: extracting gotest.tools/gotestsum v0.5.3 [2021-06-02T16:00:59.914Z] #47 8.391 go: downloading github.com/spf13/pflag v1.0.3 [2021-06-02T16:00:59.914Z] #47 8.440 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-02T16:00:59.914Z] #47 8.462 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-02T16:00:59.914Z] #47 8.465 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-06-02T16:00:59.914Z] #47 8.542 go: downloading github.com/fatih/color v1.9.0 [2021-06-02T16:00:59.914Z] #47 8.651 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-02T16:00:59.914Z] #47 8.820 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-02T16:00:59.914Z] #47 8.907 go: extracting github.com/fatih/color v1.9.0 [2021-06-02T16:00:59.914Z] #47 8.993 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-02T16:00:59.914Z] #47 9.051 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-06-02T16:00:59.914Z] #47 9.063 go: extracting github.com/spf13/pflag v1.0.3 [2021-06-02T16:00:59.914Z] #47 9.109 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-06-02T16:00:59.914Z] #47 9.256 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-06-02T16:00:59.914Z] #47 9.293 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-02T16:00:59.914Z] #47 9.341 go: downloading github.com/pkg/errors v0.9.1 [2021-06-02T16:00:59.914Z] #47 9.439 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-06-02T16:00:59.914Z] #47 9.463 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-06-02T16:00:59.914Z] #47 9.496 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-02T16:00:59.914Z] #47 9.636 go: extracting github.com/pkg/errors v0.9.1 [2021-06-02T16:00:59.914Z] #47 10.86 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-02T16:00:59.914Z] #47 ... [2021-06-02T16:00:59.914Z] [2021-06-02T16:00:59.914Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-06-02T16:00:59.914Z] #34 sha256:a107ecc07254a369322751b9f4aa14a2b34cbe6c23ce789fe877bf2a2c2d125a [2021-06-02T16:00:59.914Z] #34 5.658 Install go-toml version v1.8.1 [2021-06-02T16:00:59.914Z] #34 5.749 go: finding github.com v1.8.1 [2021-06-02T16:00:59.914Z] #34 5.752 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1 [2021-06-02T16:00:59.914Z] #34 5.752 go: finding github.com/pelletier/go-toml/cmd v1.8.1 [2021-06-02T16:00:59.914Z] #34 5.753 go: finding github.com/pelletier/go-toml v1.8.1 [2021-06-02T16:00:59.914Z] #34 5.753 go: finding github.com/pelletier v1.8.1 [2021-06-02T16:00:59.914Z] #34 6.888 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-06-02T16:00:59.914Z] #34 7.279 go: extracting github.com/pelletier/go-toml v1.8.1 [2021-06-02T16:00:59.914Z] #34 9.357 github.com/pelletier/go-toml [2021-06-02T16:01:00.073Z] #58 ... [2021-06-02T16:01:00.073Z] [2021-06-02T16:01:00.073Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-06-02T16:01:00.073Z] #34 sha256:7e3377ee2859e56982586b6b8c5476ab4001e7e3d972f763a5033705fbb5cd5b [2021-06-02T16:01:00.073Z] #34 8.026 Install go-toml version v1.8.1 [2021-06-02T16:01:00.073Z] #34 8.064 go: finding github.com v1.8.1 [2021-06-02T16:01:00.073Z] #34 8.064 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1 [2021-06-02T16:01:00.073Z] #34 8.064 go: finding github.com/pelletier/go-toml/cmd v1.8.1 [2021-06-02T16:01:00.073Z] #34 8.064 go: finding github.com/pelletier/go-toml v1.8.1 [2021-06-02T16:01:00.073Z] #34 8.064 go: finding github.com/pelletier v1.8.1 [2021-06-02T16:01:00.073Z] #34 8.874 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-06-02T16:01:00.073Z] #34 9.343 go: extracting github.com/pelletier/go-toml v1.8.1 [2021-06-02T16:01:00.114Z] #49 ... [2021-06-02T16:01:00.114Z] [2021-06-02T16:01:00.114Z] #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-06-02T16:01:00.114Z] #58 sha256:2d5a35eb03e2ca9bc7eb88da220495b7837def916c84ca09eec5465c349fe3bf [2021-06-02T16:01:00.114Z] #58 24.28 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-02T16:01:00.114Z] #58 26.71 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-02T16:01:00.114Z] #58 27.05 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-02T16:01:00.114Z] #58 27.05 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-06-02T16:01:00.114Z] #58 27.34 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-06-02T16:01:00.114Z] #58 27.73 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-06-02T16:01:00.114Z] #58 30.12 go: finding github.com/pkg/errors v0.9.1 [2021-06-02T16:01:00.114Z] #58 30.38 go: finding github.com/sirupsen/logrus v1.8.1 [2021-06-02T16:01:00.114Z] #58 30.42 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-02T16:01:00.114Z] #58 30.61 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-02T16:01:00.114Z] #58 30.63 go: finding github.com/google/uuid v1.2.0 [2021-06-02T16:01:00.114Z] #58 30.63 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-02T16:01:00.114Z] #58 30.72 go: finding github.com/moby/vpnkit v0.5.0 [2021-06-02T16:01:00.114Z] #58 30.73 go: finding github.com/gofrs/flock v0.8.0 [2021-06-02T16:01:00.114Z] #58 30.77 go: finding github.com/gorilla/mux v1.8.0 [2021-06-02T16:01:00.114Z] #58 30.82 go: finding github.com/moby/sys/mountinfo v0.4.1 [2021-06-02T16:01:00.114Z] #58 30.86 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-02T16:01:00.114Z] #58 30.89 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-06-02T16:01:00.114Z] #58 30.90 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-06-02T16:01:00.114Z] #58 31.15 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-02T16:01:00.114Z] #58 31.29 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-06-02T16:01:00.114Z] #58 ... [2021-06-02T16:01:00.114Z] [2021-06-02T16:01:00.114Z] #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-06-02T16:01:00.114Z] #51 sha256:55a88fb14034dccae60536b55d436d5315a049e5042e9687552eb89ba8f7be98 [2021-06-02T16:01:00.114Z] #51 24.36 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-02T16:01:00.114Z] #51 25.93 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-02T16:01:00.114Z] #51 26.09 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-02T16:01:00.114Z] #51 26.18 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-02T16:01:00.114Z] #51 26.36 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-02T16:01:00.114Z] #51 26.98 runtime/cgo [2021-06-02T16:01:00.114Z] #51 27.20 runtime [2021-06-02T16:01:00.180Z] #34 ... [2021-06-02T16:01:00.180Z] [2021-06-02T16:01:00.180Z] #67 [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-06-02T16:01:00.180Z] #67 sha256:2bb05f187fc25aa95ff0481945809b11b26a8c7a8413231416995cabf5e46f9c [2021-06-02T16:01:00.180Z] #67 6.754 + RM_GOPATH=0 [2021-06-02T16:01:00.180Z] #67 6.754 + TMP_GOPATH= [2021-06-02T16:01:00.180Z] #67 6.754 + : /build [2021-06-02T16:01:00.180Z] #67 6.754 + '[' -z '' ']' [2021-06-02T16:01:00.180Z] #67 6.761 ++ mktemp -d [2021-06-02T16:01:00.180Z] #67 6.763 + export GOPATH=/tmp/tmp.URl0fcfXn9 [2021-06-02T16:01:00.180Z] #67 6.764 + GOPATH=/tmp/tmp.URl0fcfXn9 [2021-06-02T16:01:00.180Z] #67 6.764 + RM_GOPATH=1 [2021-06-02T16:01:00.180Z] #67 6.764 + case "$(go env GOARCH)" in [2021-06-02T16:01:00.180Z] #67 6.767 ++ go env GOARCH [2021-06-02T16:01:00.180Z] #67 6.799 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:01:00.180Z] #67 6.799 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:01:00.180Z] #67 6.800 ++ dirname /tmp/install/install.sh [2021-06-02T16:01:00.180Z] #67 6.802 + dir=/tmp/install [2021-06-02T16:01:00.180Z] #67 6.802 + bin=proxy [2021-06-02T16:01:00.180Z] #67 6.803 + shift [2021-06-02T16:01:00.180Z] #67 6.803 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-06-02T16:01:00.180Z] #67 6.804 + . /tmp/install/proxy.installer [2021-06-02T16:01:00.180Z] #67 6.805 ++ : 64b7a4574d1426139437d20e81c0b6d391130ec8 [2021-06-02T16:01:00.180Z] #67 6.805 + install_proxy [2021-06-02T16:01:00.181Z] #67 6.806 + case "$1" in [2021-06-02T16:01:00.181Z] #67 6.806 + export CGO_ENABLED=0 [2021-06-02T16:01:00.181Z] #67 6.806 + CGO_ENABLED=0 [2021-06-02T16:01:00.181Z] #67 6.807 + _install_proxy [2021-06-02T16:01:00.181Z] #67 6.807 + echo 'Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8' [2021-06-02T16:01:00.181Z] #67 6.808 Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8 [2021-06-02T16:01:00.181Z] #67 6.808 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.URl0fcfXn9/src/github.com/docker/libnetwork [2021-06-02T16:01:00.181Z] #67 6.812 Cloning into '/tmp/tmp.URl0fcfXn9/src/github.com/docker/libnetwork'... [2021-06-02T16:01:00.275Z] #49 34.90 go: extracting github.com/gogo/protobuf v1.2.1 [2021-06-02T16:01:00.334Z] #34 ... [2021-06-02T16:01:00.334Z] [2021-06-02T16:01:00.334Z] #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-06-02T16:01:00.334Z] #45 sha256:c9574aedef6eee0498adeca739abe2efcb00577146fa7c6b61141ec11fdafc85 [2021-06-02T16:01:00.334Z] #45 8.794 + RM_GOPATH=0 [2021-06-02T16:01:00.334Z] #45 8.794 + TMP_GOPATH= [2021-06-02T16:01:00.334Z] #45 8.794 + : /build [2021-06-02T16:01:00.334Z] #45 8.794 + '[' -z '' ']' [2021-06-02T16:01:00.334Z] #45 8.794 ++ mktemp -d [2021-06-02T16:01:00.334Z] #45 8.794 + export GOPATH=/tmp/tmp.rtZDNHcjQM [2021-06-02T16:01:00.334Z] #45 8.794 + GOPATH=/tmp/tmp.rtZDNHcjQM [2021-06-02T16:01:00.334Z] #45 8.794 + RM_GOPATH=1 [2021-06-02T16:01:00.334Z] #45 8.794 + case "$(go env GOARCH)" in [2021-06-02T16:01:00.334Z] #45 8.794 ++ go env GOARCH [2021-06-02T16:01:00.334Z] #45 8.794 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:01:00.334Z] #45 8.794 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:01:00.334Z] #45 8.794 ++ dirname /tmp/install/install.sh [2021-06-02T16:01:00.334Z] #45 8.794 + dir=/tmp/install [2021-06-02T16:01:00.334Z] #45 8.794 + bin=vndr [2021-06-02T16:01:00.334Z] #45 8.794 + shift [2021-06-02T16:01:00.334Z] #45 8.794 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-06-02T16:01:00.334Z] #45 8.794 + . /tmp/install/vndr.installer [2021-06-02T16:01:00.334Z] #45 8.794 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-02T16:01:00.334Z] #45 8.794 + install_vndr [2021-06-02T16:01:00.334Z] #45 8.794 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-06-02T16:01:00.334Z] #45 8.794 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.rtZDNHcjQM/src/github.com/LK4D4/vndr [2021-06-02T16:01:00.334Z] #45 8.802 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-02T16:01:00.334Z] #45 8.807 Cloning into '/tmp/tmp.rtZDNHcjQM/src/github.com/LK4D4/vndr'... [2021-06-02T16:01:00.334Z] #45 9.467 + cd /tmp/tmp.rtZDNHcjQM/src/github.com/LK4D4/vndr [2021-06-02T16:01:00.334Z] #45 9.467 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-02T16:01:00.334Z] #45 9.530 + go build -buildmode=pie -v -o /build/vndr . [2021-06-02T16:01:00.376Z] #51 ... [2021-06-02T16:01:00.376Z] [2021-06-02T16:01:00.376Z] #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-06-02T16:01:00.376Z] #45 sha256:9157f81689e5d9248f131885dbab30c114e596864682d0b6c95e04322c866b39 [2021-06-02T16:01:00.376Z] #45 34.26 vendor/golang.org/x/crypto/internal/subtle [2021-06-02T16:01:00.376Z] #45 34.38 vendor/golang.org/x/crypto/curve25519 [2021-06-02T16:01:00.444Z] #67 ... [2021-06-02T16:01:00.444Z] [2021-06-02T16:01:00.444Z] #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-06-02T16:01:00.444Z] #58 sha256:e6b5a580a7afc843d12461da2d01e8ff790831a4b97c1bfef828637b25675407 [2021-06-02T16:01:00.444Z] #58 4.956 + RM_GOPATH=0 [2021-06-02T16:01:00.444Z] #58 4.956 + TMP_GOPATH= [2021-06-02T16:01:00.444Z] #58 4.956 + : /build [2021-06-02T16:01:00.444Z] #58 4.956 + '[' -z '' ']' [2021-06-02T16:01:00.444Z] #58 4.959 ++ mktemp -d [2021-06-02T16:01:00.444Z] #58 4.968 + export GOPATH=/tmp/tmp.fxoxAr7JVg [2021-06-02T16:01:00.444Z] #58 4.968 + GOPATH=/tmp/tmp.fxoxAr7JVg [2021-06-02T16:01:00.444Z] #58 4.968 + RM_GOPATH=1 [2021-06-02T16:01:00.444Z] #58 4.968 + case "$(go env GOARCH)" in [2021-06-02T16:01:00.444Z] #58 4.970 ++ go env GOARCH [2021-06-02T16:01:00.444Z] #58 4.983 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:01:00.444Z] #58 4.983 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:01:00.444Z] #58 4.983 ++ dirname /tmp/install/install.sh [2021-06-02T16:01:00.444Z] #58 4.986 + dir=/tmp/install [2021-06-02T16:01:00.444Z] #58 4.986 + bin=rootlesskit [2021-06-02T16:01:00.444Z] #58 4.986 + shift [2021-06-02T16:01:00.444Z] #58 4.986 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-06-02T16:01:00.444Z] #58 4.986 + . /tmp/install/rootlesskit.installer [2021-06-02T16:01:00.444Z] #58 4.986 ++ : 4cd567642273d369adaadcbadca00880552c1778 [2021-06-02T16:01:00.444Z] #58 4.986 + install_rootlesskit [2021-06-02T16:01:00.444Z] #58 4.986 + case "$1" in [2021-06-02T16:01:00.444Z] #58 4.986 + export CGO_ENABLED=0 [2021-06-02T16:01:00.444Z] #58 4.986 + CGO_ENABLED=0 [2021-06-02T16:01:00.444Z] #58 4.986 + _install_rootlesskit [2021-06-02T16:01:00.444Z] #58 4.987 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778 [2021-06-02T16:01:00.444Z] #58 4.987 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778' [2021-06-02T16:01:00.444Z] #58 4.987 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.fxoxAr7JVg/src/github.com/rootless-containers/rootlesskit [2021-06-02T16:01:00.444Z] #58 4.991 Cloning into '/tmp/tmp.fxoxAr7JVg/src/github.com/rootless-containers/rootlesskit'... [2021-06-02T16:01:00.444Z] #58 6.646 + cd /tmp/tmp.fxoxAr7JVg/src/github.com/rootless-containers/rootlesskit [2021-06-02T16:01:00.444Z] #58 6.646 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778 [2021-06-02T16:01:00.444Z] #58 6.668 + export GO111MODULE=on [2021-06-02T16:01:00.444Z] #58 6.668 + GO111MODULE=on [2021-06-02T16:01:00.444Z] #58 6.668 + export GOPROXY=https://proxy.golang.org [2021-06-02T16:01:00.444Z] #58 6.668 + GOPROXY=https://proxy.golang.org [2021-06-02T16:01:00.444Z] #58 6.668 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-02T16:01:00.444Z] #58 6.668 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-06-02T16:01:00.444Z] #58 8.557 go: downloading github.com/pkg/errors v0.9.1 [2021-06-02T16:01:00.444Z] #58 8.640 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-02T16:01:00.444Z] #58 8.763 go: downloading github.com/gofrs/flock v0.8.0 [2021-06-02T16:01:00.444Z] #58 8.827 go: downloading github.com/google/uuid v1.2.0 [2021-06-02T16:01:00.444Z] #58 8.837 go: downloading github.com/gorilla/mux v1.8.0 [2021-06-02T16:01:00.444Z] #58 8.913 go: extracting github.com/pkg/errors v0.9.1 [2021-06-02T16:01:00.444Z] #58 8.972 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-02T16:01:00.444Z] #58 9.017 go: downloading github.com/moby/vpnkit v0.5.0 [2021-06-02T16:01:00.444Z] #58 9.168 go: extracting github.com/google/uuid v1.2.0 [2021-06-02T16:01:00.444Z] #58 9.188 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-06-02T16:01:00.444Z] #58 9.417 go: extracting github.com/gofrs/flock v0.8.0 [2021-06-02T16:01:00.444Z] #58 9.535 go: extracting github.com/gorilla/mux v1.8.0 [2021-06-02T16:01:00.444Z] #58 9.611 go: extracting github.com/moby/sys/mountinfo v0.4.1 [2021-06-02T16:01:00.444Z] #58 9.789 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-06-02T16:01:00.444Z] #58 9.822 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-02T16:01:00.444Z] #58 9.861 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-06-02T16:01:00.444Z] #58 10.01 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-02T16:01:00.444Z] #58 10.59 go: extracting github.com/sirupsen/logrus v1.8.1 [2021-06-02T16:01:00.444Z] #58 10.60 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-02T16:01:00.444Z] #58 11.63 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-02T16:01:00.444Z] #58 ... [2021-06-02T16:01:00.444Z] [2021-06-02T16:01:00.444Z] #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-06-02T16:01:00.444Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-06-02T16:01:00.444Z] #36 5.414 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-02T16:01:00.444Z] #36 5.464 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-02T16:01:00.444Z] #36 5.464 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-02T16:01:00.444Z] #36 6.482 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-06-02T16:01:00.444Z] #36 7.808 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [285 kB] [2021-06-02T16:01:00.444Z] #36 9.830 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [10.8 kB] [2021-06-02T16:01:00.596Z] #45 ... [2021-06-02T16:01:00.596Z] [2021-06-02T16:01:00.596Z] #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-06-02T16:01:00.596Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-02T16:01:00.596Z] #55 10.22 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-02T16:01:00.596Z] #55 10.30 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-02T16:01:00.596Z] #55 10.30 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-02T16:01:00.596Z] #55 ... [2021-06-02T16:01:00.596Z] [2021-06-02T16:01:00.596Z] #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-06-02T16:01:00.596Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-06-02T16:01:00.596Z] #32 8.754 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-06-02T16:01:00.596Z] #32 8.754 Cloning into '.'... [2021-06-02T16:01:00.709Z] #36 ... [2021-06-02T16:01:00.709Z] [2021-06-02T16:01:00.709Z] #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-06-02T16:01:00.709Z] #45 sha256:9a3f01892994c37ed64e33fce5af07846d09d9ea0eef75bcfbf7eeb92ade3545 [2021-06-02T16:01:00.709Z] #45 10.75 unicode/utf16 [2021-06-02T16:01:00.709Z] #45 10.93 math [2021-06-02T16:01:00.709Z] #45 11.14 runtime [2021-06-02T16:01:00.709Z] #45 11.26 container/list [2021-06-02T16:01:00.709Z] #45 ... [2021-06-02T16:01:00.709Z] [2021-06-02T16:01:00.709Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:01:00.709Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-06-02T16:01:00.709Z] #13 5.248 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-02T16:01:00.709Z] #13 5.252 Get:2 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-06-02T16:01:00.709Z] #13 5.300 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-02T16:01:00.709Z] #13 5.305 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-02T16:01:00.709Z] #13 6.474 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-06-02T16:01:00.709Z] #13 8.217 Get:6 http://deb.debian.org/debian buster-backports/main arm64 Packages [472 kB] [2021-06-02T16:01:00.709Z] #13 10.02 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [285 kB] [2021-06-02T16:01:00.857Z] #32 ... [2021-06-02T16:01:00.857Z] [2021-06-02T16:01:00.857Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-06-02T16:01:00.857Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-06-02T16:01:00.857Z] #12 DONE 10.5s [2021-06-02T16:01:00.857Z] [2021-06-02T16:01:00.857Z] #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-06-02T16:01:00.857Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-06-02T16:01:00.857Z] #42 7.225 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-02T16:01:00.857Z] #42 7.342 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-02T16:01:00.857Z] #42 7.415 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-02T16:01:00.857Z] #42 7.778 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-02T16:01:00.857Z] #42 9.213 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [291 kB] [2021-06-02T16:01:00.857Z] #42 ... [2021-06-02T16:01:00.857Z] [2021-06-02T16:01:00.857Z] #67 [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-06-02T16:01:00.857Z] #67 sha256:5b7be01d6c16a215d026268234d38aca5d4ee5799c8b4e437955513b53385991 [2021-06-02T16:01:00.857Z] #67 5.678 + RM_GOPATH=0 [2021-06-02T16:01:00.857Z] #67 5.678 + TMP_GOPATH= [2021-06-02T16:01:00.857Z] #67 5.678 + : /build [2021-06-02T16:01:00.857Z] #67 5.678 + '[' -z '' ']' [2021-06-02T16:01:00.857Z] #67 5.678 ++ mktemp -d [2021-06-02T16:01:00.857Z] #67 5.678 + export GOPATH=/tmp/tmp.KAvMeuDUPF [2021-06-02T16:01:00.857Z] #67 5.678 + GOPATH=/tmp/tmp.KAvMeuDUPF [2021-06-02T16:01:00.857Z] #67 5.678 + RM_GOPATH=1 [2021-06-02T16:01:00.857Z] #67 5.678 + case "$(go env GOARCH)" in [2021-06-02T16:01:00.857Z] #67 5.678 ++ go env GOARCH [2021-06-02T16:01:00.857Z] #67 5.702 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:01:00.857Z] #67 5.702 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:01:00.857Z] #67 5.702 ++ dirname /tmp/install/install.sh [2021-06-02T16:01:00.857Z] #67 5.702 + dir=/tmp/install [2021-06-02T16:01:00.857Z] #67 5.702 + bin=proxy [2021-06-02T16:01:00.857Z] #67 5.702 + shift [2021-06-02T16:01:00.857Z] #67 5.702 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-06-02T16:01:00.857Z] #67 5.702 + . /tmp/install/proxy.installer [2021-06-02T16:01:00.857Z] #67 5.702 ++ : 64b7a4574d1426139437d20e81c0b6d391130ec8 [2021-06-02T16:01:00.857Z] #67 5.702 + install_proxy [2021-06-02T16:01:00.857Z] #67 5.702 + case "$1" in [2021-06-02T16:01:00.857Z] #67 5.702 + export CGO_ENABLED=0 [2021-06-02T16:01:00.857Z] #67 5.702 + CGO_ENABLED=0 [2021-06-02T16:01:00.857Z] #67 5.702 + _install_proxy [2021-06-02T16:01:00.857Z] #67 5.702 + echo 'Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8' [2021-06-02T16:01:00.857Z] #67 5.702 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.KAvMeuDUPF/src/github.com/docker/libnetwork [2021-06-02T16:01:00.857Z] #67 5.702 Cloning into '/tmp/tmp.KAvMeuDUPF/src/github.com/docker/libnetwork'... [2021-06-02T16:01:00.857Z] #67 5.703 Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8 [2021-06-02T16:01:01.003Z] #13 ... [2021-06-02T16:01:01.003Z] [2021-06-02T16:01:01.003Z] #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-06-02T16:01:01.003Z] #45 sha256:9a3f01892994c37ed64e33fce5af07846d09d9ea0eef75bcfbf7eeb92ade3545 [2021-06-02T16:01:01.003Z] #45 12.17 crypto/internal/subtle [2021-06-02T16:01:01.118Z] #67 ... [2021-06-02T16:01:01.118Z] [2021-06-02T16:01:01.118Z] #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-06-02T16:01:01.119Z] #45 sha256:c9574aedef6eee0498adeca739abe2efcb00577146fa7c6b61141ec11fdafc85 [2021-06-02T16:01:01.119Z] #45 10.92 runtime/internal/atomic [2021-06-02T16:01:01.119Z] #45 10.92 internal/cpu [2021-06-02T16:01:01.204Z] #49 ... [2021-06-02T16:01:01.204Z] [2021-06-02T16:01:01.204Z] #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-06-02T16:01:01.204Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-02T16:01:01.204Z] #40 25.21 Checking out files: 67% (1142/1694) Checking out files: 68% (1152/1694) Checking out files: 69% (1169/1694) Checking out files: 70% (1186/1694) Checking out files: 71% (1203/1694) Checking out files: 72% (1220/1694) Checking out files: 73% (1237/1694) Checking out files: 74% (1254/1694) Checking out files: 75% (1271/1694) Checking out files: 76% (1288/1694) Checking out files: 77% (1305/1694) Checking out files: 78% (1322/1694) Checking out files: 79% (1339/1694) Checking out files: 80% (1356/1694) Checking out files: 81% (1373/1694) Checking out files: 82% (1390/1694) Checking out files: 83% (1407/1694) Checking out files: 84% (1423/1694) Checking out files: 85% (1440/1694) Checking out files: 86% (1457/1694) Checking out files: 87% (1474/1694) Checking out files: 88% (1491/1694) Checking out files: 89% (1508/1694) Checking out files: 90% (1525/1694) Checking out files: 91% (1542/1694) Checking out files: 92% (1559/1694) Checking out files: 93% (1576/1694) Checking out files: 94% (1593/1694) Checking out files: 95% (1610/1694) Checking out files: 96% (1627/1694) Checking out files: 97% (1644/1694) Checking out files: 98% (1661/1694) Checking out files: 99% (1678/1694) Checking out files: 100% (1694/1694) Checking out files: 100% (1694/1694), done. [2021-06-02T16:01:01.204Z] #40 25.72 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-06-02T16:01:01.204Z] #40 27.49 + 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-06-02T16:01:01.267Z] #45 12.47 crypto/subtle [2021-06-02T16:01:01.308Z] #13 DONE 116.2s [2021-06-02T16:01:01.308Z] [2021-06-02T16:01:01.308Z] #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-06-02T16:01:01.308Z] #53 sha256:d74a9f9c69b1a532ce2dfe4a6ccb22c81fd40dde4488f27bc2c362884cd9181b [2021-06-02T16:01:01.379Z] #45 11.18 runtime/internal/sys [2021-06-02T16:01:01.640Z] #45 11.40 runtime/internal/math [2021-06-02T16:01:01.640Z] #45 11.55 internal/bytealg [2021-06-02T16:01:01.640Z] #45 11.55 internal/race [2021-06-02T16:01:01.842Z] #45 13.06 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-06-02T16:01:01.904Z] #45 11.68 sync/atomic [2021-06-02T16:01:02.107Z] #45 13.42 internal/nettrace [2021-06-02T16:01:02.165Z] #45 11.97 unicode [2021-06-02T16:01:02.174Z] #40 ... [2021-06-02T16:01:02.174Z] [2021-06-02T16:01:02.174Z] #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-06-02T16:01:02.174Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-02T16:01:02.174Z] #36 26.64 Fetched 8447 kB in 19s (437 kB/s) [2021-06-02T16:01:02.174Z] #36 26.64 Reading package lists... [2021-06-02T16:01:02.174Z] #36 32.91 Reading package lists... [2021-06-02T16:01:02.174Z] #36 ... [2021-06-02T16:01:02.174Z] [2021-06-02T16:01:02.174Z] #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-06-02T16:01:02.174Z] #58 sha256:31843f4df59d6dddf484082c99c240d626c6b396bb1246c98f077a2610277b4e [2021-06-02T16:01:02.174Z] #58 28.22 go: finding github.com/pkg/errors v0.9.1 [2021-06-02T16:01:02.174Z] #58 28.33 go: finding github.com/sirupsen/logrus v1.8.1 [2021-06-02T16:01:02.174Z] #58 28.55 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-02T16:01:02.174Z] #58 28.63 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-02T16:01:02.174Z] #58 28.69 go: finding github.com/google/uuid v1.2.0 [2021-06-02T16:01:02.174Z] #58 28.78 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-02T16:01:02.174Z] #58 28.87 go: finding github.com/gofrs/flock v0.8.0 [2021-06-02T16:01:02.174Z] #58 28.89 go: finding github.com/moby/vpnkit v0.5.0 [2021-06-02T16:01:02.174Z] #58 28.91 go: finding github.com/gorilla/mux v1.8.0 [2021-06-02T16:01:02.174Z] #58 28.97 go: finding github.com/moby/sys/mountinfo v0.4.1 [2021-06-02T16:01:02.174Z] #58 29.01 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-02T16:01:02.174Z] #58 29.02 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-06-02T16:01:02.174Z] #58 29.02 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-06-02T16:01:02.174Z] #58 29.18 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-02T16:01:02.174Z] #58 29.44 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-06-02T16:01:02.284Z] #45 ... [2021-06-02T16:01:02.284Z] [2021-06-02T16:01:02.284Z] #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-06-02T16:01:02.284Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-02T16:01:02.284Z] #36 26.28 Fetched 8447 kB in 20s (423 kB/s) [2021-06-02T16:01:02.284Z] #36 26.28 Reading package lists... [2021-06-02T16:01:02.284Z] #36 32.72 Reading package lists... [2021-06-02T16:01:02.284Z] #36 ... [2021-06-02T16:01:02.284Z] [2021-06-02T16:01:02.284Z] #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-06-02T16:01:02.284Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-06-02T16:01:02.284Z] #42 26.53 Fetched 8447 kB in 19s (439 kB/s) [2021-06-02T16:01:02.284Z] #42 26.53 Reading package lists... [2021-06-02T16:01:02.370Z] #45 13.57 runtime/cgo [2021-06-02T16:01:02.542Z] #42 32.75 Reading package lists... [2021-06-02T16:01:02.542Z] #42 ... [2021-06-02T16:01:02.542Z] [2021-06-02T16:01:02.542Z] #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-06-02T16:01:02.542Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-02T16:01:02.542Z] #40 26.38 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-06-02T16:01:02.542Z] #40 28.33 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-06-02T16:01:02.542Z] #40 ... [2021-06-02T16:01:02.542Z] [2021-06-02T16:01:02.543Z] #67 [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-06-02T16:01:02.543Z] #67 sha256:0cdb6a13ed1ac2598e143ec82e3ce051cb9b634f5bd727119298136c71fdcff1 [2021-06-02T16:01:02.543Z] #67 27.34 Checking out files: 66% (1265/1907) Checking out files: 67% (1278/1907) Checking out files: 68% (1297/1907) Checking out files: 69% (1316/1907) Checking out files: 70% (1335/1907) Checking out files: 71% (1354/1907) Checking out files: 72% (1374/1907) Checking out files: 73% (1393/1907) Checking out files: 74% (1412/1907) Checking out files: 75% (1431/1907) Checking out files: 76% (1450/1907) Checking out files: 77% (1469/1907) Checking out files: 78% (1488/1907) Checking out files: 79% (1507/1907) Checking out files: 80% (1526/1907) Checking out files: 81% (1545/1907) Checking out files: 82% (1564/1907) Checking out files: 83% (1583/1907) Checking out files: 84% (1602/1907) Checking out files: 85% (1621/1907) Checking out files: 86% (1641/1907) Checking out files: 87% (1660/1907) Checking out files: 88% (1679/1907) Checking out files: 89% (1698/1907) Checking out files: 90% (1717/1907) Checking out files: 91% (1736/1907) Checking out files: 92% (1755/1907) Checking out files: 93% (1774/1907) Checking out files: 94% (1793/1907) Checking out files: 95% (1812/1907) Checking out files: 96% (1831/1907) Checking out files: 97% (1850/1907) Checking out files: 98% (1869/1907) Checking out files: 99% (1888/1907) Checking out files: 100% (1907/1907) Checking out files: 100% (1907/1907), done. [2021-06-02T16:01:02.543Z] #67 27.95 + cd /tmp/tmp.fYhqGOOo9w/src/github.com/docker/libnetwork [2021-06-02T16:01:02.543Z] #67 27.95 + git checkout -q 64b7a4574d1426139437d20e81c0b6d391130ec8 [2021-06-02T16:01:02.543Z] #67 28.43 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-06-02T16:01:02.634Z] #45 13.72 vendor/golang.org/x/crypto/internal/subtle [2021-06-02T16:01:02.736Z] #45 12.59 runtime [2021-06-02T16:01:02.781Z] #58 ... [2021-06-02T16:01:02.781Z] [2021-06-02T16:01:02.781Z] #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-06-02T16:01:02.781Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-06-02T16:01:02.781Z] #42 27.25 Fetched 8447 kB in 20s (425 kB/s) [2021-06-02T16:01:02.781Z] #42 27.25 Reading package lists... [2021-06-02T16:01:02.781Z] #42 33.47 Reading package lists... [2021-06-02T16:01:02.781Z] #42 ... [2021-06-02T16:01:02.781Z] [2021-06-02T16:01:02.781Z] #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-06-02T16:01:02.781Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-02T16:01:02.781Z] #55 27.38 Fetched 8447 kB in 20s (422 kB/s) [2021-06-02T16:01:02.781Z] #55 27.38 Reading package lists... [2021-06-02T16:01:03.037Z] #55 33.56 Reading package lists... [2021-06-02T16:01:03.037Z] #55 ... [2021-06-02T16:01:03.037Z] [2021-06-02T16:01:03.037Z] #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-06-02T16:01:03.037Z] #45 sha256:024ca4a5433b3b3c73033d0594ff8cb60684f746bf229a3587c63d0a3937a0d4 [2021-06-02T16:01:03.037Z] #45 32.13 vendor/golang.org/x/crypto/internal/subtle [2021-06-02T16:01:03.037Z] #45 32.28 vendor/golang.org/x/crypto/curve25519 [2021-06-02T16:01:03.037Z] #45 ... [2021-06-02T16:01:03.037Z] [2021-06-02T16:01:03.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-06-02T16:01:03.037Z] #49 sha256:a0fa05f10b3dc0a99f726864db738a3e87890cb6c07597d616828645e5d5f129 [2021-06-02T16:01:03.037Z] #49 37.63 go: extracting golang.org/x/text v0.3.2 [2021-06-02T16:01:03.109Z] #67 ... [2021-06-02T16:01:03.109Z] [2021-06-02T16:01:03.109Z] #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-06-02T16:01:03.109Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-02T16:01:03.109Z] #55 27.27 Fetched 8447 kB in 20s (432 kB/s) [2021-06-02T16:01:03.109Z] #55 27.27 Reading package lists... [2021-06-02T16:01:03.109Z] #55 33.73 Reading package lists... [2021-06-02T16:01:03.109Z] #55 ... [2021-06-02T16:01:03.109Z] [2021-06-02T16:01:03.109Z] #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-06-02T16:01:03.109Z] #49 sha256:f71b998ee43c2fc71617bf64920b75106be9ca128b1f248bcd0e877c901072e2 [2021-06-02T16:01:03.109Z] #49 36.29 go: extracting github.com/gogo/protobuf v1.2.1 [2021-06-02T16:01:03.223Z] #53 1.693 + RM_GOPATH=0 [2021-06-02T16:01:03.223Z] #53 1.693 + TMP_GOPATH= [2021-06-02T16:01:03.223Z] #53 ... [2021-06-02T16:01:03.223Z] [2021-06-02T16:01:03.223Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-06-02T16:01:03.223Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-06-02T16:01:03.223Z] #14 DONE 1.7s [2021-06-02T16:01:03.223Z] [2021-06-02T16:01:03.223Z] #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-06-02T16:01:03.223Z] #53 sha256:d74a9f9c69b1a532ce2dfe4a6ccb22c81fd40dde4488f27bc2c362884cd9181b [2021-06-02T16:01:03.223Z] #53 1.693 + : /build [2021-06-02T16:01:03.223Z] #53 1.693 + '[' -z '' ']' [2021-06-02T16:01:03.223Z] #53 1.695 ++ mktemp -d [2021-06-02T16:01:03.223Z] #53 1.701 + export GOPATH=/tmp/tmp.KHWkaMcNfB [2021-06-02T16:01:03.223Z] #53 1.701 + GOPATH=/tmp/tmp.KHWkaMcNfB [2021-06-02T16:01:03.223Z] #53 1.701 + RM_GOPATH=1 [2021-06-02T16:01:03.223Z] #53 1.702 + case "$(go env GOARCH)" in [2021-06-02T16:01:03.223Z] #53 1.703 ++ go env GOARCH [2021-06-02T16:01:03.223Z] #53 1.752 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:01:03.223Z] #53 1.752 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:01:03.223Z] #53 1.752 ++ dirname /tmp/install/install.sh [2021-06-02T16:01:03.223Z] #53 1.765 + dir=/tmp/install [2021-06-02T16:01:03.223Z] #53 1.765 + bin=runc [2021-06-02T16:01:03.223Z] #53 1.766 + shift [2021-06-02T16:01:03.223Z] #53 1.766 + '[' '!' -f /tmp/install/runc.installer ']' [2021-06-02T16:01:03.223Z] #53 1.766 + . /tmp/install/runc.installer [2021-06-02T16:01:03.223Z] #53 1.767 ++ : b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-02T16:01:03.223Z] #53 1.768 + install_runc [2021-06-02T16:01:03.223Z] #53 1.770 + uname -r [2021-06-02T16:01:03.223Z] #53 1.771 + grep -q '^3\.10\.0.*\.el7\.' [2021-06-02T16:01:03.223Z] #53 1.818 + RUNC_BUILDTAGS='seccomp ' [2021-06-02T16:01:03.223Z] #53 1.818 + echo 'Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp )' [2021-06-02T16:01:03.223Z] #53 1.818 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.KHWkaMcNfB/src/github.com/opencontainers/runc [2021-06-02T16:01:03.223Z] #53 1.818 Cloning into '/tmp/tmp.KHWkaMcNfB/src/github.com/opencontainers/runc'... [2021-06-02T16:01:03.223Z] #53 1.818 Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp ) [2021-06-02T16:01:03.484Z] #53 ... [2021-06-02T16:01:03.484Z] [2021-06-02T16:01:03.484Z] #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-06-02T16:01:03.484Z] #45 sha256:0a390b322d2cc1430f3d50949762ec73c7e24d99b78ae26af52a5a43422403ac [2021-06-02T16:01:03.484Z] #45 114.1 crypto/tls [2021-06-02T16:01:03.484Z] #45 120.6 net/http/httptrace [2021-06-02T16:01:03.484Z] #45 120.8 net/http [2021-06-02T16:01:03.748Z] #45 ... [2021-06-02T16:01:03.748Z] [2021-06-02T16:01:03.748Z] #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-06-02T16:01:03.748Z] #58 sha256:c0f46f3d2736a260dd2490c37d213c90c6b27c199528cd4d0ac30746cd5b3156 [2021-06-02T16:01:03.748Z] #58 116.1 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-02T16:01:03.748Z] #58 116.1 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-06-02T16:01:03.748Z] #58 DONE 124.2s [2021-06-02T16:01:03.748Z] [2021-06-02T16:01:03.748Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-06-02T16:01:03.748Z] #59 sha256:d155827ec4673e6c48477106888ceab4a78764a01d2886a14e9805405e10cbd6 [2021-06-02T16:01:03.748Z] #59 DONE 0.1s [2021-06-02T16:01:03.748Z] [2021-06-02T16:01:03.748Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-06-02T16:01:03.748Z] #60 sha256:60b6d8b404786220bc8e31934f0992ba761c4a1c58c4563becd7b24c192bf779 [2021-06-02T16:01:04.009Z] #60 DONE 0.1s [2021-06-02T16:01:04.009Z] [2021-06-02T16:01:04.009Z] #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-06-02T16:01:04.009Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:01:04.009Z] #43 50.70 CC compel/src/lib/ptrace.o [2021-06-02T16:01:04.009Z] #43 51.07 AR compel/libcompel.a [2021-06-02T16:01:04.009Z] #43 51.14 HOSTCC compel/src/main-host.o [2021-06-02T16:01:04.009Z] #43 51.54 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-06-02T16:01:04.009Z] #43 51.70 HOSTCC compel/src/lib/handle-elf-host.o [2021-06-02T16:01:04.009Z] #43 51.99 HOSTCC compel/src/lib/log-host.o [2021-06-02T16:01:04.009Z] #43 52.13 HOSTLINK compel/compel-host-bin [2021-06-02T16:01:04.009Z] #43 52.23 DEP soccr/soccr.d [2021-06-02T16:01:04.009Z] #43 52.35 CC soccr/soccr.o [2021-06-02T16:01:04.009Z] #43 54.02 AR soccr/libsoccr.a [2021-06-02T16:01:04.009Z] #43 54.11 make[1]: 'soccr/libsoccr.a' is up to date. [2021-06-02T16:01:04.009Z] #43 54.68 DEP criu/arch/x86/sigframe.d [2021-06-02T16:01:04.009Z] #43 54.95 DEP criu/arch/x86/sigaction_compat.d [2021-06-02T16:01:04.009Z] #43 55.12 DEP criu/arch/x86/kerndat.d [2021-06-02T16:01:04.009Z] #43 55.32 DEP criu/arch/x86/crtools.d [2021-06-02T16:01:04.009Z] #43 55.52 DEP criu/arch/x86/cpu.d [2021-06-02T16:01:04.270Z] #43 55.79 CC criu/arch/x86/cpu.o [2021-06-02T16:01:04.403Z] #49 ... [2021-06-02T16:01:04.403Z] [2021-06-02T16:01:04.403Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:01:04.403Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T16:01:04.403Z] #13 23.44 Fetched 8971 kB in 20s (445 kB/s) [2021-06-02T16:01:04.403Z] #13 23.44 Reading package lists... [2021-06-02T16:01:04.403Z] #13 29.89 Reading package lists... [2021-06-02T16:01:04.403Z] #13 ... [2021-06-02T16:01:04.403Z] [2021-06-02T16:01:04.403Z] #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-06-02T16:01:04.403Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-02T16:01:04.403Z] #36 32.91 Reading package lists... [2021-06-02T16:01:05.011Z] #49 ... [2021-06-02T16:01:05.011Z] [2021-06-02T16:01:05.011Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:01:05.011Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T16:01:05.011Z] #13 23.39 Fetched 8971 kB in 21s (423 kB/s) [2021-06-02T16:01:05.012Z] #13 23.39 Reading package lists... [2021-06-02T16:01:05.212Z] #43 ... [2021-06-02T16:01:05.212Z] [2021-06-02T16:01:05.212Z] #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-06-02T16:01:05.212Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-06-02T16:01:05.212Z] #15 DONE 2.0s [2021-06-02T16:01:05.212Z] [2021-06-02T16:01:05.212Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-06-02T16:01:05.212Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-06-02T16:01:05.272Z] #13 30.61 Reading package lists... [2021-06-02T16:01:05.273Z] #13 ... [2021-06-02T16:01:05.273Z] [2021-06-02T16:01:05.273Z] #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-06-02T16:01:05.273Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-02T16:01:05.273Z] #36 32.72 Reading package lists... [2021-06-02T16:01:05.770Z] #36 39.02 Building dependency tree... [2021-06-02T16:01:06.036Z] #45 15.51 unicode/utf8 [2021-06-02T16:01:06.295Z] #45 16.06 math/bits [2021-06-02T16:01:06.599Z] #16 1.581 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-06-02T16:01:06.648Z] #36 39.44 Building dependency tree... [2021-06-02T16:01:06.860Z] #16 DONE 1.7s [2021-06-02T16:01:06.860Z] [2021-06-02T16:01:06.860Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-06-02T16:01:06.860Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-06-02T16:01:06.866Z] #45 16.73 math [2021-06-02T16:01:06.866Z] #45 ... [2021-06-02T16:01:06.866Z] [2021-06-02T16:01:06.866Z] #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-06-02T16:01:06.866Z] #49 sha256:5951b44ed6faa3bea525f4965803c2ea5865de7dd4e1fe41fc18ec38c5d116e3 [2021-06-02T16:01:06.866Z] #49 7.699 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-06-02T16:01:06.866Z] #49 13.63 go: downloading github.com/spf13/viper v1.6.1 [2021-06-02T16:01:06.866Z] #49 13.71 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-02T16:01:06.866Z] #49 13.71 go: downloading github.com/spf13/cobra v0.0.5 [2021-06-02T16:01:06.866Z] #49 13.71 go: downloading github.com/pkg/errors v0.8.1 [2021-06-02T16:01:06.866Z] #49 13.71 go: downloading github.com/spf13/pflag v1.0.5 [2021-06-02T16:01:06.866Z] #49 13.81 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-06-02T16:01:06.866Z] #49 13.84 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-06-02T16:01:06.866Z] #49 13.84 go: downloading github.com/stretchr/testify v1.4.0 [2021-06-02T16:01:06.866Z] #49 14.13 go: extracting github.com/spf13/viper v1.6.1 [2021-06-02T16:01:06.866Z] #49 14.40 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-06-02T16:01:06.866Z] #49 14.51 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-02T16:01:06.866Z] #49 14.51 go: extracting github.com/spf13/cobra v0.0.5 [2021-06-02T16:01:06.866Z] #49 14.51 go: extracting github.com/spf13/pflag v1.0.5 [2021-06-02T16:01:06.866Z] #49 14.53 go: extracting github.com/pkg/errors v0.8.1 [2021-06-02T16:01:06.866Z] #49 14.72 go: downloading github.com/subosito/gotenv v1.2.0 [2021-06-02T16:01:06.866Z] #49 14.87 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-06-02T16:01:06.866Z] #49 14.87 go: extracting github.com/stretchr/testify v1.4.0 [2021-06-02T16:01:06.866Z] #49 14.92 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-06-02T16:01:06.866Z] #49 14.99 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-02T16:01:06.866Z] #49 15.00 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-02T16:01:06.866Z] #49 15.08 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-06-02T16:01:06.866Z] #49 15.08 go: extracting github.com/subosito/gotenv v1.2.0 [2021-06-02T16:01:06.866Z] #49 15.09 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-06-02T16:01:06.866Z] #49 15.16 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-06-02T16:01:06.866Z] #49 15.32 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-02T16:01:06.866Z] #49 15.35 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-06-02T16:01:06.866Z] #49 15.35 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-02T16:01:06.866Z] #49 15.44 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-02T16:01:06.866Z] #49 15.44 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-06-02T16:01:06.866Z] #49 15.52 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-02T16:01:06.866Z] #49 15.68 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-02T16:01:06.866Z] #49 15.81 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-02T16:01:06.866Z] #49 15.81 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-02T16:01:06.866Z] #49 15.88 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-02T16:01:06.866Z] #49 16.43 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-06-02T16:01:06.866Z] #49 16.53 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-06-02T16:01:06.866Z] #49 16.53 go: downloading golang.org/x/text v0.3.2 [2021-06-02T16:01:06.867Z] #45 ... [2021-06-02T16:01:06.867Z] [2021-06-02T16:01:06.867Z] #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-06-02T16:01:06.867Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-06-02T16:01:06.867Z] #36 17.39 Fetched 8271 kB in 12s (671 kB/s) [2021-06-02T16:01:06.867Z] #36 17.39 Reading package lists... [2021-06-02T16:01:06.867Z] #36 ... [2021-06-02T16:01:06.867Z] [2021-06-02T16:01:06.867Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-06-02T16:01:06.867Z] #34 sha256:a107ecc07254a369322751b9f4aa14a2b34cbe6c23ce789fe877bf2a2c2d125a [2021-06-02T16:01:06.867Z] #34 14.11 github.com/pelletier/go-toml/cmd/tomll [2021-06-02T16:01:06.867Z] #34 DONE 17.5s [2021-06-02T16:01:06.867Z] [2021-06-02T16:01:06.867Z] #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-06-02T16:01:06.867Z] #49 sha256:c1e687793bc1ad3a5d3a433df9c9e2f292d2c37bc336162eeee807afdde5dea6 [2021-06-02T16:01:06.867Z] #49 14.67 go: downloading github.com/spf13/pflag v1.0.5 [2021-06-02T16:01:06.867Z] #49 14.67 go: downloading github.com/spf13/cobra v0.0.5 [2021-06-02T16:01:06.867Z] #49 14.78 go: downloading github.com/fatih/color v1.7.0 [2021-06-02T16:01:06.867Z] #49 14.79 go: downloading github.com/pkg/errors v0.8.1 [2021-06-02T16:01:06.867Z] #49 14.80 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-02T16:01:06.867Z] #49 14.87 go: downloading github.com/spf13/viper v1.6.1 [2021-06-02T16:01:06.867Z] #49 14.94 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-06-02T16:01:06.867Z] #49 14.98 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-02T16:01:06.867Z] #49 15.02 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-06-02T16:01:06.867Z] #49 15.05 go: extracting github.com/pkg/errors v0.8.1 [2021-06-02T16:01:06.867Z] #49 15.07 go: extracting github.com/fatih/color v1.7.0 [2021-06-02T16:01:06.867Z] #49 15.09 go: extracting github.com/spf13/viper v1.6.1 [2021-06-02T16:01:06.867Z] #49 15.10 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-02T16:01:06.867Z] #49 15.11 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-02T16:01:06.867Z] #49 15.11 go: extracting github.com/spf13/pflag v1.0.5 [2021-06-02T16:01:06.867Z] #49 15.12 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-02T16:01:06.867Z] #49 15.16 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-06-02T16:01:06.867Z] #49 15.21 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-02T16:01:06.867Z] #49 15.25 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-02T16:01:06.867Z] #49 15.25 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-06-02T16:01:06.867Z] #49 15.33 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-02T16:01:06.867Z] #49 15.34 go: extracting github.com/spf13/cobra v0.0.5 [2021-06-02T16:01:06.867Z] #49 15.43 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-06-02T16:01:06.867Z] #49 15.45 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-02T16:01:06.867Z] #49 15.49 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-06-02T16:01:06.867Z] #49 15.61 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-06-02T16:01:06.867Z] #49 15.67 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-02T16:01:06.867Z] #49 15.85 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-02T16:01:06.867Z] #49 15.93 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-06-02T16:01:06.867Z] #49 16.00 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-02T16:01:06.867Z] #49 16.02 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-02T16:01:06.867Z] #49 16.07 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-02T16:01:06.867Z] #49 16.10 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-02T16:01:06.867Z] #49 16.30 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-02T16:01:06.867Z] #49 16.74 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-02T16:01:06.867Z] #49 16.74 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-06-02T16:01:06.867Z] #49 16.89 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-06-02T16:01:06.867Z] #49 16.95 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-06-02T16:01:06.867Z] #49 17.09 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-06-02T16:01:06.867Z] #49 17.13 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-06-02T16:01:06.867Z] #49 17.14 go: downloading github.com/magiconair/properties v1.8.1 [2021-06-02T16:01:06.867Z] #49 17.19 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-02T16:01:06.867Z] #49 17.25 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-06-02T16:01:06.867Z] #49 17.30 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-02T16:01:06.867Z] #49 17.37 go: extracting github.com/magiconair/properties v1.8.1 [2021-06-02T16:01:06.867Z] #49 17.44 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-02T16:01:06.867Z] #49 17.59 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-02T16:01:06.867Z] #49 17.63 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-02T16:01:06.867Z] #49 17.63 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-02T16:01:06.867Z] #49 17.77 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-02T16:01:06.867Z] #49 17.91 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-06-02T16:01:06.867Z] #49 17.99 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-06-02T16:01:07.127Z] #49 16.98 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-02T16:01:07.142Z] #49 18.27 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-02T16:01:07.142Z] #49 18.32 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-02T16:01:07.708Z] #36 42.15 The following additional packages will be installed: [2021-06-02T16:01:07.708Z] #36 42.16 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-06-02T16:01:07.708Z] #36 42.17 Suggested packages: [2021-06-02T16:01:07.708Z] #36 42.18 cmake-doc ninja-build lrzip [2021-06-02T16:01:07.708Z] #36 42.18 Recommended packages: [2021-06-02T16:01:07.708Z] #36 42.18 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-06-02T16:01:07.719Z] #49 18.96 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-06-02T16:01:07.803Z] #17 DONE 1.2s [2021-06-02T16:01:07.803Z] [2021-06-02T16:01:07.803Z] #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-06-02T16:01:07.803Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:01:07.803Z] #43 56.71 CC criu/arch/x86/crtools.o [2021-06-02T16:01:07.803Z] #43 58.84 CC criu/arch/x86/kerndat.o [2021-06-02T16:01:07.803Z] #43 59.34 CC criu/arch/x86/sigaction_compat.o [2021-06-02T16:01:07.981Z] #49 19.16 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-06-02T16:01:08.071Z] #49 ... [2021-06-02T16:01:08.071Z] [2021-06-02T16:01:08.071Z] #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-06-02T16:01:08.071Z] #47 sha256:71ebfc7cdb967e6f19804360c200d978441c3204978874657aafe88b21050189 [2021-06-02T16:01:08.071Z] #47 7.737 go: extracting gotest.tools/gotestsum v0.5.3 [2021-06-02T16:01:08.071Z] #47 8.282 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-02T16:01:08.071Z] #47 8.284 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-02T16:01:08.071Z] #47 8.297 go: downloading github.com/fatih/color v1.9.0 [2021-06-02T16:01:08.071Z] #47 8.463 go: downloading github.com/spf13/pflag v1.0.3 [2021-06-02T16:01:08.071Z] #47 8.463 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-02T16:01:08.071Z] #47 8.463 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-06-02T16:01:08.071Z] #47 8.630 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-02T16:01:08.071Z] #47 8.630 go: downloading github.com/pkg/errors v0.9.1 [2021-06-02T16:01:08.071Z] #47 8.630 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-02T16:01:08.071Z] #47 8.630 go: extracting github.com/fatih/color v1.9.0 [2021-06-02T16:01:08.071Z] #47 8.630 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-02T16:01:08.071Z] #47 8.630 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-02T16:01:08.071Z] #47 8.630 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-06-02T16:01:08.071Z] #47 8.700 go: extracting github.com/spf13/pflag v1.0.3 [2021-06-02T16:01:08.071Z] #47 8.856 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-06-02T16:01:08.071Z] #47 8.856 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-06-02T16:01:08.071Z] #47 9.012 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-06-02T16:01:08.071Z] #47 9.012 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-06-02T16:01:08.071Z] #47 9.012 go: extracting github.com/pkg/errors v0.9.1 [2021-06-02T16:01:08.071Z] #47 10.92 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-02T16:01:08.071Z] #47 11.40 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-02T16:01:08.071Z] #47 12.59 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-02T16:01:08.071Z] #47 16.65 go: finding github.com/fatih/color v1.9.0 [2021-06-02T16:01:08.071Z] #47 16.65 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-02T16:01:08.071Z] #47 16.65 go: finding github.com/pkg/errors v0.9.1 [2021-06-02T16:01:08.071Z] #47 16.72 go: finding github.com/spf13/pflag v1.0.3 [2021-06-02T16:01:08.071Z] #47 16.87 go: finding github.com/mattn/go-colorable v0.1.6 [2021-06-02T16:01:08.071Z] #47 16.87 go: finding github.com/mattn/go-isatty v0.0.12 [2021-06-02T16:01:08.071Z] #47 17.17 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-02T16:01:08.071Z] #47 17.26 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-06-02T16:01:08.071Z] #47 17.26 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-02T16:01:08.071Z] #47 17.30 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-02T16:01:08.071Z] #47 17.37 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-02T16:01:08.375Z] #43 59.82 CC criu/arch/x86/sigframe.o [2021-06-02T16:01:08.554Z] #36 42.64 The following additional packages will be installed: [2021-06-02T16:01:08.554Z] #36 42.65 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-06-02T16:01:08.554Z] #36 42.67 Suggested packages: [2021-06-02T16:01:08.554Z] #36 42.69 cmake-doc ninja-build lrzip [2021-06-02T16:01:08.554Z] #36 42.69 Recommended packages: [2021-06-02T16:01:08.554Z] #36 42.69 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-06-02T16:01:08.635Z] #43 60.11 LINK criu/arch/x86/crtools.built-in.o [2021-06-02T16:01:08.635Z] #43 60.14 DEP criu/pie/util-vdso-elf32.d [2021-06-02T16:01:08.647Z] #36 43.10 The following NEW packages will be installed: [2021-06-02T16:01:08.647Z] #36 43.13 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-06-02T16:01:08.647Z] #36 43.13 vim-common xxd [2021-06-02T16:01:08.896Z] #43 60.26 DEP criu/pie/util-vdso.d [2021-06-02T16:01:08.896Z] #43 60.44 DEP criu/pie/util.d [2021-06-02T16:01:08.903Z] #36 43.53 0 upgraded, 10 newly installed, 0 to remove and 30 not upgraded. [2021-06-02T16:01:08.903Z] #36 43.53 Need to get 14.9 MB of archives. [2021-06-02T16:01:08.903Z] #36 43.53 After this operation, 61.8 MB of additional disk space will be used. [2021-06-02T16:01:08.903Z] #36 43.53 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-06-02T16:01:08.903Z] #36 43.54 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-02T16:01:08.903Z] #36 43.54 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-06-02T16:01:08.930Z] #49 20.08 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-02T16:01:08.930Z] #49 20.11 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-02T16:01:09.026Z] #47 ... [2021-06-02T16:01:09.026Z] [2021-06-02T16:01:09.026Z] #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-06-02T16:01:09.026Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-02T16:01:09.026Z] #36 8.699 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-02T16:01:09.026Z] #36 8.793 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-02T16:01:09.026Z] #36 8.793 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-02T16:01:09.026Z] #36 9.487 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-02T16:01:09.026Z] #36 11.18 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [291 kB] [2021-06-02T16:01:09.026Z] #36 13.55 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-02T16:01:09.026Z] #36 ... [2021-06-02T16:01:09.026Z] [2021-06-02T16:01:09.026Z] #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-06-02T16:01:09.026Z] #49 sha256:5951b44ed6faa3bea525f4965803c2ea5865de7dd4e1fe41fc18ec38c5d116e3 [2021-06-02T16:01:09.026Z] #49 19.00 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-02T16:01:09.157Z] #43 ... [2021-06-02T16:01:09.157Z] [2021-06-02T16:01:09.157Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-06-02T16:01:09.157Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-06-02T16:01:09.157Z] #18 DONE 1.2s [2021-06-02T16:01:09.157Z] [2021-06-02T16:01:09.157Z] #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-06-02T16:01:09.157Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:01:09.157Z] #43 60.56 CC criu/pie/util.o [2021-06-02T16:01:09.162Z] #36 43.74 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-06-02T16:01:09.491Z] #36 43.51 The following NEW packages will be installed: [2021-06-02T16:01:09.491Z] #36 43.51 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-06-02T16:01:09.491Z] #36 43.52 vim-common xxd [2021-06-02T16:01:09.520Z] #49 ... [2021-06-02T16:01:09.520Z] [2021-06-02T16:01:09.520Z] #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-06-02T16:01:09.520Z] #27 sha256:28a50d85e3ee045175c22f8ac700042243c1cca0d130871689927f1016cbb3d2 [2021-06-02T16:01:09.520Z] #27 24.63 137 added, 0 removed; done. [2021-06-02T16:01:09.520Z] #27 25.65 Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ... [2021-06-02T16:01:09.520Z] #27 26.25 Setting up jq (1.5+dfsg-2+b1) ... [2021-06-02T16:01:09.520Z] #27 26.54 Setting up libcurl4:arm64 (7.64.0-4+deb10u2) ... [2021-06-02T16:01:09.520Z] #27 26.79 Setting up curl (7.64.0-4+deb10u2) ... [2021-06-02T16:01:09.520Z] #27 27.00 Processing triggers for libc-bin (2.28-10) ... [2021-06-02T16:01:09.520Z] #27 27.21 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-06-02T16:01:09.520Z] #27 27.27 Updating certificates in /etc/ssl/certs... [2021-06-02T16:01:09.521Z] #27 31.38 0 added, 0 removed; done. [2021-06-02T16:01:09.521Z] #27 31.38 Running hooks in /etc/ca-certificates/update.d... [2021-06-02T16:01:09.521Z] #27 31.40 done. [2021-06-02T16:01:09.521Z] #27 DONE 31.9s [2021-06-02T16:01:09.521Z] [2021-06-02T16:01:09.521Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-06-02T16:01:09.521Z] #28 sha256:d2d036efcbb849760f1d49265afe04de08a2433b99431ea5af294134b046980e [2021-06-02T16:01:09.731Z] #43 61.14 CC criu/pie/util-vdso.o [2021-06-02T16:01:09.750Z] #36 43.89 0 upgraded, 10 newly installed, 0 to remove and 30 not upgraded. [2021-06-02T16:01:09.750Z] #36 43.89 Need to get 14.9 MB of archives. [2021-06-02T16:01:09.750Z] #36 43.89 After this operation, 61.8 MB of additional disk space will be used. [2021-06-02T16:01:09.750Z] #36 43.89 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-06-02T16:01:09.750Z] #36 43.89 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-02T16:01:09.750Z] #36 43.90 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-06-02T16:01:09.750Z] #36 44.01 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-06-02T16:01:09.768Z] #36 ... [2021-06-02T16:01:09.768Z] [2021-06-02T16:01:09.768Z] #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-06-02T16:01:09.768Z] #49 sha256:a0fa05f10b3dc0a99f726864db738a3e87890cb6c07597d616828645e5d5f129 [2021-06-02T16:01:09.768Z] #49 42.06 go: finding github.com/fatih/color v1.7.0 [2021-06-02T16:01:09.768Z] #49 42.17 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-02T16:01:09.768Z] #49 42.21 go: finding github.com/mattn/go-colorable v0.1.4 [2021-06-02T16:01:09.768Z] #49 42.26 go: finding github.com/mattn/go-isatty v0.0.8 [2021-06-02T16:01:09.768Z] #49 42.36 go: finding github.com/go-critic/go-critic v0.4.1 [2021-06-02T16:01:09.768Z] #49 42.38 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-02T16:01:09.768Z] #49 42.44 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-02T16:01:09.768Z] #49 42.46 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-06-02T16:01:09.768Z] #49 42.48 go: finding github.com/pkg/errors v0.8.1 [2021-06-02T16:01:09.768Z] #49 42.51 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-06-02T16:01:09.768Z] #49 42.51 go: finding github.com/sirupsen/logrus v1.4.2 [2021-06-02T16:01:09.768Z] #49 42.54 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-06-02T16:01:09.768Z] #49 42.55 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-06-02T16:01:09.768Z] #49 42.56 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-06-02T16:01:09.768Z] #49 42.56 go: finding github.com/stretchr/testify v1.4.0 [2021-06-02T16:01:09.768Z] #49 42.57 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-06-02T16:01:09.768Z] #49 42.58 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-06-02T16:01:09.768Z] #49 42.59 go: finding github.com/davecgh/go-spew v1.1.1 [2021-06-02T16:01:09.768Z] #49 42.62 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-06-02T16:01:09.768Z] #49 42.62 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-06-02T16:01:09.768Z] #49 42.64 go: finding github.com/spf13/viper v1.6.1 [2021-06-02T16:01:09.768Z] #49 42.66 go: finding github.com/stretchr/objx v0.2.0 [2021-06-02T16:01:09.768Z] #49 42.83 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-06-02T16:01:09.768Z] #49 42.84 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-02T16:01:09.768Z] #49 42.88 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-02T16:01:09.768Z] #49 42.93 go: finding github.com/gobwas/glob v0.2.3 [2021-06-02T16:01:09.768Z] #49 42.94 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-06-02T16:01:09.768Z] #49 42.95 go: finding github.com/spf13/cobra v0.0.5 [2021-06-02T16:01:09.768Z] #49 43.07 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-06-02T16:01:09.768Z] #49 43.11 go: finding github.com/hashicorp/hcl v1.0.0 [2021-06-02T16:01:09.768Z] #49 43.14 go: finding github.com/spf13/pflag v1.0.5 [2021-06-02T16:01:09.768Z] #49 43.21 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-02T16:01:09.768Z] #49 43.24 go: finding github.com/magiconair/properties v1.8.1 [2021-06-02T16:01:09.768Z] #49 43.30 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-02T16:01:09.768Z] #49 43.31 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-06-02T16:01:09.768Z] #49 43.35 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-02T16:01:09.768Z] #49 43.35 go: finding github.com/pelletier/go-toml v1.2.0 [2021-06-02T16:01:09.768Z] #49 43.39 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-02T16:01:09.768Z] #49 43.45 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-02T16:01:09.768Z] #49 43.49 go: finding github.com/spf13/afero v1.1.2 [2021-06-02T16:01:09.768Z] #49 43.50 go: finding github.com/spf13/cast v1.3.0 [2021-06-02T16:01:09.768Z] #49 43.51 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-02T16:01:09.768Z] #49 43.51 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-06-02T16:01:09.768Z] #49 43.51 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-02T16:01:09.768Z] #49 43.55 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-02T16:01:09.768Z] #49 43.65 go: finding github.com/subosito/gotenv v1.2.0 [2021-06-02T16:01:09.768Z] #49 43.73 go: finding gopkg.in/ini.v1 v1.51.0 [2021-06-02T16:01:09.768Z] #49 43.75 go: finding golang.org/x/text v0.3.2 [2021-06-02T16:01:09.768Z] #49 43.89 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-02T16:01:09.768Z] #49 43.94 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-02T16:01:09.768Z] #49 43.96 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-02T16:01:09.768Z] #49 44.10 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-02T16:01:09.768Z] #49 44.15 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-02T16:01:09.768Z] #49 44.22 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-02T16:01:09.768Z] #49 44.28 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-02T16:01:09.768Z] #49 ... [2021-06-02T16:01:09.768Z] [2021-06-02T16:01:09.768Z] #67 [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-06-02T16:01:09.768Z] #67 sha256:b6d209a1ba818b214b39c3ae45bebfb65dc9f6b9d934e2a7b3754a7b5c785706 [2021-06-02T16:01:09.768Z] #67 DONE 44.3s [2021-06-02T16:01:09.768Z] [2021-06-02T16:01:09.768Z] #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-06-02T16:01:09.768Z] #49 sha256:a0fa05f10b3dc0a99f726864db738a3e87890cb6c07597d616828645e5d5f129 [2021-06-02T16:01:09.768Z] #49 44.29 go: finding github.com/kisielk/gotool v1.0.0 [2021-06-02T16:01:09.768Z] #49 44.29 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-02T16:01:09.768Z] #49 44.30 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-02T16:01:09.768Z] #49 44.39 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-02T16:01:09.768Z] #49 44.41 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-02T16:01:09.787Z] #28 DONE 0.2s [2021-06-02T16:01:09.787Z] [2021-06-02T16:01:09.787Z] #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-06-02T16:01:09.787Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-06-02T16:01:09.787Z] #55 11.30 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [10.8 kB] [2021-06-02T16:01:09.787Z] #55 19.50 Fetched 8271 kB in 13s (656 kB/s) [2021-06-02T16:01:09.787Z] #55 19.50 Reading package lists... [2021-06-02T16:01:09.787Z] #55 ... [2021-06-02T16:01:09.787Z] [2021-06-02T16:01:09.787Z] #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-06-02T16:01:09.787Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-06-02T16:01:09.787Z] #42 10.97 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [10.8 kB] [2021-06-02T16:01:09.787Z] #42 18.63 Fetched 8271 kB in 12s (682 kB/s) [2021-06-02T16:01:10.053Z] #42 18.63 Reading package lists... [2021-06-02T16:01:10.053Z] #42 ... [2021-06-02T16:01:10.053Z] [2021-06-02T16:01:10.053Z] #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-06-02T16:01:10.053Z] #29 sha256:081093139797c4036c462b229f32af7cfb4dce1ab16b02922b8bbf3d8e272391 [2021-06-02T16:01:10.066Z] #49 44.58 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-06-02T16:01:10.066Z] #49 44.58 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-02T16:01:10.066Z] #49 44.58 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-02T16:01:10.066Z] #49 44.60 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-02T16:01:10.066Z] #49 44.65 go: finding github.com/ultraware/funlen v0.0.2 [2021-06-02T16:01:10.066Z] #49 44.72 go: finding github.com/ultraware/whitespace v0.0.4 [2021-06-02T16:01:10.066Z] #49 44.72 go: finding github.com/uudashr/gocognit v1.0.1 [2021-06-02T16:01:10.303Z] #43 ... [2021-06-02T16:01:10.303Z] [2021-06-02T16:01:10.303Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-06-02T16:01:10.303Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-06-02T16:01:10.303Z] #19 DONE 1.1s [2021-06-02T16:01:10.303Z] [2021-06-02T16:01:10.303Z] #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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-02T16:01:10.303Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-02T16:01:10.315Z] #29 ... [2021-06-02T16:01:10.315Z] [2021-06-02T16:01:10.315Z] #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-06-02T16:01:10.315Z] #47 sha256:a23e9ab4508d4ce39180f122b53d7a6dccded566d755814ff6c371df2f6f4185 [2021-06-02T16:01:10.315Z] #47 11.47 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-02T16:01:10.315Z] #47 12.49 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-02T16:01:10.315Z] #47 18.36 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-02T16:01:10.315Z] #47 18.36 go: finding github.com/pkg/errors v0.9.1 [2021-06-02T16:01:10.315Z] #47 18.37 go: finding github.com/fatih/color v1.9.0 [2021-06-02T16:01:10.315Z] #47 18.49 go: finding github.com/spf13/pflag v1.0.3 [2021-06-02T16:01:10.315Z] #47 18.89 go: finding github.com/mattn/go-colorable v0.1.6 [2021-06-02T16:01:10.315Z] #47 18.94 go: finding github.com/mattn/go-isatty v0.0.12 [2021-06-02T16:01:10.315Z] #47 19.23 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-02T16:01:10.315Z] #47 19.47 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-06-02T16:01:10.315Z] #47 19.51 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-02T16:01:10.315Z] #47 19.54 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-02T16:01:10.315Z] #47 19.55 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-02T16:01:10.315Z] #47 ... [2021-06-02T16:01:10.315Z] [2021-06-02T16:01:10.315Z] #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-06-02T16:01:10.315Z] #58 sha256:e6b5a580a7afc843d12461da2d01e8ff790831a4b97c1bfef828637b25675407 [2021-06-02T16:01:10.315Z] #58 12.20 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-02T16:01:10.315Z] #58 12.29 go: extracting github.com/moby/vpnkit v0.5.0 [2021-06-02T16:01:10.315Z] #58 12.29 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-06-02T16:01:10.315Z] #58 12.74 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-06-02T16:01:10.315Z] #58 13.14 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-02T16:01:10.315Z] #58 14.28 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-06-02T16:01:10.315Z] #58 16.54 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-02T16:01:10.315Z] #58 16.77 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-02T16:01:10.315Z] #58 16.89 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-06-02T16:01:10.315Z] #58 17.11 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-06-02T16:01:10.315Z] #58 20.23 go: finding github.com/pkg/errors v0.9.1 [2021-06-02T16:01:10.315Z] #58 20.31 go: finding github.com/sirupsen/logrus v1.8.1 [2021-06-02T16:01:10.315Z] #58 20.35 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-02T16:01:10.315Z] #58 20.48 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-02T16:01:10.315Z] #58 20.55 go: finding github.com/google/uuid v1.2.0 [2021-06-02T16:01:10.315Z] #58 20.63 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-02T16:01:10.315Z] #58 20.82 go: finding github.com/moby/vpnkit v0.5.0 [2021-06-02T16:01:10.315Z] #58 20.82 go: finding github.com/gofrs/flock v0.8.0 [2021-06-02T16:01:10.315Z] #58 20.88 go: finding github.com/moby/sys/mountinfo v0.4.1 [2021-06-02T16:01:10.315Z] #58 21.03 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-06-02T16:01:10.315Z] #58 21.16 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-06-02T16:01:10.315Z] #58 21.20 go: finding github.com/gorilla/mux v1.8.0 [2021-06-02T16:01:10.315Z] #58 21.21 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-02T16:01:10.315Z] #58 21.25 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-02T16:01:10.315Z] #58 21.44 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-06-02T16:01:10.323Z] #49 44.86 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-02T16:01:10.323Z] #49 44.88 go: finding github.com/gogo/protobuf v1.2.1 [2021-06-02T16:01:10.411Z] #49 ... [2021-06-02T16:01:10.411Z] [2021-06-02T16:01:10.411Z] #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-06-02T16:01:10.411Z] #58 sha256:4d4288784e7c81f995f6395782082af3698c3c62f2a5d6d8047ae6440773e72e [2021-06-02T16:01:10.411Z] #58 10.07 go: extracting github.com/moby/vpnkit v0.5.0 [2021-06-02T16:01:10.411Z] #58 10.97 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-06-02T16:01:10.411Z] #58 11.18 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-02T16:01:10.411Z] #58 13.30 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-02T16:01:10.411Z] #58 14.42 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-02T16:01:10.411Z] #58 14.71 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-02T16:01:10.411Z] #58 15.15 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-06-02T16:01:10.411Z] #58 15.81 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-06-02T16:01:10.411Z] #58 17.26 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-06-02T16:01:10.411Z] #58 20.07 go: finding github.com/pkg/errors v0.9.1 [2021-06-02T16:01:10.411Z] #58 20.19 go: finding github.com/sirupsen/logrus v1.8.1 [2021-06-02T16:01:10.411Z] #58 ... [2021-06-02T16:01:10.411Z] [2021-06-02T16:01:10.411Z] #67 [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-06-02T16:01:10.411Z] #67 sha256:5b7be01d6c16a215d026268234d38aca5d4ee5799c8b4e437955513b53385991 [2021-06-02T16:01:10.411Z] #67 19.67 Checking out files: 56% (1082/1907) Checking out files: 57% (1087/1907) Checking out files: 58% (1107/1907) Checking out files: 59% (1126/1907) Checking out files: 60% (1145/1907) Checking out files: 61% (1164/1907) Checking out files: 62% (1183/1907) Checking out files: 63% (1202/1907) Checking out files: 64% (1221/1907) Checking out files: 65% (1240/1907) Checking out files: 66% (1259/1907) Checking out files: 67% (1278/1907) Checking out files: 68% (1297/1907) Checking out files: 69% (1316/1907) Checking out files: 70% (1335/1907) Checking out files: 71% (1354/1907) Checking out files: 72% (1374/1907) Checking out files: 73% (1393/1907) Checking out files: 74% (1412/1907) Checking out files: 75% (1431/1907) Checking out files: 76% (1450/1907) Checking out files: 77% (1469/1907) Checking out files: 78% (1488/1907) Checking out files: 79% (1507/1907) Checking out files: 80% (1526/1907) Checking out files: 81% (1545/1907) Checking out files: 82% (1564/1907) Checking out files: 83% (1583/1907) Checking out files: 84% (1602/1907) Checking out files: 85% (1621/1907) Checking out files: 86% (1641/1907) Checking out files: 87% (1660/1907) Checking out files: 88% (1679/1907) Checking out files: 89% (1698/1907) Checking out files: 90% (1717/1907) Checking out files: 91% (1736/1907) Checking out files: 92% (1755/1907) Checking out files: 93% (1774/1907) Checking out files: 94% (1793/1907) Checking out files: 95% (1812/1907) Checking out files: 96% (1831/1907) [2021-06-02T16:01:10.411Z] #67 ... [2021-06-02T16:01:10.411Z] [2021-06-02T16:01:10.411Z] #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-06-02T16:01:10.411Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-02T16:01:10.411Z] #40 9.914 + git clone https://github.com/docker/distribution.git . [2021-06-02T16:01:10.411Z] #40 9.917 Cloning into '.'... [2021-06-02T16:01:10.579Z] #49 45.12 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-02T16:01:10.579Z] #49 45.16 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-02T16:01:10.672Z] #40 ... [2021-06-02T16:01:10.672Z] [2021-06-02T16:01:10.672Z] #67 [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-06-02T16:01:10.672Z] #67 sha256:5b7be01d6c16a215d026268234d38aca5d4ee5799c8b4e437955513b53385991 [2021-06-02T16:01:10.672Z] #67 19.67 Checking out files: 56% (1082/1907) Checking out files: 57% (1087/1907) Checking out files: 58% (1107/1907) Checking out files: 59% (1126/1907) Checking out files: 60% (1145/1907) Checking out files: 61% (1164/1907) Checking out files: 62% (1183/1907) Checking out files: 63% (1202/1907) Checking out files: 64% (1221/1907) Checking out files: 65% (1240/1907) Checking out files: 66% (1259/1907) Checking out files: 67% (1278/1907) Checking out files: 68% (1297/1907) Checking out files: 69% (1316/1907) Checking out files: 70% (1335/1907) Checking out files: 71% (1354/1907) Checking out files: 72% (1374/1907) Checking out files: 73% (1393/1907) Checking out files: 74% (1412/1907) Checking out files: 75% (1431/1907) Checking out files: 76% (1450/1907) Checking out files: 77% (1469/1907) Checking out files: 78% (1488/1907) Checking out files: 79% (1507/1907) Checking out files: 80% (1526/1907) Checking out files: 81% (1545/1907) Checking out files: 82% (1564/1907) Checking out files: 83% (1583/1907) Checking out files: 84% (1602/1907) Checking out files: 85% (1621/1907) Checking out files: 86% (1641/1907) Checking out files: 87% (1660/1907) Checking out files: 88% (1679/1907) Checking out files: 89% (1698/1907) Checking out files: 90% (1717/1907) Checking out files: 91% (1736/1907) Checking out files: 92% (1755/1907) Checking out files: 93% (1774/1907) Checking out files: 94% (1793/1907) Checking out files: 95% (1812/1907) Checking out files: 96% (1831/1907) Checking out files: 97% (1850/1907) Checking out files: 98% (1869/1907) Checking out files: 99% (1888/1907) Checking out files: 100% (1907/1907) Checking out files: 100% (1907/1907), done. [2021-06-02T16:01:10.672Z] #67 20.49 + cd /tmp/tmp.KAvMeuDUPF/src/github.com/docker/libnetwork [2021-06-02T16:01:10.672Z] #67 20.49 + git checkout -q 64b7a4574d1426139437d20e81c0b6d391130ec8 [2021-06-02T16:01:10.690Z] #36 44.91 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-06-02T16:01:10.690Z] #36 44.95 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-06-02T16:01:10.849Z] #49 45.30 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-02T16:01:10.895Z] #58 ... [2021-06-02T16:01:10.895Z] [2021-06-02T16:01:10.895Z] #67 [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-06-02T16:01:10.895Z] #67 sha256:2bb05f187fc25aa95ff0481945809b11b26a8c7a8413231416995cabf5e46f9c [2021-06-02T16:01:10.932Z] #67 ... [2021-06-02T16:01:10.932Z] [2021-06-02T16:01:10.932Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:01:10.932Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T16:01:10.950Z] #36 44.99 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-06-02T16:01:10.950Z] #36 45.00 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-06-02T16:01:10.950Z] #36 45.03 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-06-02T16:01:10.950Z] #36 45.06 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-06-02T16:01:11.106Z] #49 45.46 go: finding github.com/BurntSushi/toml v0.3.1 [2021-06-02T16:01:11.106Z] #49 45.54 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-02T16:01:11.193Z] #13 ... [2021-06-02T16:01:11.193Z] [2021-06-02T16:01:11.193Z] #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-06-02T16:01:11.193Z] #58 sha256:4d4288784e7c81f995f6395782082af3698c3c62f2a5d6d8047ae6440773e72e [2021-06-02T16:01:11.193Z] #58 20.42 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-02T16:01:11.193Z] #58 20.50 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-02T16:01:11.193Z] #58 20.61 go: finding github.com/google/uuid v1.2.0 [2021-06-02T16:01:11.193Z] #58 20.73 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-02T16:01:11.193Z] #58 20.76 go: finding github.com/gofrs/flock v0.8.0 [2021-06-02T16:01:11.193Z] #58 20.81 go: finding github.com/moby/vpnkit v0.5.0 [2021-06-02T16:01:11.193Z] #58 20.84 go: finding github.com/gorilla/mux v1.8.0 [2021-06-02T16:01:11.193Z] #58 20.89 go: finding github.com/moby/sys/mountinfo v0.4.1 [2021-06-02T16:01:11.193Z] #58 20.94 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-06-02T16:01:11.193Z] #58 21.01 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-02T16:01:11.193Z] #58 21.01 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-06-02T16:01:11.193Z] #58 ... [2021-06-02T16:01:11.193Z] [2021-06-02T16:01:11.193Z] #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-06-02T16:01:11.193Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-06-02T16:01:11.193Z] #42 11.09 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-02T16:01:11.210Z] #36 ... [2021-06-02T16:01:11.210Z] [2021-06-02T16:01:11.210Z] #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-06-02T16:01:11.210Z] #49 sha256:f71b998ee43c2fc71617bf64920b75106be9ca128b1f248bcd0e877c901072e2 [2021-06-02T16:01:11.210Z] #49 39.58 go: extracting golang.org/x/text v0.3.2 [2021-06-02T16:01:11.210Z] #49 43.92 go: finding github.com/fatih/color v1.7.0 [2021-06-02T16:01:11.210Z] #49 43.95 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-02T16:01:11.210Z] #49 43.99 go: finding github.com/mattn/go-colorable v0.1.4 [2021-06-02T16:01:11.210Z] #49 44.00 go: finding github.com/mattn/go-isatty v0.0.8 [2021-06-02T16:01:11.210Z] #49 44.08 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-02T16:01:11.210Z] #49 44.09 go: finding github.com/go-critic/go-critic v0.4.1 [2021-06-02T16:01:11.210Z] #49 44.10 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-06-02T16:01:11.210Z] #49 44.10 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-02T16:01:11.210Z] #49 44.13 go: finding github.com/pkg/errors v0.8.1 [2021-06-02T16:01:11.210Z] #49 44.14 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-06-02T16:01:11.210Z] #49 44.17 go: finding github.com/sirupsen/logrus v1.4.2 [2021-06-02T16:01:11.210Z] #49 44.18 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-06-02T16:01:11.210Z] #49 44.21 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-06-02T16:01:11.210Z] #49 44.22 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-06-02T16:01:11.210Z] #49 44.25 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-06-02T16:01:11.210Z] #49 44.28 go: finding github.com/stretchr/testify v1.4.0 [2021-06-02T16:01:11.210Z] #49 44.29 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-06-02T16:01:11.210Z] #49 44.29 go: finding github.com/davecgh/go-spew v1.1.1 [2021-06-02T16:01:11.210Z] #49 44.30 go: finding github.com/spf13/viper v1.6.1 [2021-06-02T16:01:11.210Z] #49 44.32 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-06-02T16:01:11.210Z] #49 44.37 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-06-02T16:01:11.210Z] #49 44.43 go: finding github.com/stretchr/objx v0.2.0 [2021-06-02T16:01:11.210Z] #49 44.46 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-06-02T16:01:11.210Z] #49 44.49 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-06-02T16:01:11.210Z] #49 44.61 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-02T16:01:11.210Z] #49 44.65 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-02T16:01:11.210Z] #49 44.74 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-06-02T16:01:11.210Z] #49 44.95 go: finding github.com/spf13/cobra v0.0.5 [2021-06-02T16:01:11.210Z] #49 44.96 go: finding github.com/gobwas/glob v0.2.3 [2021-06-02T16:01:11.210Z] #49 45.04 go: finding github.com/hashicorp/hcl v1.0.0 [2021-06-02T16:01:11.210Z] #49 45.06 go: finding github.com/spf13/pflag v1.0.5 [2021-06-02T16:01:11.210Z] #49 45.08 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-02T16:01:11.210Z] #49 45.12 go: finding github.com/magiconair/properties v1.8.1 [2021-06-02T16:01:11.210Z] #49 45.13 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-02T16:01:11.210Z] #49 45.15 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-06-02T16:01:11.210Z] #49 45.21 go: finding github.com/pelletier/go-toml v1.2.0 [2021-06-02T16:01:11.210Z] #49 45.23 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-02T16:01:11.210Z] #49 45.25 go: finding github.com/spf13/afero v1.1.2 [2021-06-02T16:01:11.210Z] #49 45.26 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-02T16:01:11.210Z] #49 45.27 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-02T16:01:11.210Z] #49 45.27 go: finding github.com/spf13/cast v1.3.0 [2021-06-02T16:01:11.210Z] #49 45.29 go: finding golang.org/x/text v0.3.2 [2021-06-02T16:01:11.210Z] #49 45.30 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-02T16:01:11.210Z] #49 45.31 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-06-02T16:01:11.210Z] #49 45.33 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-02T16:01:11.210Z] #49 45.36 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-02T16:01:11.210Z] #49 ... [2021-06-02T16:01:11.210Z] [2021-06-02T16:01:11.210Z] #67 [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-06-02T16:01:11.210Z] #67 sha256:0cdb6a13ed1ac2598e143ec82e3ce051cb9b634f5bd727119298136c71fdcff1 [2021-06-02T16:01:11.210Z] #67 DONE 45.5s [2021-06-02T16:01:11.210Z] [2021-06-02T16:01:11.210Z] #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-06-02T16:01:11.210Z] #49 sha256:f71b998ee43c2fc71617bf64920b75106be9ca128b1f248bcd0e877c901072e2 [2021-06-02T16:01:11.210Z] #49 45.44 go: finding github.com/subosito/gotenv v1.2.0 [2021-06-02T16:01:11.210Z] #49 45.44 go: finding gopkg.in/ini.v1 v1.51.0 [2021-06-02T16:01:11.210Z] #49 45.55 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-02T16:01:11.210Z] #49 ... [2021-06-02T16:01:11.210Z] [2021-06-02T16:01:11.210Z] #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-06-02T16:01:11.210Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-06-02T16:01:11.210Z] #42 32.75 Reading package lists... [2021-06-02T16:01:11.210Z] #42 39.35 Building dependency tree... [2021-06-02T16:01:11.210Z] #42 42.48 The following additional packages will be installed: [2021-06-02T16:01:11.210Z] #42 42.48 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-06-02T16:01:11.210Z] #42 42.49 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-06-02T16:01:11.210Z] #42 42.50 Suggested packages: [2021-06-02T16:01:11.210Z] #42 42.50 manpages-dev python-setuptools [2021-06-02T16:01:11.210Z] #42 43.78 The following NEW packages will be installed: [2021-06-02T16:01:11.210Z] #42 43.79 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-06-02T16:01:11.210Z] #42 43.79 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-06-02T16:01:11.210Z] #42 43.79 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-06-02T16:01:11.210Z] #42 43.79 python-six zlib1g-dev [2021-06-02T16:01:11.210Z] #42 44.18 0 upgraded, 17 newly installed, 0 to remove and 30 not upgraded. [2021-06-02T16:01:11.210Z] #42 44.18 Need to get 4095 kB of archives. [2021-06-02T16:01:11.210Z] #42 44.18 After this operation, 22.5 MB of additional disk space will be used. [2021-06-02T16:01:11.210Z] #42 44.18 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-06-02T16:01:11.210Z] #42 44.18 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-06-02T16:01:11.210Z] #42 44.18 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2021-06-02T16:01:11.210Z] #42 44.19 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-06-02T16:01:11.210Z] #42 44.19 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-06-02T16:01:11.210Z] #42 44.21 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-06-02T16:01:11.210Z] #42 44.21 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-06-02T16:01:11.210Z] #42 44.22 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2021-06-02T16:01:11.210Z] #42 44.23 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-06-02T16:01:11.210Z] #42 44.30 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-06-02T16:01:11.210Z] #42 44.32 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-06-02T16:01:11.210Z] #42 44.42 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-06-02T16:01:11.210Z] #42 44.47 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-06-02T16:01:11.210Z] #42 44.49 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2021-06-02T16:01:11.210Z] #42 44.50 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-06-02T16:01:11.210Z] #42 44.51 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-06-02T16:01:11.210Z] #42 44.52 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-06-02T16:01:11.454Z] #42 ... [2021-06-02T16:01:11.454Z] [2021-06-02T16:01:11.454Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-06-02T16:01:11.454Z] #34 sha256:7e3377ee2859e56982586b6b8c5476ab4001e7e3d972f763a5033705fbb5cd5b [2021-06-02T16:01:11.454Z] #34 11.27 github.com/pelletier/go-toml [2021-06-02T16:01:11.454Z] #34 18.25 github.com/pelletier/go-toml/cmd/tomll [2021-06-02T16:01:11.454Z] #34 ... [2021-06-02T16:01:11.454Z] [2021-06-02T16:01:11.454Z] #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-06-02T16:01:11.454Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-02T16:01:11.454Z] #55 11.30 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-02T16:01:11.454Z] #55 13.36 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [291 kB] [2021-06-02T16:01:11.454Z] #55 15.32 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-02T16:01:11.469Z] #42 ... [2021-06-02T16:01:11.469Z] [2021-06-02T16:01:11.469Z] #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-06-02T16:01:11.469Z] #49 sha256:f71b998ee43c2fc71617bf64920b75106be9ca128b1f248bcd0e877c901072e2 [2021-06-02T16:01:11.469Z] #49 45.59 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-02T16:01:11.469Z] #49 45.62 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-02T16:01:11.469Z] #49 45.62 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-02T16:01:11.469Z] #49 45.63 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-02T16:01:11.469Z] #49 45.63 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-02T16:01:11.670Z] #49 ... [2021-06-02T16:01:11.670Z] [2021-06-02T16:01:11.670Z] #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-06-02T16:01:11.670Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-02T16:01:11.670Z] #55 33.56 Reading package lists... [2021-06-02T16:01:11.670Z] #55 39.59 Building dependency tree... [2021-06-02T16:01:11.670Z] #55 42.84 The following additional packages will be installed: [2021-06-02T16:01:11.670Z] #55 42.84 libbtrfs0 [2021-06-02T16:01:11.670Z] #55 43.03 The following NEW packages will be installed: [2021-06-02T16:01:11.670Z] #55 43.05 libbtrfs-dev libbtrfs0 [2021-06-02T16:01:11.670Z] #55 43.53 0 upgraded, 2 newly installed, 0 to remove and 30 not upgraded. [2021-06-02T16:01:11.670Z] #55 43.53 Need to get 119 kB of archives. [2021-06-02T16:01:11.670Z] #55 43.53 After this operation, 387 kB of additional disk space will be used. [2021-06-02T16:01:11.670Z] #55 43.53 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-06-02T16:01:11.670Z] #55 43.54 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-06-02T16:01:11.670Z] #55 44.58 debconf: delaying package configuration, since apt-utils is not installed [2021-06-02T16:01:11.670Z] #55 44.86 Fetched 119 kB in 0s (386 kB/s) [2021-06-02T16:01:11.670Z] #55 45.11 Selecting previously unselected package libbtrfs0. [2021-06-02T16:01:11.670Z] #55 45.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 ... 15410 files and directories currently installed.) [2021-06-02T16:01:11.670Z] #55 45.21 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-06-02T16:01:11.670Z] #55 45.23 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-02T16:01:11.670Z] #55 45.46 Selecting previously unselected package libbtrfs-dev. [2021-06-02T16:01:11.670Z] #55 45.47 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-06-02T16:01:11.670Z] #55 45.53 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-02T16:01:11.670Z] #55 45.83 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-02T16:01:11.670Z] #55 45.87 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-02T16:01:11.670Z] #55 45.88 Processing triggers for libc-bin (2.28-10) ... [2021-06-02T16:01:11.670Z] #55 DONE 46.1s [2021-06-02T16:01:11.670Z] [2021-06-02T16:01:11.670Z] #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-06-02T16:01:11.670Z] #56 sha256:5b157f18d06231beb49ce9165e29400308b1ddc281988d8f8828213634783041 [2021-06-02T16:01:11.686Z] #20 1.500 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-06-02T16:01:11.686Z] #20 1.579 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-02T16:01:11.693Z] #67 21.98 Checking out files: 52% (1001/1907) Checking out files: 53% (1011/1907) Checking out files: 54% (1030/1907) Checking out files: 55% (1049/1907) Checking out files: 56% (1068/1907) Checking out files: 57% (1087/1907) Checking out files: 58% (1107/1907) Checking out files: 59% (1126/1907) Checking out files: 60% (1145/1907) Checking out files: 61% (1164/1907) Checking out files: 62% (1183/1907) Checking out files: 63% (1202/1907) Checking out files: 64% (1221/1907) Checking out files: 65% (1240/1907) Checking out files: 66% (1259/1907) Checking out files: 67% (1278/1907) Checking out files: 68% (1297/1907) Checking out files: 69% (1316/1907) Checking out files: 70% (1335/1907) Checking out files: 71% (1354/1907) Checking out files: 72% (1374/1907) Checking out files: 73% (1393/1907) Checking out files: 74% (1412/1907) Checking out files: 75% (1431/1907) Checking out files: 76% (1450/1907) Checking out files: 77% (1469/1907) Checking out files: 78% (1488/1907) Checking out files: 79% (1507/1907) Checking out files: 80% (1526/1907) Checking out files: 81% (1545/1907) Checking out files: 82% (1564/1907) Checking out files: 83% (1583/1907) Checking out files: 84% (1602/1907) Checking out files: 85% (1621/1907) Checking out files: 86% (1641/1907) Checking out files: 87% (1660/1907) Checking out files: 88% (1679/1907) Checking out files: 89% (1698/1907) Checking out files: 90% (1717/1907) Checking out files: 91% (1736/1907) Checking out files: 92% (1755/1907) Checking out files: 93% (1774/1907) Checking out files: 94% (1793/1907) Checking out files: 95% (1812/1907) Checking out files: 96% (1831/1907) Checking out files: 97% (1850/1907) Checking out files: 98% (1869/1907) Checking out files: 99% (1888/1907) Checking out files: 100% (1907/1907) Checking out files: 100% (1907/1907), done. [2021-06-02T16:01:11.693Z] #67 22.95 + cd /tmp/tmp.URl0fcfXn9/src/github.com/docker/libnetwork [2021-06-02T16:01:11.693Z] #67 22.96 + git checkout -q 64b7a4574d1426139437d20e81c0b6d391130ec8 [2021-06-02T16:01:11.705Z] Running on azwin-2-6213a0 in d:\jenkins\workspace\moby_PR-42143 [Pipeline] { [2021-06-02T16:01:11.715Z] #55 ... [2021-06-02T16:01:11.715Z] [2021-06-02T16:01:11.715Z] #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-06-02T16:01:11.715Z] #51 sha256:2f65e270cfa5fa4745a20f52cef6c1ebb0020e0a32632619dfd6931b4d2d55ab [2021-06-02T16:01:11.715Z] #51 11.55 + cd /tmp/tmp.TNtGvijnHI/src/github.com/mvdan/sh [2021-06-02T16:01:11.715Z] #51 11.55 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-02T16:01:11.715Z] #51 11.64 + GO111MODULE=on [2021-06-02T16:01:11.715Z] #51 11.64 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-06-02T16:01:11.715Z] #51 13.14 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-02T16:01:11.715Z] #51 13.14 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-02T16:01:11.715Z] #51 13.24 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-02T16:01:11.715Z] #51 13.48 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-02T16:01:11.715Z] #51 13.48 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-02T16:01:11.715Z] #51 14.42 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-02T16:01:11.715Z] #51 15.43 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-02T16:01:11.715Z] #51 16.77 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-02T16:01:11.715Z] #51 18.13 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-02T16:01:11.715Z] #51 18.23 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-02T16:01:11.715Z] #51 18.29 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-02T16:01:11.715Z] #51 18.47 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-02T16:01:11.715Z] #51 19.35 encoding [2021-06-02T16:01:11.715Z] #51 19.43 runtime [2021-06-02T16:01:11.715Z] #51 19.49 math [2021-06-02T16:01:11.715Z] #51 ... [2021-06-02T16:01:11.715Z] [2021-06-02T16:01:11.715Z] #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-06-02T16:01:11.715Z] #58 sha256:4d4288784e7c81f995f6395782082af3698c3c62f2a5d6d8047ae6440773e72e [2021-06-02T16:01:11.715Z] #58 21.15 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-02T16:01:11.715Z] #58 21.19 go: finding github.com/russross/blackfriday/v2 v2.1.0 [Pipeline] ws [2021-06-02T16:01:11.726Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [2021-06-02T16:01:11.730Z] #49 45.70 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-02T16:01:11.730Z] #49 45.71 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-02T16:01:11.730Z] #49 45.72 go: finding github.com/kisielk/gotool v1.0.0 [2021-06-02T16:01:11.730Z] #49 45.74 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-02T16:01:11.730Z] #49 45.74 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-02T16:01:11.730Z] #49 45.76 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-02T16:01:11.730Z] #49 45.91 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-06-02T16:01:11.730Z] #49 45.91 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-02T16:01:11.730Z] #49 45.94 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [Pipeline] checkout [2021-06-02T16:01:11.946Z] #20 1.583 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-02T16:01:11.946Z] #20 1.606 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-02T16:01:11.989Z] #49 46.06 go: finding github.com/ultraware/funlen v0.0.2 [2021-06-02T16:01:11.989Z] #49 46.07 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-02T16:01:11.989Z] #49 46.10 go: finding github.com/ultraware/whitespace v0.0.4 [2021-06-02T16:01:11.989Z] #49 46.21 go: finding github.com/gogo/protobuf v1.2.1 [2021-06-02T16:01:11.989Z] #49 46.21 go: finding github.com/uudashr/gocognit v1.0.1 [2021-06-02T16:01:11.989Z] #49 46.21 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-02T16:01:11.989Z] #49 46.33 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-02T16:01:12.207Z] #20 2.175 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [477 kB] [2021-06-02T16:01:12.250Z] #49 46.37 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-02T16:01:12.250Z] #49 46.39 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-02T16:01:12.250Z] #49 46.47 go: finding github.com/BurntSushi/toml v0.3.1 [2021-06-02T16:01:12.250Z] #49 46.48 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-02T16:01:12.270Z] #67 23.43 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-06-02T16:01:12.508Z] #49 ... [2021-06-02T16:01:12.508Z] [2021-06-02T16:01:12.508Z] #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-06-02T16:01:12.508Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-02T16:01:12.508Z] #55 33.73 Reading package lists... [2021-06-02T16:01:12.508Z] #55 39.91 Building dependency tree... [2021-06-02T16:01:12.508Z] #55 43.03 The following additional packages will be installed: [2021-06-02T16:01:12.508Z] #55 43.03 libbtrfs0 [2021-06-02T16:01:12.508Z] #55 43.19 The following NEW packages will be installed: [2021-06-02T16:01:12.508Z] #55 43.23 libbtrfs-dev libbtrfs0 [2021-06-02T16:01:12.508Z] #55 43.58 0 upgraded, 2 newly installed, 0 to remove and 30 not upgraded. [2021-06-02T16:01:12.508Z] #55 43.58 Need to get 119 kB of archives. [2021-06-02T16:01:12.508Z] #55 43.58 After this operation, 387 kB of additional disk space will be used. [2021-06-02T16:01:12.508Z] #55 43.58 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-06-02T16:01:12.508Z] #55 43.58 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-06-02T16:01:12.508Z] #55 44.63 debconf: delaying package configuration, since apt-utils is not installed [2021-06-02T16:01:12.508Z] #55 45.05 Fetched 119 kB in 0s (414 kB/s) [2021-06-02T16:01:12.508Z] #55 45.27 Selecting previously unselected package libbtrfs0. [2021-06-02T16:01:12.509Z] #55 45.27 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-06-02T16:01:12.509Z] #55 45.43 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-06-02T16:01:12.509Z] #55 45.52 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-02T16:01:12.509Z] #55 45.75 Selecting previously unselected package libbtrfs-dev. [2021-06-02T16:01:12.509Z] #55 45.75 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-06-02T16:01:12.509Z] #55 45.75 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-02T16:01:12.509Z] #55 46.18 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-02T16:01:12.509Z] #55 46.23 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-02T16:01:12.509Z] #55 46.25 Processing triggers for libc-bin (2.28-10) ... [2021-06-02T16:01:12.509Z] #55 DONE 46.7s [2021-06-02T16:01:12.509Z] [2021-06-02T16:01:12.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-06-02T16:01:12.509Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-06-02T16:01:12.509Z] #42 46.02 debconf: delaying package configuration, since apt-utils is not installed [2021-06-02T16:01:12.509Z] #42 46.35 Fetched 4095 kB in 1s (6324 kB/s) [2021-06-02T16:01:12.509Z] #42 46.50 Selecting previously unselected package libcap-dev:amd64. [2021-06-02T16:01:12.509Z] #42 46.50 (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-06-02T16:01:12.509Z] #42 46.61 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-06-02T16:01:12.509Z] #42 46.66 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-06-02T16:01:12.539Z] #67 ... [2021-06-02T16:01:12.539Z] [2021-06-02T16:01:12.539Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:01:12.539Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-06-02T16:01:12.539Z] #13 11.77 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [10.8 kB] [2021-06-02T16:01:12.539Z] #13 19.35 Fetched 8789 kB in 14s (612 kB/s) [2021-06-02T16:01:12.679Z] #56 1.199 + RM_GOPATH=0 [2021-06-02T16:01:12.679Z] #56 1.200 + TMP_GOPATH= [2021-06-02T16:01:12.679Z] #56 1.201 + : /build [2021-06-02T16:01:12.679Z] #56 1.202 + '[' -z '' ']' [2021-06-02T16:01:12.679Z] #56 1.208 ++ mktemp -d [2021-06-02T16:01:12.679Z] #56 1.214 + export GOPATH=/tmp/tmp.3pXJYVJjmQ [2021-06-02T16:01:12.679Z] #56 1.216 + GOPATH=/tmp/tmp.3pXJYVJjmQ [2021-06-02T16:01:12.679Z] #56 1.216 + RM_GOPATH=1 [2021-06-02T16:01:12.679Z] #56 1.216 + case "$(go env GOARCH)" in [2021-06-02T16:01:12.679Z] #56 1.219 ++ go env GOARCH [2021-06-02T16:01:12.679Z] #56 1.244 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:01:12.679Z] #56 1.247 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:01:12.679Z] #56 1.248 ++ dirname /tmp/install/install.sh [2021-06-02T16:01:12.679Z] #56 1.249 + dir=/tmp/install [2021-06-02T16:01:12.679Z] #56 1.264 + bin=containerd [2021-06-02T16:01:12.679Z] #56 1.264 + shift [2021-06-02T16:01:12.679Z] #56 1.264 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-06-02T16:01:12.679Z] #56 1.264 + . /tmp/install/containerd.installer [2021-06-02T16:01:12.679Z] #56 1.265 ++ set -e [2021-06-02T16:01:12.679Z] #56 1.265 ++ : 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-02T16:01:12.679Z] #56 1.268 + install_containerd [2021-06-02T16:01:12.679Z] #56 1.272 + echo 'Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a' [2021-06-02T16:01:12.679Z] #56 1.272 Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-02T16:01:12.679Z] #56 1.272 + git clone https://github.com/containerd/containerd.git /tmp/tmp.3pXJYVJjmQ/src/github.com/containerd/containerd [2021-06-02T16:01:12.679Z] #56 1.281 Cloning into '/tmp/tmp.3pXJYVJjmQ/src/github.com/containerd/containerd'... [2021-06-02T16:01:12.768Z] #42 46.97 Selecting previously unselected package libnet1:amd64. [2021-06-02T16:01:12.768Z] #42 46.97 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-02T16:01:12.805Z] #13 19.35 Reading package lists... [2021-06-02T16:01:12.806Z] #13 ... [2021-06-02T16:01:12.806Z] [2021-06-02T16:01:12.806Z] #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-06-02T16:01:12.806Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-06-02T16:01:12.806Z] #55 19.50 Reading package lists... [2021-06-02T16:01:13.028Z] #42 47.02 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-02T16:01:13.028Z] #42 47.26 Selecting previously unselected package libnet1-dev. [2021-06-02T16:01:13.028Z] #42 47.30 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-02T16:01:13.101Z] #58 ... [2021-06-02T16:01:13.101Z] [2021-06-02T16:01:13.101Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-06-02T16:01:13.101Z] #34 sha256:7e3377ee2859e56982586b6b8c5476ab4001e7e3d972f763a5033705fbb5cd5b [2021-06-02T16:01:13.101Z] #34 DONE 22.9s [2021-06-02T16:01:13.232Z] The recommended git tool is: git [2021-06-02T16:01:13.288Z] #42 47.32 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-06-02T16:01:13.362Z] [2021-06-02T16:01:13.362Z] #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-06-02T16:01:13.362Z] #45 sha256:c9574aedef6eee0498adeca739abe2efcb00577146fa7c6b61141ec11fdafc85 [2021-06-02T16:01:13.362Z] #45 19.96 internal/testlog [2021-06-02T16:01:13.362Z] #45 20.39 unicode/utf16 [2021-06-02T16:01:13.362Z] #45 20.77 container/list [2021-06-02T16:01:13.362Z] #45 21.43 crypto/internal/subtle [2021-06-02T16:01:13.362Z] #45 21.59 crypto/subtle [2021-06-02T16:01:13.362Z] #45 21.63 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-06-02T16:01:13.362Z] #45 21.79 internal/nettrace [2021-06-02T16:01:13.362Z] #45 21.99 runtime/cgo [2021-06-02T16:01:13.547Z] #42 47.73 Selecting previously unselected package libnl-3-200:amd64. [2021-06-02T16:01:13.547Z] #42 47.75 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-06-02T16:01:13.547Z] #42 47.77 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-06-02T16:01:13.591Z] #20 3.263 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-02T16:01:13.666Z] #55 24.27 Reading package lists... [2021-06-02T16:01:13.666Z] #55 ... [2021-06-02T16:01:13.666Z] [2021-06-02T16:01:13.666Z] #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-06-02T16:01:13.666Z] #51 sha256:71b0debc21dc031cce79b995a7b9f6d185737449be03474d50ebb51f7f4cdbc2 [2021-06-02T16:01:13.666Z] #51 14.76 + cd /tmp/tmp.aRHmGxMLbS/src/github.com/mvdan/sh [2021-06-02T16:01:13.666Z] #51 14.76 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-02T16:01:13.666Z] #51 14.89 + GO111MODULE=on [2021-06-02T16:01:13.666Z] #51 14.90 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-06-02T16:01:13.666Z] #51 16.42 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-02T16:01:13.666Z] #51 16.44 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-02T16:01:13.666Z] #51 16.57 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-02T16:01:13.666Z] #51 16.84 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-02T16:01:13.666Z] #51 16.93 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-02T16:01:13.666Z] #51 17.51 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-02T16:01:13.666Z] #51 18.33 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-02T16:01:13.666Z] #51 19.35 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-02T16:01:13.666Z] #51 20.44 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-02T16:01:13.666Z] #51 20.54 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-02T16:01:13.666Z] #51 20.70 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-02T16:01:13.666Z] #51 21.07 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-02T16:01:13.666Z] #51 22.11 runtime [2021-06-02T16:01:13.666Z] #51 22.24 runtime/cgo [2021-06-02T16:01:13.666Z] #51 ... [2021-06-02T16:01:13.666Z] [2021-06-02T16:01:13.666Z] #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-06-02T16:01:13.666Z] #29 sha256:081093139797c4036c462b229f32af7cfb4dce1ab16b02922b8bbf3d8e272391 [2021-06-02T16:01:13.666Z] #29 2.359 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-06-02T16:01:13.666Z] #29 2.803 [2021-06-02T16:01:13.806Z] #42 47.94 Selecting previously unselected package libnl-3-dev:amd64. [2021-06-02T16:01:13.806Z] #42 47.96 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-06-02T16:01:13.806Z] #42 47.98 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-06-02T16:01:14.064Z] #42 48.26 Selecting previously unselected package libprotobuf-c1:amd64. [2021-06-02T16:01:14.064Z] #42 48.26 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-06-02T16:01:14.064Z] #42 48.27 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-02T16:01:14.323Z] #42 48.38 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-06-02T16:01:14.323Z] #42 48.41 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-06-02T16:01:14.323Z] #42 48.42 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-06-02T16:01:14.323Z] #42 48.55 Selecting previously unselected package zlib1g-dev:amd64. [2021-06-02T16:01:14.323Z] #42 48.58 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-06-02T16:01:14.323Z] #42 48.59 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-06-02T16:01:14.453Z] #29 3.066 0.0% # 2.1% ### 5.4% ###### 9.1% ######## 12.4% ########## 15.2% ############ 17.9% ############## 20.8% ################ 23.6% ################### 26.5% ##################### 29.2% ######################## 34.5% ########################### 38.6% ############################## 41.8% ############################### 43.7% ################################## 47.3% #################################### 50.3% [2021-06-02T16:01:14.453Z] #29 ... [2021-06-02T16:01:14.453Z] [2021-06-02T16:01:14.453Z] #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-06-02T16:01:14.453Z] #40 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-06-02T16:01:14.453Z] #40 15.51 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-06-02T16:01:14.453Z] #40 16.58 + 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-06-02T16:01:14.532Z] #20 4.414 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [291 kB] [2021-06-02T16:01:14.573Z] #56 ... [2021-06-02T16:01:14.573Z] [2021-06-02T16:01:14.573Z] #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-06-02T16:01:14.573Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-06-02T16:01:14.573Z] #42 33.47 Reading package lists... [2021-06-02T16:01:14.573Z] #42 39.48 Building dependency tree... [2021-06-02T16:01:14.574Z] #42 42.63 The following additional packages will be installed: [2021-06-02T16:01:14.574Z] #42 42.65 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-06-02T16:01:14.574Z] #42 42.66 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-06-02T16:01:14.574Z] #42 42.67 Suggested packages: [2021-06-02T16:01:14.574Z] #42 42.68 manpages-dev python-setuptools [2021-06-02T16:01:14.574Z] #42 44.01 The following NEW packages will be installed: [2021-06-02T16:01:14.574Z] #42 44.03 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-06-02T16:01:14.574Z] #42 44.03 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-06-02T16:01:14.574Z] #42 44.03 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-06-02T16:01:14.574Z] #42 44.03 python-six zlib1g-dev [2021-06-02T16:01:14.574Z] #42 44.41 0 upgraded, 17 newly installed, 0 to remove and 30 not upgraded. [2021-06-02T16:01:14.574Z] #42 44.41 Need to get 4095 kB of archives. [2021-06-02T16:01:14.574Z] #42 44.41 After this operation, 22.5 MB of additional disk space will be used. [2021-06-02T16:01:14.574Z] #42 44.41 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-06-02T16:01:14.574Z] #42 44.42 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-06-02T16:01:14.574Z] #42 44.42 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2021-06-02T16:01:14.574Z] #42 44.43 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-06-02T16:01:14.574Z] #42 44.48 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-06-02T16:01:14.574Z] #42 44.49 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-06-02T16:01:14.574Z] #42 44.49 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-06-02T16:01:14.574Z] #42 44.49 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2021-06-02T16:01:14.574Z] #42 44.58 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-06-02T16:01:14.574Z] #42 44.64 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-06-02T16:01:14.574Z] #42 44.72 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-06-02T16:01:14.574Z] #42 44.93 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-06-02T16:01:14.574Z] #42 44.97 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-06-02T16:01:14.574Z] #42 44.97 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2021-06-02T16:01:14.574Z] #42 45.00 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-06-02T16:01:14.574Z] #42 45.02 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-06-02T16:01:14.574Z] #42 45.02 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-06-02T16:01:14.574Z] #42 46.39 debconf: delaying package configuration, since apt-utils is not installed [2021-06-02T16:01:14.574Z] #42 46.78 Fetched 4095 kB in 1s (4389 kB/s) [2021-06-02T16:01:14.574Z] #42 46.85 Selecting previously unselected package libcap-dev:amd64. [2021-06-02T16:01:14.574Z] #42 46.86 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-06-02T16:01:14.574Z] #42 46.94 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-06-02T16:01:14.574Z] #42 46.95 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-06-02T16:01:14.574Z] #42 47.17 Selecting previously unselected package libnet1:amd64. [2021-06-02T16:01:14.574Z] #42 47.17 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-02T16:01:14.574Z] #42 47.24 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-02T16:01:14.574Z] #42 47.38 Selecting previously unselected package libnet1-dev. [2021-06-02T16:01:14.574Z] #42 47.38 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-02T16:01:14.574Z] #42 47.40 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-06-02T16:01:14.574Z] #42 47.60 Selecting previously unselected package libnl-3-200:amd64. [2021-06-02T16:01:14.574Z] #42 47.61 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-06-02T16:01:14.574Z] #42 47.61 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-06-02T16:01:14.574Z] #42 47.71 Selecting previously unselected package libnl-3-dev:amd64. [2021-06-02T16:01:14.574Z] #42 47.73 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-06-02T16:01:14.574Z] #42 47.74 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-06-02T16:01:14.574Z] #42 48.08 Selecting previously unselected package libprotobuf-c1:amd64. [2021-06-02T16:01:14.574Z] #42 48.08 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-06-02T16:01:14.574Z] #42 48.09 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-02T16:01:14.574Z] #42 48.18 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-06-02T16:01:14.574Z] #42 48.19 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-06-02T16:01:14.574Z] #42 48.20 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-06-02T16:01:14.574Z] #42 48.38 Selecting previously unselected package zlib1g-dev:amd64. [2021-06-02T16:01:14.574Z] #42 48.39 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-06-02T16:01:14.574Z] #42 48.41 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-06-02T16:01:14.574Z] #42 48.65 Selecting previously unselected package libprotobuf17:amd64. [2021-06-02T16:01:14.574Z] #42 48.66 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-06-02T16:01:14.574Z] #42 48.68 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-06-02T16:01:14.581Z] #42 48.82 Selecting previously unselected package libprotobuf17:amd64. [2021-06-02T16:01:14.581Z] #42 48.83 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-06-02T16:01:14.581Z] #42 48.84 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-06-02T16:01:14.715Z] #40 ... [2021-06-02T16:01:14.715Z] [2021-06-02T16:01:14.715Z] #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-06-02T16:01:14.715Z] #29 sha256:081093139797c4036c462b229f32af7cfb4dce1ab16b02922b8bbf3d8e272391 [2021-06-02T16:01:14.831Z] #42 ... [2021-06-02T16:01:14.831Z] [2021-06-02T16:01:14.831Z] #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-06-02T16:01:14.831Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-06-02T16:01:14.831Z] #32 48.83 Checking out files: 92% (1413/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-06-02T16:01:14.831Z] #32 49.07 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-06-02T16:01:15.517Z] #42 49.60 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-06-02T16:01:15.517Z] #42 49.60 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-06-02T16:01:15.517Z] #42 49.61 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-06-02T16:01:15.648Z] #32 49.62 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-02T16:01:15.776Z] #42 49.92 Selecting previously unselected package libprotobuf-dev:amd64. [2021-06-02T16:01:15.776Z] #42 49.92 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-06-02T16:01:15.776Z] #42 49.94 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-06-02T16:01:15.908Z] #45 ... [2021-06-02T16:01:15.908Z] [2021-06-02T16:01:15.908Z] #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-06-02T16:01:15.908Z] #49 sha256:5951b44ed6faa3bea525f4965803c2ea5865de7dd4e1fe41fc18ec38c5d116e3 [2021-06-02T16:01:15.908Z] #49 23.50 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-02T16:01:15.908Z] #49 23.50 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-02T16:01:15.908Z] #49 23.50 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-06-02T16:01:15.908Z] #49 23.56 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-02T16:01:15.908Z] #49 23.56 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-06-02T16:01:15.908Z] #49 23.67 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-02T16:01:15.908Z] #49 23.67 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-02T16:01:15.908Z] #49 23.67 go: downloading github.com/ultraware/funlen v0.0.2 [2021-06-02T16:01:15.908Z] #49 23.77 go: downloading github.com/stretchr/objx v0.2.0 [2021-06-02T16:01:15.908Z] #49 23.77 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-02T16:01:15.908Z] #49 23.85 go: extracting github.com/ultraware/funlen v0.0.2 [2021-06-02T16:01:15.908Z] #49 23.85 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-02T16:01:15.908Z] #49 23.85 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-02T16:01:15.908Z] #49 23.92 go: downloading github.com/kisielk/gotool v1.0.0 [2021-06-02T16:01:15.908Z] #49 23.98 go: extracting github.com/stretchr/objx v0.2.0 [2021-06-02T16:01:15.908Z] #49 24.28 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-02T16:01:15.908Z] #49 24.28 go: extracting github.com/kisielk/gotool v1.0.0 [2021-06-02T16:01:15.908Z] #49 24.28 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-06-02T16:01:15.908Z] #49 24.28 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-02T16:01:15.908Z] #49 24.28 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-06-02T16:01:15.908Z] #49 24.28 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-06-02T16:01:15.908Z] #49 24.31 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-06-02T16:01:15.908Z] #49 24.47 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-06-02T16:01:15.908Z] #49 24.57 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-02T16:01:15.908Z] #49 24.57 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-02T16:01:15.908Z] #49 24.57 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-06-02T16:01:15.908Z] #49 24.61 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-06-02T16:01:15.908Z] #49 24.61 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-06-02T16:01:15.908Z] #49 24.61 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-06-02T16:01:15.908Z] #49 24.68 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-02T16:01:15.908Z] #49 24.86 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-06-02T16:01:15.908Z] #49 25.01 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-06-02T16:01:15.908Z] #49 25.01 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-02T16:01:15.908Z] #49 25.01 go: downloading github.com/spf13/afero v1.1.2 [2021-06-02T16:01:15.908Z] #49 25.01 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-02T16:01:15.908Z] #49 25.01 go: downloading github.com/fatih/color v1.7.0 [2021-06-02T16:01:15.908Z] #49 25.01 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-02T16:01:15.908Z] #49 25.01 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-06-02T16:01:15.908Z] #49 25.19 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-06-02T16:01:15.908Z] #49 25.19 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-02T16:01:15.908Z] #49 25.42 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-02T16:01:15.908Z] #49 25.58 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-02T16:01:15.921Z] #20 ... [2021-06-02T16:01:15.921Z] [2021-06-02T16:01:15.921Z] #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-06-02T16:01:15.921Z] #53 sha256:d74a9f9c69b1a532ce2dfe4a6ccb22c81fd40dde4488f27bc2c362884cd9181b [2021-06-02T16:01:15.921Z] #53 13.72 + cd /tmp/tmp.KHWkaMcNfB/src/github.com/opencontainers/runc [2021-06-02T16:01:15.921Z] #53 13.73 + git checkout -q b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-02T16:01:15.921Z] #53 14.21 + '[' -z '' ']' [2021-06-02T16:01:15.921Z] #53 14.21 + target=static [2021-06-02T16:01:15.921Z] #53 14.21 + make 'BUILDTAGS=seccomp ' static [2021-06-02T16:01:15.921Z] #53 14.47 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o runc . [2021-06-02T16:01:16.043Z] #29 3.066 0.0% # 2.1% ### 5.4% ###### 9.1% ######## 12.4% ########## 15.2% ############ 17.9% ############## 20.8% ################ 23.6% ################### 26.5% ##################### 29.2% ######################## 34.5% ########################### 38.6% ############################## 41.8% ############################### 43.7% ################################## 47.3% #################################### 50.3% ##################################### 52.2% ######################################## 56.8% ########################################### 60.9% ############################################## 64.4% ################################################ 67.5% ################################################### 71.1% ##################################################### 74.4% ######################################################## 78.6% ########################################################### 82.5% ############################################################## 86.4% ################################################################ 89.5% ################################################################### 93.2% ##################################################################### 96.5% ######################################################################## 100.0% [2021-06-02T16:01:16.169Z] #49 25.78 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-02T16:01:16.169Z] #49 25.78 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-02T16:01:16.169Z] #49 25.78 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-06-02T16:01:16.169Z] #49 25.78 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-06-02T16:01:16.169Z] #49 25.78 go: extracting github.com/fatih/color v1.7.0 [2021-06-02T16:01:16.169Z] #49 25.78 go: extracting github.com/spf13/afero v1.1.2 [2021-06-02T16:01:16.169Z] #49 25.78 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-06-02T16:01:16.169Z] #49 25.78 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-02T16:01:16.169Z] #49 25.78 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-02T16:01:16.169Z] #49 25.93 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-06-02T16:01:16.169Z] #49 25.93 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-06-02T16:01:16.169Z] #49 26.06 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-06-02T16:01:16.169Z] #49 26.06 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-02T16:01:16.211Z] #32 ... [2021-06-02T16:01:16.211Z] [2021-06-02T16:01:16.211Z] #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-06-02T16:01:16.211Z] #45 sha256:024ca4a5433b3b3c73033d0594ff8cb60684f746bf229a3587c63d0a3937a0d4 [2021-06-02T16:01:16.211Z] #45 40.86 sync [2021-06-02T16:01:16.211Z] #45 40.90 internal/reflectlite [2021-06-02T16:01:16.211Z] #45 42.04 github.com/LK4D4/vndr/godl/singleflight [2021-06-02T16:01:16.211Z] #45 42.40 math/rand [2021-06-02T16:01:16.211Z] #45 43.36 internal/singleflight [2021-06-02T16:01:16.211Z] #45 44.18 errors [2021-06-02T16:01:16.211Z] #45 44.18 sort [2021-06-02T16:01:16.211Z] #45 44.89 io [2021-06-02T16:01:16.211Z] #45 45.68 strconv [2021-06-02T16:01:16.211Z] #45 46.41 bytes [2021-06-02T16:01:16.211Z] #45 48.73 bufio [2021-06-02T16:01:16.211Z] #45 49.25 reflect [2021-06-02T16:01:16.211Z] #45 50.53 internal/oserror [2021-06-02T16:01:16.211Z] #45 50.67 syscall [2021-06-02T16:01:16.318Z] #29 6.595 [2021-06-02T16:01:16.431Z] #49 26.21 go: downloading github.com/magiconair/properties v1.8.1 [2021-06-02T16:01:16.431Z] #49 26.21 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-06-02T16:01:16.431Z] #49 26.21 go: downloading github.com/gobwas/glob v0.2.3 [2021-06-02T16:01:16.467Z] #45 ... [2021-06-02T16:01:16.467Z] [2021-06-02T16:01:16.467Z] #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-06-02T16:01:16.467Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-06-02T16:01:16.467Z] #42 49.36 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-06-02T16:01:16.467Z] #42 49.36 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-06-02T16:01:16.467Z] #42 49.37 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-06-02T16:01:16.467Z] #42 49.58 Selecting previously unselected package libprotobuf-dev:amd64. [2021-06-02T16:01:16.467Z] #42 49.59 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-06-02T16:01:16.467Z] #42 49.60 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-06-02T16:01:16.467Z] #42 50.95 Selecting previously unselected package libprotoc17:amd64. [2021-06-02T16:01:16.467Z] #42 50.95 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-06-02T16:01:16.467Z] #42 50.96 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-06-02T16:01:16.692Z] #49 26.40 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-02T16:01:16.692Z] #49 26.40 go: extracting github.com/magiconair/properties v1.8.1 [2021-06-02T16:01:16.692Z] #49 26.51 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-02T16:01:16.692Z] #49 26.57 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-02T16:01:16.692Z] #49 26.57 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-02T16:01:16.723Z] #42 ... [2021-06-02T16:01:16.723Z] [2021-06-02T16:01:16.723Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:01:16.723Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T16:01:16.723Z] #13 29.89 Reading package lists... [2021-06-02T16:01:16.723Z] #13 36.32 Building dependency tree... [2021-06-02T16:01:16.723Z] #13 39.88 The following additional packages will be installed: [2021-06-02T16:01:16.723Z] #13 39.92 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-06-02T16:01:16.723Z] #13 39.92 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-06-02T16:01:16.723Z] #13 39.92 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-06-02T16:01:16.723Z] #13 39.92 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-06-02T16:01:16.723Z] #13 39.92 mingw-w64-common mingw-w64-x86-64-dev [2021-06-02T16:01:16.723Z] #13 39.97 Suggested packages: [2021-06-02T16:01:16.723Z] #13 39.97 gcc-8-locales seccomp wine64 [2021-06-02T16:01:16.723Z] #13 42.10 The following NEW packages will be installed: [2021-06-02T16:01:16.723Z] #13 42.11 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-06-02T16:01:16.723Z] #13 42.11 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-06-02T16:01:16.723Z] #13 42.11 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-06-02T16:01:16.723Z] #13 42.11 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-06-02T16:01:16.723Z] #13 42.12 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-06-02T16:01:16.723Z] #13 42.12 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-06-02T16:01:16.723Z] #13 42.13 The following packages will be upgraded: [2021-06-02T16:01:16.723Z] #13 42.14 libseccomp2 libsystemd0 libudev1 [2021-06-02T16:01:16.723Z] #13 42.53 3 upgraded, 25 newly installed, 0 to remove and 28 not upgraded. [2021-06-02T16:01:16.723Z] #13 42.53 Need to get 78.2 MB of archives. [2021-06-02T16:01:16.723Z] #13 42.53 After this operation, 487 MB of additional disk space will be used. [2021-06-02T16:01:16.723Z] #13 42.53 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-06-02T16:01:16.723Z] #13 42.53 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB] [2021-06-02T16:01:16.723Z] #13 42.55 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB] [2021-06-02T16:01:16.723Z] #13 42.58 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB] [2021-06-02T16:01:16.723Z] #13 42.58 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-06-02T16:01:16.723Z] #13 42.82 Get:6 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-06-02T16:01:16.723Z] #13 43.07 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-06-02T16:01:16.723Z] #13 43.08 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-06-02T16:01:16.723Z] #13 43.08 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-06-02T16:01:16.723Z] #13 43.09 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-06-02T16:01:16.723Z] #13 43.59 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-06-02T16:01:16.723Z] #13 43.90 Get:12 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-06-02T16:01:16.723Z] #13 43.91 Get:13 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-06-02T16:01:16.723Z] #13 ... [2021-06-02T16:01:16.723Z] [2021-06-02T16:01:16.723Z] #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-06-02T16:01:16.723Z] #51 sha256:647a47c484636f11ae26a4cd6b99fb2731b9a35a98471f34200ea640cd6ffe9d [2021-06-02T16:01:16.723Z] #51 51.46 syscall [2021-06-02T16:01:16.982Z] #51 51.50 reflect [2021-06-02T16:01:17.155Z] #42 51.22 Selecting previously unselected package libprotoc17:amd64. [2021-06-02T16:01:17.155Z] #42 51.22 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-06-02T16:01:17.155Z] #42 51.23 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-06-02T16:01:17.263Z] #49 26.78 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-06-02T16:01:17.263Z] #49 26.78 go: extracting github.com/gobwas/glob v0.2.3 [2021-06-02T16:01:17.263Z] #49 26.97 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-02T16:01:17.263Z] #49 26.97 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-06-02T16:01:17.263Z] #49 26.97 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-02T16:01:17.263Z] #49 26.97 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-02T16:01:17.368Z] #29 6.820 0.0% ####### 10.6% ########## 14.5% ################ 23.1% ############################## 42.8% ######################################### 57.5% ####################################################### 76.8% ################################################################### 94.3% ######################################################################## 100.0% [2021-06-02T16:01:17.524Z] #49 27.31 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-02T16:01:17.524Z] #49 27.31 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-06-02T16:01:17.524Z] #49 27.31 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-06-02T16:01:17.524Z] #49 27.31 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-02T16:01:17.524Z] #49 27.31 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-02T16:01:17.524Z] #49 27.48 go: downloading github.com/spf13/cast v1.3.0 [2021-06-02T16:01:17.524Z] #49 27.48 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-06-02T16:01:17.723Z] #42 51.86 Selecting previously unselected package protobuf-c-compiler. [2021-06-02T16:01:17.723Z] #42 51.86 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-06-02T16:01:17.723Z] #42 51.88 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-06-02T16:01:17.785Z] #49 27.55 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-06-02T16:01:17.785Z] #49 27.67 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-02T16:01:17.785Z] #49 27.67 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-02T16:01:17.945Z] #29 8.012 [2021-06-02T16:01:17.983Z] #42 52.03 Selecting previously unselected package protobuf-compiler. [2021-06-02T16:01:17.983Z] #42 52.05 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-06-02T16:01:17.983Z] #42 52.06 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-06-02T16:01:17.983Z] #42 ... [2021-06-02T16:01:17.983Z] [2021-06-02T16:01:17.983Z] #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-06-02T16:01:17.983Z] #51 sha256:55a88fb14034dccae60536b55d436d5315a049e5042e9687552eb89ba8f7be98 [2021-06-02T16:01:17.983Z] #51 52.13 internal/oserror [2021-06-02T16:01:17.983Z] #51 52.19 reflect [2021-06-02T16:01:17.983Z] #51 52.20 syscall [2021-06-02T16:01:18.046Z] #49 27.87 go: extracting github.com/spf13/cast v1.3.0 [2021-06-02T16:01:18.047Z] #49 27.94 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-06-02T16:01:18.308Z] #49 28.06 go: downloading github.com/gogo/protobuf v1.2.1 [2021-06-02T16:01:18.308Z] #49 28.06 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-02T16:01:18.308Z] #49 28.06 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-02T16:01:18.512Z] #29 8.228 0.0% ################# 24.2% ############################## 42.9% ################################ 45.1% ######################################################################## 100.0% [2021-06-02T16:01:18.550Z] #51 ... [2021-06-02T16:01:18.551Z] [2021-06-02T16:01:18.551Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:01:18.551Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T16:01:18.551Z] #13 30.61 Reading package lists... [2021-06-02T16:01:18.551Z] #13 37.15 Building dependency tree... [2021-06-02T16:01:18.551Z] #13 41.01 The following additional packages will be installed: [2021-06-02T16:01:18.551Z] #13 41.01 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-06-02T16:01:18.551Z] #13 41.01 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-06-02T16:01:18.551Z] #13 41.01 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-06-02T16:01:18.551Z] #13 41.01 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-06-02T16:01:18.551Z] #13 41.01 mingw-w64-common mingw-w64-x86-64-dev [2021-06-02T16:01:18.551Z] #13 41.04 Suggested packages: [2021-06-02T16:01:18.551Z] #13 41.04 gcc-8-locales seccomp wine64 [2021-06-02T16:01:18.551Z] #13 42.61 The following NEW packages will be installed: [2021-06-02T16:01:18.551Z] #13 42.63 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-06-02T16:01:18.551Z] #13 42.63 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-06-02T16:01:18.551Z] #13 42.63 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-06-02T16:01:18.551Z] #13 42.63 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-06-02T16:01:18.551Z] #13 42.64 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-06-02T16:01:18.551Z] #13 42.64 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-06-02T16:01:18.551Z] #13 42.66 The following packages will be upgraded: [2021-06-02T16:01:18.551Z] #13 42.66 libseccomp2 libsystemd0 libudev1 [2021-06-02T16:01:18.551Z] #13 43.05 3 upgraded, 25 newly installed, 0 to remove and 28 not upgraded. [2021-06-02T16:01:18.551Z] #13 43.05 Need to get 78.2 MB of archives. [2021-06-02T16:01:18.551Z] #13 43.05 After this operation, 487 MB of additional disk space will be used. [2021-06-02T16:01:18.551Z] #13 43.05 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-06-02T16:01:18.551Z] #13 43.05 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB] [2021-06-02T16:01:18.551Z] #13 43.06 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB] [2021-06-02T16:01:18.551Z] #13 43.07 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB] [2021-06-02T16:01:18.551Z] #13 43.08 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-06-02T16:01:18.551Z] #13 43.29 Get:6 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-06-02T16:01:18.551Z] #13 43.51 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-06-02T16:01:18.551Z] #13 43.52 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-06-02T16:01:18.551Z] #13 43.53 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-06-02T16:01:18.551Z] #13 43.54 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-06-02T16:01:18.551Z] #13 43.95 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-06-02T16:01:18.551Z] #13 44.23 Get:12 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-06-02T16:01:18.551Z] #13 44.24 Get:13 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-06-02T16:01:18.569Z] #49 28.34 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-06-02T16:01:18.569Z] #49 28.43 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-06-02T16:01:18.569Z] #49 28.53 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-02T16:01:18.569Z] #49 28.57 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-02T16:01:18.776Z] #29 9.043 [2021-06-02T16:01:18.829Z] #49 28.62 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-02T16:01:18.829Z] #49 28.71 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-02T16:01:18.829Z] #49 28.71 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-02T16:01:18.835Z] #13 ... [2021-06-02T16:01:18.835Z] [2021-06-02T16:01:18.835Z] #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-06-02T16:01:18.835Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-06-02T16:01:18.835Z] #42 52.24 Selecting previously unselected package python-pkg-resources. [2021-06-02T16:01:18.835Z] #42 52.24 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-06-02T16:01:18.835Z] #42 52.26 Unpacking python-pkg-resources (40.8.0-1) ... [2021-06-02T16:01:18.835Z] #42 52.46 Selecting previously unselected package python-six. [2021-06-02T16:01:18.835Z] #42 52.46 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-06-02T16:01:18.835Z] #42 52.48 Unpacking python-six (1.12.0-1) ... [2021-06-02T16:01:18.835Z] #42 52.58 Selecting previously unselected package python-protobuf. [2021-06-02T16:01:18.835Z] #42 52.58 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-06-02T16:01:18.835Z] #42 52.58 Unpacking python-protobuf (3.6.1.3-2) ... [2021-06-02T16:01:19.090Z] #49 29.12 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-06-02T16:01:19.095Z] #42 ... [2021-06-02T16:01:19.095Z] [2021-06-02T16:01:19.095Z] #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-06-02T16:01:19.095Z] #45 sha256:9157f81689e5d9248f131885dbab30c114e596864682d0b6c95e04322c866b39 [2021-06-02T16:01:19.095Z] #45 43.27 sync [2021-06-02T16:01:19.095Z] #45 43.28 internal/reflectlite [2021-06-02T16:01:19.095Z] #45 44.77 github.com/LK4D4/vndr/godl/singleflight [2021-06-02T16:01:19.095Z] #45 44.99 math/rand [2021-06-02T16:01:19.095Z] #45 46.26 internal/singleflight [2021-06-02T16:01:19.095Z] #45 46.80 sort [2021-06-02T16:01:19.095Z] #45 46.80 errors [2021-06-02T16:01:19.095Z] #45 47.58 io [2021-06-02T16:01:19.095Z] #45 48.09 strconv [2021-06-02T16:01:19.095Z] #45 48.83 bytes [2021-06-02T16:01:19.095Z] #45 50.76 bufio [2021-06-02T16:01:19.095Z] #45 51.37 reflect [2021-06-02T16:01:19.095Z] #45 52.75 syscall [2021-06-02T16:01:19.095Z] #45 ... [2021-06-02T16:01:19.095Z] [2021-06-02T16:01:19.095Z] #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-06-02T16:01:19.095Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-06-02T16:01:19.095Z] #32 50.86 Checking out files: 89% (1360/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-06-02T16:01:19.095Z] #32 51.35 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-06-02T16:01:19.095Z] #32 51.59 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-02T16:01:19.350Z] #49 29.24 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-02T16:01:19.350Z] #49 29.32 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-06-02T16:01:19.350Z] #49 29.37 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-06-02T16:01:19.611Z] #49 29.42 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-06-02T16:01:19.872Z] #49 29.67 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-02T16:01:19.872Z] #49 29.69 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-06-02T16:01:19.872Z] #49 29.81 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-06-02T16:01:19.872Z] #49 29.87 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-06-02T16:01:19.872Z] #49 29.89 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-06-02T16:01:19.872Z] #49 29.91 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-06-02T16:01:20.171Z] #49 29.99 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-02T16:01:20.171Z] #49 30.01 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-02T16:01:20.258Z] #51 ... [2021-06-02T16:01:20.258Z] [2021-06-02T16:01:20.258Z] #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-06-02T16:01:20.258Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-02T16:01:20.258Z] #36 44.81 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-06-02T16:01:20.258Z] #36 44.85 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-06-02T16:01:20.258Z] #36 44.87 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-06-02T16:01:20.258Z] #36 44.89 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-06-02T16:01:20.258Z] #36 44.93 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-06-02T16:01:20.258Z] #36 44.96 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-06-02T16:01:20.258Z] #36 47.33 debconf: delaying package configuration, since apt-utils is not installed [2021-06-02T16:01:20.258Z] #36 47.52 Fetched 14.9 MB in 2s (6652 kB/s) [2021-06-02T16:01:20.258Z] #36 47.59 Selecting previously unselected package xxd. [2021-06-02T16:01:20.258Z] #36 47.59 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-06-02T16:01:20.258Z] #36 47.68 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-06-02T16:01:20.258Z] #36 47.69 Unpacking xxd (2:8.1.0875-5) ... [2021-06-02T16:01:20.258Z] #36 47.89 Selecting previously unselected package vim-common. [2021-06-02T16:01:20.258Z] #36 47.89 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-02T16:01:20.258Z] #36 47.93 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-02T16:01:20.258Z] #36 48.34 Selecting previously unselected package cmake-data. [2021-06-02T16:01:20.258Z] #36 48.34 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-06-02T16:01:20.258Z] #36 48.36 Unpacking cmake-data (3.13.4-1) ... [2021-06-02T16:01:20.258Z] #36 51.20 Selecting previously unselected package libicu63:amd64. [2021-06-02T16:01:20.258Z] #36 51.21 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-06-02T16:01:20.258Z] #36 51.23 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-02T16:01:20.352Z] #29 9.303 0.0% ## 3.3% #### 5.8% ###### 8.5% ######## 11.4% ########## 14.2% ############ 17.4% ################ 22.4% ##################### 30.3% ######################### 35.9% ############################# 41.2% ############################### 43.9% ################################# 46.0% [2021-06-02T16:01:20.352Z] #29 ... [2021-06-02T16:01:20.352Z] [2021-06-02T16:01:20.352Z] #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-06-02T16:01:20.352Z] #45 sha256:9a3f01892994c37ed64e33fce5af07846d09d9ea0eef75bcfbf7eeb92ade3545 [2021-06-02T16:01:20.352Z] #45 31.65 sync [2021-06-02T16:01:20.352Z] #45 31.67 internal/reflectlite [2021-06-02T16:01:20.431Z] #49 30.22 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-06-02T16:01:20.431Z] #49 30.22 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-06-02T16:01:20.556Z] #36 ... [2021-06-02T16:01:20.556Z] [2021-06-02T16:01:20.556Z] #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-06-02T16:01:20.556Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-06-02T16:01:20.556Z] #42 51.59 Selecting previously unselected package protobuf-c-compiler. [2021-06-02T16:01:20.556Z] #42 51.60 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-06-02T16:01:20.556Z] #42 51.61 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-06-02T16:01:20.556Z] #42 51.78 Selecting previously unselected package protobuf-compiler. [2021-06-02T16:01:20.556Z] #42 51.78 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-06-02T16:01:20.556Z] #42 51.79 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-06-02T16:01:20.556Z] #42 51.95 Selecting previously unselected package python-pkg-resources. [2021-06-02T16:01:20.556Z] #42 51.95 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-06-02T16:01:20.556Z] #42 51.96 Unpacking python-pkg-resources (40.8.0-1) ... [2021-06-02T16:01:20.556Z] #42 52.58 Selecting previously unselected package python-six. [2021-06-02T16:01:20.556Z] #42 52.58 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-06-02T16:01:20.556Z] #42 52.61 Unpacking python-six (1.12.0-1) ... [2021-06-02T16:01:20.556Z] #42 52.71 Selecting previously unselected package python-protobuf. [2021-06-02T16:01:20.557Z] #42 52.72 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-06-02T16:01:20.557Z] #42 52.73 Unpacking python-protobuf (3.6.1.3-2) ... [2021-06-02T16:01:20.557Z] #42 53.34 Setting up python-pkg-resources (40.8.0-1) ... [2021-06-02T16:01:20.692Z] #49 30.40 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-02T16:01:20.692Z] #49 30.41 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-02T16:01:20.692Z] #49 30.57 go: extracting golang.org/x/text v0.3.2 [2021-06-02T16:01:20.692Z] #49 30.57 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-06-02T16:01:20.953Z] #49 30.72 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-06-02T16:01:20.953Z] #49 ... [2021-06-02T16:01:20.953Z] [2021-06-02T16:01:20.953Z] #67 [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-06-02T16:01:20.953Z] #67 sha256:5b7be01d6c16a215d026268234d38aca5d4ee5799c8b4e437955513b53385991 [2021-06-02T16:01:20.953Z] #67 20.91 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-06-02T16:01:21.206Z] #53 ... [2021-06-02T16:01:21.206Z] [2021-06-02T16:01:21.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-06-02T16:01:21.207Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:01:21.207Z] #43 62.27 CC criu/pie/util-vdso-elf32.o [2021-06-02T16:01:21.207Z] #43 63.10 AR criu/pie/pie.lib.a [2021-06-02T16:01:21.207Z] #43 63.18 DEP criu/pie/restorer.d [2021-06-02T16:01:21.207Z] #43 63.47 DEP criu/arch/x86/sigaction_compat_pie.d [2021-06-02T16:01:21.207Z] #43 63.60 DEP criu/arch/x86/restorer_unmap.d [2021-06-02T16:01:21.207Z] #43 63.64 DEP criu/arch/x86/restorer.d [2021-06-02T16:01:21.207Z] #43 63.83 DEP criu/arch/x86/vdso-pie.d [2021-06-02T16:01:21.207Z] #43 63.93 DEP criu/pie/parasite-vdso.d [2021-06-02T16:01:21.207Z] #43 64.06 DEP criu/pie/parasite.d [2021-06-02T16:01:21.207Z] #43 64.30 CC criu/pie/parasite.o [2021-06-02T16:01:21.207Z] #43 65.57 LINK criu/pie/parasite.built-in.o [2021-06-02T16:01:21.207Z] #43 65.59 GEN criu/pie/parasite-blob.h [2021-06-02T16:01:21.207Z] #43 65.60 CC criu/pie/parasite-vdso.o [2021-06-02T16:01:21.207Z] #43 66.25 CC criu/arch/x86/vdso-pie.o [2021-06-02T16:01:21.207Z] #43 66.55 CC criu/arch/x86/restorer.o [2021-06-02T16:01:21.207Z] #43 67.06 CC criu/arch/x86/restorer_unmap.o [2021-06-02T16:01:21.207Z] #43 67.10 CC criu/arch/x86/sigaction_compat_pie.o [2021-06-02T16:01:21.207Z] #43 67.41 CC criu/pie/restorer.o [2021-06-02T16:01:21.207Z] #43 70.91 LINK criu/pie/restorer.built-in.o [2021-06-02T16:01:21.207Z] #43 70.95 GEN criu/pie/restorer-blob.h [2021-06-02T16:01:21.207Z] #43 71.04 DEP criu/vdso.d [2021-06-02T16:01:21.207Z] #43 71.26 DEP criu/vdso-compat.d [2021-06-02T16:01:21.207Z] #43 71.43 DEP criu/uts_ns.d [2021-06-02T16:01:21.207Z] #43 71.60 DEP criu/util.d [2021-06-02T16:01:21.207Z] #43 71.78 DEP criu/uffd.d [2021-06-02T16:01:21.207Z] #43 71.97 DEP criu/tun.d [2021-06-02T16:01:21.207Z] #43 72.18 DEP criu/tty.d [2021-06-02T16:01:21.207Z] #43 72.45 DEP criu/timerfd.d [2021-06-02T16:01:21.207Z] #43 72.71 DEP criu/timens.d [2021-06-02T16:01:21.214Z] #67 ... [2021-06-02T16:01:21.214Z] [2021-06-02T16:01:21.214Z] #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-06-02T16:01:21.214Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-02T16:01:21.214Z] #40 26.67 Checking out files: 85% (1446/1694) Checking out files: 86% (1457/1694) Checking out files: 87% (1474/1694) Checking out files: 88% (1491/1694) Checking out files: 89% (1508/1694) Checking out files: 90% (1525/1694) Checking out files: 91% (1542/1694) Checking out files: 92% (1559/1694) Checking out files: 93% (1576/1694) Checking out files: 94% (1593/1694) Checking out files: 95% (1610/1694) Checking out files: 96% (1627/1694) Checking out files: 97% (1644/1694) Checking out files: 98% (1661/1694) Checking out files: 99% (1678/1694) Checking out files: 100% (1694/1694) Checking out files: 100% (1694/1694), done. [2021-06-02T16:01:21.214Z] #40 26.85 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-06-02T16:01:21.214Z] #40 28.72 + 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-06-02T16:01:21.299Z] #45 ... [2021-06-02T16:01:21.299Z] [2021-06-02T16:01:21.299Z] #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-06-02T16:01:21.299Z] #49 sha256:c1e687793bc1ad3a5d3a433df9c9e2f292d2c37bc336162eeee807afdde5dea6 [2021-06-02T16:01:21.299Z] #49 22.37 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-06-02T16:01:21.299Z] #49 22.37 go: downloading github.com/spf13/afero v1.1.2 [2021-06-02T16:01:21.299Z] #49 22.37 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-06-02T16:01:21.299Z] #49 22.37 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-06-02T16:01:21.299Z] #49 22.37 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-06-02T16:01:21.299Z] #49 22.39 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-06-02T16:01:21.299Z] #49 22.39 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-06-02T16:01:21.299Z] #49 22.40 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-02T16:01:21.299Z] #49 22.40 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-02T16:01:21.299Z] #49 22.44 go: downloading github.com/spf13/cast v1.3.0 [2021-06-02T16:01:21.299Z] #49 22.50 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-06-02T16:01:21.299Z] #49 22.52 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-02T16:01:21.299Z] #49 22.53 go: extracting github.com/spf13/afero v1.1.2 [2021-06-02T16:01:21.300Z] #49 22.55 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-06-02T16:01:21.300Z] #49 22.58 go: extracting github.com/spf13/cast v1.3.0 [2021-06-02T16:01:21.300Z] #49 22.59 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-06-02T16:01:21.300Z] #49 22.62 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-06-02T16:01:21.300Z] #49 22.62 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-06-02T16:01:21.300Z] #49 22.64 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-02T16:01:21.300Z] #49 22.64 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-06-02T16:01:21.300Z] #49 22.66 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-02T16:01:21.300Z] #49 22.72 go: downloading github.com/ultraware/funlen v0.0.2 [2021-06-02T16:01:21.300Z] #49 22.73 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-06-02T16:01:21.300Z] #49 22.73 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-02T16:01:21.300Z] #49 22.76 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-02T16:01:21.300Z] #49 22.82 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-02T16:01:21.300Z] #49 22.82 go: extracting github.com/ultraware/funlen v0.0.2 [2021-06-02T16:01:21.300Z] #49 22.87 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-06-02T16:01:21.300Z] #49 22.91 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-02T16:01:21.300Z] #49 22.94 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-06-02T16:01:21.300Z] #49 22.99 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-06-02T16:01:21.300Z] #49 22.99 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-06-02T16:01:21.300Z] #49 23.03 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-02T16:01:21.300Z] #49 23.05 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-02T16:01:21.300Z] #49 23.12 go: downloading golang.org/x/text v0.3.2 [2021-06-02T16:01:21.300Z] #49 23.18 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-02T16:01:21.300Z] #49 23.22 go: downloading github.com/stretchr/testify v1.4.0 [2021-06-02T16:01:21.300Z] #49 23.37 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-06-02T16:01:21.300Z] #49 23.39 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-06-02T16:01:21.300Z] #49 23.41 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-02T16:01:21.300Z] #49 23.41 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-02T16:01:21.300Z] #49 23.43 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-06-02T16:01:21.300Z] #49 23.45 go: downloading github.com/subosito/gotenv v1.2.0 [2021-06-02T16:01:21.300Z] #49 23.46 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-02T16:01:21.300Z] #49 23.63 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-02T16:01:21.300Z] #49 23.75 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-06-02T16:01:21.300Z] #49 23.75 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-02T16:01:21.300Z] #49 23.75 go: extracting github.com/subosito/gotenv v1.2.0 [2021-06-02T16:01:21.300Z] #49 23.79 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-02T16:01:21.300Z] #49 23.79 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-06-02T16:01:21.300Z] #49 23.90 go: extracting github.com/stretchr/testify v1.4.0 [2021-06-02T16:01:21.300Z] #49 24.01 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-02T16:01:21.300Z] #49 24.06 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-02T16:01:21.300Z] #49 24.12 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-06-02T16:01:21.300Z] #49 24.19 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-02T16:01:21.300Z] #49 24.29 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-06-02T16:01:21.300Z] #49 24.34 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-06-02T16:01:21.300Z] #49 24.41 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-02T16:01:21.300Z] #49 24.44 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-06-02T16:01:21.300Z] #49 24.56 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-02T16:01:21.300Z] #49 24.60 go: downloading github.com/gobwas/glob v0.2.3 [2021-06-02T16:01:21.300Z] #49 24.63 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-02T16:01:21.300Z] #49 24.67 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-06-02T16:01:21.300Z] #49 24.68 go: downloading github.com/kisielk/gotool v1.0.0 [2021-06-02T16:01:21.300Z] #49 24.74 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-02T16:01:21.300Z] #49 24.77 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-06-02T16:01:21.300Z] #49 24.79 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-06-02T16:01:21.300Z] #49 24.91 go: extracting github.com/kisielk/gotool v1.0.0 [2021-06-02T16:01:21.300Z] #49 24.97 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-02T16:01:21.300Z] #49 25.00 go: extracting github.com/gobwas/glob v0.2.3 [2021-06-02T16:01:21.300Z] #49 25.05 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-02T16:01:21.300Z] #49 25.16 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-06-02T16:01:21.300Z] #49 25.17 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-02T16:01:21.300Z] #49 25.17 go: downloading github.com/gogo/protobuf v1.2.1 [2021-06-02T16:01:21.300Z] #49 25.39 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-06-02T16:01:21.300Z] #49 25.51 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-06-02T16:01:21.300Z] #49 25.61 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-06-02T16:01:21.300Z] #49 25.83 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-06-02T16:01:21.300Z] #49 25.88 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-06-02T16:01:21.300Z] #49 25.90 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-06-02T16:01:21.300Z] #49 25.93 go: downloading github.com/stretchr/objx v0.2.0 [2021-06-02T16:01:21.300Z] #49 25.97 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-02T16:01:21.300Z] #49 26.23 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-02T16:01:21.300Z] #49 26.31 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-02T16:01:21.300Z] #49 26.44 go: extracting github.com/stretchr/objx v0.2.0 [2021-06-02T16:01:21.300Z] #49 26.44 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-02T16:01:21.300Z] #49 26.68 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-06-02T16:01:21.300Z] #49 26.84 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-02T16:01:21.300Z] #49 26.85 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-02T16:01:21.300Z] #49 26.92 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-06-02T16:01:21.300Z] #49 27.49 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-02T16:01:21.300Z] #49 27.91 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-02T16:01:21.300Z] #49 30.16 go: extracting github.com/gogo/protobuf v1.2.1 [2021-06-02T16:01:21.300Z] #49 31.80 go: extracting golang.org/x/text v0.3.2 [2021-06-02T16:01:21.300Z] #49 ... [2021-06-02T16:01:21.300Z] [2021-06-02T16:01:21.300Z] #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-06-02T16:01:21.300Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-06-02T16:01:21.300Z] #36 17.39 Reading package lists... [2021-06-02T16:01:21.300Z] #36 22.96 Reading package lists... [2021-06-02T16:01:21.300Z] #36 28.16 Building dependency tree... [2021-06-02T16:01:21.300Z] #36 30.46 The following additional packages will be installed: [2021-06-02T16:01:21.300Z] #36 30.46 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-06-02T16:01:21.300Z] #36 30.47 Suggested packages: [2021-06-02T16:01:21.300Z] #36 30.47 cmake-doc ninja-build lrzip [2021-06-02T16:01:21.300Z] #36 30.47 Recommended packages: [2021-06-02T16:01:21.300Z] #36 30.47 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-06-02T16:01:21.300Z] #36 31.41 The following NEW packages will be installed: [2021-06-02T16:01:21.300Z] #36 31.42 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-06-02T16:01:21.300Z] #36 31.42 vim-common xxd [2021-06-02T16:01:21.300Z] #36 31.82 0 upgraded, 10 newly installed, 0 to remove and 30 not upgraded. [2021-06-02T16:01:21.300Z] #36 31.82 Need to get 14.2 MB of archives. [2021-06-02T16:01:21.300Z] #36 31.82 After this operation, 60.0 MB of additional disk space will be used. [2021-06-02T16:01:21.300Z] #36 31.82 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2021-06-02T16:01:21.300Z] #36 31.83 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-02T16:01:21.300Z] #36 31.84 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB] [2021-06-02T16:01:21.300Z] #36 31.99 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2021-06-02T16:01:21.300Z] #36 32.54 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+deb10u1 [625 kB] [2021-06-02T16:01:21.300Z] #36 32.58 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB] [2021-06-02T16:01:21.300Z] #36 ... [2021-06-02T16:01:21.300Z] [2021-06-02T16:01:21.300Z] #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-06-02T16:01:21.300Z] #29 sha256:081093139797c4036c462b229f32af7cfb4dce1ab16b02922b8bbf3d8e272391 [2021-06-02T16:01:21.467Z] #43 72.95 DEP criu/sysfs_parse.d [2021-06-02T16:01:21.467Z] #43 73.09 DEP criu/sysctl.d [2021-06-02T16:01:21.728Z] #43 73.29 DEP criu/string.d [2021-06-02T16:01:21.728Z] #43 73.35 DEP criu/stats.d [2021-06-02T16:01:21.991Z] #43 73.46 DEP criu/sockets.d [2021-06-02T16:01:22.156Z] #40 ... [2021-06-02T16:01:22.156Z] [2021-06-02T16:01:22.156Z] #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-06-02T16:01:22.156Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-06-02T16:01:22.156Z] #42 21.80 Fetched 8447 kB in 15s (569 kB/s) [2021-06-02T16:01:22.156Z] #42 21.80 Reading package lists... [2021-06-02T16:01:22.156Z] #42 28.95 Reading package lists... [2021-06-02T16:01:22.156Z] #42 ... [2021-06-02T16:01:22.156Z] [2021-06-02T16:01:22.156Z] #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-06-02T16:01:22.156Z] #49 sha256:5951b44ed6faa3bea525f4965803c2ea5865de7dd4e1fe41fc18ec38c5d116e3 [2021-06-02T16:01:22.156Z] #49 31.09 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-02T16:01:22.252Z] #43 73.65 DEP criu/sk-unix.d [2021-06-02T16:01:22.252Z] #43 73.86 DEP criu/sk-tcp.d [2021-06-02T16:01:22.425Z] #29 9.303 0.0% ## 3.3% #### 5.8% ###### 8.5% ######## 11.4% ########## 14.2% ############ 17.4% ################ 22.4% ##################### 30.3% ######################### 35.9% ############################# 41.2% ############################### 43.9% ################################# 46.0% ################################## 48.2% #################################### 50.9% ###################################### 53.4% ####################################### 55.5% ######################################### 58.0% ############################################ 61.5% ############################################## 65.1% ################################################ 67.4% ################################################### 71.0% ##################################################### 74.6% ####################################################### 77.5% ########################################################## 81.2% ########################################################### 82.0% ############################################################# 85.3% ############################################################### 88.1% ################################################################## 91.9% #################################################################### 95.5% ######################################################################## 100.0% [2021-06-02T16:01:22.516Z] #43 74.06 DEP criu/sk-queue.d [2021-06-02T16:01:22.689Z] #29 13.05 [2021-06-02T16:01:22.777Z] #43 74.21 DEP criu/sk-packet.d [2021-06-02T16:01:22.777Z] #43 74.44 DEP criu/sk-netlink.d [2021-06-02T16:01:22.953Z] #29 ... [2021-06-02T16:01:22.953Z] [2021-06-02T16:01:22.953Z] #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-06-02T16:01:22.953Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-06-02T16:01:22.953Z] #42 18.63 Reading package lists... [2021-06-02T16:01:22.953Z] #42 24.47 Reading package lists... [2021-06-02T16:01:22.953Z] #42 30.25 Building dependency tree... [2021-06-02T16:01:22.953Z] #42 33.28 The following additional packages will be installed: [2021-06-02T16:01:22.953Z] #42 33.28 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-06-02T16:01:22.953Z] #42 33.29 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-06-02T16:01:22.953Z] #42 33.30 Suggested packages: [2021-06-02T16:01:22.953Z] #42 33.30 manpages-dev python-setuptools [2021-06-02T16:01:22.953Z] #42 ... [2021-06-02T16:01:22.953Z] [2021-06-02T16:01:22.953Z] #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-06-02T16:01:22.953Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-06-02T16:01:22.953Z] #36 32.61 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB] [2021-06-02T16:01:22.953Z] #36 32.61 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB] [2021-06-02T16:01:22.953Z] #36 32.62 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB] [2021-06-02T16:01:22.953Z] #36 32.63 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB] [2021-06-02T16:01:22.953Z] #36 34.15 debconf: delaying package configuration, since apt-utils is not installed [2021-06-02T16:01:22.953Z] #36 34.30 Fetched 14.2 MB in 1s (11.2 MB/s) [2021-06-02T16:01:23.037Z] #43 74.67 DEP criu/sk-inet.d [2021-06-02T16:01:23.118Z] #42 ... [2021-06-02T16:01:23.118Z] [2021-06-02T16:01:23.118Z] #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-06-02T16:01:23.118Z] #47 sha256:5e539fff90c86504ca37437bcca3dfbd11aa12b5f65ca0fc53eb040f66008920 [2021-06-02T16:01:23.118Z] #47 DONE 57.6s [2021-06-02T16:01:23.118Z] [2021-06-02T16:01:23.118Z] #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-06-02T16:01:23.118Z] #45 sha256:024ca4a5433b3b3c73033d0594ff8cb60684f746bf229a3587c63d0a3937a0d4 [2021-06-02T16:01:23.118Z] #45 57.48 time [2021-06-02T16:01:23.259Z] #36 34.42 Selecting previously unselected package xxd. [2021-06-02T16:01:23.259Z] #36 34.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-06-02T16:01:23.294Z] #32 ... [2021-06-02T16:01:23.294Z] [2021-06-02T16:01:23.294Z] #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-06-02T16:01:23.294Z] #56 sha256:f3c76cda506603b30e3d9f284a3e61eea6d952aa22664fa519b77b5f19df4e0e [2021-06-02T16:01:23.294Z] #56 1.185 + RM_GOPATH=0 [2021-06-02T16:01:23.294Z] #56 1.185 + TMP_GOPATH= [2021-06-02T16:01:23.294Z] #56 1.186 + : /build [2021-06-02T16:01:23.294Z] #56 1.186 + '[' -z '' ']' [2021-06-02T16:01:23.294Z] #56 1.187 ++ mktemp -d [2021-06-02T16:01:23.294Z] #56 1.191 + export GOPATH=/tmp/tmp.2UyusuKE9R [2021-06-02T16:01:23.294Z] #56 1.191 + GOPATH=/tmp/tmp.2UyusuKE9R [2021-06-02T16:01:23.294Z] #56 1.193 + RM_GOPATH=1 [2021-06-02T16:01:23.294Z] #56 1.194 + case "$(go env GOARCH)" in [2021-06-02T16:01:23.294Z] #56 1.196 ++ go env GOARCH [2021-06-02T16:01:23.294Z] #56 1.223 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:01:23.294Z] #56 1.223 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:01:23.294Z] #56 1.224 ++ dirname /tmp/install/install.sh [2021-06-02T16:01:23.294Z] #56 1.230 + dir=/tmp/install [2021-06-02T16:01:23.294Z] #56 1.231 + bin=containerd [2021-06-02T16:01:23.294Z] #56 1.231 + shift [2021-06-02T16:01:23.294Z] #56 1.231 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-06-02T16:01:23.294Z] #56 1.232 + . /tmp/install/containerd.installer [2021-06-02T16:01:23.294Z] #56 1.232 ++ set -e [2021-06-02T16:01:23.294Z] #56 1.232 ++ : 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-02T16:01:23.294Z] #56 1.233 + install_containerd [2021-06-02T16:01:23.294Z] #56 1.238 + echo 'Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a' [2021-06-02T16:01:23.294Z] #56 1.238 Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-02T16:01:23.294Z] #56 1.239 + git clone https://github.com/containerd/containerd.git /tmp/tmp.2UyusuKE9R/src/github.com/containerd/containerd [2021-06-02T16:01:23.294Z] #56 1.251 Cloning into '/tmp/tmp.2UyusuKE9R/src/github.com/containerd/containerd'... [2021-06-02T16:01:23.294Z] #56 ... [2021-06-02T16:01:23.294Z] [2021-06-02T16:01:23.294Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:01:23.294Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T16:01:23.294Z] #13 47.46 Get:14 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-06-02T16:01:23.294Z] #13 50.09 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-06-02T16:01:23.294Z] #13 50.09 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-06-02T16:01:23.294Z] #13 50.10 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-06-02T16:01:23.294Z] #13 50.10 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-06-02T16:01:23.294Z] #13 50.10 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-06-02T16:01:23.294Z] #13 50.11 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB] [2021-06-02T16:01:23.294Z] #13 50.12 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-06-02T16:01:23.294Z] #13 50.15 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-06-02T16:01:23.294Z] #13 50.17 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-06-02T16:01:23.294Z] #13 50.21 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-06-02T16:01:23.294Z] #13 50.23 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-06-02T16:01:23.294Z] #13 50.28 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-06-02T16:01:23.294Z] #13 50.31 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-06-02T16:01:23.294Z] #13 50.32 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB] [2021-06-02T16:01:23.294Z] #13 ... [2021-06-02T16:01:23.294Z] [2021-06-02T16:01:23.294Z] #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-06-02T16:01:23.294Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-02T16:01:23.294Z] #36 47.25 debconf: delaying package configuration, since apt-utils is not installed [2021-06-02T16:01:23.294Z] #36 47.52 Fetched 14.9 MB in 2s (8029 kB/s) [2021-06-02T16:01:23.294Z] #36 47.73 Selecting previously unselected package xxd. [2021-06-02T16:01:23.294Z] #36 47.73 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-06-02T16:01:23.294Z] #36 47.82 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-06-02T16:01:23.294Z] #36 47.83 Unpacking xxd (2:8.1.0875-5) ... [2021-06-02T16:01:23.294Z] #36 48.05 Selecting previously unselected package vim-common. [2021-06-02T16:01:23.294Z] #36 48.06 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-02T16:01:23.294Z] #36 48.11 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-02T16:01:23.294Z] #36 48.39 Selecting previously unselected package cmake-data. [2021-06-02T16:01:23.294Z] #36 48.39 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-06-02T16:01:23.294Z] #36 48.40 Unpacking cmake-data (3.13.4-1) ... [2021-06-02T16:01:23.294Z] #36 51.23 Selecting previously unselected package libicu63:amd64. [2021-06-02T16:01:23.294Z] #36 51.27 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-06-02T16:01:23.294Z] #36 51.34 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-02T16:01:23.294Z] #36 ... [2021-06-02T16:01:23.294Z] [2021-06-02T16:01:23.294Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:01:23.294Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T16:01:23.294Z] #13 51.64 debconf: delaying package configuration, since apt-utils is not installed [2021-06-02T16:01:23.527Z] #36 34.53 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ... [2021-06-02T16:01:23.527Z] #36 34.55 Unpacking xxd (2:8.1.0875-5) ... [2021-06-02T16:01:23.527Z] #36 34.83 Selecting previously unselected package vim-common. [2021-06-02T16:01:23.527Z] #36 34.83 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-02T16:01:23.527Z] #36 34.87 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-02T16:01:23.540Z] #49 ... [2021-06-02T16:01:23.540Z] [2021-06-02T16:01:23.540Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:01:23.540Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T16:01:23.540Z] #13 12.48 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-06-02T16:01:23.540Z] #13 12.54 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-02T16:01:23.540Z] #13 12.54 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-02T16:01:23.540Z] #13 12.54 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-02T16:01:23.540Z] #13 13.46 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [477 kB] [2021-06-02T16:01:23.540Z] #13 15.12 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-02T16:01:23.540Z] #13 17.10 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [291 kB] [2021-06-02T16:01:23.540Z] #13 19.42 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-02T16:01:23.540Z] #13 ... [2021-06-02T16:01:23.540Z] [2021-06-02T16:01:23.540Z] #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-06-02T16:01:23.540Z] #45 sha256:c9574aedef6eee0498adeca739abe2efcb00577146fa7c6b61141ec11fdafc85 [2021-06-02T16:01:23.540Z] #45 32.63 vendor/golang.org/x/crypto/internal/subtle [2021-06-02T16:01:23.540Z] #45 32.99 vendor/golang.org/x/crypto/curve25519 [2021-06-02T16:01:23.608Z] #43 74.93 DEP criu/signalfd.d [2021-06-02T16:01:23.608Z] #43 75.07 DEP criu/sigframe.d [2021-06-02T16:01:23.608Z] #43 75.15 DEP criu/shmem.d [2021-06-02T16:01:23.608Z] #43 75.29 DEP criu/servicefd.d [2021-06-02T16:01:23.862Z] #13 52.00 Fetched 78.2 MB in 8s (10.4 MB/s) [2021-06-02T16:01:23.862Z] #13 52.20 (Reading database ... [2021-06-02T16:01:23.862Z] #13 ... [2021-06-02T16:01:23.862Z] [2021-06-02T16:01:23.862Z] #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-06-02T16:01:23.862Z] #47 sha256:e8d1f09bc8bae02a318922cb95fb7da67a775585630091e4f00fbc3b78bf5ad8 [2021-06-02T16:01:23.862Z] #47 DONE 58.1s [2021-06-02T16:01:23.862Z] [2021-06-02T16:01:23.862Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:01:23.862Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T16:01:24.105Z] #36 35.17 Selecting previously unselected package cmake-data. [2021-06-02T16:01:24.105Z] #36 35.17 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-06-02T16:01:24.105Z] #36 35.19 Unpacking cmake-data (3.13.4-1) ... [2021-06-02T16:01:24.124Z] #13 52.20 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-06-02T16:01:24.124Z] #13 52.30 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ... [2021-06-02T16:01:24.124Z] #13 52.34 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-06-02T16:01:24.179Z] #43 75.54 DEP criu/seize.d [2021-06-02T16:01:24.179Z] #43 75.72 DEP criu/seccomp.d [2021-06-02T16:01:24.439Z] #43 75.94 DEP criu/rst-malloc.d [2021-06-02T16:01:24.439Z] #43 76.01 DEP criu/rbtree.d [2021-06-02T16:01:24.481Z] #45 ... [2021-06-02T16:01:24.481Z] [2021-06-02T16:01:24.481Z] #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-06-02T16:01:24.481Z] #51 sha256:2f65e270cfa5fa4745a20f52cef6c1ebb0020e0a32632619dfd6931b4d2d55ab [2021-06-02T16:01:24.481Z] #51 24.27 runtime/cgo [2021-06-02T16:01:24.481Z] #51 ... [2021-06-02T16:01:24.481Z] [2021-06-02T16:01:24.481Z] #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-06-02T16:01:24.481Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-02T16:01:24.481Z] #55 26.49 Fetched 8447 kB in 16s (514 kB/s) [2021-06-02T16:01:24.481Z] #55 26.49 Reading package lists... [2021-06-02T16:01:24.700Z] #43 76.03 DEP criu/pstree.d [2021-06-02T16:01:24.700Z] #43 76.22 DEP criu/protobuf.d [2021-06-02T16:01:24.960Z] #43 76.36 GEN criu/protobuf-desc-gen.h [2021-06-02T16:01:25.060Z] #36 ... [2021-06-02T16:01:25.060Z] [2021-06-02T16:01:25.060Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:01:25.060Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-06-02T16:01:25.060Z] #13 19.35 Reading package lists... [2021-06-02T16:01:25.060Z] #13 24.40 Reading package lists... [2021-06-02T16:01:25.060Z] #13 29.99 Building dependency tree... [2021-06-02T16:01:25.060Z] #13 32.65 The following additional packages will be installed: [2021-06-02T16:01:25.060Z] #13 32.65 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-06-02T16:01:25.060Z] #13 32.65 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-06-02T16:01:25.060Z] #13 32.65 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-06-02T16:01:25.060Z] #13 32.65 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-06-02T16:01:25.060Z] #13 32.66 mingw-w64-common mingw-w64-x86-64-dev [2021-06-02T16:01:25.060Z] #13 32.66 Suggested packages: [2021-06-02T16:01:25.060Z] #13 32.66 gcc-8-locales seccomp wine64 [2021-06-02T16:01:25.060Z] #13 33.83 The following NEW packages will be installed: [2021-06-02T16:01:25.060Z] #13 33.83 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-06-02T16:01:25.060Z] #13 33.83 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-06-02T16:01:25.060Z] #13 33.83 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-06-02T16:01:25.060Z] #13 33.83 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-06-02T16:01:25.060Z] #13 33.83 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-06-02T16:01:25.060Z] #13 33.84 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-06-02T16:01:25.060Z] #13 33.85 The following packages will be upgraded: [2021-06-02T16:01:25.060Z] #13 33.85 libseccomp2 libsystemd0 libudev1 [2021-06-02T16:01:25.060Z] #13 34.23 3 upgraded, 25 newly installed, 0 to remove and 28 not upgraded. [2021-06-02T16:01:25.060Z] #13 34.23 Need to get 73.8 MB of archives. [2021-06-02T16:01:25.060Z] #13 34.23 After this operation, 472 MB of additional disk space will be used. [2021-06-02T16:01:25.060Z] #13 34.23 Get:1 http://deb.debian.org/debian buster-backports/main arm64 libseccomp2 arm64 2.4.4-1~bpo10+1 [44.2 kB] [2021-06-02T16:01:25.060Z] #13 ... [2021-06-02T16:01:25.060Z] [2021-06-02T16:01:25.060Z] #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-06-02T16:01:25.060Z] #29 sha256:081093139797c4036c462b229f32af7cfb4dce1ab16b02922b8bbf3d8e272391 [2021-06-02T16:01:25.061Z] #13 53.09 Setting up libsystemd0:amd64 (241-7~deb10u7) ... [2021-06-02T16:01:25.098Z] #55 33.24 Reading package lists... [2021-06-02T16:01:25.098Z] #55 ... [2021-06-02T16:01:25.098Z] [2021-06-02T16:01:25.098Z] #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-06-02T16:01:25.098Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-02T16:01:25.098Z] #36 24.87 Fetched 8447 kB in 16s (514 kB/s) [2021-06-02T16:01:25.098Z] #36 24.87 Reading package lists... [2021-06-02T16:01:25.331Z] #13 53.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-06-02T16:01:25.331Z] #13 53.60 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-06-02T16:01:25.331Z] #13 53.62 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-06-02T16:01:25.382Z] #36 31.54 Reading package lists... [2021-06-02T16:01:25.382Z] #36 ... [2021-06-02T16:01:25.382Z] [2021-06-02T16:01:25.382Z] #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-06-02T16:01:25.382Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-06-02T16:01:25.382Z] #42 28.95 Reading package lists... [2021-06-02T16:01:25.590Z] #13 53.93 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-06-02T16:01:25.850Z] #13 54.13 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-06-02T16:01:25.850Z] #13 54.19 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ... [2021-06-02T16:01:25.850Z] #13 54.21 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-06-02T16:01:26.111Z] #13 54.40 Setting up libudev1:amd64 (241-7~deb10u7) ... [2021-06-02T16:01:26.111Z] #13 54.54 Selecting previously unselected package binutils-mingw-w64-i686. [2021-06-02T16:01:26.344Z] #43 ... [2021-06-02T16:01:26.344Z] [2021-06-02T16:01:26.344Z] #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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-02T16:01:26.344Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-02T16:01:26.344Z] #20 5.913 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-02T16:01:26.344Z] #20 11.55 Fetched 8971 kB in 10s (871 kB/s) [2021-06-02T16:01:26.344Z] #20 11.55 Reading package lists... [2021-06-02T16:01:26.374Z] #13 54.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 ... 15410 files and directories currently installed.) [2021-06-02T16:01:26.374Z] #13 54.60 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-06-02T16:01:26.374Z] #13 54.60 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-02T16:01:26.386Z] #29 13.35 #=#=# 1.2% # 2.2% # 2.7% ### 4.2% #### 6.7% ###### 8.8% ####### 10.1% ######## 11.8% ######### 13.4% ########## 14.9% ########### 15.9% ############ 17.0% ############# 18.1% ############## 20.2% ############### 21.6% ################ 23.2% ################## 25.8% ################### 27.7% ##################### 29.3% ###################### 31.3% ######################## 33.5% ######################### 35.6% ########################### 37.7% ############################ 39.6% ############################## 41.7% ################################ 44.5% ################################# 46.5% ################################### 49.7% [2021-06-02T16:01:26.386Z] #29 ... [2021-06-02T16:01:26.386Z] [2021-06-02T16:01:26.386Z] #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-06-02T16:01:26.387Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-06-02T16:01:26.387Z] #55 24.27 Reading package lists... [2021-06-02T16:01:26.387Z] #55 28.93 Building dependency tree... [2021-06-02T16:01:26.387Z] #55 32.07 The following additional packages will be installed: [2021-06-02T16:01:26.387Z] #55 32.08 libbtrfs0 [2021-06-02T16:01:26.387Z] #55 32.25 The following NEW packages will be installed: [2021-06-02T16:01:26.387Z] #55 32.26 libbtrfs-dev libbtrfs0 [2021-06-02T16:01:26.387Z] #55 32.65 0 upgraded, 2 newly installed, 0 to remove and 30 not upgraded. [2021-06-02T16:01:26.387Z] #55 32.65 Need to get 119 kB of archives. [2021-06-02T16:01:26.387Z] #55 32.65 After this operation, 387 kB of additional disk space will be used. [2021-06-02T16:01:26.387Z] #55 32.65 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2021-06-02T16:01:26.387Z] #55 32.66 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2021-06-02T16:01:26.387Z] #55 33.98 debconf: delaying package configuration, since apt-utils is not installed [2021-06-02T16:01:26.387Z] #55 34.19 Fetched 119 kB in 0s (416 kB/s) [2021-06-02T16:01:26.387Z] #55 34.33 Selecting previously unselected package libbtrfs0. [2021-06-02T16:01:26.387Z] #55 34.33 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2021-06-02T16:01:26.387Z] #55 34.38 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ... [2021-06-02T16:01:26.387Z] #55 34.40 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-02T16:01:26.387Z] #55 34.55 Selecting previously unselected package libbtrfs-dev. [2021-06-02T16:01:26.387Z] #55 34.55 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ... [2021-06-02T16:01:26.387Z] #55 34.57 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-02T16:01:26.387Z] #55 34.84 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-02T16:01:26.387Z] #55 34.88 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-02T16:01:26.387Z] #55 34.90 Processing triggers for libc-bin (2.28-10) ... [2021-06-02T16:01:26.387Z] #55 DONE 37.6s [2021-06-02T16:01:26.387Z] [2021-06-02T16:01:26.387Z] #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-06-02T16:01:26.387Z] #29 sha256:081093139797c4036c462b229f32af7cfb4dce1ab16b02922b8bbf3d8e272391 [2021-06-02T16:01:26.438Z] #45 60.68 internal/fmtsort [2021-06-02T16:01:26.605Z] #20 15.75 Reading package lists... [2021-06-02T16:01:26.605Z] #20 ... [2021-06-02T16:01:26.605Z] [2021-06-02T16:01:26.605Z] #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-06-02T16:01:26.605Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:01:26.605Z] #43 78.08 DEP criu/protobuf-desc.d [2021-06-02T16:01:26.605Z] #43 78.21 DEP criu/proc_parse.d [2021-06-02T16:01:26.694Z] #45 61.34 internal/syscall/execenv [2021-06-02T16:01:26.865Z] #43 ... [2021-06-02T16:01:26.865Z] [2021-06-02T16:01:26.865Z] #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-06-02T16:01:26.865Z] #45 sha256:0a390b322d2cc1430f3d50949762ec73c7e24d99b78ae26af52a5a43422403ac [2021-06-02T16:01:26.865Z] #45 137.3 github.com/LK4D4/vndr/godl [2021-06-02T16:01:26.865Z] #45 138.2 github.com/LK4D4/vndr [2021-06-02T16:01:26.865Z] #45 ... [2021-06-02T16:01:26.865Z] [2021-06-02T16:01:26.866Z] #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-06-02T16:01:26.866Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:01:26.866Z] #43 78.43 DEP criu/plugin.d [2021-06-02T16:01:26.950Z] #45 61.52 internal/syscall/unix [2021-06-02T16:01:27.126Z] #43 78.53 DEP criu/pipes.d [2021-06-02T16:01:27.126Z] #43 ... [2021-06-02T16:01:27.126Z] [2021-06-02T16:01:27.126Z] #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-06-02T16:01:27.126Z] #45 sha256:0a390b322d2cc1430f3d50949762ec73c7e24d99b78ae26af52a5a43422403ac [2021-06-02T16:01:27.126Z] #45 DONE 147.8s [2021-06-02T16:01:27.126Z] [2021-06-02T16:01:27.126Z] #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-06-02T16:01:27.126Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:01:27.126Z] #43 78.72 DEP criu/pie-util.d [2021-06-02T16:01:27.207Z] #45 61.81 strings [2021-06-02T16:01:27.319Z] #42 35.34 Building dependency tree... [2021-06-02T16:01:27.387Z] #43 78.91 DEP criu/pie-util-vdso.d [2021-06-02T16:01:27.648Z] #43 79.16 DEP criu/pie-util-vdso-elf32.d [2021-06-02T16:01:27.779Z] #29 13.35 #=#=# 1.2% # 2.2% # 2.7% ### 4.2% #### 6.7% ###### 8.8% ####### 10.1% ######## 11.8% ######### 13.4% ########## 14.9% ########### 15.9% ############ 17.0% ############# 18.1% ############## 20.2% ############### 21.6% ################ 23.2% ################## 25.8% ################### 27.7% ##################### 29.3% ###################### 31.3% ######################## 33.5% ######################### 35.6% ########################### 37.7% ############################ 39.6% ############################## 41.7% ################################ 44.5% ################################# 46.5% ################################### 49.7% ##################################### 52.4% ####################################### 54.3% ####################################### 54.9% ####################################### 55.4% ######################################## 55.7% ######################################### 57.6% ########################################### 60.6% ############################################ 62.4% ############################################## 64.9% ################################################ 67.3% ################################################## 69.8% [2021-06-02T16:01:27.779Z] #29 ... [2021-06-02T16:01:27.779Z] [2021-06-02T16:01:27.779Z] #67 [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-06-02T16:01:27.779Z] #67 sha256:2bb05f187fc25aa95ff0481945809b11b26a8c7a8413231416995cabf5e46f9c [2021-06-02T16:01:27.779Z] #67 DONE 39.0s [2021-06-02T16:01:27.779Z] [2021-06-02T16:01:27.779Z] #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-06-02T16:01:27.779Z] #29 sha256:081093139797c4036c462b229f32af7cfb4dce1ab16b02922b8bbf3d8e272391 [2021-06-02T16:01:27.908Z] #43 79.39 DEP criu/path.d [2021-06-02T16:01:28.138Z] #45 ... [2021-06-02T16:01:28.138Z] [2021-06-02T16:01:28.138Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:01:28.138Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T16:01:28.138Z] #13 47.30 Get:14 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-06-02T16:01:28.138Z] #13 49.58 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-06-02T16:01:28.138Z] #13 49.59 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-06-02T16:01:28.138Z] #13 49.59 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-06-02T16:01:28.138Z] #13 49.59 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-06-02T16:01:28.138Z] #13 49.59 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-06-02T16:01:28.138Z] #13 49.60 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB] [2021-06-02T16:01:28.138Z] #13 49.61 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-06-02T16:01:28.138Z] #13 49.64 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-06-02T16:01:28.138Z] #13 49.67 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-06-02T16:01:28.138Z] #13 49.70 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-06-02T16:01:28.138Z] #13 49.71 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-06-02T16:01:28.138Z] #13 49.76 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-06-02T16:01:28.138Z] #13 49.79 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-06-02T16:01:28.138Z] #13 49.79 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB] [2021-06-02T16:01:28.138Z] #13 50.92 debconf: delaying package configuration, since apt-utils is not installed [2021-06-02T16:01:28.138Z] #13 51.11 Fetched 78.2 MB in 8s (10.4 MB/s) [2021-06-02T16:01:28.138Z] #13 51.24 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-06-02T16:01:28.138Z] #13 51.31 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ... [2021-06-02T16:01:28.138Z] #13 51.35 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-06-02T16:01:28.138Z] #13 52.52 Setting up libsystemd0:amd64 (241-7~deb10u7) ... [2021-06-02T16:01:28.138Z] #13 52.74 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-06-02T16:01:28.138Z] #13 52.89 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-06-02T16:01:28.138Z] #13 53.00 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-06-02T16:01:28.138Z] #13 53.34 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-06-02T16:01:28.138Z] #13 53.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 ... 15410 files and directories currently installed.) [2021-06-02T16:01:28.138Z] #13 53.81 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ... [2021-06-02T16:01:28.138Z] #13 53.85 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-06-02T16:01:28.138Z] #13 54.01 Setting up libudev1:amd64 (241-7~deb10u7) ... [2021-06-02T16:01:28.138Z] #13 54.18 Selecting previously unselected package binutils-mingw-w64-i686. [2021-06-02T16:01:28.138Z] #13 54.18 (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-06-02T16:01:28.138Z] #13 54.27 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-06-02T16:01:28.138Z] #13 54.28 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-02T16:01:28.138Z] #13 56.54 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-06-02T16:01:28.138Z] #13 56.56 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-06-02T16:01:28.138Z] #13 56.57 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-02T16:01:28.168Z] #43 79.70 DEP criu/parasite-syscall.d [2021-06-02T16:01:28.277Z] #13 56.69 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-06-02T16:01:28.277Z] #13 56.69 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-06-02T16:01:28.277Z] #13 56.70 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-02T16:01:28.428Z] #43 79.96 DEP criu/pagemap.d [2021-06-02T16:01:28.428Z] #43 80.10 DEP criu/pagemap-cache.d [2021-06-02T16:01:28.689Z] #43 80.21 DEP criu/page-xfer.d [2021-06-02T16:01:28.700Z] #13 ... [2021-06-02T16:01:28.701Z] [2021-06-02T16:01:28.701Z] #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-06-02T16:01:28.701Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-02T16:01:28.701Z] #36 58.14 Selecting previously unselected package libxml2:amd64. [2021-06-02T16:01:28.701Z] #36 58.15 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-06-02T16:01:28.701Z] #36 58.18 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-06-02T16:01:28.701Z] #36 59.02 Selecting previously unselected package libarchive13:amd64. [2021-06-02T16:01:28.701Z] #36 59.03 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-06-02T16:01:28.701Z] #36 59.04 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-06-02T16:01:28.701Z] #36 59.41 Selecting previously unselected package libjsoncpp1:amd64. [2021-06-02T16:01:28.701Z] #36 59.41 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-06-02T16:01:28.701Z] #36 59.43 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-06-02T16:01:28.701Z] #36 59.59 Selecting previously unselected package librhash0:amd64. [2021-06-02T16:01:28.701Z] #36 59.60 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-06-02T16:01:28.701Z] #36 59.61 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-06-02T16:01:28.701Z] #36 59.79 Selecting previously unselected package libuv1:amd64. [2021-06-02T16:01:28.701Z] #36 59.79 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-06-02T16:01:28.701Z] #36 59.80 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-06-02T16:01:28.701Z] #36 59.96 Selecting previously unselected package cmake. [2021-06-02T16:01:28.701Z] #36 59.98 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-06-02T16:01:28.701Z] #36 59.99 Unpacking cmake (3.13.4-1) ... [2021-06-02T16:01:28.701Z] #36 63.07 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-02T16:01:28.701Z] #36 63.10 Setting up xxd (2:8.1.0875-5) ... [2021-06-02T16:01:28.701Z] #36 63.12 Setting up libuv1:amd64 (1.24.1-1) ... [2021-06-02T16:01:28.701Z] #36 63.14 Setting up vim-common (2:8.1.0875-5) ... [2021-06-02T16:01:28.701Z] #36 63.17 Setting up librhash0:amd64 (1.3.8-1) ... [2021-06-02T16:01:28.701Z] #36 63.19 Setting up cmake-data (3.13.4-1) ... [2021-06-02T16:01:28.701Z] #36 63.21 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-06-02T16:01:28.701Z] #36 63.23 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-06-02T16:01:28.701Z] #36 63.26 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-06-02T16:01:28.701Z] #36 63.28 Setting up cmake (3.13.4-1) ... [2021-06-02T16:01:28.701Z] #36 63.30 Processing triggers for libc-bin (2.28-10) ... [2021-06-02T16:01:28.701Z] #36 63.35 Processing triggers for mime-support (3.62) ... [2021-06-02T16:01:28.701Z] #42 38.70 The following additional packages will be installed: [2021-06-02T16:01:28.701Z] #42 38.70 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-06-02T16:01:28.701Z] #42 38.70 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-06-02T16:01:28.701Z] #42 38.70 Suggested packages: [2021-06-02T16:01:28.701Z] #42 38.70 manpages-dev python-setuptools [2021-06-02T16:01:28.961Z] #42 ... [2021-06-02T16:01:28.961Z] [2021-06-02T16:01:28.961Z] #67 [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-06-02T16:01:28.961Z] #67 sha256:5b7be01d6c16a215d026268234d38aca5d4ee5799c8b4e437955513b53385991 [2021-06-02T16:01:28.961Z] #67 DONE 38.7s [2021-06-02T16:01:28.961Z] [2021-06-02T16:01:28.961Z] #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-06-02T16:01:28.961Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-02T16:01:28.961Z] #36 31.54 Reading package lists... [2021-06-02T16:01:28.974Z] #43 80.43 DEP criu/page-pipe.d [2021-06-02T16:01:28.974Z] #43 80.52 DEP criu/netfilter.d [2021-06-02T16:01:29.236Z] #43 80.68 DEP criu/net.d [2021-06-02T16:01:29.236Z] #43 80.91 DEP criu/namespaces.d [2021-06-02T16:01:29.503Z] #43 81.11 DEP criu/mount.d [2021-06-02T16:01:29.647Z] #36 DONE 64.0s [2021-06-02T16:01:29.647Z] [2021-06-02T16:01:29.647Z] #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-06-02T16:01:29.647Z] #37 sha256:0c2894aa1749196c08354ab15a36ec6823fd92bd9f8cb809a931a4b0b03c46d8 [2021-06-02T16:01:29.654Z] #13 ... [2021-06-02T16:01:29.654Z] [2021-06-02T16:01:29.654Z] #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-06-02T16:01:29.654Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-06-02T16:01:29.654Z] #42 53.52 Setting up python-pkg-resources (40.8.0-1) ... [2021-06-02T16:01:29.654Z] #42 58.49 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-06-02T16:01:29.654Z] #42 58.49 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-02T16:01:29.654Z] #42 58.51 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-02T16:01:29.654Z] #42 58.56 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-06-02T16:01:29.654Z] #42 58.57 Setting up python-six (1.12.0-1) ... [2021-06-02T16:01:29.654Z] #42 62.51 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-06-02T16:01:29.654Z] #42 62.55 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-06-02T16:01:29.654Z] #42 62.57 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-06-02T16:01:29.654Z] #42 62.59 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-06-02T16:01:29.654Z] #42 62.61 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-06-02T16:01:29.654Z] #42 62.63 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-06-02T16:01:29.654Z] #42 62.64 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-06-02T16:01:29.654Z] #42 62.66 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-06-02T16:01:29.654Z] #42 62.68 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-06-02T16:01:29.654Z] #42 62.69 Setting up python-protobuf (3.6.1.3-2) ... [2021-06-02T16:01:29.654Z] #42 ... [2021-06-02T16:01:29.654Z] [2021-06-02T16:01:29.654Z] #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-06-02T16:01:29.654Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-02T16:01:29.654Z] #36 58.42 Selecting previously unselected package libxml2:amd64. [2021-06-02T16:01:29.654Z] #36 58.42 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-06-02T16:01:29.654Z] #36 58.43 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-06-02T16:01:29.654Z] #36 59.22 Selecting previously unselected package libarchive13:amd64. [2021-06-02T16:01:29.654Z] #36 59.23 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-06-02T16:01:29.654Z] #36 59.28 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-06-02T16:01:29.654Z] #36 59.80 Selecting previously unselected package libjsoncpp1:amd64. [2021-06-02T16:01:29.654Z] #36 59.82 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-06-02T16:01:29.654Z] #36 59.83 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-06-02T16:01:29.654Z] #36 59.99 Selecting previously unselected package librhash0:amd64. [2021-06-02T16:01:29.654Z] #36 59.99 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-06-02T16:01:29.654Z] #36 60.00 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-06-02T16:01:29.654Z] #36 60.18 Selecting previously unselected package libuv1:amd64. [2021-06-02T16:01:29.654Z] #36 60.18 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-06-02T16:01:29.654Z] #36 60.21 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-06-02T16:01:29.654Z] #36 60.36 Selecting previously unselected package cmake. [2021-06-02T16:01:29.654Z] #36 60.36 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-06-02T16:01:29.654Z] #36 60.37 Unpacking cmake (3.13.4-1) ... [2021-06-02T16:01:29.654Z] #36 63.23 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-02T16:01:29.654Z] #36 63.25 Setting up xxd (2:8.1.0875-5) ... [2021-06-02T16:01:29.654Z] #36 63.27 Setting up libuv1:amd64 (1.24.1-1) ... [2021-06-02T16:01:29.654Z] #36 63.30 Setting up vim-common (2:8.1.0875-5) ... [2021-06-02T16:01:29.654Z] #36 63.36 Setting up librhash0:amd64 (1.3.8-1) ... [2021-06-02T16:01:29.654Z] #36 63.37 Setting up cmake-data (3.13.4-1) ... [2021-06-02T16:01:29.654Z] #36 63.41 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-06-02T16:01:29.654Z] #36 63.44 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-06-02T16:01:29.654Z] #36 63.47 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-06-02T16:01:29.654Z] #36 63.49 Setting up cmake (3.13.4-1) ... [2021-06-02T16:01:29.654Z] #36 63.54 Processing triggers for libc-bin (2.28-10) ... [2021-06-02T16:01:29.654Z] #36 63.60 Processing triggers for mime-support (3.62) ... [2021-06-02T16:01:29.769Z] #43 81.27 DEP criu/memfd.d [2021-06-02T16:01:29.901Z] #36 38.15 Building dependency tree... [2021-06-02T16:01:30.031Z] #43 81.41 DEP criu/mem.d [2021-06-02T16:01:30.031Z] #43 81.60 DEP criu/lsm.d [2021-06-02T16:01:30.036Z] #29 13.35 #=#=# 1.2% # 2.2% # 2.7% ### 4.2% #### 6.7% ###### 8.8% ####### 10.1% ######## 11.8% ######### 13.4% ########## 14.9% ########### 15.9% ############ 17.0% ############# 18.1% ############## 20.2% ############### 21.6% ################ 23.2% ################## 25.8% ################### 27.7% ##################### 29.3% ###################### 31.3% ######################## 33.5% ######################### 35.6% ########################### 37.7% ############################ 39.6% ############################## 41.7% ################################ 44.5% ################################# 46.5% ################################### 49.7% ##################################### 52.4% ####################################### 54.3% ####################################### 54.9% ####################################### 55.4% ######################################## 55.7% ######################################### 57.6% ########################################### 60.6% ############################################ 62.4% ############################################## 64.9% ################################################ 67.3% ################################################## 69.8% ################################################### 71.9% ##################################################### 73.8% ##################################################### 75.0% ###################################################### 75.7% ####################################################### 76.4% ####################################################### 77.1% ######################################################## 77.9% ######################################################### 80.2% ########################################################## 81.9% ############################################################ 83.6% ############################################################# 85.4% ############################################################## 86.6% ############################################################### 88.0% ################################################################ 89.8% ################################################################# 91.0% ################################################################## 92.4% ################################################################### 93.7% #################################################################### 95.3% ##################################################################### 96.6% ###################################################################### 97.2% ####################################################################### 99.3% ######################################################################## 100.0% [2021-06-02T16:01:30.036Z] #29 20.44 [2021-06-02T16:01:30.223Z] #36 DONE 64.3s [2021-06-02T16:01:30.223Z] [2021-06-02T16:01:30.223Z] #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-06-02T16:01:30.223Z] #45 sha256:9157f81689e5d9248f131885dbab30c114e596864682d0b6c95e04322c866b39 [2021-06-02T16:01:30.223Z] #45 60.09 time [2021-06-02T16:01:30.223Z] #45 64.20 internal/fmtsort [2021-06-02T16:01:30.291Z] #43 81.79 DEP criu/log.d [2021-06-02T16:01:30.291Z] #43 81.93 DEP criu/libnetlink.d [2021-06-02T16:01:30.551Z] #43 82.08 DEP criu/kerndat.d [2021-06-02T16:01:30.576Z] #37 1.149 + RM_GOPATH=0 [2021-06-02T16:01:30.576Z] #37 1.149 + TMP_GOPATH= [2021-06-02T16:01:30.576Z] #37 1.149 + : /build [2021-06-02T16:01:30.576Z] #37 1.149 + '[' -z '' ']' [2021-06-02T16:01:30.576Z] #37 1.150 ++ mktemp -d [2021-06-02T16:01:30.576Z] #37 1.151 + export GOPATH=/tmp/tmp.PorNJi0jOE [2021-06-02T16:01:30.576Z] #37 1.151 + GOPATH=/tmp/tmp.PorNJi0jOE [2021-06-02T16:01:30.576Z] #37 1.151 + RM_GOPATH=1 [2021-06-02T16:01:30.576Z] #37 1.151 + case "$(go env GOARCH)" in [2021-06-02T16:01:30.576Z] #37 1.152 ++ go env GOARCH [2021-06-02T16:01:30.576Z] #37 1.175 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:01:30.576Z] #37 1.176 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:01:30.576Z] #37 1.180 ++ dirname /tmp/install/install.sh [2021-06-02T16:01:30.576Z] #37 1.185 + dir=/tmp/install [2021-06-02T16:01:30.576Z] #37 1.185 + bin=tini [2021-06-02T16:01:30.576Z] #37 1.186 + shift [2021-06-02T16:01:30.576Z] #37 1.186 + '[' '!' -f /tmp/install/tini.installer ']' [2021-06-02T16:01:30.576Z] #37 1.186 + . /tmp/install/tini.installer [2021-06-02T16:01:30.576Z] #37 1.186 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-02T16:01:30.576Z] #37 1.187 + install_tini [2021-06-02T16:01:30.576Z] #37 1.187 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-06-02T16:01:30.576Z] #37 1.187 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-02T16:01:30.576Z] #37 1.187 + git clone https://github.com/krallin/tini.git /tmp/tmp.PorNJi0jOE/tini [2021-06-02T16:01:30.576Z] #37 1.189 Cloning into '/tmp/tmp.PorNJi0jOE/tini'... [2021-06-02T16:01:30.811Z] #43 82.34 DEP criu/kcmp-ids.d [2021-06-02T16:01:30.811Z] #43 82.47 DEP criu/irmap.d [2021-06-02T16:01:31.071Z] #43 82.61 DEP criu/ipc_ns.d [2021-06-02T16:01:31.088Z] #29 21.43 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-06-02T16:01:31.162Z] #45 65.18 internal/syscall/execenv [2021-06-02T16:01:31.162Z] #45 65.18 internal/poll [2021-06-02T16:01:31.331Z] #43 82.80 DEP criu/image.d [2021-06-02T16:01:31.331Z] #43 82.94 DEP criu/image-desc.d [2021-06-02T16:01:31.331Z] #43 83.00 DEP criu/fsnotify.d [2021-06-02T16:01:31.425Z] #45 65.54 internal/syscall/unix [2021-06-02T16:01:31.425Z] #45 ... [2021-06-02T16:01:31.425Z] [2021-06-02T16:01:31.425Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:01:31.425Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T16:01:31.425Z] #13 59.61 Selecting previously unselected package binutils-mingw-w64. [2021-06-02T16:01:31.425Z] #13 59.61 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-06-02T16:01:31.425Z] #13 59.62 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-02T16:01:31.425Z] #13 59.77 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-06-02T16:01:31.425Z] #13 59.77 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-06-02T16:01:31.426Z] #13 59.78 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-06-02T16:01:31.504Z] #37 1.967 + cd /tmp/tmp.PorNJi0jOE/tini [2021-06-02T16:01:31.504Z] #37 1.968 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-02T16:01:31.504Z] #37 2.008 + cmake . [2021-06-02T16:01:31.675Z] #29 21.80 [2021-06-02T16:01:31.684Z] #13 60.02 Selecting previously unselected package dmsetup. [2021-06-02T16:01:31.684Z] #13 60.02 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-06-02T16:01:31.684Z] #13 60.02 Unpacking dmsetup (2:1.02.155-3) ... [2021-06-02T16:01:31.816Z] #36 41.25 The following additional packages will be installed: [2021-06-02T16:01:31.816Z] #36 41.25 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-06-02T16:01:31.816Z] #36 41.25 Suggested packages: [2021-06-02T16:01:31.816Z] #36 41.25 cmake-doc ninja-build lrzip [2021-06-02T16:01:31.816Z] #36 41.25 Recommended packages: [2021-06-02T16:01:31.816Z] #36 41.25 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-06-02T16:01:31.901Z] #43 83.21 DEP criu/filesystems.d [2021-06-02T16:01:31.901Z] #43 83.38 DEP criu/files.d [2021-06-02T16:01:31.901Z] #43 83.55 DEP criu/files-reg.d [2021-06-02T16:01:31.943Z] #29 22.02 0.9% ######################################################################## 100.0% [2021-06-02T16:01:31.943Z] #29 22.13 [2021-06-02T16:01:31.943Z] #29 ... [2021-06-02T16:01:31.943Z] [2021-06-02T16:01:31.943Z] #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-06-02T16:01:31.943Z] #45 sha256:9a3f01892994c37ed64e33fce5af07846d09d9ea0eef75bcfbf7eeb92ade3545 [2021-06-02T16:01:31.943Z] #45 33.06 github.com/LK4D4/vndr/godl/singleflight [2021-06-02T16:01:31.943Z] #45 33.07 math/rand [2021-06-02T16:01:31.943Z] #45 33.07 internal/singleflight [2021-06-02T16:01:31.943Z] #45 34.85 sort [2021-06-02T16:01:31.943Z] #45 34.85 errors [2021-06-02T16:01:31.943Z] #45 35.22 io [2021-06-02T16:01:31.943Z] #45 35.24 internal/oserror [2021-06-02T16:01:31.943Z] #45 35.25 strconv [2021-06-02T16:01:31.943Z] #45 35.41 syscall [2021-06-02T16:01:31.943Z] #45 36.69 vendor/golang.org/x/net/dns/dnsmessage [2021-06-02T16:01:31.943Z] #45 37.35 bytes [2021-06-02T16:01:31.943Z] #45 40.21 reflect [2021-06-02T16:01:31.943Z] #45 40.79 bufio [2021-06-02T16:01:31.943Z] #45 42.77 strings [2021-06-02T16:01:31.943Z] #45 ... [2021-06-02T16:01:31.943Z] [2021-06-02T16:01:31.943Z] #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-06-02T16:01:31.943Z] #49 sha256:c1e687793bc1ad3a5d3a433df9c9e2f292d2c37bc336162eeee807afdde5dea6 [2021-06-02T16:01:31.943Z] #49 37.45 go: finding github.com/fatih/color v1.7.0 [2021-06-02T16:01:31.943Z] #49 37.51 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-02T16:01:31.943Z] #49 37.68 go: finding github.com/mattn/go-isatty v0.0.8 [2021-06-02T16:01:31.943Z] #49 37.84 go: finding github.com/mattn/go-colorable v0.1.4 [2021-06-02T16:01:31.943Z] #49 37.84 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-02T16:01:31.943Z] #49 37.87 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-06-02T16:01:31.943Z] #49 37.90 go: finding github.com/go-critic/go-critic v0.4.1 [2021-06-02T16:01:31.943Z] #49 37.95 go: finding github.com/pkg/errors v0.8.1 [2021-06-02T16:01:31.943Z] #49 37.96 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-06-02T16:01:31.943Z] #49 37.98 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-06-02T16:01:31.943Z] #49 37.99 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-06-02T16:01:31.943Z] #49 38.09 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-02T16:01:31.943Z] #49 38.31 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-06-02T16:01:31.943Z] #49 38.32 go: finding github.com/spf13/viper v1.6.1 [2021-06-02T16:01:31.943Z] #49 38.33 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-06-02T16:01:31.943Z] #49 38.35 go: finding github.com/sirupsen/logrus v1.4.2 [2021-06-02T16:01:31.943Z] #49 38.39 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-06-02T16:01:31.943Z] #49 38.49 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-06-02T16:01:31.943Z] #49 38.63 go: finding github.com/stretchr/testify v1.4.0 [2021-06-02T16:01:31.943Z] #49 38.65 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-06-02T16:01:31.943Z] #49 38.70 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-02T16:01:31.943Z] #49 38.72 go: finding github.com/spf13/cobra v0.0.5 [2021-06-02T16:01:31.943Z] #49 38.88 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-06-02T16:01:31.943Z] #49 38.91 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-02T16:01:31.943Z] #49 38.93 go: finding github.com/hashicorp/hcl v1.0.0 [2021-06-02T16:01:31.943Z] #49 38.93 go: finding github.com/davecgh/go-spew v1.1.1 [2021-06-02T16:01:31.943Z] #49 38.93 go: finding github.com/spf13/pflag v1.0.5 [2021-06-02T16:01:31.943Z] #49 38.96 go: finding github.com/gobwas/glob v0.2.3 [2021-06-02T16:01:31.943Z] #49 38.98 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-02T16:01:31.943Z] #49 39.00 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-06-02T16:01:31.943Z] #49 39.03 go: finding github.com/magiconair/properties v1.8.1 [2021-06-02T16:01:31.943Z] #49 39.06 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-02T16:01:31.943Z] #49 39.12 go: finding github.com/pelletier/go-toml v1.2.0 [2021-06-02T16:01:31.943Z] #49 39.12 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-02T16:01:31.943Z] #49 39.16 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-06-02T16:01:31.943Z] #49 39.18 go: finding github.com/spf13/afero v1.1.2 [2021-06-02T16:01:31.943Z] #49 39.19 go: finding github.com/stretchr/objx v0.2.0 [2021-06-02T16:01:31.943Z] #49 39.21 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-02T16:01:31.943Z] #49 39.24 go: finding github.com/spf13/cast v1.3.0 [2021-06-02T16:01:31.943Z] #49 39.28 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-02T16:01:31.943Z] #49 39.28 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-06-02T16:01:31.943Z] #49 39.33 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-02T16:01:31.943Z] #49 39.33 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-02T16:01:31.943Z] #49 39.37 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-06-02T16:01:31.943Z] #49 39.40 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-02T16:01:31.943Z] #49 39.42 go: finding github.com/subosito/gotenv v1.2.0 [2021-06-02T16:01:31.943Z] #49 39.46 go: finding gopkg.in/ini.v1 v1.51.0 [2021-06-02T16:01:31.943Z] #49 39.47 go: finding golang.org/x/text v0.3.2 [2021-06-02T16:01:31.943Z] #49 39.87 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-02T16:01:31.943Z] #49 40.00 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-02T16:01:31.943Z] #49 40.00 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-02T16:01:31.943Z] #49 40.02 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-02T16:01:31.943Z] #49 40.04 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-02T16:01:31.943Z] #49 40.05 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-02T16:01:31.943Z] #49 40.07 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-02T16:01:31.943Z] #49 40.07 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-02T16:01:31.943Z] #49 40.07 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-02T16:01:31.943Z] #49 40.13 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-02T16:01:31.943Z] #49 40.16 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-02T16:01:31.943Z] #49 40.16 go: finding github.com/kisielk/gotool v1.0.0 [2021-06-02T16:01:31.943Z] #49 40.21 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-06-02T16:01:31.943Z] #49 40.24 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-02T16:01:31.943Z] #49 40.28 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-02T16:01:31.943Z] #49 40.28 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-02T16:01:31.943Z] #49 40.30 go: finding github.com/ultraware/funlen v0.0.2 [2021-06-02T16:01:31.943Z] #49 40.32 go: finding github.com/ultraware/whitespace v0.0.4 [2021-06-02T16:01:31.943Z] #49 40.40 go: finding github.com/uudashr/gocognit v1.0.1 [2021-06-02T16:01:31.943Z] #49 40.54 go: finding github.com/gogo/protobuf v1.2.1 [2021-06-02T16:01:31.943Z] #49 40.74 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-02T16:01:31.943Z] #49 40.94 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-02T16:01:31.943Z] #49 41.03 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-02T16:01:31.943Z] #49 41.05 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-02T16:01:31.943Z] #49 41.14 go: finding github.com/BurntSushi/toml v0.3.1 [2021-06-02T16:01:31.943Z] #49 41.35 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-02T16:01:31.944Z] #13 60.21 Selecting previously unselected package mingw-w64-common. [2021-06-02T16:01:31.944Z] #13 60.21 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-06-02T16:01:31.944Z] #13 60.21 Unpacking mingw-w64-common (6.0.0-3) ... [2021-06-02T16:01:32.067Z] #37 2.617 -- The C compiler identification is GNU 8.3.0 [2021-06-02T16:01:32.067Z] #37 2.670 -- Check for working C compiler: /usr/bin/cc [2021-06-02T16:01:32.161Z] #43 83.75 DEP criu/files-ext.d [2021-06-02T16:01:32.162Z] #43 83.87 DEP criu/file-lock.d [2021-06-02T16:01:32.387Z] #36 42.17 The following NEW packages will be installed: [2021-06-02T16:01:32.387Z] #36 42.17 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-06-02T16:01:32.387Z] #36 42.17 vim-common xxd [2021-06-02T16:01:32.422Z] #43 83.99 DEP criu/file-ids.d [2021-06-02T16:01:32.422Z] #43 84.11 DEP criu/fifo.d [2021-06-02T16:01:32.648Z] #36 42.52 0 upgraded, 10 newly installed, 0 to remove and 30 not upgraded. [2021-06-02T16:01:32.648Z] #36 42.52 Need to get 14.9 MB of archives. [2021-06-02T16:01:32.648Z] #36 42.52 After this operation, 61.8 MB of additional disk space will be used. [2021-06-02T16:01:32.648Z] #36 42.52 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-06-02T16:01:32.909Z] #36 42.62 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-02T16:01:32.909Z] #36 42.62 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-06-02T16:01:32.909Z] #36 42.75 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-06-02T16:01:32.982Z] #49 ... [2021-06-02T16:01:32.982Z] [2021-06-02T16:01:32.982Z] #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-06-02T16:01:32.982Z] #45 sha256:9a3f01892994c37ed64e33fce5af07846d09d9ea0eef75bcfbf7eeb92ade3545 [2021-06-02T16:01:32.982Z] #45 44.13 hash/crc32 [2021-06-02T16:01:32.991Z] #43 84.29 DEP criu/fdstore.d [2021-06-02T16:01:32.991Z] #43 84.43 DEP criu/fault-injection.d [2021-06-02T16:01:32.991Z] #43 84.49 DEP criu/external.d [2021-06-02T16:01:32.997Z] #37 3.437 -- Check for working C compiler: /usr/bin/cc -- works [2021-06-02T16:01:32.997Z] #37 3.452 -- Detecting C compiler ABI info [2021-06-02T16:01:32.997Z] #37 ... [2021-06-02T16:01:32.997Z] [2021-06-02T16:01:32.997Z] #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-06-02T16:01:32.997Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-06-02T16:01:32.997Z] #42 57.58 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-06-02T16:01:32.997Z] #42 57.63 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-02T16:01:32.997Z] #42 57.63 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-02T16:01:32.997Z] #42 57.66 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-06-02T16:01:32.997Z] #42 57.67 Setting up python-six (1.12.0-1) ... [2021-06-02T16:01:32.997Z] #42 61.44 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-06-02T16:01:32.997Z] #42 61.46 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-06-02T16:01:32.997Z] #42 61.48 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-06-02T16:01:32.997Z] #42 61.50 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-06-02T16:01:32.997Z] #42 61.51 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-06-02T16:01:32.997Z] #42 61.53 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-06-02T16:01:32.997Z] #42 61.55 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-06-02T16:01:32.997Z] #42 61.57 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-06-02T16:01:32.997Z] #42 61.58 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-06-02T16:01:32.997Z] #42 61.59 Setting up python-protobuf (3.6.1.3-2) ... [2021-06-02T16:01:32.997Z] #42 67.08 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-06-02T16:01:32.997Z] #42 67.11 Processing triggers for libc-bin (2.28-10) ... [2021-06-02T16:01:33.251Z] #43 84.59 DEP criu/eventpoll.d [2021-06-02T16:01:33.251Z] #43 84.78 DEP criu/eventfd.d [2021-06-02T16:01:33.259Z] #45 ... [2021-06-02T16:01:33.259Z] [2021-06-02T16:01:33.259Z] #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-06-02T16:01:33.259Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-06-02T16:01:33.259Z] #42 34.37 The following NEW packages will be installed: [2021-06-02T16:01:33.259Z] #42 34.37 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-06-02T16:01:33.259Z] #42 34.37 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-06-02T16:01:33.259Z] #42 34.38 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-06-02T16:01:33.259Z] #42 34.38 python-six zlib1g-dev [2021-06-02T16:01:33.259Z] #42 34.87 0 upgraded, 17 newly installed, 0 to remove and 30 not upgraded. [2021-06-02T16:01:33.259Z] #42 34.87 Need to get 3798 kB of archives. [2021-06-02T16:01:33.259Z] #42 34.87 After this operation, 21.6 MB of additional disk space will be used. [2021-06-02T16:01:33.259Z] #42 34.87 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB] [2021-06-02T16:01:33.259Z] #42 34.88 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2021-06-02T16:01:33.259Z] #42 34.89 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB] [2021-06-02T16:01:33.259Z] #42 34.90 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2021-06-02T16:01:33.259Z] #42 34.90 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-dev arm64 3.4.0-1 [98.2 kB] [2021-06-02T16:01:33.259Z] #42 34.92 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2021-06-02T16:01:33.259Z] #42 34.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-06-02T16:01:33.259Z] #42 34.93 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1 [210 kB] [2021-06-02T16:01:33.259Z] #42 34.94 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB] [2021-06-02T16:01:33.259Z] #42 35.03 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB] [2021-06-02T16:01:33.259Z] #42 35.04 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB] [2021-06-02T16:01:33.259Z] #42 35.12 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB] [2021-06-02T16:01:33.259Z] #42 35.16 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-06-02T16:01:33.259Z] #42 35.17 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-compiler arm64 3.6.1.3-2 [64.7 kB] [2021-06-02T16:01:33.259Z] #42 35.18 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-06-02T16:01:33.259Z] #42 35.19 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB] [2021-06-02T16:01:33.259Z] #42 35.19 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB] [2021-06-02T16:01:33.259Z] #42 36.26 debconf: delaying package configuration, since apt-utils is not installed [2021-06-02T16:01:33.259Z] #42 36.89 Fetched 3798 kB in 1s (5630 kB/s) [2021-06-02T16:01:33.260Z] #42 37.58 Selecting previously unselected package libcap-dev:arm64. [2021-06-02T16:01:33.260Z] #42 37.58 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2021-06-02T16:01:33.260Z] #42 37.66 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ... [2021-06-02T16:01:33.260Z] #42 37.69 Unpacking libcap-dev:arm64 (1:2.25-2) ... [2021-06-02T16:01:33.260Z] #42 38.76 Selecting previously unselected package libnet1:arm64. [2021-06-02T16:01:33.260Z] #42 38.76 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2021-06-02T16:01:33.260Z] #42 38.97 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-06-02T16:01:33.260Z] #42 39.23 Selecting previously unselected package libnet1-dev. [2021-06-02T16:01:33.260Z] #42 39.23 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ... [2021-06-02T16:01:33.260Z] #42 39.26 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-06-02T16:01:33.260Z] #42 39.65 Selecting previously unselected package libnl-3-200:arm64. [2021-06-02T16:01:33.260Z] #42 39.65 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ... [2021-06-02T16:01:33.260Z] #42 39.66 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2021-06-02T16:01:33.260Z] #42 39.83 Selecting previously unselected package libnl-3-dev:arm64. [2021-06-02T16:01:33.260Z] #42 39.85 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ... [2021-06-02T16:01:33.260Z] #42 39.88 Unpacking libnl-3-dev:arm64 (3.4.0-1) ... [2021-06-02T16:01:33.260Z] #42 40.99 Selecting previously unselected package libprotobuf-c1:arm64. [2021-06-02T16:01:33.260Z] #42 41.01 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2021-06-02T16:01:33.260Z] #42 41.03 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-06-02T16:01:33.260Z] #42 41.15 Selecting previously unselected package libprotobuf-c-dev:arm64. [2021-06-02T16:01:33.260Z] #42 41.15 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ... [2021-06-02T16:01:33.260Z] #42 41.21 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2021-06-02T16:01:33.260Z] #42 41.49 Selecting previously unselected package zlib1g-dev:arm64. [2021-06-02T16:01:33.260Z] #42 41.49 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ... [2021-06-02T16:01:33.260Z] #42 41.86 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2021-06-02T16:01:33.260Z] #42 43.92 Selecting previously unselected package libprotobuf17:arm64. [2021-06-02T16:01:33.260Z] #42 43.92 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ... [2021-06-02T16:01:33.260Z] #42 44.08 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ... [2021-06-02T16:01:33.260Z] #42 ... [2021-06-02T16:01:33.260Z] [2021-06-02T16:01:33.260Z] #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-06-02T16:01:33.260Z] #29 sha256:081093139797c4036c462b229f32af7cfb4dce1ab16b02922b8bbf3d8e272391 [2021-06-02T16:01:33.260Z] #29 23.55 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-06-02T16:01:33.297Z] #42 ... [2021-06-02T16:01:33.297Z] [2021-06-02T16:01:33.297Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:01:33.297Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T16:01:33.297Z] #13 59.51 Selecting previously unselected package binutils-mingw-w64. [2021-06-02T16:01:33.297Z] #13 59.51 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-06-02T16:01:33.297Z] #13 59.59 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-02T16:01:33.297Z] #13 59.73 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-06-02T16:01:33.297Z] #13 59.73 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-06-02T16:01:33.297Z] #13 59.73 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-06-02T16:01:33.297Z] #13 59.97 Selecting previously unselected package dmsetup. [2021-06-02T16:01:33.297Z] #13 59.97 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-06-02T16:01:33.297Z] #13 59.98 Unpacking dmsetup (2:1.02.155-3) ... [2021-06-02T16:01:33.297Z] #13 60.15 Selecting previously unselected package mingw-w64-common. [2021-06-02T16:01:33.297Z] #13 60.17 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-06-02T16:01:33.297Z] #13 60.18 Unpacking mingw-w64-common (6.0.0-3) ... [2021-06-02T16:01:33.297Z] #13 ... [2021-06-02T16:01:33.297Z] [2021-06-02T16:01:33.297Z] #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-06-02T16:01:33.297Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-06-02T16:01:33.297Z] #42 DONE 67.9s [2021-06-02T16:01:33.297Z] [2021-06-02T16:01:33.297Z] #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-06-02T16:01:33.297Z] #51 sha256:647a47c484636f11ae26a4cd6b99fb2731b9a35a98471f34200ea640cd6ffe9d [2021-06-02T16:01:33.297Z] #51 57.87 time [2021-06-02T16:01:33.297Z] #51 63.46 encoding/binary [2021-06-02T16:01:33.297Z] #51 63.48 context [2021-06-02T16:01:33.297Z] #51 64.62 internal/poll [2021-06-02T16:01:33.297Z] #51 65.57 encoding/base64 [2021-06-02T16:01:33.297Z] #51 66.46 os [2021-06-02T16:01:33.297Z] #51 66.64 golang.org/x/sys/unix [2021-06-02T16:01:33.484Z] #36 ... [2021-06-02T16:01:33.484Z] [2021-06-02T16:01:33.484Z] #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-06-02T16:01:33.484Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-06-02T16:01:33.484Z] #42 40.12 The following NEW packages will be installed: [2021-06-02T16:01:33.484Z] #42 40.12 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-06-02T16:01:33.484Z] #42 40.12 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-06-02T16:01:33.484Z] #42 40.12 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-06-02T16:01:33.484Z] #42 40.12 python-six zlib1g-dev [2021-06-02T16:01:33.484Z] #42 40.54 0 upgraded, 17 newly installed, 0 to remove and 30 not upgraded. [2021-06-02T16:01:33.484Z] #42 40.54 Need to get 4095 kB of archives. [2021-06-02T16:01:33.484Z] #42 40.54 After this operation, 22.5 MB of additional disk space will be used. [2021-06-02T16:01:33.484Z] #42 40.54 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-06-02T16:01:33.484Z] #42 40.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-06-02T16:01:33.484Z] #42 40.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-06-02T16:01:33.484Z] #42 40.54 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-06-02T16:01:33.484Z] #42 40.56 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-06-02T16:01:33.484Z] #42 40.56 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-06-02T16:01:33.484Z] #42 40.56 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-06-02T16:01:33.484Z] #42 40.56 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2021-06-02T16:01:33.484Z] #42 40.56 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-06-02T16:01:33.484Z] #42 40.66 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-06-02T16:01:33.484Z] #42 40.68 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-06-02T16:01:33.484Z] #42 40.78 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-06-02T16:01:33.484Z] #42 40.97 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-06-02T16:01:33.484Z] #42 40.97 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2021-06-02T16:01:33.484Z] #42 40.97 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-06-02T16:01:33.484Z] #42 40.97 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-06-02T16:01:33.484Z] #42 40.97 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-06-02T16:01:33.484Z] #42 42.07 debconf: delaying package configuration, since apt-utils is not installed [2021-06-02T16:01:33.484Z] #42 42.30 Fetched 4095 kB in 1s (5401 kB/s) [2021-06-02T16:01:33.484Z] #42 42.39 Selecting previously unselected package libcap-dev:amd64. [2021-06-02T16:01:33.484Z] #42 42.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-06-02T16:01:33.484Z] #42 42.46 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-06-02T16:01:33.484Z] #42 42.51 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-06-02T16:01:33.484Z] #42 42.69 Selecting previously unselected package libnet1:amd64. [2021-06-02T16:01:33.484Z] #42 42.69 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-02T16:01:33.484Z] #42 42.69 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-02T16:01:33.484Z] #42 42.83 Selecting previously unselected package libnet1-dev. [2021-06-02T16:01:33.484Z] #42 42.83 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-02T16:01:33.484Z] #42 42.94 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-06-02T16:01:33.484Z] #42 43.09 Selecting previously unselected package libnl-3-200:amd64. [2021-06-02T16:01:33.484Z] #42 43.12 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-06-02T16:01:33.484Z] #42 43.12 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-06-02T16:01:33.484Z] #42 43.27 Selecting previously unselected package libnl-3-dev:amd64. [2021-06-02T16:01:33.484Z] #42 43.27 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-06-02T16:01:33.484Z] #42 43.35 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-06-02T16:01:33.511Z] #43 ... [2021-06-02T16:01:33.511Z] [2021-06-02T16:01:33.511Z] #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-06-02T16:01:33.511Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-06-02T16:01:33.511Z] #32 DONE 153.6s [2021-06-02T16:01:33.511Z] [2021-06-02T16:01:33.511Z] #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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-02T16:01:33.511Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-02T16:01:33.511Z] #20 15.75 Reading package lists... [2021-06-02T16:01:33.511Z] #20 20.29 Building dependency tree... [2021-06-02T16:01:33.511Z] #20 21.93 libcap2-bin is already the newest version (1:2.25-2). [2021-06-02T16:01:33.511Z] #20 21.93 The following additional packages will be installed: [2021-06-02T16:01:33.511Z] #20 21.93 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-06-02T16:01:33.511Z] #20 21.93 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-06-02T16:01:33.511Z] #20 21.94 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-06-02T16:01:33.511Z] #20 21.94 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-06-02T16:01:33.511Z] #20 21.94 python3.7 python3.7-minimal vim-runtime xxd [2021-06-02T16:01:33.511Z] #20 21.94 Suggested packages: [2021-06-02T16:01:33.511Z] #20 21.94 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc [2021-06-02T16:01:33.511Z] #20 21.94 python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv [2021-06-02T16:01:33.511Z] #20 21.94 python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2021-06-02T16:01:33.511Z] #20 21.94 quota [2021-06-02T16:01:33.511Z] #20 21.94 Recommended packages: [2021-06-02T16:01:33.511Z] #20 21.94 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-06-02T16:01:33.511Z] #20 21.94 python3-keyrings.alt python3-xdg unzip [2021-06-02T16:01:33.532Z] #29 23.85 [2021-06-02T16:01:33.554Z] #51 ... [2021-06-02T16:01:33.554Z] [2021-06-02T16:01:33.554Z] #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-06-02T16:01:33.554Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:01:33.745Z] #42 43.72 Selecting previously unselected package libprotobuf-c1:amd64. [2021-06-02T16:01:33.745Z] #42 43.72 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-06-02T16:01:33.745Z] #42 43.72 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-02T16:01:33.772Z] #20 23.68 The following NEW packages will be installed: [2021-06-02T16:01:33.772Z] #20 23.70 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-06-02T16:01:33.772Z] #20 23.70 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-06-02T16:01:33.772Z] #20 23.70 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-06-02T16:01:33.772Z] #20 23.70 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-06-02T16:01:33.772Z] #20 23.70 libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils [2021-06-02T16:01:33.772Z] #20 23.70 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-06-02T16:01:33.772Z] #20 23.70 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-06-02T16:01:33.772Z] #20 23.70 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-06-02T16:01:33.772Z] #20 23.70 xz-utils zip [2021-06-02T16:01:33.798Z] #29 ... [2021-06-02T16:01:33.798Z] [2021-06-02T16:01:33.798Z] #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-06-02T16:01:33.798Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-06-02T16:01:33.798Z] #32 34.78 Checking out files: 93% (1423/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-06-02T16:01:33.798Z] #32 34.90 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-06-02T16:01:33.798Z] #32 35.77 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-02T16:01:33.798Z] #32 ... [2021-06-02T16:01:33.798Z] [2021-06-02T16:01:33.798Z] #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-06-02T16:01:33.798Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-06-02T16:01:33.798Z] #42 44.81 Selecting previously unselected package libprotobuf-lite17:arm64. [2021-06-02T16:01:33.798Z] #42 44.82 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ... [2021-06-02T16:01:33.798Z] #42 44.83 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2021-06-02T16:01:33.798Z] #42 45.07 Selecting previously unselected package libprotobuf-dev:arm64. [2021-06-02T16:01:33.798Z] #42 45.10 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ... [2021-06-02T16:01:33.798Z] #42 45.12 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ... [2021-06-02T16:01:34.005Z] #42 43.82 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-06-02T16:01:34.005Z] #42 43.82 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-06-02T16:01:34.005Z] #42 43.84 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-06-02T16:01:34.266Z] #42 44.00 Selecting previously unselected package zlib1g-dev:amd64. [2021-06-02T16:01:34.266Z] #42 44.03 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-06-02T16:01:34.266Z] #42 44.03 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-06-02T16:01:34.342Z] #20 24.10 0 upgraded, 49 newly installed, 0 to remove and 28 not upgraded. [2021-06-02T16:01:34.342Z] #20 24.10 Need to get 28.6 MB of archives. [2021-06-02T16:01:34.342Z] #20 24.10 After this operation, 116 MB of additional disk space will be used. [2021-06-02T16:01:34.342Z] #20 24.10 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-06-02T16:01:34.342Z] #20 24.10 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-06-02T16:01:34.342Z] #20 24.13 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-06-02T16:01:34.342Z] #20 24.26 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-06-02T16:01:34.527Z] #42 44.38 Selecting previously unselected package libprotobuf17:amd64. [2021-06-02T16:01:34.527Z] #42 44.38 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-06-02T16:01:34.527Z] #42 44.41 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-06-02T16:01:34.602Z] #20 24.26 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-06-02T16:01:34.602Z] #20 24.28 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-06-02T16:01:34.602Z] #20 24.40 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-06-02T16:01:34.602Z] #20 24.44 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-06-02T16:01:34.602Z] #20 24.44 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-06-02T16:01:34.602Z] #20 24.44 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-06-02T16:01:34.602Z] #20 24.45 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-06-02T16:01:34.602Z] #20 24.46 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-06-02T16:01:34.602Z] #20 24.46 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-06-02T16:01:34.602Z] #20 24.47 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-06-02T16:01:34.602Z] #20 24.48 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-06-02T16:01:34.602Z] #20 24.48 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-06-02T16:01:34.602Z] #20 24.51 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-06-02T16:01:34.862Z] #20 24.52 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-02T16:01:34.862Z] #20 24.54 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-06-02T16:01:34.862Z] #20 24.56 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-06-02T16:01:34.862Z] #20 24.57 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-06-02T16:01:34.862Z] #20 24.59 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-06-02T16:01:34.862Z] #20 24.63 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-06-02T16:01:34.862Z] #20 24.64 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-06-02T16:01:34.862Z] #20 24.65 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-06-02T16:01:34.862Z] #20 24.66 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-06-02T16:01:34.862Z] #20 24.66 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-06-02T16:01:34.862Z] #20 24.67 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-06-02T16:01:34.862Z] #20 24.68 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-06-02T16:01:35.261Z] #42 ... [2021-06-02T16:01:35.261Z] [2021-06-02T16:01:35.262Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:01:35.262Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-06-02T16:01:35.262Z] #13 34.24 Get:2 http://deb.debian.org/debian buster-backports/main arm64 libseccomp-dev arm64 2.4.4-1~bpo10+1 [73.8 kB] [2021-06-02T16:01:35.262Z] #13 34.26 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd0 arm64 241-7~deb10u7 [314 kB] [2021-06-02T16:01:35.262Z] #13 34.29 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev1 arm64 241-7~deb10u7 [146 kB] [2021-06-02T16:01:35.262Z] #13 34.31 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-i686 arm64 2.31.1-11+8.3 [2188 kB] [2021-06-02T16:01:35.262Z] #13 34.52 Get:6 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-06-02T16:01:35.262Z] #13 34.75 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-06-02T16:01:35.262Z] #13 34.76 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB] [2021-06-02T16:01:35.262Z] #13 34.77 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB] [2021-06-02T16:01:35.262Z] #13 34.77 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-06-02T16:01:35.262Z] #13 35.49 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-06-02T16:01:35.262Z] #13 35.80 Get:12 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-06-02T16:01:35.262Z] #13 35.80 Get:13 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-06-02T16:01:35.262Z] #13 38.75 Get:14 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-06-02T16:01:35.262Z] #13 ... [2021-06-02T16:01:35.262Z] #13 41.40 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB] [2021-06-02T16:01:35.262Z] #13 41.41 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB] [2021-06-02T16:01:35.262Z] #13 41.42 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2021-06-02T16:01:35.262Z] #13 41.42 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2021-06-02T16:01:35.262Z] #13 41.43 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB] [2021-06-02T16:01:35.262Z] #13 41.43 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u7 [110 kB] [2021-06-02T16:01:35.262Z] #13 41.44 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB] [2021-06-02T16:01:35.262Z] #13 41.45 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB] [2021-06-02T16:01:35.262Z] #13 41.47 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB] [2021-06-02T16:01:35.262Z] #13 41.48 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB] [2021-06-02T16:01:35.262Z] #13 41.49 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB] [2021-06-02T16:01:35.262Z] #13 41.51 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB] [2021-06-02T16:01:35.262Z] #13 41.52 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB] [2021-06-02T16:01:35.262Z] #13 41.67 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u7 [322 kB] [2021-06-02T16:01:35.262Z] #13 42.87 debconf: delaying package configuration, since apt-utils is not installed [2021-06-02T16:01:35.262Z] #13 43.01 Fetched 73.8 MB in 8s (9439 kB/s) [2021-06-02T16:01:35.262Z] #13 43.14 (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-06-02T16:01:35.262Z] #13 43.25 Preparing to unpack .../libsystemd0_241-7~deb10u7_arm64.deb ... [2021-06-02T16:01:35.262Z] #13 43.30 Unpacking libsystemd0:arm64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-06-02T16:01:35.262Z] #13 43.72 Setting up libsystemd0:arm64 (241-7~deb10u7) ... [2021-06-02T16:01:35.262Z] #13 43.91 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2021-06-02T16:01:35.262Z] #13 44.05 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_arm64.deb ... [2021-06-02T16:01:35.262Z] #13 44.10 Unpacking libseccomp2:arm64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-06-02T16:01:35.262Z] #13 44.41 Setting up libseccomp2:arm64 (2.4.4-1~bpo10+1) ... [2021-06-02T16:01:35.262Z] #13 ... [2021-06-02T16:01:35.262Z] [2021-06-02T16:01:35.262Z] #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-06-02T16:01:35.262Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-06-02T16:01:35.262Z] #42 46.43 Selecting previously unselected package libprotoc17:arm64. [2021-06-02T16:01:35.262Z] #42 46.44 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ... [2021-06-02T16:01:35.262Z] #42 46.51 Unpacking libprotoc17:arm64 (3.6.1.3-2) ... [2021-06-02T16:01:35.262Z] [2021-06-02T16:01:35.262Z] #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-06-02T16:01:35.262Z] #51 sha256:55a88fb14034dccae60536b55d436d5315a049e5042e9687552eb89ba8f7be98 [2021-06-02T16:01:35.262Z] #51 59.31 time [2021-06-02T16:01:35.262Z] #51 64.88 context [2021-06-02T16:01:35.262Z] #51 65.42 encoding/binary [2021-06-02T16:01:35.262Z] #51 65.94 internal/poll [2021-06-02T16:01:35.262Z] #51 67.49 encoding/base64 [2021-06-02T16:01:35.262Z] #51 67.71 os [2021-06-02T16:01:35.262Z] #51 68.43 golang.org/x/sys/unix [2021-06-02T16:01:35.262Z] #51 ... [2021-06-02T16:01:35.262Z] [2021-06-02T16:01:35.262Z] #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-06-02T16:01:35.262Z] #37 sha256:e398c28437c2e0db77684c18736f61bad198bd58c677589d272080f61b1273b1 [2021-06-02T16:01:35.262Z] #37 1.222 + RM_GOPATH=0 [2021-06-02T16:01:35.262Z] #37 1.223 + TMP_GOPATH= [2021-06-02T16:01:35.262Z] #37 1.223 + : /build [2021-06-02T16:01:35.262Z] #37 1.223 + '[' -z '' ']' [2021-06-02T16:01:35.262Z] #37 1.224 ++ mktemp -d [2021-06-02T16:01:35.262Z] #37 1.225 + export GOPATH=/tmp/tmp.8pLxvsFSyt [2021-06-02T16:01:35.262Z] #37 1.225 + GOPATH=/tmp/tmp.8pLxvsFSyt [2021-06-02T16:01:35.262Z] #37 1.225 + RM_GOPATH=1 [2021-06-02T16:01:35.262Z] #37 1.225 + case "$(go env GOARCH)" in [2021-06-02T16:01:35.262Z] #37 1.226 ++ go env GOARCH [2021-06-02T16:01:35.262Z] #37 1.254 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:01:35.262Z] #37 1.254 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:01:35.262Z] #37 1.255 ++ dirname /tmp/install/install.sh [2021-06-02T16:01:35.262Z] #37 1.256 + dir=/tmp/install [2021-06-02T16:01:35.262Z] #37 1.256 + bin=tini [2021-06-02T16:01:35.262Z] #37 1.256 + shift [2021-06-02T16:01:35.262Z] #37 1.256 + '[' '!' -f /tmp/install/tini.installer ']' [2021-06-02T16:01:35.262Z] #37 1.256 + . /tmp/install/tini.installer [2021-06-02T16:01:35.262Z] #37 1.256 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-02T16:01:35.262Z] #37 1.258 + install_tini [2021-06-02T16:01:35.262Z] #37 1.258 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-06-02T16:01:35.262Z] #37 1.258 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-02T16:01:35.262Z] #37 1.258 + git clone https://github.com/krallin/tini.git /tmp/tmp.8pLxvsFSyt/tini [2021-06-02T16:01:35.262Z] #37 1.260 Cloning into '/tmp/tmp.8pLxvsFSyt/tini'... [2021-06-02T16:01:35.262Z] #37 1.977 + cd /tmp/tmp.8pLxvsFSyt/tini [2021-06-02T16:01:35.262Z] #37 1.977 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-02T16:01:35.262Z] #37 1.983 + cmake . [2021-06-02T16:01:35.262Z] #37 2.491 -- The C compiler identification is GNU 8.3.0 [2021-06-02T16:01:35.262Z] #37 2.550 -- Check for working C compiler: /usr/bin/cc [2021-06-02T16:01:35.262Z] #37 3.356 -- Check for working C compiler: /usr/bin/cc -- works [2021-06-02T16:01:35.262Z] #37 3.357 -- Detecting C compiler ABI info [2021-06-02T16:01:35.262Z] #37 4.134 -- Detecting C compiler ABI info - done [2021-06-02T16:01:35.262Z] #37 4.172 -- Detecting C compile features [2021-06-02T16:01:35.433Z] #20 25.18 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-06-02T16:01:35.433Z] #20 25.20 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-06-02T16:01:35.433Z] #20 25.20 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-06-02T16:01:35.433Z] #20 25.20 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-06-02T16:01:35.433Z] #20 25.20 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-06-02T16:01:35.433Z] #20 25.22 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] [2021-06-02T16:01:35.433Z] #20 25.22 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-06-02T16:01:35.433Z] #20 25.32 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-06-02T16:01:35.470Z] #42 45.18 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-06-02T16:01:35.470Z] #42 45.18 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-06-02T16:01:35.470Z] #42 45.24 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-06-02T16:01:35.470Z] #42 ... [2021-06-02T16:01:35.470Z] [2021-06-02T16:01:35.470Z] #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-06-02T16:01:35.470Z] #49 sha256:5951b44ed6faa3bea525f4965803c2ea5865de7dd4e1fe41fc18ec38c5d116e3 [2021-06-02T16:01:35.470Z] #49 35.26 go: extracting github.com/gogo/protobuf v1.2.1 [2021-06-02T16:01:35.470Z] #49 40.47 go: finding github.com/fatih/color v1.7.0 [2021-06-02T16:01:35.470Z] #49 40.54 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-02T16:01:35.470Z] #49 40.56 go: finding github.com/mattn/go-colorable v0.1.4 [2021-06-02T16:01:35.470Z] #49 40.56 go: finding github.com/mattn/go-isatty v0.0.8 [2021-06-02T16:01:35.470Z] #49 40.62 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-02T16:01:35.470Z] #49 40.68 go: finding github.com/go-critic/go-critic v0.4.1 [2021-06-02T16:01:35.470Z] #49 40.71 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-02T16:01:35.470Z] #49 40.71 go: finding github.com/pkg/errors v0.8.1 [2021-06-02T16:01:35.470Z] #49 40.73 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-06-02T16:01:35.471Z] #49 40.74 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-06-02T16:01:35.471Z] #49 40.74 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-06-02T16:01:35.471Z] #49 40.75 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-06-02T16:01:35.471Z] #49 40.77 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-06-02T16:01:35.471Z] #49 40.78 go: finding github.com/sirupsen/logrus v1.4.2 [2021-06-02T16:01:35.471Z] #49 40.79 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-06-02T16:01:35.471Z] #49 40.81 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-06-02T16:01:35.471Z] #49 40.83 go: finding github.com/spf13/viper v1.6.1 [2021-06-02T16:01:35.471Z] #49 40.83 go: finding github.com/stretchr/testify v1.4.0 [2021-06-02T16:01:35.471Z] #49 40.97 go: finding github.com/davecgh/go-spew v1.1.1 [2021-06-02T16:01:35.471Z] #49 40.97 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-06-02T16:01:35.471Z] #49 41.01 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-02T16:01:35.471Z] #49 41.07 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-06-02T16:01:35.471Z] #49 41.07 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-06-02T16:01:35.471Z] #49 41.07 go: finding github.com/stretchr/objx v0.2.0 [2021-06-02T16:01:35.471Z] #49 41.07 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-06-02T16:01:35.471Z] #49 41.15 go: finding github.com/gobwas/glob v0.2.3 [2021-06-02T16:01:35.471Z] #49 41.25 go: finding github.com/spf13/cobra v0.0.5 [2021-06-02T16:01:35.471Z] #49 41.25 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-02T16:01:35.471Z] #49 41.25 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-06-02T16:01:35.471Z] #49 41.25 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-02T16:01:35.471Z] #49 41.25 go: finding github.com/spf13/pflag v1.0.5 [2021-06-02T16:01:35.471Z] #49 41.33 go: finding github.com/hashicorp/hcl v1.0.0 [2021-06-02T16:01:35.471Z] #49 41.40 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-02T16:01:35.471Z] #49 41.49 go: finding github.com/magiconair/properties v1.8.1 [2021-06-02T16:01:35.471Z] #49 41.49 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-02T16:01:35.471Z] #49 41.51 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-06-02T16:01:35.471Z] #49 41.61 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-02T16:01:35.471Z] #49 41.61 go: finding github.com/pelletier/go-toml v1.2.0 [2021-06-02T16:01:35.471Z] #49 41.61 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-02T16:01:35.471Z] #49 41.61 go: finding github.com/spf13/afero v1.1.2 [2021-06-02T16:01:35.471Z] #49 41.66 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-02T16:01:35.471Z] #49 41.71 go: finding github.com/spf13/cast v1.3.0 [2021-06-02T16:01:35.471Z] #49 41.84 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-02T16:01:35.471Z] #49 41.84 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-02T16:01:35.471Z] #49 41.89 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-06-02T16:01:35.471Z] #49 41.93 go: finding github.com/subosito/gotenv v1.2.0 [2021-06-02T16:01:35.471Z] #49 41.98 go: finding golang.org/x/text v0.3.2 [2021-06-02T16:01:35.471Z] #49 42.04 go: finding gopkg.in/ini.v1 v1.51.0 [2021-06-02T16:01:35.471Z] #49 42.07 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-02T16:01:35.471Z] #49 42.07 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-02T16:01:35.471Z] #49 42.12 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-02T16:01:35.471Z] #49 42.12 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-02T16:01:35.471Z] #49 42.26 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-02T16:01:35.471Z] #49 42.26 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-02T16:01:35.471Z] #49 42.26 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-02T16:01:35.471Z] #49 42.26 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-02T16:01:35.471Z] #49 42.26 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-02T16:01:35.471Z] #49 42.26 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-02T16:01:35.471Z] #49 42.33 go: finding github.com/kisielk/gotool v1.0.0 [2021-06-02T16:01:35.471Z] #49 42.33 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-02T16:01:35.471Z] #49 42.39 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-02T16:01:35.471Z] #49 42.46 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-06-02T16:01:35.471Z] #49 42.46 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-02T16:01:35.471Z] #49 42.53 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-02T16:01:35.471Z] #49 42.53 go: finding github.com/ultraware/funlen v0.0.2 [2021-06-02T16:01:35.471Z] #49 42.61 go: finding github.com/gogo/protobuf v1.2.1 [2021-06-02T16:01:35.471Z] #49 42.61 go: finding github.com/ultraware/whitespace v0.0.4 [2021-06-02T16:01:35.471Z] #49 42.61 go: finding github.com/uudashr/gocognit v1.0.1 [2021-06-02T16:01:35.471Z] #49 42.61 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-02T16:01:35.471Z] #49 42.69 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-02T16:01:35.471Z] #49 42.75 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-02T16:01:35.471Z] #49 42.75 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-02T16:01:35.471Z] #49 42.83 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-02T16:01:35.471Z] #49 42.83 go: finding github.com/BurntSushi/toml v0.3.1 [2021-06-02T16:01:35.471Z] #49 ... [2021-06-02T16:01:35.471Z] [2021-06-02T16:01:35.471Z] #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-06-02T16:01:35.471Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-02T16:01:35.471Z] #55 33.24 Reading package lists... [2021-06-02T16:01:35.471Z] #55 40.12 Building dependency tree... [2021-06-02T16:01:35.471Z] #55 42.95 The following additional packages will be installed: [2021-06-02T16:01:35.471Z] #55 42.95 libbtrfs0 [2021-06-02T16:01:35.471Z] #55 43.23 The following NEW packages will be installed: [2021-06-02T16:01:35.471Z] #55 43.23 libbtrfs-dev libbtrfs0 [2021-06-02T16:01:35.471Z] #55 43.61 0 upgraded, 2 newly installed, 0 to remove and 30 not upgraded. [2021-06-02T16:01:35.471Z] #55 43.61 Need to get 119 kB of archives. [2021-06-02T16:01:35.471Z] #55 43.61 After this operation, 387 kB of additional disk space will be used. [2021-06-02T16:01:35.471Z] #55 43.61 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-06-02T16:01:35.471Z] #55 43.61 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-06-02T16:01:35.471Z] #55 44.55 debconf: delaying package configuration, since apt-utils is not installed [2021-06-02T16:01:35.471Z] #55 44.78 Fetched 119 kB in 0s (412 kB/s) [2021-06-02T16:01:35.471Z] #55 45.02 Selecting previously unselected package libbtrfs0. [2021-06-02T16:01:35.471Z] #55 45.03 (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-06-02T16:01:35.471Z] #55 45.09 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-06-02T16:01:35.471Z] #55 45.11 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-02T16:01:35.471Z] #55 45.22 Selecting previously unselected package libbtrfs-dev. [2021-06-02T16:01:35.471Z] #55 45.22 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-06-02T16:01:35.471Z] #55 45.22 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-02T16:01:35.490Z] #43 2.062 Note: Building without setproctitle() and strlcpy() support. [2021-06-02T16:01:35.490Z] #43 2.062 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-06-02T16:01:35.490Z] #43 2.074 Note: Building without GnuTLS support [2021-06-02T16:01:35.490Z] #43 2.082 Makefile.config:39: Warn: you have no libnftables installed [2021-06-02T16:01:35.490Z] #43 2.089 Makefile.config:40: Warn: Building without nftables support [2021-06-02T16:01:35.523Z] #37 ... [2021-06-02T16:01:35.523Z] [2021-06-02T16:01:35.523Z] #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-06-02T16:01:35.523Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-06-02T16:01:35.523Z] #42 68.85 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-06-02T16:01:35.523Z] #42 68.88 Processing triggers for libc-bin (2.28-10) ... [2021-06-02T16:01:35.523Z] #42 DONE 69.8s [2021-06-02T16:01:35.523Z] [2021-06-02T16:01:35.523Z] #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-06-02T16:01:35.523Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:01:35.693Z] #20 25.32 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-06-02T16:01:35.693Z] #20 25.33 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-06-02T16:01:35.693Z] #20 25.34 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-06-02T16:01:35.693Z] #20 25.35 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-06-02T16:01:35.693Z] #20 25.37 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-06-02T16:01:35.693Z] #20 25.37 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-06-02T16:01:35.693Z] #20 25.43 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-06-02T16:01:35.693Z] #20 25.46 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-06-02T16:01:35.693Z] #20 25.47 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-06-02T16:01:35.731Z] #55 45.57 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-02T16:01:35.732Z] #55 45.61 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-02T16:01:35.732Z] #55 45.63 Processing triggers for libc-bin (2.28-10) ... [2021-06-02T16:01:35.848Z] #42 47.17 Selecting previously unselected package protobuf-c-compiler. [2021-06-02T16:01:35.848Z] #42 47.18 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ... [2021-06-02T16:01:35.953Z] #20 25.77 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-06-02T16:01:35.953Z] #20 25.82 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-06-02T16:01:36.112Z] #42 47.21 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-06-02T16:01:36.112Z] #42 47.38 Selecting previously unselected package protobuf-compiler. [2021-06-02T16:01:36.112Z] #42 47.40 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ... [2021-06-02T16:01:36.112Z] #42 47.43 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-06-02T16:01:36.213Z] #20 25.86 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-06-02T16:01:36.303Z] #55 DONE 46.1s [2021-06-02T16:01:36.303Z] [2021-06-02T16:01:36.303Z] #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-06-02T16:01:36.303Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-02T16:01:36.303Z] #36 43.59 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-06-02T16:01:36.303Z] #36 43.59 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-06-02T16:01:36.303Z] #36 43.59 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-06-02T16:01:36.303Z] #36 43.61 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-06-02T16:01:36.303Z] #36 43.61 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-06-02T16:01:36.303Z] #36 43.61 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-06-02T16:01:36.303Z] #36 45.10 debconf: delaying package configuration, since apt-utils is not installed [2021-06-02T16:01:36.303Z] #36 45.35 Fetched 14.9 MB in 2s (8779 kB/s) [2021-06-02T16:01:36.303Z] #36 45.43 Selecting previously unselected package xxd. [2021-06-02T16:01:36.303Z] #36 45.43 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-06-02T16:01:36.303Z] #36 45.54 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-06-02T16:01:36.303Z] #36 45.55 Unpacking xxd (2:8.1.0875-5) ... [2021-06-02T16:01:36.303Z] #36 45.91 Selecting previously unselected package vim-common. [2021-06-02T16:01:36.303Z] #36 45.91 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-02T16:01:36.303Z] #36 45.97 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-02T16:01:36.377Z] #42 47.60 Selecting previously unselected package python-pkg-resources. [2021-06-02T16:01:36.377Z] #42 47.60 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-06-02T16:01:36.377Z] #42 47.61 Unpacking python-pkg-resources (40.8.0-1) ... [2021-06-02T16:01:36.377Z] #42 ... [2021-06-02T16:01:36.377Z] [2021-06-02T16:01:36.377Z] #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-06-02T16:01:36.377Z] #56 sha256:8837e72c861a32870318b3c9cc38911eacbccbe62c7845adbb83d0707539476f [2021-06-02T16:01:36.377Z] #56 2.752 + RM_GOPATH=0 [2021-06-02T16:01:36.377Z] #56 2.752 + TMP_GOPATH= [2021-06-02T16:01:36.377Z] #56 2.753 + : /build [2021-06-02T16:01:36.377Z] #56 2.753 + '[' -z '' ']' [2021-06-02T16:01:36.377Z] #56 2.754 ++ mktemp -d [2021-06-02T16:01:36.377Z] #56 2.756 + export GOPATH=/tmp/tmp.fO2OoLc7qS [2021-06-02T16:01:36.377Z] #56 2.757 + GOPATH=/tmp/tmp.fO2OoLc7qS [2021-06-02T16:01:36.377Z] #56 2.757 + RM_GOPATH=1 [2021-06-02T16:01:36.377Z] #56 2.758 + case "$(go env GOARCH)" in [2021-06-02T16:01:36.377Z] #56 2.760 ++ go env GOARCH [2021-06-02T16:01:36.377Z] #56 2.783 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:01:36.377Z] #56 2.784 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:01:36.377Z] #56 2.797 ++ dirname /tmp/install/install.sh [2021-06-02T16:01:36.377Z] #56 2.797 + dir=/tmp/install [2021-06-02T16:01:36.377Z] #56 2.797 + bin=containerd [2021-06-02T16:01:36.377Z] #56 2.797 + shift [2021-06-02T16:01:36.377Z] #56 2.797 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-06-02T16:01:36.377Z] #56 2.798 + . /tmp/install/containerd.installer [2021-06-02T16:01:36.377Z] #56 2.798 ++ set -e [2021-06-02T16:01:36.377Z] #56 2.798 ++ : 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-02T16:01:36.377Z] #56 2.798 + install_containerd [2021-06-02T16:01:36.377Z] #56 2.799 + echo 'Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a' [2021-06-02T16:01:36.377Z] #56 2.799 + git clone https://github.com/containerd/containerd.git /tmp/tmp.fO2OoLc7qS/src/github.com/containerd/containerd [2021-06-02T16:01:36.377Z] #56 2.799 Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-02T16:01:36.377Z] #56 2.807 Cloning into '/tmp/tmp.fO2OoLc7qS/src/github.com/containerd/containerd'... [2021-06-02T16:01:36.377Z] #56 ... [2021-06-02T16:01:36.377Z] [2021-06-02T16:01:36.377Z] #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-06-02T16:01:36.377Z] #29 sha256:081093139797c4036c462b229f32af7cfb4dce1ab16b02922b8bbf3d8e272391 [2021-06-02T16:01:36.377Z] #29 24.10 0.1% ######################################################################## 100.0% [2021-06-02T16:01:36.377Z] #29 24.30 [2021-06-02T16:01:36.377Z] #29 25.42 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-06-02T16:01:36.377Z] #29 25.82 [2021-06-02T16:01:36.783Z] #20 26.48 debconf: delaying package configuration, since apt-utils is not installed [2021-06-02T16:01:36.783Z] #20 26.59 Fetched 28.6 MB in 2s (13.8 MB/s) [2021-06-02T16:01:36.783Z] #20 26.65 Selecting previously unselected package pigz. [2021-06-02T16:01:36.875Z] #36 46.59 Selecting previously unselected package cmake-data. [2021-06-02T16:01:36.875Z] #36 46.59 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-06-02T16:01:36.875Z] #36 46.59 Unpacking cmake-data (3.13.4-1) ... [2021-06-02T16:01:37.043Z] #20 26.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 ... 23435 files and directories currently installed.) [2021-06-02T16:01:37.043Z] #20 26.70 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-06-02T16:01:37.043Z] #20 26.70 Unpacking pigz (2.4-1) ... [2021-06-02T16:01:37.043Z] #20 26.76 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-06-02T16:01:37.043Z] #20 26.77 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-02T16:01:37.043Z] #20 26.78 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-02T16:01:37.303Z] #20 27.15 Selecting previously unselected package python3.7-minimal. [2021-06-02T16:01:37.303Z] #20 27.16 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-02T16:01:37.303Z] #20 27.16 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-02T16:01:37.381Z] #43 3.803 fatal: not a git repository (or any of the parent directories): .git [2021-06-02T16:01:37.381Z] #43 3.858 GEN .gitid [2021-06-02T16:01:37.381Z] #43 3.903 GEN criu/include/version.h [2021-06-02T16:01:37.381Z] #43 3.976 GEN include/common/asm [2021-06-02T16:01:37.935Z] using credential docker-jenkins-github-credentials [2021-06-02T16:01:37.970Z] #29 26.07 0.0% ## 2.9% ### 5.2% ###### 8.6% ######## 11.7% ########### 15.6% ############ 17.9% ############### 21.5% ################### 26.5% ##################### 29.4% ###################### 31.9% ######################### 35.2% ########################### 38.5% ################################# 46.1% ################################### 49.3% ###################################### 54.2% ######################################### 57.8% ############################################ 61.7% ############################################### 66.3% ################################################## 70.1% ######################################################## 77.9% ## [2021-06-02T16:01:37.970Z] #29 ... [2021-06-02T16:01:37.970Z] [2021-06-02T16:01:37.970Z] #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-06-02T16:01:37.970Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-06-02T16:01:37.970Z] #36 39.29 Selecting previously unselected package libicu63:arm64. [2021-06-02T16:01:37.970Z] #36 39.30 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ... [2021-06-02T16:01:37.970Z] #36 39.40 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2021-06-02T16:01:37.970Z] #36 45.21 Selecting previously unselected package libxml2:arm64. [2021-06-02T16:01:37.970Z] #36 45.22 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_arm64.deb ... [2021-06-02T16:01:37.970Z] #36 45.22 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ... [2021-06-02T16:01:37.970Z] #36 45.84 Selecting previously unselected package libarchive13:arm64. [2021-06-02T16:01:37.970Z] #36 45.84 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ... [2021-06-02T16:01:37.970Z] #36 45.85 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ... [2021-06-02T16:01:37.970Z] #36 46.18 Selecting previously unselected package libjsoncpp1:arm64. [2021-06-02T16:01:37.970Z] #36 46.19 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ... [2021-06-02T16:01:37.970Z] #36 46.24 Unpacking libjsoncpp1:arm64 (1.7.4-3) ... [2021-06-02T16:01:37.970Z] #36 46.58 Selecting previously unselected package librhash0:arm64. [2021-06-02T16:01:37.970Z] #36 46.60 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ... [2021-06-02T16:01:37.970Z] #36 46.63 Unpacking librhash0:arm64 (1.3.8-1) ... [2021-06-02T16:01:37.970Z] #36 46.79 Selecting previously unselected package libuv1:arm64. [2021-06-02T16:01:37.970Z] #36 46.80 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ... [2021-06-02T16:01:37.970Z] #36 46.82 Unpacking libuv1:arm64 (1.24.1-1) ... [2021-06-02T16:01:37.970Z] #36 47.08 Selecting previously unselected package cmake. [2021-06-02T16:01:37.970Z] #36 47.09 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ... [2021-06-02T16:01:37.970Z] #36 47.13 Unpacking cmake (3.13.4-1) ... [2021-06-02T16:01:38.011Z] Cloning the remote Git repository [2021-06-02T16:01:38.011Z] Cloning with configured refspecs honoured and without tags [2021-06-02T16:01:38.055Z] #43 2.162 Note: Building without setproctitle() and strlcpy() support. [2021-06-02T16:01:38.055Z] #43 2.162 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-06-02T16:01:38.055Z] #43 2.182 Note: Building without GnuTLS support [2021-06-02T16:01:38.055Z] #43 2.184 Makefile.config:39: Warn: you have no libnftables installed [2021-06-02T16:01:38.055Z] #43 2.186 Makefile.config:40: Warn: Building without nftables support [2021-06-02T16:01:38.238Z] #36 ... [2021-06-02T16:01:38.238Z] [2021-06-02T16:01:38.238Z] #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-06-02T16:01:38.238Z] #29 sha256:081093139797c4036c462b229f32af7cfb4dce1ab16b02922b8bbf3d8e272391 [2021-06-02T16:01:38.244Z] #20 28.08 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-02T16:01:38.502Z] #29 26.07 0.0% ## 2.9% ### 5.2% ###### 8.6% ######## 11.7% ########### 15.6% ############ 17.9% ############### 21.5% ################### 26.5% ##################### 29.4% ###################### 31.9% ######################### 35.2% ########################### 38.5% ################################# 46.1% ################################### 49.3% ###################################### 54.2% ######################################### 57.8% ############################################ 61.7% ############################################### 66.3% ################################################## 70.1% ######################################################## 77.9% ########################################################### 82.4% ############################################################### 88.7% ################################################################## 92.6% ###################################################################### 98.4% ######################################################################## 100.0% [2021-06-02T16:01:38.502Z] #29 28.81 [2021-06-02T16:01:38.504Z] #20 28.10 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-02T16:01:38.747Z] #43 5.510 PBCC images/timens.pb-c.c [2021-06-02T16:01:39.004Z] #43 5.540 DEP images/timens.pb-c.d [2021-06-02T16:01:39.004Z] #43 5.592 PBCC images/fown.pb-c.c [2021-06-02T16:01:39.004Z] #43 5.609 PBCC images/google/protobuf/descriptor.pb-c.c [2021-06-02T16:01:39.004Z] #43 ... [2021-06-02T16:01:39.004Z] [2021-06-02T16:01:39.004Z] #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-06-02T16:01:39.004Z] #45 sha256:024ca4a5433b3b3c73033d0594ff8cb60684f746bf229a3587c63d0a3937a0d4 [2021-06-02T16:01:39.004Z] #45 63.55 internal/poll [2021-06-02T16:01:39.004Z] #45 64.90 regexp/syntax [2021-06-02T16:01:39.004Z] #45 66.05 os [2021-06-02T16:01:39.004Z] #45 69.20 fmt [2021-06-02T16:01:39.004Z] #45 69.38 path/filepath [2021-06-02T16:01:39.004Z] #45 70.80 regexp [2021-06-02T16:01:39.004Z] #45 73.43 flag [2021-06-02T16:01:39.004Z] #45 ... [2021-06-02T16:01:39.004Z] [2021-06-02T16:01:39.004Z] #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-06-02T16:01:39.004Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:01:39.004Z] #43 5.703 PBCC images/opts.pb-c.c [2021-06-02T16:01:39.004Z] #43 5.742 PBCC images/memfd.pb-c.c [2021-06-02T16:01:39.004Z] #43 5.803 DEP images/fown.pb-c.d [2021-06-02T16:01:38.200Z] Cloning repository https://github.com/moby/moby.git [2021-06-02T16:01:38.594Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-06-02T16:01:39.264Z] #43 5.893 DEP images/google/protobuf/descriptor.pb-c.d [2021-06-02T16:01:39.420Z] #36 49.42 Selecting previously unselected package libicu63:amd64. [2021-06-02T16:01:39.420Z] #36 49.42 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-06-02T16:01:39.420Z] #36 49.43 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-02T16:01:39.450Z] #29 29.84 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-06-02T16:01:39.520Z] #43 ... [2021-06-02T16:01:39.520Z] [2021-06-02T16:01:39.520Z] #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-06-02T16:01:39.520Z] #37 sha256:0c2894aa1749196c08354ab15a36ec6823fd92bd9f8cb809a931a4b0b03c46d8 [2021-06-02T16:01:39.520Z] #37 4.395 -- Detecting C compiler ABI info - done [2021-06-02T16:01:39.520Z] #37 4.528 -- Detecting C compile features [2021-06-02T16:01:39.520Z] #37 6.799 -- Detecting C compile features - done [2021-06-02T16:01:39.520Z] #37 6.851 -- Performing Test HAS_BUILTIN_FORTIFY [2021-06-02T16:01:39.520Z] #37 7.109 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-06-02T16:01:39.520Z] #37 7.210 -- Configuring done [2021-06-02T16:01:39.520Z] #37 7.237 -- Generating done [2021-06-02T16:01:39.520Z] #37 7.245 -- Build files have been written to: /tmp/tmp.PorNJi0jOE/tini [2021-06-02T16:01:39.520Z] #37 7.260 + make tini-static [2021-06-02T16:01:39.520Z] #37 7.593 Scanning dependencies of target tini-static [2021-06-02T16:01:39.520Z] #37 7.674 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-06-02T16:01:39.520Z] #37 8.927 [100%] Linking C executable tini-static [2021-06-02T16:01:39.520Z] #37 9.411 [100%] Built target tini-static [2021-06-02T16:01:39.520Z] #37 9.491 + mkdir -p /build [2021-06-02T16:01:39.520Z] #37 9.503 + cp tini-static /build/docker-init [2021-06-02T16:01:39.520Z] #37 DONE 9.9s [2021-06-02T16:01:39.520Z] [2021-06-02T16:01:39.520Z] #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-06-02T16:01:39.520Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:01:39.520Z] #43 5.958 DEP images/opts.pb-c.d [2021-06-02T16:01:39.520Z] #43 6.041 DEP images/memfd.pb-c.d [2021-06-02T16:01:39.520Z] #43 6.113 PBCC images/sit.pb-c.c [2021-06-02T16:01:39.520Z] #43 6.245 DEP images/sit.pb-c.d [2021-06-02T16:01:39.777Z] #43 6.358 PBCC images/macvlan.pb-c.c [2021-06-02T16:01:39.777Z] #43 6.465 DEP images/macvlan.pb-c.d [2021-06-02T16:01:39.960Z] #43 ... [2021-06-02T16:01:39.960Z] [2021-06-02T16:01:39.960Z] #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-06-02T16:01:39.960Z] #37 sha256:e398c28437c2e0db77684c18736f61bad198bd58c677589d272080f61b1273b1 [2021-06-02T16:01:39.960Z] #37 6.360 -- Detecting C compile features - done [2021-06-02T16:01:39.960Z] #37 6.421 -- Performing Test HAS_BUILTIN_FORTIFY [2021-06-02T16:01:39.960Z] #37 6.679 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-06-02T16:01:39.960Z] #37 6.801 -- Configuring done [2021-06-02T16:01:39.960Z] #37 6.814 -- Generating done [2021-06-02T16:01:39.960Z] #37 6.827 -- Build files have been written to: /tmp/tmp.8pLxvsFSyt/tini [2021-06-02T16:01:39.960Z] #37 6.839 + make tini-static [2021-06-02T16:01:39.960Z] #37 7.373 Scanning dependencies of target tini-static [2021-06-02T16:01:39.960Z] #37 7.462 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-06-02T16:01:39.960Z] #37 8.709 [100%] Linking C executable tini-static [2021-06-02T16:01:39.960Z] #37 9.202 [100%] Built target tini-static [2021-06-02T16:01:39.960Z] #37 9.293 + mkdir -p /build [2021-06-02T16:01:39.960Z] #37 9.296 + cp tini-static /build/docker-init [2021-06-02T16:01:39.960Z] #37 DONE 9.6s [2021-06-02T16:01:39.960Z] [2021-06-02T16:01:39.960Z] #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-06-02T16:01:39.960Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:01:39.960Z] #43 4.206 fatal: not a git repository (or any of the parent directories): .git [2021-06-02T16:01:39.960Z] #43 4.258 GEN .gitid [2021-06-02T16:01:39.960Z] #43 4.313 GEN criu/include/version.h [2021-06-02T16:01:39.960Z] #43 4.370 GEN include/common/asm [2021-06-02T16:01:39.992Z] #36 ... [2021-06-02T16:01:39.992Z] [2021-06-02T16:01:39.992Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:01:39.992Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T16:01:39.992Z] #13 28.84 Fetched 8971 kB in 17s (538 kB/s) [2021-06-02T16:01:39.992Z] #13 28.84 Reading package lists... [2021-06-02T16:01:39.992Z] #13 35.33 Reading package lists... [2021-06-02T16:01:39.992Z] #13 ... [2021-06-02T16:01:39.992Z] [2021-06-02T16:01:39.992Z] #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-06-02T16:01:39.992Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-06-02T16:01:39.992Z] #32 47.95 Checking out files: 87% (1334/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-06-02T16:01:39.992Z] #32 48.58 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-06-02T16:01:39.992Z] #32 49.24 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-02T16:01:40.033Z] #43 6.525 PBCC images/autofs.pb-c.c [2021-06-02T16:01:40.033Z] #43 6.615 DEP images/autofs.pb-c.d [2021-06-02T16:01:40.033Z] #43 6.715 PBCC images/sysctl.pb-c.c [2021-06-02T16:01:40.037Z] #29 30.19 [2021-06-02T16:01:40.289Z] #43 6.781 DEP images/sysctl.pb-c.d [2021-06-02T16:01:40.289Z] #43 6.940 PBCC images/time.pb-c.c [2021-06-02T16:01:40.289Z] #43 7.000 DEP images/time.pb-c.d [2021-06-02T16:01:40.303Z] #29 30.44 ######################################################################## 100.0% [2021-06-02T16:01:40.303Z] #29 30.51 [2021-06-02T16:01:40.413Z] #20 30.21 Selecting previously unselected package python3-minimal. [2021-06-02T16:01:40.413Z] #20 30.21 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23684 files and directories currently installed.) [2021-06-02T16:01:40.413Z] #20 30.26 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-06-02T16:01:40.413Z] #20 30.27 Unpacking python3-minimal (3.7.3-1) ... [2021-06-02T16:01:40.544Z] #43 7.151 PBCC images/binfmt-misc.pb-c.c [2021-06-02T16:01:40.544Z] #43 7.206 DEP images/binfmt-misc.pb-c.d [2021-06-02T16:01:40.544Z] #43 7.263 PBCC images/seccomp.pb-c.c [2021-06-02T16:01:40.579Z] #29 ... [2021-06-02T16:01:40.579Z] [2021-06-02T16:01:40.579Z] #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-06-02T16:01:40.579Z] #51 sha256:71b0debc21dc031cce79b995a7b9f6d185737449be03474d50ebb51f7f4cdbc2 [2021-06-02T16:01:40.579Z] #51 41.62 syscall [2021-06-02T16:01:40.579Z] #51 41.64 reflect [2021-06-02T16:01:40.579Z] #51 41.64 strings [2021-06-02T16:01:40.579Z] #51 41.64 bufio [2021-06-02T16:01:40.579Z] #51 43.49 text/tabwriter [2021-06-02T16:01:40.579Z] #51 45.16 regexp/syntax [2021-06-02T16:01:40.579Z] #51 50.03 time [2021-06-02T16:01:40.579Z] #51 50.62 regexp [2021-06-02T16:01:40.579Z] #51 ... [2021-06-02T16:01:40.579Z] [2021-06-02T16:01:40.579Z] #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-06-02T16:01:40.579Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-06-02T16:01:40.579Z] #36 49.51 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2021-06-02T16:01:40.579Z] #36 49.60 Setting up xxd (2:8.1.0875-5) ... [2021-06-02T16:01:40.579Z] #36 49.68 Setting up libuv1:arm64 (1.24.1-1) ... [2021-06-02T16:01:40.579Z] #36 49.71 Setting up vim-common (2:8.1.0875-5) ... [2021-06-02T16:01:40.579Z] #36 49.75 Setting up librhash0:arm64 (1.3.8-1) ... [2021-06-02T16:01:40.579Z] #36 49.77 Setting up cmake-data (3.13.4-1) ... [2021-06-02T16:01:40.579Z] #36 49.81 Setting up libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ... [2021-06-02T16:01:40.579Z] #36 49.84 Setting up libjsoncpp1:arm64 (1.7.4-3) ... [2021-06-02T16:01:40.579Z] #36 49.87 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ... [2021-06-02T16:01:40.579Z] #36 49.89 Setting up cmake (3.13.4-1) ... [2021-06-02T16:01:40.579Z] #36 49.92 Processing triggers for libc-bin (2.28-10) ... [2021-06-02T16:01:40.579Z] #36 50.14 Processing triggers for mime-support (3.62) ... [2021-06-02T16:01:40.673Z] #20 30.35 Selecting previously unselected package libmpdec2:amd64. [2021-06-02T16:01:40.673Z] #20 30.36 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-06-02T16:01:40.673Z] #20 30.37 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-06-02T16:01:40.673Z] #20 30.47 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-06-02T16:01:40.673Z] #20 30.47 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-06-02T16:01:40.673Z] #20 30.48 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-02T16:01:40.799Z] #43 7.318 DEP images/seccomp.pb-c.d [2021-06-02T16:01:40.799Z] #43 7.376 PBCC images/userns.pb-c.c [2021-06-02T16:01:40.799Z] #43 7.396 DEP images/userns.pb-c.d [2021-06-02T16:01:40.799Z] #43 7.495 PBCC images/cgroup.pb-c.c [2021-06-02T16:01:40.799Z] #43 7.550 DEP images/cgroup.pb-c.d [2021-06-02T16:01:40.799Z] #43 7.598 PBCC images/ext-file.pb-c.c [2021-06-02T16:01:41.055Z] #43 7.622 DEP images/ext-file.pb-c.d [2021-06-02T16:01:41.055Z] #43 7.675 PBCC images/rpc.pb-c.c [2021-06-02T16:01:41.055Z] #43 7.740 DEP images/rpc.pb-c.d [2021-06-02T16:01:41.055Z] #43 7.806 PBCC images/siginfo.pb-c.c [2021-06-02T16:01:41.310Z] #43 7.855 DEP images/siginfo.pb-c.d [2021-06-02T16:01:41.310Z] #43 7.913 PBCC images/pagemap.pb-c.c [2021-06-02T16:01:41.310Z] #43 7.935 DEP images/pagemap.pb-c.d [2021-06-02T16:01:41.310Z] #43 8.019 PBCC images/rlimit.pb-c.c [2021-06-02T16:01:41.310Z] #43 8.050 DEP images/rlimit.pb-c.d [2021-06-02T16:01:41.310Z] #43 8.118 PBCC images/file-lock.pb-c.c [2021-06-02T16:01:39.608Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-02T16:01:39.609Z] > git --version # timeout=10 [2021-06-02T16:01:39.654Z] > git --version # 'git version 2.24.1.windows.2' [2021-06-02T16:01:39.654Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-02T16:01:39.657Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42143/head:refs/remotes/origin/PR-42143 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-02T16:01:41.545Z] #36 DONE 52.8s [2021-06-02T16:01:41.545Z] [2021-06-02T16:01:41.545Z] #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-06-02T16:01:41.545Z] #47 sha256:a23e9ab4508d4ce39180f122b53d7a6dccded566d755814ff6c371df2f6f4185 [2021-06-02T16:01:41.545Z] #47 DONE 52.8s [2021-06-02T16:01:41.545Z] [2021-06-02T16:01:41.546Z] #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-06-02T16:01:41.546Z] #37 sha256:5754b5b1bb1945ccdcf5afa8ecca9aced28e86df4e3951e794f4a359a7b26c1a [2021-06-02T16:01:41.566Z] #43 8.129 DEP images/file-lock.pb-c.d [2021-06-02T16:01:41.566Z] #43 8.167 PBCC images/tty.pb-c.c [2021-06-02T16:01:41.566Z] #43 8.211 DEP images/tty.pb-c.d [2021-06-02T16:01:41.566Z] #43 8.276 PBCC images/tun.pb-c.c [2021-06-02T16:01:41.566Z] #43 8.339 PBCC images/netdev.pb-c.c [2021-06-02T16:01:41.566Z] #43 8.385 DEP images/tun.pb-c.d [2021-06-02T16:01:41.613Z] #20 31.41 Selecting previously unselected package python3.7. [2021-06-02T16:01:41.613Z] #20 31.42 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-06-02T16:01:41.613Z] #20 31.43 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-06-02T16:01:41.822Z] #43 8.425 DEP images/netdev.pb-c.d [2021-06-02T16:01:41.822Z] #43 8.469 PBCC images/vma.pb-c.c [2021-06-02T16:01:41.822Z] #43 8.522 DEP images/vma.pb-c.d [2021-06-02T16:01:41.822Z] #43 8.624 PBCC images/creds.pb-c.c [2021-06-02T16:01:41.863Z] #43 ... [2021-06-02T16:01:41.863Z] [2021-06-02T16:01:41.863Z] #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-06-02T16:01:41.863Z] #45 sha256:9157f81689e5d9248f131885dbab30c114e596864682d0b6c95e04322c866b39 [2021-06-02T16:01:41.863Z] #45 65.82 strings [2021-06-02T16:01:41.863Z] #45 67.33 os [2021-06-02T16:01:41.863Z] #45 68.32 regexp/syntax [2021-06-02T16:01:41.863Z] #45 71.54 fmt [2021-06-02T16:01:41.863Z] #45 73.14 path/filepath [2021-06-02T16:01:41.863Z] #45 75.01 regexp [2021-06-02T16:01:41.863Z] #45 75.76 flag [2021-06-02T16:01:41.863Z] #45 ... [2021-06-02T16:01:41.863Z] [2021-06-02T16:01:41.863Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:01:41.863Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T16:01:41.863Z] #13 66.06 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-06-02T16:01:41.863Z] #13 66.06 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-06-02T16:01:41.863Z] #13 66.07 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-02T16:01:41.873Z] #20 31.52 Selecting previously unselected package libpython3-stdlib:amd64. [2021-06-02T16:01:41.873Z] #20 31.53 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-06-02T16:01:41.873Z] #20 31.53 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-02T16:01:41.873Z] #20 31.64 Setting up python3-minimal (3.7.3-1) ... [2021-06-02T16:01:42.078Z] #43 8.635 DEP images/creds.pb-c.d [2021-06-02T16:01:42.078Z] #43 8.666 PBCC images/utsns.pb-c.c [2021-06-02T16:01:42.078Z] #43 8.682 DEP images/utsns.pb-c.d [2021-06-02T16:01:42.078Z] #43 8.728 PBCC images/ipc-desc.pb-c.c [2021-06-02T16:01:42.078Z] #43 8.750 PBCC images/ipc-sem.pb-c.c [2021-06-02T16:01:42.078Z] #43 8.777 DEP images/ipc-desc.pb-c.d [2021-06-02T16:01:42.078Z] #43 8.822 DEP images/ipc-sem.pb-c.d [2021-06-02T16:01:42.078Z] #43 8.878 PBCC images/ipc-msg.pb-c.c [2021-06-02T16:01:42.121Z] #37 ... [2021-06-02T16:01:42.121Z] [2021-06-02T16:01:42.121Z] #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-06-02T16:01:42.121Z] #29 sha256:081093139797c4036c462b229f32af7cfb4dce1ab16b02922b8bbf3d8e272391 [2021-06-02T16:01:42.121Z] #29 31.21 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-06-02T16:01:42.121Z] #29 31.55 [2021-06-02T16:01:42.121Z] #29 31.75 ######################################################################## 100.0% [2021-06-02T16:01:42.121Z] #29 31.87 [2021-06-02T16:01:42.121Z] #29 32.02 Download of images into '/build' complete. [2021-06-02T16:01:42.121Z] #29 32.02 Use something like the following to load the result into a Docker daemon: [2021-06-02T16:01:42.121Z] #29 32.02 tar -cC '/build' . | docker load [2021-06-02T16:01:42.121Z] #29 DONE 32.2s [2021-06-02T16:01:42.121Z] [2021-06-02T16:01:42.121Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:01:42.121Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-06-02T16:01:42.121Z] #13 44.41 Setting up libseccomp2:arm64 (2.4.4-1~bpo10+1) ... [2021-06-02T16:01:42.121Z] #13 44.64 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2021-06-02T16:01:42.121Z] #13 44.79 Preparing to unpack .../libudev1_241-7~deb10u7_arm64.deb ... [2021-06-02T16:01:42.121Z] #13 44.83 Unpacking libudev1:arm64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-06-02T16:01:42.121Z] #13 45.07 Setting up libudev1:arm64 (241-7~deb10u7) ... [2021-06-02T16:01:42.121Z] #13 45.22 Selecting previously unselected package binutils-mingw-w64-i686. [2021-06-02T16:01:42.121Z] #13 45.22 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2021-06-02T16:01:42.121Z] #13 45.42 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ... [2021-06-02T16:01:42.121Z] #13 45.44 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-02T16:01:42.121Z] #13 47.65 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-06-02T16:01:42.121Z] #13 47.66 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ... [2021-06-02T16:01:42.121Z] #13 47.67 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-02T16:01:42.122Z] #13 50.76 Selecting previously unselected package binutils-mingw-w64. [2021-06-02T16:01:42.122Z] #13 50.76 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-06-02T16:01:42.122Z] #13 50.79 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-02T16:01:42.122Z] #13 50.92 Selecting previously unselected package libdevmapper1.02.1:arm64. [2021-06-02T16:01:42.122Z] #13 50.92 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ... [2021-06-02T16:01:42.122Z] #13 50.95 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2021-06-02T16:01:42.122Z] #13 51.30 Selecting previously unselected package dmsetup. [2021-06-02T16:01:42.122Z] #13 51.34 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ... [2021-06-02T16:01:42.122Z] #13 51.35 Unpacking dmsetup (2:1.02.155-3) ... [2021-06-02T16:01:42.334Z] #43 8.929 DEP images/ipc-msg.pb-c.d [2021-06-02T16:01:42.334Z] #43 8.993 PBCC images/ipc-shm.pb-c.c [2021-06-02T16:01:42.334Z] #43 9.027 DEP images/ipc-shm.pb-c.d [2021-06-02T16:01:42.334Z] #43 9.065 PBCC images/ipc-var.pb-c.c [2021-06-02T16:01:42.334Z] #43 9.093 DEP images/ipc-var.pb-c.d [2021-06-02T16:01:42.334Z] #43 9.125 PBCC images/sk-opts.pb-c.c [2021-06-02T16:01:42.385Z] #13 51.62 Selecting previously unselected package mingw-w64-common. [2021-06-02T16:01:42.385Z] #13 51.62 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-06-02T16:01:42.385Z] #13 51.62 Unpacking mingw-w64-common (6.0.0-3) ... [2021-06-02T16:01:42.590Z] #43 9.146 PBCC images/packet-sock.pb-c.c [2021-06-02T16:01:42.590Z] #43 9.231 DEP images/sk-opts.pb-c.d [2021-06-02T16:01:42.590Z] #43 9.291 DEP images/packet-sock.pb-c.d [2021-06-02T16:01:42.590Z] #43 9.339 PBCC images/sk-netlink.pb-c.c [2021-06-02T16:01:42.798Z] #13 ... [2021-06-02T16:01:42.798Z] [2021-06-02T16:01:42.798Z] #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-06-02T16:01:42.798Z] #45 sha256:9157f81689e5d9248f131885dbab30c114e596864682d0b6c95e04322c866b39 [2021-06-02T16:01:42.798Z] #45 77.13 go/token [2021-06-02T16:01:42.814Z] #20 32.43 Selecting previously unselected package python3. [2021-06-02T16:01:42.814Z] #20 32.43 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24096 files and directories currently installed.) [2021-06-02T16:01:42.814Z] #20 32.54 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-06-02T16:01:42.814Z] #20 32.56 Unpacking python3 (3.7.3-1) ... [2021-06-02T16:01:42.814Z] #20 32.66 Selecting previously unselected package libip4tc0:amd64. [2021-06-02T16:01:42.814Z] #20 32.68 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-06-02T16:01:42.814Z] #20 32.69 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-06-02T16:01:42.814Z] #20 32.79 Selecting previously unselected package libip6tc0:amd64. [2021-06-02T16:01:42.847Z] #43 9.412 DEP images/sk-netlink.pb-c.d [2021-06-02T16:01:42.847Z] #43 9.465 PBCC images/sk-inet.pb-c.c [2021-06-02T16:01:42.847Z] #43 9.572 DEP images/sk-inet.pb-c.d [2021-06-02T16:01:43.074Z] #20 32.81 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-06-02T16:01:43.074Z] #20 32.82 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-06-02T16:01:43.074Z] #20 32.90 Selecting previously unselected package libiptc0:amd64. [2021-06-02T16:01:43.074Z] #20 32.92 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-06-02T16:01:43.074Z] #20 32.93 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-06-02T16:01:43.103Z] #43 9.618 PBCC images/sk-unix.pb-c.c [2021-06-02T16:01:43.103Z] #43 9.695 DEP images/sk-unix.pb-c.d [2021-06-02T16:01:43.103Z] #43 9.740 PBCC images/mm.pb-c.c [2021-06-02T16:01:43.103Z] #43 9.772 DEP images/mm.pb-c.d [2021-06-02T16:01:43.293Z] #32 ... [2021-06-02T16:01:43.293Z] [2021-06-02T16:01:43.293Z] #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-06-02T16:01:43.293Z] #45 sha256:c9574aedef6eee0498adeca739abe2efcb00577146fa7c6b61141ec11fdafc85 [2021-06-02T16:01:43.293Z] #45 42.53 sync [2021-06-02T16:01:43.293Z] #45 42.53 internal/reflectlite [2021-06-02T16:01:43.293Z] #45 43.85 github.com/LK4D4/vndr/godl/singleflight [2021-06-02T16:01:43.293Z] #45 44.28 math/rand [2021-06-02T16:01:43.293Z] #45 45.36 internal/singleflight [2021-06-02T16:01:43.293Z] #45 45.63 errors [2021-06-02T16:01:43.293Z] #45 45.76 sort [2021-06-02T16:01:43.293Z] #45 46.01 io [2021-06-02T16:01:43.293Z] #45 46.94 strconv [2021-06-02T16:01:43.293Z] #45 47.02 bytes [2021-06-02T16:01:43.293Z] #45 49.21 bufio [2021-06-02T16:01:43.293Z] #45 50.26 reflect [2021-06-02T16:01:43.293Z] #45 50.91 syscall [2021-06-02T16:01:43.293Z] #45 ... [2021-06-02T16:01:43.293Z] [2021-06-02T16:01:43.293Z] #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-06-02T16:01:43.293Z] #56 sha256:ef4de1caa1556bcb9c58e04d0b05c015d950cc589670e8e861e912bd1297c3d2 [2021-06-02T16:01:43.293Z] #56 4.209 + RM_GOPATH=0 [2021-06-02T16:01:43.293Z] #56 4.210 + TMP_GOPATH= [2021-06-02T16:01:43.293Z] #56 4.210 + : /build [2021-06-02T16:01:43.293Z] #56 4.210 + '[' -z '' ']' [2021-06-02T16:01:43.293Z] #56 4.211 ++ mktemp -d [2021-06-02T16:01:43.293Z] #56 4.213 + export GOPATH=/tmp/tmp.GBSvtrgaJZ [2021-06-02T16:01:43.293Z] #56 4.213 + GOPATH=/tmp/tmp.GBSvtrgaJZ [2021-06-02T16:01:43.293Z] #56 4.213 + RM_GOPATH=1 [2021-06-02T16:01:43.293Z] #56 4.213 + case "$(go env GOARCH)" in [2021-06-02T16:01:43.293Z] #56 4.216 ++ go env GOARCH [2021-06-02T16:01:43.293Z] #56 4.250 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:01:43.293Z] #56 4.250 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:01:43.293Z] #56 4.251 ++ dirname /tmp/install/install.sh [2021-06-02T16:01:43.293Z] #56 4.257 + dir=/tmp/install [2021-06-02T16:01:43.293Z] #56 4.259 + bin=containerd [2021-06-02T16:01:43.293Z] #56 4.259 + shift [2021-06-02T16:01:43.293Z] #56 4.259 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-06-02T16:01:43.293Z] #56 4.260 + . /tmp/install/containerd.installer [2021-06-02T16:01:43.293Z] #56 4.260 ++ set -e [2021-06-02T16:01:43.293Z] #56 4.260 ++ : 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-02T16:01:43.293Z] #56 4.261 + install_containerd [2021-06-02T16:01:43.293Z] #56 4.274 + echo 'Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a' [2021-06-02T16:01:43.293Z] #56 4.275 Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-02T16:01:43.293Z] #56 4.275 + git clone https://github.com/containerd/containerd.git /tmp/tmp.GBSvtrgaJZ/src/github.com/containerd/containerd [2021-06-02T16:01:43.293Z] #56 4.277 Cloning into '/tmp/tmp.GBSvtrgaJZ/src/github.com/containerd/containerd'... [2021-06-02T16:01:43.334Z] #20 33.03 Selecting previously unselected package libnfnetlink0:amd64. [2021-06-02T16:01:43.334Z] #20 33.04 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-06-02T16:01:43.334Z] #20 33.05 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-06-02T16:01:43.334Z] #20 33.12 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-06-02T16:01:43.334Z] #20 33.12 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-06-02T16:01:43.334Z] #20 33.12 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-06-02T16:01:43.334Z] #20 33.22 Selecting previously unselected package libnftnl11:amd64. [2021-06-02T16:01:43.334Z] #20 33.22 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-06-02T16:01:43.358Z] #43 9.845 PBCC images/timerfd.pb-c.c [2021-06-02T16:01:43.359Z] #43 9.907 DEP images/timerfd.pb-c.d [2021-06-02T16:01:43.359Z] #43 9.954 PBCC images/timer.pb-c.c [2021-06-02T16:01:43.359Z] #43 9.993 DEP images/timer.pb-c.d [2021-06-02T16:01:43.359Z] #43 10.05 PBCC images/sa.pb-c.c [2021-06-02T16:01:43.359Z] #43 10.09 DEP images/sa.pb-c.d [2021-06-02T16:01:43.594Z] #20 33.23 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-06-02T16:01:43.594Z] #20 33.31 Selecting previously unselected package iptables. [2021-06-02T16:01:43.594Z] #20 33.32 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-06-02T16:01:43.594Z] #20 33.35 Unpacking iptables (1.8.2-4) ... [2021-06-02T16:01:43.594Z] #20 ... [2021-06-02T16:01:43.594Z] [2021-06-02T16:01:43.594Z] #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-06-02T16:01:43.594Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:01:43.594Z] #43 85.05 DEP criu/crtools.d [2021-06-02T16:01:43.594Z] #43 85.47 DEP criu/cr-service.d [2021-06-02T16:01:43.594Z] #43 85.75 DEP criu/cr-restore.d [2021-06-02T16:01:43.594Z] #43 86.21 DEP criu/cr-errno.d [2021-06-02T16:01:43.594Z] #43 86.26 DEP criu/cr-dump.d [2021-06-02T16:01:43.594Z] #43 86.55 DEP criu/cr-dedup.d [2021-06-02T16:01:43.594Z] #43 86.67 DEP criu/cr-check.d [2021-06-02T16:01:43.594Z] #43 86.83 DEP criu/config.d [2021-06-02T16:01:43.594Z] #43 86.95 DEP criu/clone-noasan.d [2021-06-02T16:01:43.594Z] #43 87.00 DEP criu/cgroup.d [2021-06-02T16:01:43.594Z] #43 87.12 DEP criu/cgroup-props.d [2021-06-02T16:01:43.594Z] #43 87.27 DEP criu/bitmap.d [2021-06-02T16:01:43.594Z] #43 87.30 DEP criu/bfd.d [2021-06-02T16:01:43.594Z] #43 87.40 DEP criu/autofs.d [2021-06-02T16:01:43.594Z] #43 87.58 DEP criu/aio.d [2021-06-02T16:01:43.594Z] #43 87.77 DEP criu/action-scripts.d [2021-06-02T16:01:43.594Z] #43 87.99 CC criu/action-scripts.o [2021-06-02T16:01:43.594Z] #43 88.37 CC criu/aio.o [2021-06-02T16:01:43.594Z] #43 88.86 CC criu/autofs.o [2021-06-02T16:01:43.594Z] #43 90.33 CC criu/bfd.o [2021-06-02T16:01:43.594Z] #43 90.82 CC criu/bitmap.o [2021-06-02T16:01:43.594Z] #43 90.95 CC criu/cgroup-props.o [2021-06-02T16:01:43.594Z] #43 91.69 CC criu/cgroup.o [2021-06-02T16:01:43.594Z] #43 94.45 CC criu/clone-noasan.o [2021-06-02T16:01:43.594Z] #43 94.75 CC criu/config.o [2021-06-02T16:01:43.615Z] #43 10.15 PBCC images/pipe-data.pb-c.c [2021-06-02T16:01:43.615Z] #43 10.17 DEP images/pipe-data.pb-c.d [2021-06-02T16:01:43.615Z] #43 10.23 PBCC images/mnt.pb-c.c [2021-06-02T16:01:43.615Z] #43 10.31 DEP images/mnt.pb-c.d [2021-06-02T16:01:43.615Z] #43 10.36 PBCC images/sk-packet.pb-c.c [2021-06-02T16:01:43.732Z] #45 77.98 go/scanner [2021-06-02T16:01:43.784Z] #13 ... [2021-06-02T16:01:43.784Z] [2021-06-02T16:01:43.784Z] #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-06-02T16:01:43.784Z] #37 sha256:5754b5b1bb1945ccdcf5afa8ecca9aced28e86df4e3951e794f4a359a7b26c1a [2021-06-02T16:01:43.784Z] #37 2.239 + RM_GOPATH=0 [2021-06-02T16:01:43.784Z] #37 2.239 + TMP_GOPATH= [2021-06-02T16:01:43.784Z] #37 2.239 + : /build [2021-06-02T16:01:43.784Z] #37 2.239 + '[' -z '' ']' [2021-06-02T16:01:43.784Z] #37 2.239 ++ mktemp -d [2021-06-02T16:01:43.784Z] #37 2.239 + export GOPATH=/tmp/tmp.wx3VGEssir [2021-06-02T16:01:43.784Z] #37 2.239 + GOPATH=/tmp/tmp.wx3VGEssir [2021-06-02T16:01:43.784Z] #37 2.239 + RM_GOPATH=1 [2021-06-02T16:01:43.784Z] #37 2.239 + case "$(go env GOARCH)" in [2021-06-02T16:01:43.854Z] #43 ... [2021-06-02T16:01:43.854Z] [2021-06-02T16:01:43.854Z] #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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-02T16:01:43.854Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-02T16:01:43.854Z] #20 33.65 Selecting previously unselected package xxd. [2021-06-02T16:01:43.854Z] #20 33.67 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-06-02T16:01:43.854Z] #20 33.67 Unpacking xxd (2:8.1.0875-5) ... [2021-06-02T16:01:43.882Z] #43 10.40 DEP images/sk-packet.pb-c.d [2021-06-02T16:01:43.882Z] #43 10.50 PBCC images/tcp-stream.pb-c.c [2021-06-02T16:01:43.882Z] #43 10.54 DEP images/tcp-stream.pb-c.d [2021-06-02T16:01:43.882Z] #43 10.61 PBCC images/pipe.pb-c.c [2021-06-02T16:01:44.048Z] #37 2.242 ++ go env GOARCH [2021-06-02T16:01:44.048Z] #37 2.265 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:01:44.048Z] #37 2.265 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:01:44.048Z] #37 2.272 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-02T16:01:44.048Z] #37 2.273 ++ dirname /tmp/install/install.sh [2021-06-02T16:01:44.048Z] #37 2.273 + dir=/tmp/install [2021-06-02T16:01:44.048Z] #37 2.273 + bin=tini [2021-06-02T16:01:44.048Z] #37 2.273 + shift [2021-06-02T16:01:44.048Z] #37 2.273 + '[' '!' -f /tmp/install/tini.installer ']' [2021-06-02T16:01:44.048Z] #37 2.273 + . /tmp/install/tini.installer [2021-06-02T16:01:44.048Z] #37 2.273 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-02T16:01:44.048Z] #37 2.273 + install_tini [2021-06-02T16:01:44.048Z] #37 2.273 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-06-02T16:01:44.048Z] #37 2.273 + git clone https://github.com/krallin/tini.git /tmp/tmp.wx3VGEssir/tini [2021-06-02T16:01:44.048Z] #37 2.280 Cloning into '/tmp/tmp.wx3VGEssir/tini'... [2021-06-02T16:01:44.048Z] #37 ... [2021-06-02T16:01:44.048Z] [2021-06-02T16:01:44.048Z] #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-06-02T16:01:44.048Z] #45 sha256:9a3f01892994c37ed64e33fce5af07846d09d9ea0eef75bcfbf7eeb92ade3545 [2021-06-02T16:01:44.048Z] #45 45.38 crypto/rc4 [2021-06-02T16:01:44.048Z] #45 45.91 vendor/golang.org/x/crypto/hkdf [2021-06-02T16:01:44.048Z] #45 46.39 vendor/golang.org/x/text/transform [2021-06-02T16:01:44.048Z] #45 46.57 time [2021-06-02T16:01:44.048Z] #45 46.94 internal/syscall/execenv [2021-06-02T16:01:44.048Z] #45 47.27 internal/syscall/unix [2021-06-02T16:01:44.048Z] #45 47.57 regexp/syntax [2021-06-02T16:01:44.048Z] #45 47.90 path [2021-06-02T16:01:44.048Z] #45 51.61 context [2021-06-02T16:01:44.048Z] #45 51.63 internal/poll [2021-06-02T16:01:44.048Z] #45 52.86 github.com/LK4D4/vndr/versioned [2021-06-02T16:01:44.048Z] #45 53.62 os [2021-06-02T16:01:44.114Z] #20 33.81 Selecting previously unselected package vim-common. [2021-06-02T16:01:44.114Z] #20 33.81 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-02T16:01:44.114Z] #20 33.85 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-02T16:01:44.138Z] #43 10.65 DEP images/pipe.pb-c.d [2021-06-02T16:01:44.138Z] #43 10.69 PBCC images/pstree.pb-c.c [2021-06-02T16:01:44.138Z] #43 10.72 DEP images/pstree.pb-c.d [2021-06-02T16:01:44.138Z] #43 10.76 PBCC images/fs.pb-c.c [2021-06-02T16:01:44.138Z] #43 10.77 DEP images/fs.pb-c.d [2021-06-02T16:01:44.138Z] #43 10.85 PBCC images/signalfd.pb-c.c [2021-06-02T16:01:44.236Z] #56 ... [2021-06-02T16:01:44.236Z] [2021-06-02T16:01:44.236Z] #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-06-02T16:01:44.236Z] #47 sha256:71ebfc7cdb967e6f19804360c200d978441c3204978874657aafe88b21050189 [2021-06-02T16:01:44.236Z] #47 DONE 54.2s [2021-06-02T16:01:44.236Z] [2021-06-02T16:01:44.236Z] #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-06-02T16:01:44.236Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-06-02T16:01:44.236Z] #42 45.50 Selecting previously unselected package libprotobuf-dev:amd64. [2021-06-02T16:01:44.236Z] #42 45.50 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-06-02T16:01:44.236Z] #42 45.50 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-06-02T16:01:44.236Z] #42 46.79 Selecting previously unselected package libprotoc17:amd64. [2021-06-02T16:01:44.236Z] #42 46.79 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-06-02T16:01:44.236Z] #42 46.80 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-06-02T16:01:44.236Z] #42 47.41 Selecting previously unselected package protobuf-c-compiler. [2021-06-02T16:01:44.236Z] #42 47.43 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-06-02T16:01:44.236Z] #42 47.43 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-06-02T16:01:44.236Z] #42 47.66 Selecting previously unselected package protobuf-compiler. [2021-06-02T16:01:44.236Z] #42 47.66 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-06-02T16:01:44.236Z] #42 47.66 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-06-02T16:01:44.236Z] #42 47.85 Selecting previously unselected package python-pkg-resources. [2021-06-02T16:01:44.236Z] #42 47.85 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-06-02T16:01:44.236Z] #42 47.85 Unpacking python-pkg-resources (40.8.0-1) ... [2021-06-02T16:01:44.236Z] #42 48.12 Selecting previously unselected package python-six. [2021-06-02T16:01:44.236Z] #42 48.12 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-06-02T16:01:44.236Z] #42 48.12 Unpacking python-six (1.12.0-1) ... [2021-06-02T16:01:44.236Z] #42 48.22 Selecting previously unselected package python-protobuf. [2021-06-02T16:01:44.236Z] #42 48.22 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-06-02T16:01:44.236Z] #42 48.25 Unpacking python-protobuf (3.6.1.3-2) ... [2021-06-02T16:01:44.236Z] #42 48.81 Setting up python-pkg-resources (40.8.0-1) ... [2021-06-02T16:01:44.236Z] #42 53.10 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-06-02T16:01:44.236Z] #42 53.12 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-02T16:01:44.236Z] #42 53.13 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-02T16:01:44.236Z] #42 53.16 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-06-02T16:01:44.236Z] #42 53.18 Setting up python-six (1.12.0-1) ... [2021-06-02T16:01:44.311Z] #45 ... [2021-06-02T16:01:44.311Z] [2021-06-02T16:01:44.311Z] #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-06-02T16:01:44.311Z] #51 sha256:71b0debc21dc031cce79b995a7b9f6d185737449be03474d50ebb51f7f4cdbc2 [2021-06-02T16:01:44.311Z] #51 55.42 os [2021-06-02T16:01:44.374Z] #20 34.00 Selecting previously unselected package bash-completion. [2021-06-02T16:01:44.374Z] #20 34.01 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-06-02T16:01:44.393Z] #43 10.93 DEP images/signalfd.pb-c.d [2021-06-02T16:01:44.393Z] #43 10.98 PBCC images/fh.pb-c.c [2021-06-02T16:01:44.393Z] #43 11.03 PBCC images/fsnotify.pb-c.c [2021-06-02T16:01:44.393Z] #43 11.12 DEP images/fh.pb-c.d [2021-06-02T16:01:44.649Z] #43 11.19 DEP images/fsnotify.pb-c.d [2021-06-02T16:01:44.649Z] #43 11.24 PBCC images/eventpoll.pb-c.c [2021-06-02T16:01:44.649Z] #43 11.28 DEP images/eventpoll.pb-c.d [2021-06-02T16:01:44.649Z] #43 11.33 PBCC images/eventfd.pb-c.c [2021-06-02T16:01:44.649Z] #43 11.35 DEP images/eventfd.pb-c.d [2021-06-02T16:01:44.887Z] #51 56.25 internal/fmtsort [2021-06-02T16:01:44.887Z] #51 56.26 encoding/binary [2021-06-02T16:01:44.904Z] #43 11.39 PBCC images/remap-file-path.pb-c.c [2021-06-02T16:01:44.905Z] #43 11.42 DEP images/remap-file-path.pb-c.d [2021-06-02T16:01:44.905Z] #43 11.47 PBCC images/fifo.pb-c.c [2021-06-02T16:01:44.905Z] #43 11.48 DEP images/fifo.pb-c.d [2021-06-02T16:01:44.905Z] #43 11.55 PBCC images/ghost-file.pb-c.c [2021-06-02T16:01:44.905Z] #43 11.58 DEP images/ghost-file.pb-c.d [2021-06-02T16:01:44.905Z] #43 11.62 PBCC images/regfile.pb-c.c [2021-06-02T16:01:44.905Z] #43 11.68 DEP images/regfile.pb-c.d [2021-06-02T16:01:44.905Z] #43 11.71 PBCC images/ns.pb-c.c [2021-06-02T16:01:45.155Z] #45 79.03 internal/lazyregexp [2021-06-02T16:01:45.155Z] #45 79.09 go/ast [2021-06-02T16:01:45.155Z] #45 79.36 path [2021-06-02T16:01:45.160Z] #43 11.73 DEP images/ns.pb-c.d [2021-06-02T16:01:45.161Z] #43 11.77 PBCC images/fdinfo.pb-c.c [2021-06-02T16:01:45.161Z] #43 11.85 DEP images/fdinfo.pb-c.d [2021-06-02T16:01:45.161Z] #43 11.90 PBCC images/core-aarch64.pb-c.c [2021-06-02T16:01:45.161Z] #43 11.95 PBCC images/core-arm.pb-c.c [2021-06-02T16:01:45.458Z] #43 12.02 PBCC images/core-ppc64.pb-c.c [2021-06-02T16:01:45.458Z] #43 12.09 PBCC images/core-s390.pb-c.c [2021-06-02T16:01:45.458Z] #43 12.17 PBCC images/core-x86.pb-c.c [2021-06-02T16:01:45.458Z] #43 12.19 PBCC images/core.pb-c.c [2021-06-02T16:01:45.714Z] #43 12.25 PBCC images/inventory.pb-c.c [2021-06-02T16:01:45.714Z] #43 12.33 DEP images/core-aarch64.pb-c.d [2021-06-02T16:01:45.714Z] #43 12.37 DEP images/core-arm.pb-c.d [2021-06-02T16:01:45.714Z] #43 12.45 DEP images/core-ppc64.pb-c.d [2021-06-02T16:01:45.721Z] #45 79.80 io/ioutil [2021-06-02T16:01:45.970Z] #43 12.52 DEP images/core-s390.pb-c.d [2021-06-02T16:01:45.970Z] #43 12.59 DEP images/core-x86.pb-c.d [2021-06-02T16:01:45.970Z] #43 12.63 DEP images/core.pb-c.d [2021-06-02T16:01:45.970Z] #43 12.69 DEP images/inventory.pb-c.d [2021-06-02T16:01:46.150Z] #42 ... [2021-06-02T16:01:46.150Z] [2021-06-02T16:01:46.150Z] #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-06-02T16:01:46.150Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-02T16:01:46.150Z] #36 55.74 Selecting previously unselected package libxml2:amd64. [2021-06-02T16:01:46.150Z] #36 55.78 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-06-02T16:01:46.150Z] #36 55.79 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-06-02T16:01:46.226Z] #43 12.77 PBCC images/cpuinfo.pb-c.c [2021-06-02T16:01:46.226Z] #43 12.80 DEP images/cpuinfo.pb-c.d [2021-06-02T16:01:46.226Z] #43 ... [2021-06-02T16:01:46.226Z] [2021-06-02T16:01:46.226Z] #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-06-02T16:01:46.226Z] #51 sha256:647a47c484636f11ae26a4cd6b99fb2731b9a35a98471f34200ea640cd6ffe9d [2021-06-02T16:01:46.226Z] #51 70.63 fmt [2021-06-02T16:01:46.226Z] #51 75.75 encoding/json [2021-06-02T16:01:46.226Z] #51 75.97 github.com/pkg/diff [2021-06-02T16:01:46.226Z] #51 77.17 go/ast [2021-06-02T16:01:46.226Z] #51 ... [2021-06-02T16:01:46.226Z] [2021-06-02T16:01:46.226Z] #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-06-02T16:01:46.226Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:01:46.226Z] #43 12.85 PBCC images/stats.pb-c.c [2021-06-02T16:01:46.226Z] #43 12.89 DEP images/stats.pb-c.d [2021-06-02T16:01:46.287Z] #45 80.39 net/url [2021-06-02T16:01:46.411Z] #36 ... [2021-06-02T16:01:46.411Z] [2021-06-02T16:01:46.411Z] #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-06-02T16:01:46.411Z] #51 sha256:2f65e270cfa5fa4745a20f52cef6c1ebb0020e0a32632619dfd6931b4d2d55ab [2021-06-02T16:01:46.411Z] #51 46.29 sort [2021-06-02T16:01:46.411Z] #51 46.29 io [2021-06-02T16:01:46.411Z] #51 47.37 internal/oserror [2021-06-02T16:01:46.411Z] #51 47.48 syscall [2021-06-02T16:01:46.411Z] #51 47.69 bytes [2021-06-02T16:01:46.411Z] #51 49.88 strconv [2021-06-02T16:01:46.411Z] #51 53.18 reflect [2021-06-02T16:01:46.411Z] #51 54.67 time [2021-06-02T16:01:46.411Z] #51 ... [2021-06-02T16:01:46.411Z] [2021-06-02T16:01:46.411Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:01:46.411Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T16:01:46.411Z] #13 35.33 Reading package lists... [2021-06-02T16:01:46.411Z] #13 41.04 Building dependency tree... [2021-06-02T16:01:46.411Z] #13 43.42 The following additional packages will be installed: [2021-06-02T16:01:46.411Z] #13 43.42 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-06-02T16:01:46.411Z] #13 43.42 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-06-02T16:01:46.411Z] #13 43.42 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-06-02T16:01:46.411Z] #13 43.42 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-06-02T16:01:46.411Z] #13 43.42 mingw-w64-common mingw-w64-x86-64-dev [2021-06-02T16:01:46.411Z] #13 43.42 Suggested packages: [2021-06-02T16:01:46.411Z] #13 43.42 gcc-8-locales seccomp wine64 [2021-06-02T16:01:46.411Z] #13 44.86 The following NEW packages will be installed: [2021-06-02T16:01:46.411Z] #13 44.86 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-06-02T16:01:46.411Z] #13 44.86 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-06-02T16:01:46.411Z] #13 44.86 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-06-02T16:01:46.411Z] #13 44.86 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-06-02T16:01:46.411Z] #13 44.86 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-06-02T16:01:46.411Z] #13 44.86 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-06-02T16:01:46.411Z] #13 44.86 The following packages will be upgraded: [2021-06-02T16:01:46.411Z] #13 44.86 libseccomp2 libsystemd0 libudev1 [2021-06-02T16:01:46.411Z] #13 45.28 3 upgraded, 25 newly installed, 0 to remove and 28 not upgraded. [2021-06-02T16:01:46.411Z] #13 45.28 Need to get 78.2 MB of archives. [2021-06-02T16:01:46.411Z] #13 45.28 After this operation, 487 MB of additional disk space will be used. [2021-06-02T16:01:46.411Z] #13 45.28 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-06-02T16:01:46.411Z] #13 45.28 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB] [2021-06-02T16:01:46.411Z] #13 45.28 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB] [2021-06-02T16:01:46.411Z] #13 45.30 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB] [2021-06-02T16:01:46.411Z] #13 45.33 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-06-02T16:01:46.411Z] #13 45.54 Get:6 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-06-02T16:01:46.787Z] #43 ... [2021-06-02T16:01:46.787Z] [2021-06-02T16:01:46.787Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:01:46.787Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T16:01:46.787Z] #13 66.26 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-06-02T16:01:46.787Z] #13 66.26 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-06-02T16:01:46.787Z] #13 66.27 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-02T16:01:46.787Z] #13 72.17 Selecting previously unselected package gcc-mingw-w64-base. [2021-06-02T16:01:46.787Z] #13 72.17 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-02T16:01:46.787Z] #13 72.19 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-02T16:01:46.787Z] #13 72.33 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-06-02T16:01:46.787Z] #13 72.33 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-02T16:01:46.787Z] #13 72.34 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-02T16:01:46.832Z] #51 ... [2021-06-02T16:01:46.832Z] [2021-06-02T16:01:46.832Z] #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-06-02T16:01:46.832Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-06-02T16:01:46.832Z] #42 47.81 Selecting previously unselected package python-six. [2021-06-02T16:01:46.832Z] #42 47.81 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-06-02T16:01:46.832Z] #42 47.82 Unpacking python-six (1.12.0-1) ... [2021-06-02T16:01:46.832Z] #42 47.98 Selecting previously unselected package python-protobuf. [2021-06-02T16:01:46.832Z] #42 47.98 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ... [2021-06-02T16:01:46.832Z] #42 48.00 Unpacking python-protobuf (3.6.1.3-2) ... [2021-06-02T16:01:46.832Z] #42 48.77 Setting up python-pkg-resources (40.8.0-1) ... [2021-06-02T16:01:46.832Z] #42 51.16 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2021-06-02T16:01:46.832Z] #42 51.91 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-06-02T16:01:46.832Z] #42 52.33 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-06-02T16:01:46.832Z] #42 52.80 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2021-06-02T16:01:46.832Z] #42 52.89 Setting up python-six (1.12.0-1) ... [2021-06-02T16:01:46.832Z] #42 56.10 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2021-06-02T16:01:46.832Z] #42 56.12 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2021-06-02T16:01:46.832Z] #42 56.17 Setting up libprotobuf17:arm64 (3.6.1.3-2) ... [2021-06-02T16:01:46.832Z] #42 56.21 Setting up libcap-dev:arm64 (1:2.25-2) ... [2021-06-02T16:01:46.832Z] #42 56.26 Setting up libprotoc17:arm64 (3.6.1.3-2) ... [2021-06-02T16:01:46.832Z] #42 56.29 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-06-02T16:01:46.832Z] #42 56.31 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-06-02T16:01:46.832Z] #42 56.33 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ... [2021-06-02T16:01:46.832Z] #42 56.36 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-06-02T16:01:46.832Z] #42 56.40 Setting up python-protobuf (3.6.1.3-2) ... [2021-06-02T16:01:46.832Z] #42 ... [2021-06-02T16:01:46.832Z] [2021-06-02T16:01:46.832Z] #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-06-02T16:01:46.832Z] #45 sha256:9a3f01892994c37ed64e33fce5af07846d09d9ea0eef75bcfbf7eeb92ade3545 [2021-06-02T16:01:46.832Z] #45 56.41 internal/lazyregexp [2021-06-02T16:01:46.832Z] #45 56.45 path/filepath [2021-06-02T16:01:46.832Z] #45 56.48 net [2021-06-02T16:01:46.832Z] #45 57.01 internal/fmtsort [2021-06-02T16:01:46.832Z] #45 57.05 encoding/binary [2021-06-02T16:01:46.832Z] #45 57.84 io/ioutil [2021-06-02T16:01:46.832Z] #45 57.90 fmt [2021-06-02T16:01:46.853Z] #45 ... [2021-06-02T16:01:46.853Z] [2021-06-02T16:01:46.853Z] #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-06-02T16:01:46.853Z] #51 sha256:55a88fb14034dccae60536b55d436d5315a049e5042e9687552eb89ba8f7be98 [2021-06-02T16:01:46.853Z] #51 71.04 fmt [2021-06-02T16:01:46.853Z] #51 75.86 encoding/json [2021-06-02T16:01:46.853Z] #51 77.58 github.com/pkg/diff [2021-06-02T16:01:46.853Z] #51 78.95 go/scanner [2021-06-02T16:01:46.853Z] #51 80.47 go/ast [2021-06-02T16:01:46.853Z] #51 80.91 golang.org/x/crypto/ssh/terminal [2021-06-02T16:01:46.853Z] #51 ... [2021-06-02T16:01:46.853Z] [2021-06-02T16:01:46.853Z] #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-06-02T16:01:46.853Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:01:46.853Z] #43 6.422 PBCC images/timens.pb-c.c [2021-06-02T16:01:46.853Z] #43 6.460 DEP images/timens.pb-c.d [2021-06-02T16:01:46.853Z] #43 6.485 PBCC images/fown.pb-c.c [2021-06-02T16:01:46.853Z] #43 6.519 PBCC images/google/protobuf/descriptor.pb-c.c [2021-06-02T16:01:46.853Z] #43 6.602 PBCC images/opts.pb-c.c [2021-06-02T16:01:46.853Z] #43 6.658 PBCC images/memfd.pb-c.c [2021-06-02T16:01:46.853Z] #43 6.709 DEP images/fown.pb-c.d [2021-06-02T16:01:46.853Z] #43 6.752 DEP images/google/protobuf/descriptor.pb-c.d [2021-06-02T16:01:46.853Z] #43 6.830 DEP images/opts.pb-c.d [2021-06-02T16:01:46.853Z] #43 6.869 DEP images/memfd.pb-c.d [2021-06-02T16:01:46.853Z] #43 6.912 PBCC images/sit.pb-c.c [2021-06-02T16:01:46.853Z] #43 6.963 DEP images/sit.pb-c.d [2021-06-02T16:01:46.853Z] #43 7.013 PBCC images/macvlan.pb-c.c [2021-06-02T16:01:46.853Z] #43 7.036 DEP images/macvlan.pb-c.d [2021-06-02T16:01:46.853Z] #43 7.100 PBCC images/autofs.pb-c.c [2021-06-02T16:01:46.853Z] #43 7.110 DEP images/autofs.pb-c.d [2021-06-02T16:01:46.853Z] #43 7.179 PBCC images/sysctl.pb-c.c [2021-06-02T16:01:46.853Z] #43 7.216 DEP images/sysctl.pb-c.d [2021-06-02T16:01:46.853Z] #43 7.283 PBCC images/time.pb-c.c [2021-06-02T16:01:46.853Z] #43 7.338 DEP images/time.pb-c.d [2021-06-02T16:01:46.853Z] #43 7.391 PBCC images/binfmt-misc.pb-c.c [2021-06-02T16:01:46.853Z] #43 7.431 DEP images/binfmt-misc.pb-c.d [2021-06-02T16:01:46.853Z] #43 7.482 PBCC images/seccomp.pb-c.c [2021-06-02T16:01:46.853Z] #43 7.514 DEP images/seccomp.pb-c.d [2021-06-02T16:01:46.853Z] #43 7.563 PBCC images/userns.pb-c.c [2021-06-02T16:01:46.853Z] #43 7.582 DEP images/userns.pb-c.d [2021-06-02T16:01:46.853Z] #43 7.632 PBCC images/cgroup.pb-c.c [2021-06-02T16:01:46.853Z] #43 7.684 DEP images/cgroup.pb-c.d [2021-06-02T16:01:46.853Z] #43 7.739 PBCC images/ext-file.pb-c.c [2021-06-02T16:01:46.853Z] #43 7.778 DEP images/ext-file.pb-c.d [2021-06-02T16:01:46.853Z] #43 7.832 PBCC images/rpc.pb-c.c [2021-06-02T16:01:46.853Z] #43 7.874 DEP images/rpc.pb-c.d [2021-06-02T16:01:46.853Z] #43 7.940 PBCC images/siginfo.pb-c.c [2021-06-02T16:01:46.853Z] #43 7.982 DEP images/siginfo.pb-c.d [2021-06-02T16:01:46.853Z] #43 8.020 PBCC images/pagemap.pb-c.c [2021-06-02T16:01:46.853Z] #43 8.101 DEP images/pagemap.pb-c.d [2021-06-02T16:01:46.853Z] #43 8.150 PBCC images/rlimit.pb-c.c [2021-06-02T16:01:46.853Z] #43 8.157 DEP images/rlimit.pb-c.d [2021-06-02T16:01:46.853Z] #43 8.222 PBCC images/file-lock.pb-c.c [2021-06-02T16:01:46.853Z] #43 8.248 DEP images/file-lock.pb-c.d [2021-06-02T16:01:46.853Z] #43 8.291 PBCC images/tty.pb-c.c [2021-06-02T16:01:46.853Z] #43 8.342 DEP images/tty.pb-c.d [2021-06-02T16:01:46.853Z] #43 8.426 PBCC images/tun.pb-c.c [2021-06-02T16:01:46.853Z] #43 8.478 PBCC images/netdev.pb-c.c [2021-06-02T16:01:46.853Z] #43 8.534 DEP images/tun.pb-c.d [2021-06-02T16:01:46.853Z] #43 8.630 DEP images/netdev.pb-c.d [2021-06-02T16:01:46.853Z] #43 8.671 PBCC images/vma.pb-c.c [2021-06-02T16:01:46.853Z] #43 8.711 DEP images/vma.pb-c.d [2021-06-02T16:01:46.853Z] #43 8.753 PBCC images/creds.pb-c.c [2021-06-02T16:01:46.853Z] #43 8.773 DEP images/creds.pb-c.d [2021-06-02T16:01:46.853Z] #43 8.827 PBCC images/utsns.pb-c.c [2021-06-02T16:01:46.853Z] #43 8.858 DEP images/utsns.pb-c.d [2021-06-02T16:01:46.853Z] #43 8.902 PBCC images/ipc-desc.pb-c.c [2021-06-02T16:01:46.853Z] #43 8.970 PBCC images/ipc-sem.pb-c.c [2021-06-02T16:01:46.853Z] #43 8.979 DEP images/ipc-desc.pb-c.d [2021-06-02T16:01:46.853Z] #43 9.013 DEP images/ipc-sem.pb-c.d [2021-06-02T16:01:46.853Z] #43 9.064 PBCC images/ipc-msg.pb-c.c [2021-06-02T16:01:46.853Z] #43 9.094 DEP images/ipc-msg.pb-c.d [2021-06-02T16:01:46.853Z] #43 9.139 PBCC images/ipc-shm.pb-c.c [2021-06-02T16:01:46.853Z] #43 9.173 DEP images/ipc-shm.pb-c.d [2021-06-02T16:01:46.853Z] #43 9.227 PBCC images/ipc-var.pb-c.c [2021-06-02T16:01:46.853Z] #43 9.269 DEP images/ipc-var.pb-c.d [2021-06-02T16:01:46.853Z] #43 9.324 PBCC images/sk-opts.pb-c.c [2021-06-02T16:01:46.853Z] #43 9.348 PBCC images/packet-sock.pb-c.c [2021-06-02T16:01:46.853Z] #43 9.410 DEP images/sk-opts.pb-c.d [2021-06-02T16:01:46.853Z] #43 9.454 DEP images/packet-sock.pb-c.d [2021-06-02T16:01:46.853Z] #43 9.511 PBCC images/sk-netlink.pb-c.c [2021-06-02T16:01:46.853Z] #43 9.555 DEP images/sk-netlink.pb-c.d [2021-06-02T16:01:46.853Z] #43 9.641 PBCC images/sk-inet.pb-c.c [2021-06-02T16:01:46.853Z] #43 9.668 DEP images/sk-inet.pb-c.d [2021-06-02T16:01:46.853Z] #43 9.755 PBCC images/sk-unix.pb-c.c [2021-06-02T16:01:46.853Z] #43 9.841 DEP images/sk-unix.pb-c.d [2021-06-02T16:01:46.853Z] #43 9.914 PBCC images/mm.pb-c.c [2021-06-02T16:01:46.853Z] #43 10.01 DEP images/mm.pb-c.d [2021-06-02T16:01:46.853Z] #43 10.10 PBCC images/timerfd.pb-c.c [2021-06-02T16:01:46.853Z] #43 10.15 DEP images/timerfd.pb-c.d [2021-06-02T16:01:46.853Z] #43 10.25 PBCC images/timer.pb-c.c [2021-06-02T16:01:46.853Z] #43 10.27 DEP images/timer.pb-c.d [2021-06-02T16:01:46.853Z] #43 10.30 PBCC images/sa.pb-c.c [2021-06-02T16:01:46.853Z] #43 10.36 DEP images/sa.pb-c.d [2021-06-02T16:01:46.853Z] #43 10.44 PBCC images/pipe-data.pb-c.c [2021-06-02T16:01:46.853Z] #43 10.47 DEP images/pipe-data.pb-c.d [2021-06-02T16:01:46.853Z] #43 10.51 PBCC images/mnt.pb-c.c [2021-06-02T16:01:46.853Z] #43 10.56 DEP images/mnt.pb-c.d [2021-06-02T16:01:46.853Z] #43 10.66 PBCC images/sk-packet.pb-c.c [2021-06-02T16:01:46.853Z] #43 10.67 DEP images/sk-packet.pb-c.d [2021-06-02T16:01:46.853Z] #43 10.74 PBCC images/tcp-stream.pb-c.c [2021-06-02T16:01:46.853Z] #43 10.79 DEP images/tcp-stream.pb-c.d [2021-06-02T16:01:46.853Z] #43 10.83 PBCC images/pipe.pb-c.c [2021-06-02T16:01:46.853Z] #43 10.88 DEP images/pipe.pb-c.d [2021-06-02T16:01:46.853Z] #43 10.95 PBCC images/pstree.pb-c.c [2021-06-02T16:01:46.853Z] #43 10.97 DEP images/pstree.pb-c.d [2021-06-02T16:01:46.853Z] #43 11.02 PBCC images/fs.pb-c.c [2021-06-02T16:01:46.853Z] #43 11.04 DEP images/fs.pb-c.d [2021-06-02T16:01:46.853Z] #43 11.09 PBCC images/signalfd.pb-c.c [2021-06-02T16:01:46.853Z] #43 11.15 DEP images/signalfd.pb-c.d [2021-06-02T16:01:46.853Z] #43 11.22 PBCC images/fh.pb-c.c [2021-06-02T16:01:46.853Z] #43 11.29 PBCC images/fsnotify.pb-c.c [2021-06-02T16:01:46.853Z] #43 11.37 DEP images/fh.pb-c.d [2021-06-02T16:01:46.853Z] #43 11.39 DEP images/fsnotify.pb-c.d [2021-06-02T16:01:46.914Z] #20 36.77 Unpacking bash-completion (1:2.8-6) ... [2021-06-02T16:01:46.984Z] #13 45.79 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-06-02T16:01:46.984Z] #13 45.80 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-06-02T16:01:46.984Z] #13 45.83 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-06-02T16:01:46.984Z] #13 45.86 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-06-02T16:01:47.042Z] #13 ... [2021-06-02T16:01:47.042Z] [2021-06-02T16:01:47.042Z] #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-06-02T16:01:47.042Z] #51 sha256:647a47c484636f11ae26a4cd6b99fb2731b9a35a98471f34200ea640cd6ffe9d [2021-06-02T16:01:47.042Z] #51 81.21 golang.org/x/crypto/ssh/terminal [2021-06-02T16:01:47.042Z] #51 81.32 mvdan.cc/editorconfig [2021-06-02T16:01:47.111Z] #43 11.48 PBCC images/eventpoll.pb-c.c [2021-06-02T16:01:47.111Z] #43 11.53 DEP images/eventpoll.pb-c.d [2021-06-02T16:01:47.111Z] #43 11.57 PBCC images/eventfd.pb-c.c [2021-06-02T16:01:47.111Z] #43 11.60 DEP images/eventfd.pb-c.d [2021-06-02T16:01:47.111Z] #43 11.67 PBCC images/remap-file-path.pb-c.c [2021-06-02T16:01:47.245Z] #13 46.29 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-06-02T16:01:47.369Z] #43 11.69 DEP images/remap-file-path.pb-c.d [2021-06-02T16:01:47.369Z] #43 11.74 PBCC images/fifo.pb-c.c [2021-06-02T16:01:47.369Z] #43 11.76 DEP images/fifo.pb-c.d [2021-06-02T16:01:47.369Z] #43 11.83 PBCC images/ghost-file.pb-c.c [2021-06-02T16:01:47.369Z] #43 11.88 DEP images/ghost-file.pb-c.d [2021-06-02T16:01:47.369Z] #43 11.95 PBCC images/regfile.pb-c.c [2021-06-02T16:01:47.413Z] #45 58.68 os/exec [2021-06-02T16:01:47.483Z] #20 37.17 Selecting previously unselected package bzip2. [2021-06-02T16:01:47.483Z] #20 37.18 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-06-02T16:01:47.483Z] #20 37.19 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-02T16:01:47.483Z] #20 37.30 Selecting previously unselected package xz-utils. [2021-06-02T16:01:47.483Z] #20 37.31 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-06-02T16:01:47.483Z] #20 37.32 Unpacking xz-utils (5.2.4-1) ... [2021-06-02T16:01:47.506Z] #13 ... [2021-06-02T16:01:47.506Z] [2021-06-02T16:01:47.506Z] #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-06-02T16:01:47.506Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-06-02T16:01:47.506Z] #42 57.29 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-06-02T16:01:47.506Z] #42 57.32 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-06-02T16:01:47.506Z] #42 57.35 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-06-02T16:01:47.506Z] #42 57.37 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-06-02T16:01:47.506Z] #42 57.44 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-06-02T16:01:47.628Z] #43 11.97 DEP images/regfile.pb-c.d [2021-06-02T16:01:47.628Z] #43 12.02 PBCC images/ns.pb-c.c [2021-06-02T16:01:47.628Z] #43 12.09 DEP images/ns.pb-c.d [2021-06-02T16:01:47.628Z] #43 12.14 PBCC images/fdinfo.pb-c.c [2021-06-02T16:01:47.628Z] #43 12.20 DEP images/fdinfo.pb-c.d [2021-06-02T16:01:47.743Z] #20 37.49 Selecting previously unselected package apparmor. [2021-06-02T16:01:47.743Z] #20 37.51 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-06-02T16:01:47.767Z] #42 57.50 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-06-02T16:01:47.767Z] #42 57.56 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-06-02T16:01:47.767Z] #42 57.58 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-06-02T16:01:47.767Z] #42 57.59 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-06-02T16:01:47.767Z] #42 57.60 Setting up python-protobuf (3.6.1.3-2) ... [2021-06-02T16:01:47.886Z] #43 12.27 PBCC images/core-aarch64.pb-c.c [2021-06-02T16:01:47.886Z] #43 12.33 PBCC images/core-arm.pb-c.c [2021-06-02T16:01:47.886Z] #43 12.39 PBCC images/core-ppc64.pb-c.c [2021-06-02T16:01:47.886Z] #43 12.43 PBCC images/core-s390.pb-c.c [2021-06-02T16:01:47.976Z] #51 82.47 mvdan.cc/sh/v3/fileutil [2021-06-02T16:01:47.976Z] #51 82.48 text/tabwriter [2021-06-02T16:01:48.003Z] #20 37.59 Unpacking apparmor (2.13.2-10) ... [2021-06-02T16:01:48.145Z] #43 12.48 PBCC images/core-x86.pb-c.c [2021-06-02T16:01:48.145Z] #43 12.56 PBCC images/core.pb-c.c [2021-06-02T16:01:48.145Z] #43 12.64 PBCC images/inventory.pb-c.c [2021-06-02T16:01:48.145Z] #43 12.70 DEP images/core-aarch64.pb-c.d [2021-06-02T16:01:48.232Z] #51 82.85 mvdan.cc/sh/v3/syntax [2021-06-02T16:01:48.262Z] #20 37.95 Selecting previously unselected package aufs-tools. [2021-06-02T16:01:48.262Z] #20 37.96 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-06-02T16:01:48.262Z] #20 37.97 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-06-02T16:01:48.262Z] #20 38.09 Selecting previously unselected package libonig5:amd64. [2021-06-02T16:01:48.262Z] #20 38.10 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-06-02T16:01:48.262Z] #20 38.11 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-06-02T16:01:48.403Z] #43 12.77 DEP images/core-arm.pb-c.d [2021-06-02T16:01:48.403Z] #43 12.84 DEP images/core-ppc64.pb-c.d [2021-06-02T16:01:48.403Z] #43 12.90 DEP images/core-s390.pb-c.d [2021-06-02T16:01:48.403Z] #43 12.99 DEP images/core-x86.pb-c.d [2021-06-02T16:01:48.522Z] #20 38.26 Selecting previously unselected package libjq1:amd64. [2021-06-02T16:01:48.522Z] #20 38.27 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-06-02T16:01:48.522Z] #20 38.27 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-02T16:01:48.522Z] #20 38.39 Selecting previously unselected package jq. [2021-06-02T16:01:48.522Z] #20 38.40 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-06-02T16:01:48.522Z] #20 38.40 Unpacking jq (1.5+dfsg-2+b1) ... [2021-06-02T16:01:48.663Z] #43 13.08 DEP images/core.pb-c.d [2021-06-02T16:01:48.782Z] #20 38.48 Selecting previously unselected package libaio1:amd64. [2021-06-02T16:01:48.782Z] #20 38.50 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-06-02T16:01:48.782Z] #20 38.51 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-06-02T16:01:48.782Z] #20 38.57 Selecting previously unselected package libgpm2:amd64. [2021-06-02T16:01:48.782Z] #20 38.58 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-06-02T16:01:48.782Z] #20 38.59 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-06-02T16:01:48.782Z] #20 38.68 Selecting previously unselected package libicu63:amd64. [2021-06-02T16:01:48.782Z] #20 38.69 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-06-02T16:01:48.921Z] #43 13.14 DEP images/inventory.pb-c.d [2021-06-02T16:01:48.921Z] #43 13.19 PBCC images/cpuinfo.pb-c.c [2021-06-02T16:01:48.921Z] #43 13.22 DEP images/cpuinfo.pb-c.d [2021-06-02T16:01:48.921Z] #43 13.31 PBCC images/stats.pb-c.c [2021-06-02T16:01:48.921Z] #43 13.33 DEP images/stats.pb-c.d [2021-06-02T16:01:49.042Z] #20 38.69 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-02T16:01:49.340Z] #45 60.11 crypto/cipher [2021-06-02T16:01:50.124Z] #51 ... [2021-06-02T16:01:50.124Z] [2021-06-02T16:01:50.124Z] #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-06-02T16:01:50.124Z] #45 sha256:024ca4a5433b3b3c73033d0594ff8cb60684f746bf229a3587c63d0a3937a0d4 [2021-06-02T16:01:50.124Z] #45 74.85 go/token [2021-06-02T16:01:50.124Z] #45 75.52 internal/lazyregexp [2021-06-02T16:01:50.124Z] #45 75.79 path [2021-06-02T16:01:50.124Z] #45 75.80 go/scanner [2021-06-02T16:01:50.124Z] #45 76.28 io/ioutil [2021-06-02T16:01:50.124Z] #45 76.75 net/url [2021-06-02T16:01:50.124Z] #45 77.13 go/ast [2021-06-02T16:01:50.124Z] #45 78.39 text/template/parse [2021-06-02T16:01:50.124Z] #45 82.05 go/parser [2021-06-02T16:01:50.124Z] #45 82.06 text/template [2021-06-02T16:01:50.293Z] #45 61.33 crypto/sha512 [2021-06-02T16:01:50.300Z] #43 14.76 make[1]: Nothing to be done for 'all'. [2021-06-02T16:01:50.380Z] #45 ... [2021-06-02T16:01:50.380Z] [2021-06-02T16:01:50.380Z] #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-06-02T16:01:50.380Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:01:50.380Z] #43 14.32 make[1]: Nothing to be done for 'all'. [2021-06-02T16:01:50.380Z] #43 15.66 CC images/stats.o [2021-06-02T16:01:50.380Z] #43 16.05 CC images/core.o [2021-06-02T16:01:50.380Z] #43 16.69 CC images/core-x86.o [2021-06-02T16:01:50.557Z] #45 ... [2021-06-02T16:01:50.557Z] [2021-06-02T16:01:50.557Z] #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-06-02T16:01:50.557Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-06-02T16:01:50.557Z] #42 60.00 Setting up libnl-3-dev:arm64 (3.4.0-1) ... [2021-06-02T16:01:50.557Z] #42 60.03 Processing triggers for libc-bin (2.28-10) ... [2021-06-02T16:01:50.557Z] #42 DONE 61.7s [2021-06-02T16:01:50.557Z] [2021-06-02T16:01:50.557Z] #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-06-02T16:01:50.557Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-06-02T16:01:50.636Z] #43 17.18 CC images/core-arm.o [2021-06-02T16:01:50.891Z] #43 17.59 CC images/core-aarch64.o [2021-06-02T16:01:51.456Z] #43 17.93 CC images/core-ppc64.o [2021-06-02T16:01:52.017Z] #43 18.44 CC images/core-s390.o [2021-06-02T16:01:52.202Z] #43 16.25 CC images/stats.o [2021-06-02T16:01:52.202Z] #43 16.74 CC images/core.o [2021-06-02T16:01:52.273Z] #43 19.02 CC images/cpuinfo.o [2021-06-02T16:01:52.337Z] #20 42.07 Selecting previously unselected package libnet1:amd64. [2021-06-02T16:01:52.337Z] #20 42.08 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-02T16:01:52.337Z] #20 42.08 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-02T16:01:52.337Z] #20 42.16 Selecting previously unselected package libnl-3-200:amd64. [2021-06-02T16:01:52.337Z] #20 42.16 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-06-02T16:01:52.337Z] #20 42.19 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-06-02T16:01:52.597Z] #20 42.27 Selecting previously unselected package libprotobuf-c1:amd64. [2021-06-02T16:01:52.597Z] #20 42.27 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-06-02T16:01:52.597Z] #20 42.28 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-02T16:01:52.597Z] #20 42.34 Selecting previously unselected package libreadline5:amd64. [2021-06-02T16:01:52.597Z] #20 42.34 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-06-02T16:01:52.597Z] #20 42.36 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-06-02T16:01:52.834Z] #43 19.48 CC images/inventory.o [2021-06-02T16:01:52.857Z] #20 42.47 Selecting previously unselected package net-tools. [2021-06-02T16:01:52.857Z] #20 42.49 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-06-02T16:01:52.857Z] #20 42.50 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-02T16:01:52.857Z] #20 42.70 Selecting previously unselected package patch. [2021-06-02T16:01:53.058Z] #42 ... [2021-06-02T16:01:53.058Z] [2021-06-02T16:01:53.058Z] #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-06-02T16:01:53.058Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-02T16:01:53.058Z] #36 56.51 Selecting previously unselected package libarchive13:amd64. [2021-06-02T16:01:53.058Z] #36 56.53 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-06-02T16:01:53.058Z] #36 56.53 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-06-02T16:01:53.058Z] #36 56.81 Selecting previously unselected package libjsoncpp1:amd64. [2021-06-02T16:01:53.058Z] #36 56.81 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-06-02T16:01:53.058Z] #36 56.81 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-06-02T16:01:53.058Z] #36 56.96 Selecting previously unselected package librhash0:amd64. [2021-06-02T16:01:53.058Z] #36 56.96 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-06-02T16:01:53.058Z] #36 56.98 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-06-02T16:01:53.058Z] #36 57.26 Selecting previously unselected package libuv1:amd64. [2021-06-02T16:01:53.058Z] #36 57.26 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-06-02T16:01:53.058Z] #36 57.26 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-06-02T16:01:53.058Z] #36 57.50 Selecting previously unselected package cmake. [2021-06-02T16:01:53.058Z] #36 57.50 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-06-02T16:01:53.058Z] #36 57.56 Unpacking cmake (3.13.4-1) ... [2021-06-02T16:01:53.058Z] #36 61.21 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-02T16:01:53.058Z] #36 61.24 Setting up xxd (2:8.1.0875-5) ... [2021-06-02T16:01:53.058Z] #36 61.26 Setting up libuv1:amd64 (1.24.1-1) ... [2021-06-02T16:01:53.058Z] #36 61.27 Setting up vim-common (2:8.1.0875-5) ... [2021-06-02T16:01:53.058Z] #36 61.32 Setting up librhash0:amd64 (1.3.8-1) ... [2021-06-02T16:01:53.058Z] #36 61.35 Setting up cmake-data (3.13.4-1) ... [2021-06-02T16:01:53.058Z] #36 61.38 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-06-02T16:01:53.058Z] #36 61.40 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-06-02T16:01:53.058Z] #36 61.41 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-06-02T16:01:53.058Z] #36 61.43 Setting up cmake (3.13.4-1) ... [2021-06-02T16:01:53.058Z] #36 61.45 Processing triggers for libc-bin (2.28-10) ... [2021-06-02T16:01:53.058Z] #36 61.55 Processing triggers for mime-support (3.62) ... [2021-06-02T16:01:53.058Z] #36 DONE 62.0s [2021-06-02T16:01:53.058Z] [2021-06-02T16:01:53.058Z] #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-06-02T16:01:53.058Z] #37 sha256:757b4677d052737e34124b6032646a56d1a10ee3310648467ff3e0562f5fec84 [2021-06-02T16:01:53.116Z] #20 42.72 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_amd64.deb ... [2021-06-02T16:01:53.116Z] #20 42.73 Unpacking patch (2.7.6-3+deb10u1) ... [2021-06-02T16:01:53.116Z] #20 42.89 Selecting previously unselected package python-pip-whl. [2021-06-02T16:01:53.116Z] #20 42.89 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ... [2021-06-02T16:01:53.116Z] #20 42.89 Unpacking python-pip-whl (18.1-5) ... [2021-06-02T16:01:53.123Z] #43 ... [2021-06-02T16:01:53.123Z] [2021-06-02T16:01:53.123Z] #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-06-02T16:01:53.123Z] #37 sha256:5754b5b1bb1945ccdcf5afa8ecca9aced28e86df4e3951e794f4a359a7b26c1a [2021-06-02T16:01:53.123Z] #37 3.324 + cd /tmp/tmp.wx3VGEssir/tini [2021-06-02T16:01:53.123Z] #37 3.325 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-02T16:01:53.123Z] #37 3.375 + cmake . [2021-06-02T16:01:53.123Z] #37 3.968 -- The C compiler identification is GNU 8.3.0 [2021-06-02T16:01:53.123Z] #37 4.045 -- Check for working C compiler: /usr/bin/cc [2021-06-02T16:01:53.123Z] #37 4.672 -- Check for working C compiler: /usr/bin/cc -- works [2021-06-02T16:01:53.123Z] #37 4.674 -- Detecting C compiler ABI info [2021-06-02T16:01:53.123Z] #37 5.576 -- Detecting C compiler ABI info - done [2021-06-02T16:01:53.123Z] #37 5.657 -- Detecting C compile features [2021-06-02T16:01:53.123Z] #37 8.074 -- Detecting C compile features - done [2021-06-02T16:01:53.123Z] #37 8.106 -- Performing Test HAS_BUILTIN_FORTIFY [2021-06-02T16:01:53.123Z] #37 8.452 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-06-02T16:01:53.123Z] #37 8.568 -- Configuring done [2021-06-02T16:01:53.123Z] #37 8.586 -- Generating done [2021-06-02T16:01:53.123Z] #37 8.589 -- Build files have been written to: /tmp/tmp.wx3VGEssir/tini [2021-06-02T16:01:53.123Z] #37 8.592 + make tini-static [2021-06-02T16:01:53.123Z] #37 8.765 Scanning dependencies of target tini-static [2021-06-02T16:01:53.123Z] #37 8.795 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-06-02T16:01:53.123Z] #37 10.15 [100%] Linking C executable tini-static [2021-06-02T16:01:53.123Z] #37 10.81 [100%] Built target tini-static [2021-06-02T16:01:53.123Z] #37 10.90 + mkdir -p /build [2021-06-02T16:01:53.123Z] #37 10.91 + cp tini-static /build/docker-init [2021-06-02T16:01:53.123Z] #37 DONE 11.4s [2021-06-02T16:01:53.123Z] [2021-06-02T16:01:53.123Z] #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-06-02T16:01:53.123Z] #45 sha256:9a3f01892994c37ed64e33fce5af07846d09d9ea0eef75bcfbf7eeb92ade3545 [2021-06-02T16:01:53.123Z] #45 62.09 crypto/aes [2021-06-02T16:01:53.123Z] #45 62.91 crypto/ed25519/internal/edwards25519 [2021-06-02T16:01:53.123Z] #45 64.21 crypto/md5 [2021-06-02T16:01:53.136Z] #43 17.46 CC images/core-x86.o [2021-06-02T16:01:53.395Z] #43 19.80 CC images/fdinfo.o [2021-06-02T16:01:53.686Z] #20 43.49 Selecting previously unselected package python3-lib2to3. [2021-06-02T16:01:53.686Z] #20 43.50 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ... [2021-06-02T16:01:53.686Z] #20 43.50 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-06-02T16:01:53.695Z] #43 20.26 CC images/fown.o [2021-06-02T16:01:53.695Z] #43 20.51 CC images/ns.o [2021-06-02T16:01:53.702Z] #43 18.08 CC images/core-arm.o [2021-06-02T16:01:53.946Z] #20 43.63 Selecting previously unselected package python3-distutils. [2021-06-02T16:01:53.946Z] #20 43.64 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ... [2021-06-02T16:01:53.946Z] #20 43.65 Unpacking python3-distutils (3.7.3-1) ... [2021-06-02T16:01:53.946Z] #20 43.80 Selecting previously unselected package python3-pip. [2021-06-02T16:01:53.946Z] #20 43.82 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ... [2021-06-02T16:01:53.946Z] #20 43.82 Unpacking python3-pip (18.1-5) ... [2021-06-02T16:01:53.960Z] #43 18.47 CC images/core-aarch64.o [2021-06-02T16:01:54.075Z] #45 65.33 flag [2021-06-02T16:01:54.205Z] #20 44.01 Selecting previously unselected package python3-pkg-resources. [2021-06-02T16:01:54.205Z] #20 44.01 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ... [2021-06-02T16:01:54.205Z] #20 44.02 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-06-02T16:01:54.218Z] #43 ... [2021-06-02T16:01:54.218Z] [2021-06-02T16:01:54.218Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:01:54.218Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T16:01:54.218Z] #13 72.45 Selecting previously unselected package gcc-mingw-w64-base. [2021-06-02T16:01:54.218Z] #13 72.45 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-02T16:01:54.218Z] #13 72.47 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-02T16:01:54.218Z] #13 72.63 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-06-02T16:01:54.218Z] #13 72.63 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-02T16:01:54.218Z] #13 72.64 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-02T16:01:54.258Z] #43 20.83 CC images/regfile.o [2021-06-02T16:01:54.338Z] #45 65.77 go/token [2021-06-02T16:01:54.465Z] #20 44.17 Selecting previously unselected package python3-setuptools. [2021-06-02T16:01:54.465Z] #20 44.18 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ... [2021-06-02T16:01:54.465Z] #20 44.19 Unpacking python3-setuptools (40.8.0-1) ... [2021-06-02T16:01:54.465Z] #20 44.41 Selecting previously unselected package python3-wheel. [2021-06-02T16:01:54.465Z] #20 44.41 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ... [2021-06-02T16:01:54.465Z] #20 44.43 Unpacking python3-wheel (0.32.3-2) ... [2021-06-02T16:01:54.465Z] #20 ... [2021-06-02T16:01:54.465Z] [2021-06-02T16:01:54.465Z] #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-06-02T16:01:54.465Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:01:54.465Z] #43 96.05 CC criu/cr-check.o [2021-06-02T16:01:54.465Z] #43 97.84 CC criu/cr-dedup.o [2021-06-02T16:01:54.465Z] #43 98.27 CC criu/cr-dump.o [2021-06-02T16:01:54.465Z] #43 100.5 CC criu/cr-errno.o [2021-06-02T16:01:54.465Z] #43 100.7 CC criu/cr-restore.o [2021-06-02T16:01:54.465Z] #43 105.2 CC criu/cr-service.o [2021-06-02T16:01:54.476Z] #13 ... [2021-06-02T16:01:54.476Z] [2021-06-02T16:01:54.476Z] #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-06-02T16:01:54.476Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:01:54.476Z] #43 18.85 CC images/core-ppc64.o [2021-06-02T16:01:54.542Z] #43 ... [2021-06-02T16:01:54.542Z] [2021-06-02T16:01:54.542Z] #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-06-02T16:01:54.542Z] #51 sha256:647a47c484636f11ae26a4cd6b99fb2731b9a35a98471f34200ea640cd6ffe9d [2021-06-02T16:01:54.542Z] #51 88.96 mvdan.cc/sh/v3/cmd/shfmt [2021-06-02T16:01:54.726Z] #43 ... [2021-06-02T16:01:54.726Z] [2021-06-02T16:01:54.726Z] #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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-02T16:01:54.726Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-02T16:01:54.726Z] #20 44.50 Selecting previously unselected package sudo. [2021-06-02T16:01:54.726Z] #20 44.50 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-06-02T16:01:54.726Z] #20 44.51 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-06-02T16:01:54.972Z] #37 ... [2021-06-02T16:01:54.972Z] [2021-06-02T16:01:54.972Z] #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-06-02T16:01:54.972Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-06-02T16:01:54.972Z] #42 63.77 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-06-02T16:01:54.972Z] #42 63.79 Processing triggers for libc-bin (2.28-10) ... [2021-06-02T16:01:54.972Z] #42 DONE 64.5s [2021-06-02T16:01:54.972Z] [2021-06-02T16:01:54.972Z] #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-06-02T16:01:54.972Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:01:55.042Z] #43 19.45 CC images/core-s390.o [2021-06-02T16:01:55.290Z] #45 66.25 net/url [2021-06-02T16:01:55.296Z] #20 45.05 Selecting previously unselected package thin-provisioning-tools. [2021-06-02T16:01:55.296Z] #20 45.07 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-06-02T16:01:55.296Z] #20 45.07 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-06-02T16:01:55.552Z] #45 66.77 go/scanner [2021-06-02T16:01:55.556Z] #20 45.22 Selecting previously unselected package uidmap. [2021-06-02T16:01:55.556Z] #20 45.23 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-06-02T16:01:55.556Z] #20 45.24 Unpacking uidmap (1:4.5-1.1) ... [2021-06-02T16:01:55.556Z] #20 45.36 Selecting previously unselected package vim-runtime. [2021-06-02T16:01:55.556Z] #20 45.38 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-06-02T16:01:55.556Z] #20 45.44 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-06-02T16:01:55.608Z] #43 20.07 CC images/cpuinfo.o [2021-06-02T16:01:55.817Z] #20 45.47 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-06-02T16:01:55.817Z] #20 45.48 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-06-02T16:01:56.174Z] #43 20.50 CC images/inventory.o [2021-06-02T16:01:56.197Z] #45 67.40 text/template/parse [2021-06-02T16:01:56.432Z] #43 20.79 CC images/fdinfo.o [2021-06-02T16:01:56.690Z] #43 21.09 CC images/fown.o [2021-06-02T16:01:56.772Z] #45 ... [2021-06-02T16:01:56.772Z] [2021-06-02T16:01:56.772Z] #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-06-02T16:01:56.772Z] #51 sha256:71b0debc21dc031cce79b995a7b9f6d185737449be03474d50ebb51f7f4cdbc2 [2021-06-02T16:01:56.772Z] #51 58.06 encoding/base64 [2021-06-02T16:01:56.772Z] #51 58.11 golang.org/x/sys/unix [2021-06-02T16:01:56.772Z] #51 58.90 fmt [2021-06-02T16:01:56.772Z] #51 58.92 mvdan.cc/sh/v3/fileutil [2021-06-02T16:01:56.772Z] #51 62.60 github.com/pkg/diff [2021-06-02T16:01:56.772Z] #51 62.61 flag [2021-06-02T16:01:56.772Z] #51 62.64 encoding/json [2021-06-02T16:01:56.772Z] #51 65.81 go/token [2021-06-02T16:01:56.772Z] #51 66.11 mvdan.cc/editorconfig [2021-06-02T16:01:56.772Z] #51 67.02 go/scanner [2021-06-02T16:01:56.772Z] #51 67.28 mvdan.cc/sh/v3/syntax [2021-06-02T16:01:56.948Z] #43 21.33 CC images/ns.o [2021-06-02T16:01:57.035Z] #51 ... [2021-06-02T16:01:57.035Z] [2021-06-02T16:01:57.035Z] #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-06-02T16:01:57.035Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-06-02T16:01:57.035Z] #43 2.884 Note: Building without setproctitle() and strlcpy() support. [2021-06-02T16:01:57.035Z] #43 2.884 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-06-02T16:01:57.035Z] #43 2.911 Note: Building without GnuTLS support [2021-06-02T16:01:57.035Z] #43 2.915 Makefile.config:39: Warn: you have no libnftables installed [2021-06-02T16:01:57.035Z] #43 2.915 Makefile.config:40: Warn: Building without nftables support [2021-06-02T16:01:57.035Z] #43 4.860 fatal: not a git repository (or any of the parent directories): .git [2021-06-02T16:01:57.035Z] #43 4.941 GEN .gitid [2021-06-02T16:01:57.035Z] #43 5.025 GEN criu/include/version.h [2021-06-02T16:01:57.035Z] #43 5.153 GEN include/common/asm [2021-06-02T16:01:57.206Z] #43 21.56 CC images/regfile.o [2021-06-02T16:01:57.298Z] #43 6.883 PBCC images/timens.pb-c.c [2021-06-02T16:01:57.298Z] #43 6.908 DEP images/timens.pb-c.d [2021-06-02T16:01:57.298Z] #43 6.981 PBCC images/fown.pb-c.c [2021-06-02T16:01:57.298Z] #43 ... [2021-06-02T16:01:57.298Z] [2021-06-02T16:01:57.298Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:01:57.298Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-06-02T16:01:57.298Z] #13 56.67 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-06-02T16:01:57.298Z] #13 56.69 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-06-02T16:01:57.298Z] #13 56.70 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-02T16:01:57.298Z] #13 62.49 Selecting previously unselected package gcc-mingw-w64-base. [2021-06-02T16:01:57.298Z] #13 62.50 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ... [2021-06-02T16:01:57.298Z] #13 62.51 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-02T16:01:57.298Z] #13 62.83 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-06-02T16:01:57.298Z] #13 62.83 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2021-06-02T16:01:57.298Z] #13 62.83 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-02T16:01:57.464Z] #43 21.75 CC images/ghost-file.o [2021-06-02T16:01:57.514Z] #43 ... [2021-06-02T16:01:57.514Z] [2021-06-02T16:01:57.514Z] #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-06-02T16:01:57.514Z] #45 sha256:c9574aedef6eee0498adeca739abe2efcb00577146fa7c6b61141ec11fdafc85 [2021-06-02T16:01:57.514Z] #45 57.29 time [2021-06-02T16:01:57.514Z] #45 61.83 internal/poll [2021-06-02T16:01:57.514Z] #45 63.26 internal/fmtsort [2021-06-02T16:01:57.514Z] #45 63.74 os [2021-06-02T16:01:57.514Z] #45 63.77 strings [2021-06-02T16:01:57.514Z] #45 66.02 regexp/syntax [2021-06-02T16:01:57.514Z] #45 67.10 fmt [2021-06-02T16:01:57.514Z] #45 ... [2021-06-02T16:01:57.514Z] [2021-06-02T16:01:57.514Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:01:57.514Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T16:01:57.514Z] #13 46.58 Get:12 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-06-02T16:01:57.514Z] #13 46.58 Get:13 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-06-02T16:01:57.514Z] #13 50.05 Get:14 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-06-02T16:01:57.514Z] #13 52.19 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-06-02T16:01:57.514Z] #13 52.19 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-06-02T16:01:57.514Z] #13 52.19 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-06-02T16:01:57.514Z] #13 52.19 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-06-02T16:01:57.514Z] #13 52.21 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-06-02T16:01:57.514Z] #13 52.21 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB] [2021-06-02T16:01:57.514Z] #13 52.21 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-06-02T16:01:57.514Z] #13 52.25 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-06-02T16:01:57.514Z] #13 52.28 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-06-02T16:01:57.514Z] #13 52.32 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-06-02T16:01:57.514Z] #13 52.32 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-06-02T16:01:57.514Z] #13 52.38 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-06-02T16:01:57.514Z] #13 52.38 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-06-02T16:01:57.514Z] #13 52.38 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB] [2021-06-02T16:01:57.514Z] #13 53.26 debconf: delaying package configuration, since apt-utils is not installed [2021-06-02T16:01:57.514Z] #13 53.40 Fetched 78.2 MB in 7s (10.5 MB/s) [2021-06-02T16:01:57.514Z] #13 53.64 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-06-02T16:01:57.514Z] #13 53.69 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ... [2021-06-02T16:01:57.514Z] #13 53.76 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-06-02T16:01:57.514Z] #13 54.08 Setting up libsystemd0:amd64 (241-7~deb10u7) ... [2021-06-02T16:01:57.514Z] #13 54.33 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-06-02T16:01:57.514Z] #13 54.40 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-06-02T16:01:57.514Z] #13 54.41 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-06-02T16:01:57.514Z] #13 54.61 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-06-02T16:01:57.514Z] #13 54.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 ... 15410 files and directories currently installed.) [2021-06-02T16:01:57.514Z] #13 54.91 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ... [2021-06-02T16:01:57.514Z] #13 54.91 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-06-02T16:01:57.514Z] #13 55.11 Setting up libudev1:amd64 (241-7~deb10u7) ... [2021-06-02T16:01:57.514Z] #13 55.40 Selecting previously unselected package binutils-mingw-w64-i686. [2021-06-02T16:01:57.514Z] #13 55.40 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-06-02T16:01:57.514Z] #13 55.48 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-06-02T16:01:57.514Z] #13 55.48 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-02T16:01:57.561Z] #13 ... [2021-06-02T16:01:57.561Z] [2021-06-02T16:01:57.561Z] #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-06-02T16:01:57.561Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-06-02T16:01:57.561Z] #43 7.019 PBCC images/google/protobuf/descriptor.pb-c.c [2021-06-02T16:01:57.561Z] #43 7.098 PBCC images/opts.pb-c.c [2021-06-02T16:01:57.561Z] #43 7.136 PBCC images/memfd.pb-c.c [2021-06-02T16:01:57.561Z] #43 7.173 DEP images/fown.pb-c.d [2021-06-02T16:01:57.561Z] #43 7.217 DEP images/google/protobuf/descriptor.pb-c.d [2021-06-02T16:01:57.722Z] #43 22.01 CC images/fifo.o [2021-06-02T16:01:57.722Z] #43 ... [2021-06-02T16:01:57.722Z] [2021-06-02T16:01:57.722Z] #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-06-02T16:01:57.722Z] #45 sha256:9157f81689e5d9248f131885dbab30c114e596864682d0b6c95e04322c866b39 [2021-06-02T16:01:57.722Z] #45 81.90 text/template/parse [2021-06-02T16:01:57.722Z] #45 83.61 go/parser [2021-06-02T16:01:57.722Z] #45 85.83 text/template [2021-06-02T16:01:57.722Z] #45 87.47 log [2021-06-02T16:01:57.722Z] #45 88.26 encoding/xml [2021-06-02T16:01:57.722Z] #45 90.35 go/doc [2021-06-02T16:01:57.774Z] #13 ... [2021-06-02T16:01:57.774Z] [2021-06-02T16:01:57.774Z] #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-06-02T16:01:57.774Z] #37 sha256:757b4677d052737e34124b6032646a56d1a10ee3310648467ff3e0562f5fec84 [2021-06-02T16:01:57.774Z] #37 3.964 + RM_GOPATH=0 [2021-06-02T16:01:57.774Z] #37 3.964 + TMP_GOPATH= [2021-06-02T16:01:57.774Z] #37 3.964 + : /build [2021-06-02T16:01:57.774Z] #37 3.964 + '[' -z '' ']' [2021-06-02T16:01:57.774Z] #37 3.964 ++ mktemp -d [2021-06-02T16:01:57.774Z] #37 3.998 + export GOPATH=/tmp/tmp.48OBwCuAqj [2021-06-02T16:01:57.774Z] #37 3.998 + GOPATH=/tmp/tmp.48OBwCuAqj [2021-06-02T16:01:57.774Z] #37 3.998 + RM_GOPATH=1 [2021-06-02T16:01:57.774Z] #37 3.998 + case "$(go env GOARCH)" in [2021-06-02T16:01:57.774Z] #37 3.998 ++ go env GOARCH [2021-06-02T16:01:57.774Z] #37 3.998 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:01:57.774Z] #37 3.998 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:01:57.774Z] #37 3.998 ++ dirname /tmp/install/install.sh [2021-06-02T16:01:57.774Z] #37 3.998 + dir=/tmp/install [2021-06-02T16:01:57.774Z] #37 4.000 + bin=tini [2021-06-02T16:01:57.774Z] #37 4.000 + shift [2021-06-02T16:01:57.774Z] #37 4.000 + '[' '!' -f /tmp/install/tini.installer ']' [2021-06-02T16:01:57.774Z] #37 4.000 + . /tmp/install/tini.installer [2021-06-02T16:01:57.774Z] #37 4.014 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-02T16:01:57.774Z] #37 4.014 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-02T16:01:57.774Z] #37 4.014 + install_tini [2021-06-02T16:01:57.774Z] #37 4.014 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-06-02T16:01:57.774Z] #37 4.014 + git clone https://github.com/krallin/tini.git /tmp/tmp.48OBwCuAqj/tini [2021-06-02T16:01:57.774Z] #37 4.014 Cloning into '/tmp/tmp.48OBwCuAqj/tini'... [2021-06-02T16:01:57.774Z] #37 4.670 + cd /tmp/tmp.48OBwCuAqj/tini [2021-06-02T16:01:57.774Z] #37 4.694 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-02T16:01:57.774Z] #37 4.698 + cmake . [2021-06-02T16:01:57.774Z] #37 5.245 -- The C compiler identification is GNU 8.3.0 [2021-06-02T16:01:57.774Z] #37 5.294 -- Check for working C compiler: /usr/bin/cc [2021-06-02T16:01:57.823Z] #43 7.271 DEP images/opts.pb-c.d [2021-06-02T16:01:57.823Z] #43 7.325 DEP images/memfd.pb-c.d [2021-06-02T16:01:57.823Z] #43 7.403 PBCC images/sit.pb-c.c [2021-06-02T16:01:57.823Z] #43 7.448 DEP images/sit.pb-c.d [2021-06-02T16:01:57.980Z] #45 ... [2021-06-02T16:01:57.980Z] [2021-06-02T16:01:57.980Z] #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-06-02T16:01:57.980Z] #56 sha256:f3c76cda506603b30e3d9f284a3e61eea6d952aa22664fa519b77b5f19df4e0e [2021-06-02T16:01:57.980Z] #56 42.09 Checking out files: 50% (1976/3927) Checking out files: 51% (2003/3927) Checking out files: 52% (2043/3927) Checking out files: 53% (2082/3927) Checking out files: 54% (2121/3927) Checking out files: 55% (2160/3927) Checking out files: 56% (2200/3927) Checking out files: 57% (2239/3927) Checking out files: 58% (2278/3927) Checking out files: 59% (2317/3927) Checking out files: 60% (2357/3927) Checking out files: 61% (2396/3927) Checking out files: 62% (2435/3927) Checking out files: 63% (2475/3927) Checking out files: 64% (2514/3927) Checking out files: 65% (2553/3927) Checking out files: 66% (2592/3927) Checking out files: 67% (2632/3927) Checking out files: 68% (2671/3927) Checking out files: 69% (2710/3927) Checking out files: 70% (2749/3927) Checking out files: 71% (2789/3927) Checking out files: 72% (2828/3927) Checking out files: 73% (2867/3927) Checking out files: 74% (2906/3927) Checking out files: 75% (2946/3927) Checking out files: 76% (2985/3927) Checking out files: 77% (3024/3927) Checking out files: 78% (3064/3927) Checking out files: 79% (3103/3927) Checking out files: 80% (3142/3927) Checking out files: 81% (3181/3927) Checking out files: 82% (3221/3927) Checking out files: 83% (3260/3927) Checking out files: 84% (3299/3927) Checking out files: 85% (3338/3927) Checking out files: 86% (3378/3927) Checking out files: 87% (3417/3927) Checking out files: 88% (3456/3927) Checking out files: 89% (3496/3927) Checking out files: 90% (3535/3927) Checking out files: 90% (3569/3927) Checking out files: 91% (3574/3927) Checking out files: 92% (3613/3927) Checking out files: 93% (3653/3927) Checking out files: 94% (3692/3927) Checking out files: 95% (3731/3927) Checking out files: 96% (3770/3927) Checking out files: 97% (3810/3927) Checking out files: 98% (3849/3927) Checking out files: 99% (3888/3927) Checking out files: 100% (3927/3927) Checking out files: 100% (3927/3927), done. [2021-06-02T16:01:57.980Z] #56 43.51 + cd /tmp/tmp.2UyusuKE9R/src/github.com/containerd/containerd [2021-06-02T16:01:57.980Z] #56 43.51 + git checkout -q 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-02T16:01:57.980Z] #56 44.73 + export 'BUILDTAGS=netgo osusergo static_build' [2021-06-02T16:01:57.980Z] #56 44.74 + BUILDTAGS='netgo osusergo static_build' [2021-06-02T16:01:57.980Z] #56 44.74 + export EXTRA_FLAGS=-buildmode=pie [2021-06-02T16:01:57.980Z] #56 44.74 + EXTRA_FLAGS=-buildmode=pie [2021-06-02T16:01:57.980Z] #56 44.74 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-06-02T16:01:57.980Z] #56 44.74 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-06-02T16:01:57.980Z] #56 44.74 + '[' '' = dynamic ']' [2021-06-02T16:01:57.980Z] #56 44.74 + make [2021-06-02T16:01:58.034Z] #37 5.927 -- Check for working C compiler: /usr/bin/cc -- works [2021-06-02T16:01:58.034Z] #37 5.927 -- Detecting C compiler ABI info [2021-06-02T16:01:58.086Z] #43 7.533 PBCC images/macvlan.pb-c.c [2021-06-02T16:01:58.086Z] #43 7.556 DEP images/macvlan.pb-c.d [2021-06-02T16:01:58.086Z] #43 7.628 PBCC images/autofs.pb-c.c [2021-06-02T16:01:58.086Z] #43 7.681 DEP images/autofs.pb-c.d [2021-06-02T16:01:58.238Z] #56 ... [2021-06-02T16:01:58.238Z] [2021-06-02T16:01:58.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-06-02T16:01:58.238Z] #51 sha256:55a88fb14034dccae60536b55d436d5315a049e5042e9687552eb89ba8f7be98 [2021-06-02T16:01:58.238Z] #51 82.27 mvdan.cc/editorconfig [2021-06-02T16:01:58.238Z] #51 83.22 mvdan.cc/sh/v3/fileutil [2021-06-02T16:01:58.238Z] #51 83.51 text/tabwriter [2021-06-02T16:01:58.238Z] #51 84.23 mvdan.cc/sh/v3/syntax [2021-06-02T16:01:58.238Z] #51 90.59 mvdan.cc/sh/v3/cmd/shfmt [2021-06-02T16:01:58.238Z] #51 ... [2021-06-02T16:01:58.238Z] [2021-06-02T16:01:58.238Z] #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-06-02T16:01:58.238Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:01:58.238Z] #43 22.18 CC images/remap-file-path.o [2021-06-02T16:01:58.238Z] #43 22.42 CC images/eventfd.o [2021-06-02T16:01:58.238Z] #43 22.70 CC images/eventpoll.o [2021-06-02T16:01:58.349Z] #43 7.784 PBCC images/sysctl.pb-c.c [2021-06-02T16:01:58.349Z] #43 7.812 DEP images/sysctl.pb-c.d [2021-06-02T16:01:58.349Z] #43 7.866 PBCC images/time.pb-c.c [2021-06-02T16:01:58.349Z] #43 7.884 DEP images/time.pb-c.d [2021-06-02T16:01:58.349Z] #43 7.925 PBCC images/binfmt-misc.pb-c.c [2021-06-02T16:01:58.349Z] #43 7.956 DEP images/binfmt-misc.pb-c.d [2021-06-02T16:01:58.349Z] #43 7.991 PBCC images/seccomp.pb-c.c [2021-06-02T16:01:58.349Z] #43 8.033 DEP images/seccomp.pb-c.d [2021-06-02T16:01:58.603Z] #37 6.558 -- Detecting C compiler ABI info - done [2021-06-02T16:01:58.603Z] #37 6.570 -- Detecting C compile features [2021-06-02T16:01:58.612Z] #43 8.056 PBCC images/userns.pb-c.c [2021-06-02T16:01:58.612Z] #43 8.128 DEP images/userns.pb-c.d [2021-06-02T16:01:58.612Z] #43 8.201 PBCC images/cgroup.pb-c.c [2021-06-02T16:01:58.612Z] #43 8.244 DEP images/cgroup.pb-c.d [2021-06-02T16:01:58.612Z] #43 8.285 PBCC images/ext-file.pb-c.c [2021-06-02T16:01:58.804Z] #43 23.02 CC images/fh.o [2021-06-02T16:01:58.874Z] #43 8.298 DEP images/ext-file.pb-c.d [2021-06-02T16:01:58.874Z] #43 8.360 PBCC images/rpc.pb-c.c [2021-06-02T16:01:58.874Z] #43 8.440 DEP images/rpc.pb-c.d [2021-06-02T16:01:58.874Z] #43 8.554 PBCC images/siginfo.pb-c.c [2021-06-02T16:01:59.062Z] #43 23.40 CC images/fsnotify.o [2021-06-02T16:01:59.115Z] #20 48.80 Selecting previously unselected package vim. [2021-06-02T16:01:59.115Z] #20 48.80 Preparing to unpack .../38-vim_2%3a8.1.0875-5_amd64.deb ... [2021-06-02T16:01:59.115Z] #20 48.84 Unpacking vim (2:8.1.0875-5) ... [2021-06-02T16:01:59.138Z] #43 8.576 DEP images/siginfo.pb-c.d [2021-06-02T16:01:59.138Z] #43 8.644 PBCC images/pagemap.pb-c.c [2021-06-02T16:01:59.138Z] #43 8.720 DEP images/pagemap.pb-c.d [2021-06-02T16:01:59.138Z] #43 8.795 PBCC images/rlimit.pb-c.c [2021-06-02T16:01:59.138Z] #43 8.830 DEP images/rlimit.pb-c.d [2021-06-02T16:01:59.401Z] #43 8.934 PBCC images/file-lock.pb-c.c [2021-06-02T16:01:59.401Z] #43 8.968 DEP images/file-lock.pb-c.d [2021-06-02T16:01:59.401Z] #43 9.077 PBCC images/tty.pb-c.c [2021-06-02T16:01:59.629Z] #43 23.95 CC images/signalfd.o [2021-06-02T16:01:59.629Z] #43 24.14 CC images/fs.o [2021-06-02T16:01:59.663Z] #43 9.179 DEP images/tty.pb-c.d [2021-06-02T16:01:59.663Z] #43 9.279 PBCC images/tun.pb-c.c [2021-06-02T16:01:59.687Z] #20 49.35 Selecting previously unselected package xfsprogs. [2021-06-02T16:01:59.687Z] #20 49.36 Preparing to unpack .../39-xfsprogs_4.20.0-1_amd64.deb ... [2021-06-02T16:01:59.687Z] #20 49.37 Unpacking xfsprogs (4.20.0-1) ... [2021-06-02T16:01:59.800Z] #51 ... [2021-06-02T16:01:59.800Z] [2021-06-02T16:01:59.800Z] #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-06-02T16:01:59.800Z] #56 sha256:5b157f18d06231beb49ce9165e29400308b1ddc281988d8f8828213634783041 [2021-06-02T16:01:59.800Z] #56 43.09 Checking out files: 45% (1792/3927) Checking out files: 46% (1807/3927) Checking out files: 47% (1846/3927) Checking out files: 48% (1885/3927) Checking out files: 49% (1925/3927) Checking out files: 50% (1964/3927) Checking out files: 51% (2003/3927) Checking out files: 52% (2043/3927) Checking out files: 53% (2082/3927) Checking out files: 54% (2121/3927) Checking out files: 55% (2160/3927) Checking out files: 56% (2200/3927) Checking out files: 57% (2239/3927) Checking out files: 58% (2278/3927) Checking out files: 59% (2317/3927) Checking out files: 60% (2357/3927) Checking out files: 61% (2396/3927) Checking out files: 62% (2435/3927) Checking out files: 63% (2475/3927) Checking out files: 64% (2514/3927) Checking out files: 65% (2553/3927) Checking out files: 66% (2592/3927) Checking out files: 67% (2632/3927) Checking out files: 68% (2671/3927) Checking out files: 69% (2710/3927) Checking out files: 70% (2749/3927) Checking out files: 71% (2789/3927) Checking out files: 72% (2828/3927) Checking out files: 73% (2867/3927) Checking out files: 74% (2906/3927) Checking out files: 75% (2946/3927) Checking out files: 76% (2985/3927) Checking out files: 77% (3024/3927) Checking out files: 78% (3064/3927) Checking out files: 79% (3103/3927) Checking out files: 80% (3142/3927) Checking out files: 81% (3181/3927) Checking out files: 82% (3221/3927) Checking out files: 83% (3260/3927) Checking out files: 84% (3299/3927) Checking out files: 85% (3338/3927) Checking out files: 85% (3375/3927) Checking out files: 86% (3378/3927) Checking out files: 87% (3417/3927) Checking out files: 88% (3456/3927) Checking out files: 89% (3496/3927) Checking out files: 90% (3535/3927) Checking out files: 91% (3574/3927) Checking out files: 92% (3613/3927) Checking out files: 93% (3653/3927) Checking out files: 94% (3692/3927) Checking out files: 95% (3731/3927) Checking out files: 96% (3770/3927) Checking out files: 97% (3810/3927) Checking out files: 98% (3849/3927) Checking out files: 99% (3888/3927) Checking out files: 100% (3927/3927) Checking out files: 100% (3927/3927), done. [2021-06-02T16:01:59.800Z] #56 44.63 + cd /tmp/tmp.3pXJYVJjmQ/src/github.com/containerd/containerd [2021-06-02T16:01:59.800Z] #56 44.64 + git checkout -q 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-02T16:01:59.800Z] #56 46.04 + export 'BUILDTAGS=netgo osusergo static_build' [2021-06-02T16:01:59.800Z] #56 46.04 + BUILDTAGS='netgo osusergo static_build' [2021-06-02T16:01:59.800Z] #56 46.04 + export EXTRA_FLAGS=-buildmode=pie [2021-06-02T16:01:59.800Z] #56 46.04 + EXTRA_FLAGS=-buildmode=pie [2021-06-02T16:01:59.800Z] #56 46.04 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-06-02T16:01:59.800Z] #56 46.04 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-06-02T16:01:59.800Z] #56 46.04 + '[' '' = dynamic ']' [2021-06-02T16:01:59.800Z] #56 46.04 + make [2021-06-02T16:01:59.800Z] #56 47.60 + bin/ctr [2021-06-02T16:01:59.887Z] #43 24.29 CC images/pstree.o [2021-06-02T16:01:59.703Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-02T16:01:59.771Z] > git config --add remote.origin.fetch +refs/pull/42143/head:refs/remotes/origin/PR-42143 # timeout=10 [2021-06-02T16:01:59.814Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-02T16:01:59.926Z] #43 9.338 PBCC images/netdev.pb-c.c [2021-06-02T16:01:59.926Z] #43 9.450 DEP images/tun.pb-c.d [2021-06-02T16:01:59.926Z] #43 9.512 DEP images/netdev.pb-c.d [2021-06-02T16:01:59.947Z] #20 49.85 Selecting previously unselected package zip. [2021-06-02T16:02:00.018Z] Fetching without tags [2021-06-02T16:02:00.146Z] #43 24.58 CC images/pipe.o [2021-06-02T16:02:00.189Z] #43 9.604 PBCC images/vma.pb-c.c [2021-06-02T16:02:00.189Z] #43 9.659 DEP images/vma.pb-c.d [2021-06-02T16:02:00.189Z] #43 9.764 PBCC images/creds.pb-c.c [2021-06-02T16:02:00.189Z] #43 9.792 DEP images/creds.pb-c.d [2021-06-02T16:02:00.189Z] #43 9.845 PBCC images/utsns.pb-c.c [2021-06-02T16:02:00.189Z] #43 9.862 DEP images/utsns.pb-c.d [2021-06-02T16:02:00.213Z] #20 49.86 Preparing to unpack .../40-zip_3.0-11+b1_amd64.deb ... [2021-06-02T16:02:00.213Z] #20 49.86 Unpacking zip (3.0-11+b1) ... [2021-06-02T16:02:00.213Z] #20 50.04 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-06-02T16:02:00.213Z] #20 50.06 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-02T16:02:00.213Z] #20 50.07 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-06-02T16:02:00.213Z] #20 50.08 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-06-02T16:02:00.213Z] #20 50.10 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-06-02T16:02:00.404Z] #43 24.86 CC images/tcp-stream.o [2021-06-02T16:02:00.452Z] #43 9.910 PBCC images/ipc-desc.pb-c.c [2021-06-02T16:02:00.452Z] #43 9.952 PBCC images/ipc-sem.pb-c.c [2021-06-02T16:02:00.452Z] #43 10.01 DEP images/ipc-desc.pb-c.d [2021-06-02T16:02:00.452Z] #43 10.06 DEP images/ipc-sem.pb-c.d [2021-06-02T16:02:00.452Z] #43 10.14 PBCC images/ipc-msg.pb-c.c [2021-06-02T16:02:00.476Z] #20 50.11 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-06-02T16:02:00.476Z] #20 50.14 Setting up uidmap (1:4.5-1.1) ... [2021-06-02T16:02:00.476Z] #20 50.20 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-06-02T16:02:00.476Z] #20 50.22 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-02T16:02:00.476Z] #20 50.23 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-02T16:02:00.476Z] #20 50.26 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-02T16:02:00.476Z] #20 50.27 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-02T16:02:00.476Z] #20 50.30 Setting up xxd (2:8.1.0875-5) ... [2021-06-02T16:02:00.476Z] #20 50.31 Setting up zip (3.0-11+b1) ... [2021-06-02T16:02:00.512Z] #37 8.320 -- Detecting C compile features - done [2021-06-02T16:02:00.512Z] #37 8.369 -- Performing Test HAS_BUILTIN_FORTIFY [2021-06-02T16:02:00.512Z] #37 ... [2021-06-02T16:02:00.512Z] [2021-06-02T16:02:00.512Z] #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-06-02T16:02:00.512Z] #51 sha256:2f65e270cfa5fa4745a20f52cef6c1ebb0020e0a32632619dfd6931b4d2d55ab [2021-06-02T16:02:00.512Z] #51 60.41 context [2021-06-02T16:02:00.512Z] #51 61.07 internal/poll [2021-06-02T16:02:00.512Z] #51 62.87 internal/syscall/execenv [2021-06-02T16:02:00.512Z] #51 63.03 internal/syscall/unix [2021-06-02T16:02:00.512Z] #51 63.21 os [2021-06-02T16:02:00.512Z] #51 65.76 encoding/binary [2021-06-02T16:02:00.512Z] #51 66.48 fmt [2021-06-02T16:02:00.512Z] #51 67.66 encoding/base64 [2021-06-02T16:02:00.512Z] #51 68.36 path/filepath [2021-06-02T16:02:00.512Z] #51 69.63 golang.org/x/sys/unix [2021-06-02T16:02:00.715Z] #43 10.16 DEP images/ipc-msg.pb-c.d [2021-06-02T16:02:00.715Z] #43 10.26 PBCC images/ipc-shm.pb-c.c [2021-06-02T16:02:00.715Z] #43 10.29 DEP images/ipc-shm.pb-c.d [2021-06-02T16:02:00.715Z] #43 10.37 PBCC images/ipc-var.pb-c.c [2021-06-02T16:02:00.738Z] #20 50.32 Setting up vim-common (2:8.1.0875-5) ... [2021-06-02T16:02:00.738Z] #20 50.34 Setting up bash-completion (1:2.8-6) ... [2021-06-02T16:02:00.771Z] Merging remotes/origin/master commit 7c6a9484ee37b28fa314f716581bdb268cd78ce2 into PR head commit d414c0c1e8c487170b1d2f5af4946771645c6564 [2021-06-02T16:02:00.772Z] #51 ... [2021-06-02T16:02:00.772Z] [2021-06-02T16:02:00.772Z] #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-06-02T16:02:00.772Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:00.772Z] #43 4.608 Note: Building without setproctitle() and strlcpy() support. [2021-06-02T16:02:00.772Z] #43 4.608 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-06-02T16:02:00.772Z] #43 4.625 Note: Building without GnuTLS support [2021-06-02T16:02:00.772Z] #43 4.630 Makefile.config:39: Warn: you have no libnftables installed [2021-06-02T16:02:00.772Z] #43 4.630 Makefile.config:40: Warn: Building without nftables support [2021-06-02T16:02:00.971Z] #43 25.16 CC images/sk-packet.o [2021-06-02T16:02:00.971Z] #43 25.51 CC images/mnt.o [2021-06-02T16:02:00.977Z] #43 10.40 DEP images/ipc-var.pb-c.d [2021-06-02T16:02:00.977Z] #43 10.48 PBCC images/sk-opts.pb-c.c [2021-06-02T16:02:00.977Z] #43 10.51 PBCC images/packet-sock.pb-c.c [2021-06-02T16:02:00.977Z] #43 10.61 DEP images/sk-opts.pb-c.d [2021-06-02T16:02:01.032Z] #43 6.321 fatal: not a git repository (or any of the parent directories): .git [2021-06-02T16:02:01.032Z] #43 6.378 GEN .gitid [2021-06-02T16:02:01.032Z] #43 6.418 GEN criu/include/version.h [2021-06-02T16:02:01.032Z] #43 6.464 GEN include/common/asm [2021-06-02T16:02:01.163Z] #56 ... [2021-06-02T16:02:01.164Z] [2021-06-02T16:02:01.164Z] #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-06-02T16:02:01.164Z] #45 sha256:024ca4a5433b3b3c73033d0594ff8cb60684f746bf229a3587c63d0a3937a0d4 [2021-06-02T16:02:01.164Z] #45 85.71 log [2021-06-02T16:02:01.164Z] #45 86.22 go/doc [2021-06-02T16:02:01.164Z] #45 86.29 encoding/xml [2021-06-02T16:02:01.164Z] #45 89.72 github.com/LK4D4/vndr/build [2021-06-02T16:02:01.164Z] #45 91.74 github.com/LK4D4/vndr/versioned [2021-06-02T16:02:01.164Z] #45 91.82 compress/flate [2021-06-02T16:02:01.164Z] #45 93.17 hash/crc32 [2021-06-02T16:02:01.164Z] #45 94.01 vendor/golang.org/x/crypto/cryptobyte [2021-06-02T16:02:01.164Z] #45 94.08 compress/gzip [2021-06-02T16:02:01.164Z] #45 94.77 net [2021-06-02T16:02:01.229Z] #43 25.78 CC images/pipe-data.o [2021-06-02T16:02:01.242Z] #43 10.66 DEP images/packet-sock.pb-c.d [2021-06-02T16:02:01.242Z] #43 10.72 PBCC images/sk-netlink.pb-c.c [2021-06-02T16:02:01.242Z] #43 10.76 DEP images/sk-netlink.pb-c.d [2021-06-02T16:02:01.242Z] #43 10.80 PBCC images/sk-inet.pb-c.c [2021-06-02T16:02:01.242Z] #43 10.87 DEP images/sk-inet.pb-c.d [2021-06-02T16:02:01.419Z] #45 ... [2021-06-02T16:02:01.419Z] [2021-06-02T16:02:01.419Z] #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-06-02T16:02:01.419Z] #51 sha256:647a47c484636f11ae26a4cd6b99fb2731b9a35a98471f34200ea640cd6ffe9d [2021-06-02T16:02:01.419Z] #51 DONE 96.0s [2021-06-02T16:02:01.419Z] [2021-06-02T16:02:01.419Z] #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-06-02T16:02:01.419Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:01.419Z] #43 21.20 CC images/ghost-file.o [2021-06-02T16:02:01.419Z] #43 21.62 CC images/fifo.o [2021-06-02T16:02:01.419Z] #43 21.89 CC images/remap-file-path.o [2021-06-02T16:02:01.419Z] #43 22.21 CC images/eventfd.o [2021-06-02T16:02:01.419Z] #43 22.48 CC images/eventpoll.o [2021-06-02T16:02:01.419Z] #43 22.83 CC images/fh.o [2021-06-02T16:02:01.419Z] #43 23.11 CC images/fsnotify.o [2021-06-02T16:02:01.419Z] #43 23.76 CC images/signalfd.o [2021-06-02T16:02:01.419Z] #43 24.07 CC images/fs.o [2021-06-02T16:02:01.419Z] #43 24.35 CC images/pstree.o [2021-06-02T16:02:01.419Z] #43 24.61 CC images/pipe.o [2021-06-02T16:02:01.419Z] #43 24.85 CC images/tcp-stream.o [2021-06-02T16:02:01.419Z] #43 25.18 CC images/sk-packet.o [2021-06-02T16:02:01.419Z] #43 25.43 CC images/mnt.o [2021-06-02T16:02:01.419Z] #43 25.62 CC images/pipe-data.o [2021-06-02T16:02:01.419Z] #43 25.86 CC images/sa.o [2021-06-02T16:02:01.419Z] #43 26.14 CC images/timer.o [2021-06-02T16:02:01.419Z] #43 26.43 CC images/timerfd.o [2021-06-02T16:02:01.419Z] #43 26.68 CC images/mm.o [2021-06-02T16:02:01.419Z] #43 27.02 CC images/sk-opts.o [2021-06-02T16:02:01.419Z] #43 27.15 CC images/sk-unix.o [2021-06-02T16:02:01.419Z] #43 27.48 CC images/sk-inet.o [2021-06-02T16:02:01.419Z] #43 27.89 CC images/tun.o [2021-06-02T16:02:01.505Z] #43 10.98 PBCC images/sk-unix.pb-c.c [2021-06-02T16:02:01.505Z] #43 11.04 DEP images/sk-unix.pb-c.d [2021-06-02T16:02:01.505Z] #43 11.12 PBCC images/mm.pb-c.c [2021-06-02T16:02:01.675Z] #43 28.35 CC images/sk-netlink.o [2021-06-02T16:02:01.768Z] #43 11.24 DEP images/mm.pb-c.d [2021-06-02T16:02:01.768Z] #43 11.33 PBCC images/timerfd.pb-c.c [2021-06-02T16:02:01.768Z] #43 11.39 DEP images/timerfd.pb-c.d [2021-06-02T16:02:01.796Z] #43 26.02 CC images/sa.o [2021-06-02T16:02:01.796Z] #43 26.19 CC images/timer.o [2021-06-02T16:02:02.031Z] #43 11.52 PBCC images/timer.pb-c.c [2021-06-02T16:02:02.031Z] #43 11.56 DEP images/timer.pb-c.d [2021-06-02T16:02:02.031Z] #43 11.62 PBCC images/sa.pb-c.c [2021-06-02T16:02:02.031Z] #43 11.64 DEP images/sa.pb-c.d [2021-06-02T16:02:02.237Z] #43 28.85 CC images/packet-sock.o [2021-06-02T16:02:02.294Z] #43 11.68 PBCC images/pipe-data.pb-c.c [2021-06-02T16:02:02.294Z] #43 11.69 DEP images/pipe-data.pb-c.d [2021-06-02T16:02:02.294Z] #43 11.75 PBCC images/mnt.pb-c.c [2021-06-02T16:02:02.294Z] #43 11.85 DEP images/mnt.pb-c.d [2021-06-02T16:02:02.364Z] #43 26.50 CC images/timerfd.o [2021-06-02T16:02:02.364Z] #43 26.66 CC images/mm.o [2021-06-02T16:02:02.364Z] #43 26.91 CC images/sk-opts.o [2021-06-02T16:02:02.557Z] #43 11.91 PBCC images/sk-packet.pb-c.c [2021-06-02T16:02:02.557Z] #43 11.93 DEP images/sk-packet.pb-c.d [2021-06-02T16:02:02.557Z] #43 12.00 PBCC images/tcp-stream.pb-c.c [2021-06-02T16:02:02.557Z] #43 12.03 DEP images/tcp-stream.pb-c.d [2021-06-02T16:02:02.557Z] #43 12.12 PBCC images/pipe.pb-c.c [2021-06-02T16:02:02.557Z] #43 12.16 DEP images/pipe.pb-c.d [2021-06-02T16:02:02.557Z] #43 12.25 PBCC images/pstree.pb-c.c [2021-06-02T16:02:02.622Z] #43 27.14 CC images/sk-unix.o [2021-06-02T16:02:02.820Z] #43 12.26 DEP images/pstree.pb-c.d [2021-06-02T16:02:02.820Z] #43 12.34 PBCC images/fs.pb-c.c [2021-06-02T16:02:02.820Z] #43 12.38 DEP images/fs.pb-c.d [2021-06-02T16:02:02.841Z] #43 29.38 CC images/ipc-var.o [2021-06-02T16:02:02.881Z] #43 27.42 CC images/sk-inet.o [2021-06-02T16:02:02.941Z] #43 8.100 PBCC images/timens.pb-c.c [2021-06-02T16:02:02.941Z] #43 8.122 DEP images/timens.pb-c.d [2021-06-02T16:02:02.941Z] #43 8.166 PBCC images/fown.pb-c.c [2021-06-02T16:02:02.941Z] #43 8.187 PBCC images/google/protobuf/descriptor.pb-c.c [2021-06-02T16:02:02.941Z] #43 8.246 PBCC images/opts.pb-c.c [2021-06-02T16:02:02.941Z] #43 8.325 PBCC images/memfd.pb-c.c [2021-06-02T16:02:02.941Z] #43 8.374 DEP images/fown.pb-c.d [2021-06-02T16:02:02.941Z] #43 8.424 DEP images/google/protobuf/descriptor.pb-c.d [2021-06-02T16:02:02.941Z] #43 8.483 DEP images/opts.pb-c.d [2021-06-02T16:02:03.083Z] #43 12.48 PBCC images/signalfd.pb-c.c [2021-06-02T16:02:03.083Z] #43 12.60 DEP images/signalfd.pb-c.d [2021-06-02T16:02:03.083Z] #43 12.68 PBCC images/fh.pb-c.c [2021-06-02T16:02:03.097Z] #43 29.62 CC images/ipc-desc.o [2021-06-02T16:01:59.932Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-02T16:02:00.052Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-02T16:02:00.053Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-02T16:02:00.055Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42143/head:refs/remotes/origin/PR-42143 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-02T16:02:00.878Z] > git config core.sparsecheckout # timeout=10 [2021-06-02T16:02:00.932Z] > git checkout -f d414c0c1e8c487170b1d2f5af4946771645c6564 # timeout=10 [2021-06-02T16:02:03.139Z] #43 27.71 CC images/tun.o [2021-06-02T16:02:03.201Z] #43 8.544 DEP images/memfd.pb-c.d [2021-06-02T16:02:03.201Z] #43 8.590 PBCC images/sit.pb-c.c [2021-06-02T16:02:03.201Z] #43 8.664 DEP images/sit.pb-c.d [2021-06-02T16:02:03.282Z] #20 53.07 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-06-02T16:02:03.282Z] #20 53.09 Setting up xz-utils (5.2.4-1) ... [2021-06-02T16:02:03.282Z] #20 53.11 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-06-02T16:02:03.282Z] #20 53.13 Setting up patch (2.7.6-3+deb10u1) ... [2021-06-02T16:02:03.282Z] #20 53.14 Setting up sudo (1.8.27-1+deb10u3) ... [2021-06-02T16:02:03.282Z] #20 53.22 invoke-rc.d: could not determine current runlevel [2021-06-02T16:02:03.346Z] #43 12.80 PBCC images/fsnotify.pb-c.c [2021-06-02T16:02:03.346Z] #43 12.89 DEP images/fh.pb-c.d [2021-06-02T16:02:03.346Z] #43 12.94 DEP images/fsnotify.pb-c.d [2021-06-02T16:02:03.353Z] #43 29.82 CC images/ipc-shm.o [2021-06-02T16:02:03.353Z] #43 30.03 CC images/ipc-msg.o [2021-06-02T16:02:03.398Z] #43 ... [2021-06-02T16:02:03.398Z] [2021-06-02T16:02:03.398Z] #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-06-02T16:02:03.398Z] #51 sha256:55a88fb14034dccae60536b55d436d5315a049e5042e9687552eb89ba8f7be98 [2021-06-02T16:02:03.398Z] #51 DONE 97.6s [2021-06-02T16:02:03.398Z] [2021-06-02T16:02:03.398Z] #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-06-02T16:02:03.398Z] #45 sha256:9157f81689e5d9248f131885dbab30c114e596864682d0b6c95e04322c866b39 [2021-06-02T16:02:03.398Z] #45 93.09 github.com/LK4D4/vndr/build [2021-06-02T16:02:03.398Z] #45 93.57 github.com/LK4D4/vndr/versioned [2021-06-02T16:02:03.398Z] #45 93.76 compress/flate [2021-06-02T16:02:03.398Z] #45 96.20 hash/crc32 [2021-06-02T16:02:03.398Z] #45 96.83 compress/gzip [2021-06-02T16:02:03.398Z] #45 96.93 net [2021-06-02T16:02:03.398Z] #45 97.59 vendor/golang.org/x/crypto/chacha20poly1305 [2021-06-02T16:02:03.467Z] #43 8.730 PBCC images/macvlan.pb-c.c [2021-06-02T16:02:03.467Z] #43 8.772 DEP images/macvlan.pb-c.d [2021-06-02T16:02:03.467Z] #43 8.825 PBCC images/autofs.pb-c.c [2021-06-02T16:02:03.467Z] #43 8.874 DEP images/autofs.pb-c.d [2021-06-02T16:02:03.467Z] #43 8.942 PBCC images/sysctl.pb-c.c [2021-06-02T16:02:03.542Z] #20 53.23 invoke-rc.d: policy-rc.d denied execution of start. [2021-06-02T16:02:03.542Z] #20 53.26 Setting up pigz (2.4-1) ... [2021-06-02T16:02:03.542Z] #20 53.27 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-06-02T16:02:03.542Z] #20 53.29 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-06-02T16:02:03.542Z] #20 53.31 Setting up python-pip-whl (18.1-5) ... [2021-06-02T16:02:03.542Z] #20 53.32 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-06-02T16:02:03.542Z] #20 53.34 Setting up vim-runtime (2:8.1.0875-5) ... [2021-06-02T16:02:03.609Z] #43 30.27 CC images/ipc-sem.o [2021-06-02T16:02:03.610Z] #43 13.00 PBCC images/eventpoll.pb-c.c [2021-06-02T16:02:03.610Z] #43 13.03 DEP images/eventpoll.pb-c.d [2021-06-02T16:02:03.610Z] #43 13.08 PBCC images/eventfd.pb-c.c [2021-06-02T16:02:03.610Z] #43 13.10 DEP images/eventfd.pb-c.d [2021-06-02T16:02:03.610Z] #43 13.14 PBCC images/remap-file-path.pb-c.c [2021-06-02T16:02:03.610Z] #43 13.16 DEP images/remap-file-path.pb-c.d [2021-06-02T16:02:03.683Z] Merge succeeded, producing d414c0c1e8c487170b1d2f5af4946771645c6564 [2021-06-02T16:02:03.684Z] Checking out Revision d414c0c1e8c487170b1d2f5af4946771645c6564 (PR-42143) [2021-06-02T16:02:03.727Z] #43 8.969 DEP images/sysctl.pb-c.d [2021-06-02T16:02:03.727Z] #43 9.018 PBCC images/time.pb-c.c [2021-06-02T16:02:03.727Z] #43 9.052 DEP images/time.pb-c.d [2021-06-02T16:02:03.727Z] #43 9.090 PBCC images/binfmt-misc.pb-c.c [2021-06-02T16:02:03.727Z] #43 9.107 DEP images/binfmt-misc.pb-c.d [2021-06-02T16:02:03.727Z] #43 9.148 PBCC images/seccomp.pb-c.c [2021-06-02T16:02:03.727Z] #43 9.174 DEP images/seccomp.pb-c.d [2021-06-02T16:02:03.873Z] #43 13.26 PBCC images/fifo.pb-c.c [2021-06-02T16:02:03.873Z] #43 13.30 DEP images/fifo.pb-c.d [2021-06-02T16:02:03.873Z] #43 13.34 PBCC images/ghost-file.pb-c.c [2021-06-02T16:02:03.873Z] #43 13.40 DEP images/ghost-file.pb-c.d [2021-06-02T16:02:03.873Z] #43 13.47 PBCC images/regfile.pb-c.c [2021-06-02T16:02:03.873Z] #43 13.49 DEP images/regfile.pb-c.d [2021-06-02T16:02:03.873Z] #43 13.55 PBCC images/ns.pb-c.c [2021-06-02T16:02:03.873Z] #43 13.57 DEP images/ns.pb-c.d [2021-06-02T16:02:03.875Z] #43 30.45 CC images/utsns.o [2021-06-02T16:02:03.875Z] #43 30.64 CC images/creds.o [2021-06-02T16:02:03.990Z] #43 9.228 PBCC images/userns.pb-c.c [2021-06-02T16:02:03.990Z] #43 9.255 DEP images/userns.pb-c.d [2021-06-02T16:02:03.990Z] #43 9.309 PBCC images/cgroup.pb-c.c [2021-06-02T16:02:03.990Z] #43 9.337 DEP images/cgroup.pb-c.d [2021-06-02T16:02:03.990Z] #43 9.386 PBCC images/ext-file.pb-c.c [2021-06-02T16:02:03.990Z] #43 9.408 DEP images/ext-file.pb-c.d [2021-06-02T16:02:04.113Z] #20 53.81 Setting up libaio1:amd64 (0.3.112-3) ... [2021-06-02T16:02:04.113Z] #20 53.82 Setting up libonig5:amd64 (6.9.1-1) ... [2021-06-02T16:02:04.113Z] #20 53.83 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-02T16:02:04.113Z] #20 53.84 Setting up vim (2:8.1.0875-5) ... [2021-06-02T16:02:04.113Z] #20 53.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-06-02T16:02:04.113Z] #20 53.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-06-02T16:02:04.113Z] #20 53.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-06-02T16:02:04.113Z] #20 53.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-06-02T16:02:04.113Z] #20 53.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-06-02T16:02:04.113Z] #20 53.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-06-02T16:02:04.113Z] #20 53.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-06-02T16:02:04.113Z] #20 53.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-06-02T16:02:04.113Z] #20 53.91 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-02T16:02:04.113Z] #20 53.92 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-06-02T16:02:04.113Z] #20 53.94 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-06-02T16:02:04.113Z] #20 53.96 Setting up jq (1.5+dfsg-2+b1) ... [2021-06-02T16:02:04.113Z] #20 53.97 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-02T16:02:04.113Z] #20 53.98 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-06-02T16:02:04.134Z] #43 30.83 CC images/vma.o [2021-06-02T16:02:04.136Z] #43 13.64 PBCC images/fdinfo.pb-c.c [2021-06-02T16:02:04.136Z] #43 13.73 DEP images/fdinfo.pb-c.d [2021-06-02T16:02:04.136Z] #43 13.83 PBCC images/core-aarch64.pb-c.c [2021-06-02T16:02:04.260Z] #43 9.465 PBCC images/rpc.pb-c.c [2021-06-02T16:02:04.260Z] #43 9.513 DEP images/rpc.pb-c.d [2021-06-02T16:02:04.260Z] #43 9.557 PBCC images/siginfo.pb-c.c [2021-06-02T16:02:04.260Z] #43 9.588 DEP images/siginfo.pb-c.d [2021-06-02T16:02:04.260Z] #43 9.677 PBCC images/pagemap.pb-c.c [2021-06-02T16:02:04.260Z] #43 9.738 DEP images/pagemap.pb-c.d [2021-06-02T16:02:04.390Z] #43 31.03 CC images/netdev.o [2021-06-02T16:02:04.400Z] #43 13.87 PBCC images/core-arm.pb-c.c [2021-06-02T16:02:04.400Z] #43 13.91 PBCC images/core-ppc64.pb-c.c [2021-06-02T16:02:04.400Z] #43 13.95 PBCC images/core-s390.pb-c.c [2021-06-02T16:02:04.400Z] #43 14.00 PBCC images/core-x86.pb-c.c [2021-06-02T16:02:04.400Z] #43 14.03 PBCC images/core.pb-c.c [2021-06-02T16:02:04.400Z] #43 14.07 PBCC images/inventory.pb-c.c [2021-06-02T16:02:04.521Z] #43 ... [2021-06-02T16:02:04.521Z] [2021-06-02T16:02:04.521Z] #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-06-02T16:02:04.521Z] #37 sha256:757b4677d052737e34124b6032646a56d1a10ee3310648467ff3e0562f5fec84 [2021-06-02T16:02:04.521Z] #37 8.664 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-06-02T16:02:04.521Z] #37 8.733 -- Configuring done [2021-06-02T16:02:04.521Z] #37 8.752 -- Generating done [2021-06-02T16:02:04.521Z] #37 8.759 -- Build files have been written to: /tmp/tmp.48OBwCuAqj/tini [2021-06-02T16:02:04.521Z] #37 8.777 + make tini-static [2021-06-02T16:02:04.521Z] #37 9.185 Scanning dependencies of target tini-static [2021-06-02T16:02:04.521Z] #37 9.314 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-06-02T16:02:04.521Z] #37 10.51 [100%] Linking C executable tini-static [2021-06-02T16:02:04.521Z] #37 11.15 [100%] Built target tini-static [2021-06-02T16:02:04.521Z] #37 11.25 + mkdir -p /build [2021-06-02T16:02:04.521Z] #37 11.26 + cp tini-static /build/docker-init [2021-06-02T16:02:04.521Z] #37 DONE 12.3s [2021-06-02T16:02:04.521Z] [2021-06-02T16:02:04.521Z] #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-06-02T16:02:04.521Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:04.521Z] #43 9.808 PBCC images/rlimit.pb-c.c [2021-06-02T16:02:04.521Z] #43 ... [2021-06-02T16:02:04.521Z] [2021-06-02T16:02:04.521Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:02:04.521Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T16:02:04.521Z] #13 57.51 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-06-02T16:02:04.521Z] #13 57.51 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-06-02T16:02:04.521Z] #13 57.52 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-02T16:02:04.521Z] #13 59.83 Selecting previously unselected package binutils-mingw-w64. [2021-06-02T16:02:04.521Z] #13 59.83 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-06-02T16:02:04.521Z] #13 59.84 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-02T16:02:04.521Z] #13 60.00 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-06-02T16:02:04.521Z] #13 60.00 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-06-02T16:02:04.521Z] #13 60.01 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-06-02T16:02:04.521Z] #13 60.16 Selecting previously unselected package dmsetup. [2021-06-02T16:02:04.521Z] #13 60.16 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-06-02T16:02:04.521Z] #13 60.17 Unpacking dmsetup (2:1.02.155-3) ... [2021-06-02T16:02:04.521Z] #13 60.33 Selecting previously unselected package mingw-w64-common. [2021-06-02T16:02:04.521Z] #13 60.33 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-06-02T16:02:04.521Z] #13 60.34 Unpacking mingw-w64-common (6.0.0-3) ... [2021-06-02T16:02:04.521Z] #13 ... [2021-06-02T16:02:04.521Z] [2021-06-02T16:02:04.521Z] #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-06-02T16:02:04.521Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:04.521Z] #43 9.913 DEP images/rlimit.pb-c.d [2021-06-02T16:02:04.521Z] #43 9.952 PBCC images/file-lock.pb-c.c [2021-06-02T16:02:04.521Z] #43 9.992 DEP images/file-lock.pb-c.d [2021-06-02T16:02:04.648Z] #43 31.36 CC images/tty.o [2021-06-02T16:02:04.663Z] #43 14.12 DEP images/core-aarch64.pb-c.d [2021-06-02T16:02:04.663Z] #43 ... [2021-06-02T16:02:04.663Z] [2021-06-02T16:02:04.663Z] #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-06-02T16:02:04.663Z] #56 sha256:8837e72c861a32870318b3c9cc38911eacbccbe62c7845adbb83d0707539476f [2021-06-02T16:02:04.785Z] #43 10.02 PBCC images/tty.pb-c.c [2021-06-02T16:02:04.785Z] #43 10.06 DEP images/tty.pb-c.d [2021-06-02T16:02:04.785Z] #43 10.14 PBCC images/tun.pb-c.c [2021-06-02T16:02:04.785Z] #43 10.21 PBCC images/netdev.pb-c.c [2021-06-02T16:02:04.785Z] #43 10.28 DEP images/tun.pb-c.d [2021-06-02T16:02:04.903Z] #43 ... [2021-06-02T16:02:04.903Z] [2021-06-02T16:02:04.903Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:02:04.903Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T16:02:04.903Z] #13 94.27 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-06-02T16:02:04.903Z] #13 94.27 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-02T16:02:04.903Z] #13 94.30 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-02T16:02:05.045Z] #43 10.38 DEP images/netdev.pb-c.d [2021-06-02T16:02:05.045Z] #43 10.47 PBCC images/vma.pb-c.c [2021-06-02T16:02:05.045Z] #43 10.49 DEP images/vma.pb-c.d [2021-06-02T16:02:05.300Z] #45 99.24 vendor/golang.org/x/crypto/hkdf [2021-06-02T16:02:05.300Z] #45 99.44 vendor/golang.org/x/text/transform [2021-06-02T16:02:05.305Z] #43 10.63 PBCC images/creds.pb-c.c [2021-06-02T16:02:05.305Z] #43 10.63 DEP images/creds.pb-c.d [2021-06-02T16:02:05.305Z] #43 10.67 PBCC images/utsns.pb-c.c [2021-06-02T16:02:05.305Z] #43 10.68 DEP images/utsns.pb-c.d [2021-06-02T16:02:05.305Z] #43 10.74 PBCC images/ipc-desc.pb-c.c [2021-06-02T16:02:05.305Z] #43 10.83 PBCC images/ipc-sem.pb-c.c [2021-06-02T16:02:05.497Z] #20 ... [2021-06-02T16:02:05.497Z] [2021-06-02T16:02:05.497Z] #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-06-02T16:02:05.497Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:05.497Z] #43 106.8 CC criu/crtools.o [2021-06-02T16:02:05.497Z] #43 107.5 CC criu/eventfd.o [2021-06-02T16:02:05.497Z] #43 107.9 CC criu/eventpoll.o [2021-06-02T16:02:05.497Z] #43 108.8 CC criu/external.o [2021-06-02T16:02:05.497Z] #43 109.1 CC criu/fault-injection.o [2021-06-02T16:02:05.497Z] #43 109.3 CC criu/fdstore.o [2021-06-02T16:02:05.497Z] #43 109.7 CC criu/fifo.o [2021-06-02T16:02:05.497Z] #43 110.1 CC criu/file-ids.o [2021-06-02T16:02:05.497Z] #43 110.6 CC criu/file-lock.o [2021-06-02T16:02:05.497Z] #43 111.5 CC criu/files-ext.o [2021-06-02T16:02:05.497Z] #43 111.9 CC criu/files-reg.o [2021-06-02T16:02:05.497Z] #43 114.4 CC criu/files.o [2021-06-02T16:02:05.497Z] #43 116.4 CC criu/filesystems.o [2021-06-02T16:02:05.497Z] #43 117.1 CC criu/fsnotify.o [2021-06-02T16:02:05.565Z] #43 10.87 DEP images/ipc-desc.pb-c.d [2021-06-02T16:02:05.565Z] #43 10.93 DEP images/ipc-sem.pb-c.d [2021-06-02T16:02:05.565Z] #43 11.00 PBCC images/ipc-msg.pb-c.c [2021-06-02T16:02:05.565Z] #43 11.04 DEP images/ipc-msg.pb-c.d [2021-06-02T16:02:05.565Z] #43 11.09 PBCC images/ipc-shm.pb-c.c [2021-06-02T16:02:05.565Z] #43 11.13 DEP images/ipc-shm.pb-c.d [2021-06-02T16:02:05.825Z] #43 11.19 PBCC images/ipc-var.pb-c.c [2021-06-02T16:02:05.825Z] #43 11.24 DEP images/ipc-var.pb-c.d [2021-06-02T16:02:05.825Z] #43 11.33 PBCC images/sk-opts.pb-c.c [2021-06-02T16:02:05.825Z] #43 11.37 PBCC images/packet-sock.pb-c.c [2021-06-02T16:02:05.868Z] #45 99.94 vendor/golang.org/x/text/unicode/bidi [2021-06-02T16:02:05.868Z] #45 ... [2021-06-02T16:02:05.868Z] [2021-06-02T16:02:05.868Z] #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-06-02T16:02:05.868Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:05.868Z] #43 28.20 CC images/sk-netlink.o [2021-06-02T16:02:05.868Z] #43 28.60 CC images/packet-sock.o [2021-06-02T16:02:05.868Z] #43 29.17 CC images/ipc-var.o [2021-06-02T16:02:05.868Z] #43 29.42 CC images/ipc-desc.o [2021-06-02T16:02:05.868Z] #43 29.59 CC images/ipc-shm.o [2021-06-02T16:02:05.868Z] #43 29.89 CC images/ipc-msg.o [2021-06-02T16:02:05.868Z] #43 30.15 CC images/ipc-sem.o [2021-06-02T16:02:05.868Z] #43 30.29 CC images/utsns.o [2021-06-02T16:02:06.085Z] #43 11.43 DEP images/sk-opts.pb-c.d [2021-06-02T16:02:06.085Z] #43 11.49 DEP images/packet-sock.pb-c.d [2021-06-02T16:02:06.085Z] #43 11.58 PBCC images/sk-netlink.pb-c.c [2021-06-02T16:02:06.085Z] #43 11.62 DEP images/sk-netlink.pb-c.d [2021-06-02T16:02:06.127Z] #43 30.54 CC images/creds.o [2021-06-02T16:02:06.261Z] #56 38.30 Checking out files: 39% (1551/3927) Checking out files: 40% (1571/3927) Checking out files: 41% (1611/3927) Checking out files: 42% (1650/3927) Checking out files: 43% (1689/3927) Checking out files: 44% (1728/3927) Checking out files: 45% (1768/3927) Checking out files: 46% (1807/3927) Checking out files: 47% (1846/3927) Checking out files: 48% (1885/3927) Checking out files: 49% (1925/3927) Checking out files: 50% (1964/3927) Checking out files: 51% (2003/3927) Checking out files: 52% (2043/3927) Checking out files: 53% (2082/3927) Checking out files: 54% (2121/3927) Checking out files: 55% (2160/3927) Checking out files: 56% (2200/3927) Checking out files: 57% (2239/3927) Checking out files: 58% (2278/3927) Checking out files: 59% (2317/3927) Checking out files: 60% (2357/3927) Checking out files: 61% (2396/3927) Checking out files: 62% (2435/3927) Checking out files: 63% (2475/3927) Checking out files: 64% (2514/3927) Checking out files: 65% (2553/3927) Checking out files: 66% (2592/3927) Checking out files: 67% (2632/3927) Checking out files: 68% (2671/3927) Checking out files: 69% (2710/3927) Checking out files: 70% (2749/3927) Checking out files: 71% (2789/3927) Checking out files: 72% (2828/3927) Checking out files: 73% (2867/3927) Checking out files: 74% (2906/3927) Checking out files: 75% (2946/3927) Checking out files: 76% (2985/3927) Checking out files: 77% (3024/3927) Checking out files: 78% (3064/3927) Checking out files: 79% (3103/3927) Checking out files: 80% (3142/3927) Checking out files: 81% (3181/3927) Checking out files: 82% (3221/3927) Checking out files: 83% (3260/3927) Checking out files: 84% (3299/3927) Checking out files: 85% (3338/3927) Checking out files: 86% (3378/3927) Checking out files: 87% (3417/3927) Checking out files: 88% (3456/3927) Checking out files: 89% (3496/3927) Checking out files: 90% (3535/3927) Checking out files: 91% (3574/3927) Checking out files: 92% (3613/3927) Checking out files: 93% (3653/3927) Checking out files: 94% (3692/3927) Checking out files: 95% (3731/3927) Checking out files: 96% (3770/3927) Checking out files: 97% (3810/3927) Checking out files: 98% (3849/3927) Checking out files: 99% (3888/3927) Checking out files: 100% (3927/3927) Checking out files: 100% (3927/3927), done. [2021-06-02T16:02:06.261Z] #56 39.97 + cd /tmp/tmp.fO2OoLc7qS/src/github.com/containerd/containerd [2021-06-02T16:02:06.261Z] #56 39.97 + git checkout -q 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-02T16:02:06.345Z] #43 11.68 PBCC images/sk-inet.pb-c.c [2021-06-02T16:02:06.345Z] #43 11.73 DEP images/sk-inet.pb-c.d [2021-06-02T16:02:06.345Z] #43 11.83 PBCC images/sk-unix.pb-c.c [2021-06-02T16:02:06.395Z] #43 30.81 CC images/vma.o [2021-06-02T16:02:03.329Z] > git remote # timeout=10 [2021-06-02T16:02:03.411Z] > git config --get remote.origin.url # timeout=10 [2021-06-02T16:02:03.458Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-02T16:02:03.459Z] > git merge 7c6a9484ee37b28fa314f716581bdb268cd78ce2 # timeout=10 [2021-06-02T16:02:03.599Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-06-02T16:02:03.720Z] > git config core.sparsecheckout # timeout=10 [2021-06-02T16:02:03.763Z] > git checkout -f d414c0c1e8c487170b1d2f5af4946771645c6564 # timeout=10 [2021-06-02T16:02:06.605Z] #43 11.90 DEP images/sk-unix.pb-c.d [2021-06-02T16:02:06.605Z] #43 11.96 PBCC images/mm.pb-c.c [2021-06-02T16:02:06.605Z] #43 12.01 DEP images/mm.pb-c.d [2021-06-02T16:02:06.605Z] #43 12.07 PBCC images/timerfd.pb-c.c [2021-06-02T16:02:06.653Z] #43 31.01 CC images/netdev.o [2021-06-02T16:02:06.836Z] #56 40.49 + export 'BUILDTAGS=netgo osusergo static_build' [2021-06-02T16:02:06.836Z] #56 40.49 + BUILDTAGS='netgo osusergo static_build' [2021-06-02T16:02:06.836Z] #56 40.49 + export EXTRA_FLAGS=-buildmode=pie [2021-06-02T16:02:06.836Z] #56 40.49 + EXTRA_FLAGS=-buildmode=pie [2021-06-02T16:02:06.836Z] #56 40.49 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-06-02T16:02:06.836Z] #56 40.49 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-06-02T16:02:06.836Z] #56 40.49 + '[' '' = dynamic ']' [2021-06-02T16:02:06.836Z] #56 40.49 + make [2021-06-02T16:02:06.866Z] #43 12.16 DEP images/timerfd.pb-c.d [2021-06-02T16:02:06.866Z] #43 12.23 PBCC images/timer.pb-c.c [2021-06-02T16:02:06.866Z] #43 12.27 DEP images/timer.pb-c.d [2021-06-02T16:02:06.866Z] #43 12.31 PBCC images/sa.pb-c.c [2021-06-02T16:02:06.866Z] #43 12.41 DEP images/sa.pb-c.d [2021-06-02T16:02:06.881Z] #43 118.4 CC criu/image-desc.o [2021-06-02T16:02:07.100Z] #56 ... [2021-06-02T16:02:07.100Z] [2021-06-02T16:02:07.100Z] #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-06-02T16:02:07.100Z] #51 sha256:71b0debc21dc031cce79b995a7b9f6d185737449be03474d50ebb51f7f4cdbc2 [2021-06-02T16:02:07.100Z] #51 68.30 golang.org/x/crypto/ssh/terminal [2021-06-02T16:02:07.100Z] #51 69.35 go/ast [2021-06-02T16:02:07.100Z] #51 75.77 mvdan.cc/sh/v3/cmd/shfmt [2021-06-02T16:02:07.100Z] #51 ... [2021-06-02T16:02:07.100Z] [2021-06-02T16:02:07.100Z] #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-06-02T16:02:07.100Z] #45 sha256:9a3f01892994c37ed64e33fce5af07846d09d9ea0eef75bcfbf7eeb92ade3545 [2021-06-02T16:02:07.100Z] #45 68.39 go/ast [2021-06-02T16:02:07.100Z] #45 68.89 log [2021-06-02T16:02:07.100Z] #45 69.91 encoding/json [2021-06-02T16:02:07.100Z] #45 71.52 text/template [2021-06-02T16:02:07.100Z] #45 76.19 go/parser [2021-06-02T16:02:07.100Z] #45 77.65 go/doc [2021-06-02T16:02:07.100Z] #45 78.04 encoding/xml [2021-06-02T16:02:07.127Z] #43 12.48 PBCC images/pipe-data.pb-c.c [2021-06-02T16:02:07.127Z] #43 12.52 DEP images/pipe-data.pb-c.d [2021-06-02T16:02:07.127Z] #43 12.57 PBCC images/mnt.pb-c.c [2021-06-02T16:02:07.127Z] #43 12.62 DEP images/mnt.pb-c.d [2021-06-02T16:02:07.127Z] #43 12.66 PBCC images/sk-packet.pb-c.c [2021-06-02T16:02:07.142Z] #43 118.5 CC criu/image.o [2021-06-02T16:02:07.142Z] #43 ... [2021-06-02T16:02:07.142Z] [2021-06-02T16:02:07.142Z] #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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-02T16:02:07.142Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-02T16:02:07.142Z] #20 56.99 Setting up iptables (1.8.2-4) ... [2021-06-02T16:02:07.219Z] #43 31.42 CC images/tty.o [2021-06-02T16:02:07.363Z] #45 ... [2021-06-02T16:02:07.363Z] [2021-06-02T16:02:07.363Z] #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-06-02T16:02:07.363Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-06-02T16:02:07.363Z] #43 14.23 DEP images/core-arm.pb-c.d [2021-06-02T16:02:07.363Z] #43 14.30 DEP images/core-ppc64.pb-c.d [2021-06-02T16:02:07.363Z] #43 14.35 DEP images/core-s390.pb-c.d [2021-06-02T16:02:07.363Z] #43 14.41 DEP images/core-x86.pb-c.d [2021-06-02T16:02:07.363Z] #43 14.46 DEP images/core.pb-c.d [2021-06-02T16:02:07.363Z] #43 14.52 DEP images/inventory.pb-c.d [2021-06-02T16:02:07.363Z] #43 14.60 PBCC images/cpuinfo.pb-c.c [2021-06-02T16:02:07.363Z] #43 14.64 DEP images/cpuinfo.pb-c.d [2021-06-02T16:02:07.363Z] #43 14.68 PBCC images/stats.pb-c.c [2021-06-02T16:02:07.363Z] #43 14.70 DEP images/stats.pb-c.d [2021-06-02T16:02:07.363Z] #43 16.31 make[1]: Nothing to be done for 'all'. [2021-06-02T16:02:07.388Z] #43 12.71 DEP images/sk-packet.pb-c.d [2021-06-02T16:02:07.388Z] #43 12.77 PBCC images/tcp-stream.pb-c.c [2021-06-02T16:02:07.388Z] #43 12.88 DEP images/tcp-stream.pb-c.d [2021-06-02T16:02:07.402Z] #20 57.02 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-02T16:02:07.403Z] #20 57.02 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-02T16:02:07.403Z] #20 57.03 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-02T16:02:07.403Z] #20 57.04 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-02T16:02:07.403Z] #20 57.04 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-06-02T16:02:07.403Z] #20 57.05 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-06-02T16:02:07.403Z] #20 57.05 Setting up python3 (3.7.3-1) ... [2021-06-02T16:02:07.649Z] #43 12.96 PBCC images/pipe.pb-c.c [2021-06-02T16:02:07.649Z] #43 13.05 DEP images/pipe.pb-c.d [2021-06-02T16:02:07.649Z] #43 13.09 PBCC images/pstree.pb-c.c [2021-06-02T16:02:07.663Z] #20 57.49 Setting up python3-wheel (0.32.3-2) ... [2021-06-02T16:02:07.785Z] #43 32.01 CC images/file-lock.o [2021-06-02T16:02:07.785Z] #43 32.22 CC images/rlimit.o [2021-06-02T16:02:07.917Z] #43 13.14 DEP images/pstree.pb-c.d [2021-06-02T16:02:07.917Z] #43 13.22 PBCC images/fs.pb-c.c [2021-06-02T16:02:07.917Z] #43 13.23 DEP images/fs.pb-c.d [2021-06-02T16:02:07.917Z] #43 13.28 PBCC images/signalfd.pb-c.c [2021-06-02T16:02:08.052Z] #43 32.44 CC images/pagemap.o [2021-06-02T16:02:08.205Z] #43 13.42 DEP images/signalfd.pb-c.d [2021-06-02T16:02:08.205Z] #43 13.47 PBCC images/fh.pb-c.c [2021-06-02T16:02:08.205Z] #43 13.56 PBCC images/fsnotify.pb-c.c [2021-06-02T16:02:08.205Z] #43 13.64 DEP images/fh.pb-c.d [2021-06-02T16:02:08.205Z] #43 13.69 DEP images/fsnotify.pb-c.d [2021-06-02T16:02:08.310Z] #43 32.65 CC images/siginfo.o [2021-06-02T16:02:08.473Z] #43 13.81 PBCC images/eventpoll.pb-c.c [2021-06-02T16:02:08.473Z] #43 13.88 DEP images/eventpoll.pb-c.d [2021-06-02T16:02:08.473Z] #43 13.95 PBCC images/eventfd.pb-c.c [2021-06-02T16:02:08.568Z] #43 32.90 CC images/rpc.o [2021-06-02T16:02:08.607Z] #20 58.22 Setting up apparmor (2.13.2-10) ... [2021-06-02T16:02:08.735Z] #43 14.00 DEP images/eventfd.pb-c.d [2021-06-02T16:02:08.735Z] #43 14.07 PBCC images/remap-file-path.pb-c.c [2021-06-02T16:02:08.735Z] #43 14.07 DEP images/remap-file-path.pb-c.d [2021-06-02T16:02:08.735Z] #43 14.18 PBCC images/fifo.pb-c.c [2021-06-02T16:02:08.769Z] #43 17.99 CC images/stats.o [2021-06-02T16:02:08.827Z] #43 ... [2021-06-02T16:02:08.827Z] [2021-06-02T16:02:08.827Z] #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-06-02T16:02:08.827Z] #56 sha256:f3c76cda506603b30e3d9f284a3e61eea6d952aa22664fa519b77b5f19df4e0e [2021-06-02T16:02:08.827Z] #56 46.15 + bin/ctr [2021-06-02T16:02:08.827Z] #56 ... [2021-06-02T16:02:08.827Z] [2021-06-02T16:02:08.827Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:02:08.827Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T16:02:08.827Z] #13 94.69 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-06-02T16:02:08.827Z] #13 94.69 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-02T16:02:08.827Z] #13 94.70 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-02T16:02:08.995Z] #43 14.25 DEP images/fifo.pb-c.d [2021-06-02T16:02:08.995Z] #43 14.29 PBCC images/ghost-file.pb-c.c [2021-06-02T16:02:08.995Z] #43 14.40 DEP images/ghost-file.pb-c.d [2021-06-02T16:02:08.995Z] #43 14.49 PBCC images/regfile.pb-c.c [2021-06-02T16:02:09.033Z] #43 18.56 CC images/core.o [2021-06-02T16:02:09.255Z] #43 14.54 DEP images/regfile.pb-c.d [2021-06-02T16:02:09.255Z] #43 14.64 PBCC images/ns.pb-c.c [2021-06-02T16:02:09.255Z] #43 14.69 DEP images/ns.pb-c.d [2021-06-02T16:02:09.255Z] #43 14.73 PBCC images/fdinfo.pb-c.c [2021-06-02T16:02:09.255Z] #43 14.77 DEP images/fdinfo.pb-c.d [2021-06-02T16:02:09.517Z] #43 14.84 PBCC images/core-aarch64.pb-c.c [2021-06-02T16:02:09.517Z] #43 14.90 PBCC images/core-arm.pb-c.c [2021-06-02T16:02:09.517Z] #43 14.95 PBCC images/core-ppc64.pb-c.c [2021-06-02T16:02:09.517Z] #43 15.02 PBCC images/core-s390.pb-c.c [2021-06-02T16:02:09.638Z] #43 19.22 CC images/core-x86.o [2021-06-02T16:02:09.777Z] #43 15.07 PBCC images/core-x86.pb-c.c [2021-06-02T16:02:09.777Z] #43 15.14 PBCC images/core.pb-c.c [2021-06-02T16:02:09.777Z] #43 15.26 PBCC images/inventory.pb-c.c [2021-06-02T16:02:10.037Z] #43 15.31 DEP images/core-aarch64.pb-c.d [2021-06-02T16:02:10.037Z] #43 15.36 DEP images/core-arm.pb-c.d [2021-06-02T16:02:10.037Z] #43 ... [2021-06-02T16:02:10.037Z] [2021-06-02T16:02:10.037Z] #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-06-02T16:02:10.037Z] #45 sha256:c9574aedef6eee0498adeca739abe2efcb00577146fa7c6b61141ec11fdafc85 [2021-06-02T16:02:10.037Z] #45 69.78 regexp [2021-06-02T16:02:10.037Z] #45 71.55 flag [2021-06-02T16:02:10.037Z] #45 73.17 go/token [2021-06-02T16:02:10.037Z] #45 73.69 internal/lazyregexp [2021-06-02T16:02:10.037Z] #45 73.98 path [2021-06-02T16:02:10.037Z] #45 74.10 go/scanner [2021-06-02T16:02:10.037Z] #45 74.66 io/ioutil [2021-06-02T16:02:10.037Z] #45 75.33 net/url [2021-06-02T16:02:10.037Z] #45 75.38 go/ast [2021-06-02T16:02:10.037Z] #45 77.02 text/template/parse [2021-06-02T16:02:10.037Z] #45 ... [2021-06-02T16:02:10.037Z] [2021-06-02T16:02:10.037Z] #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-06-02T16:02:10.037Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:10.037Z] #43 15.41 DEP images/core-ppc64.pb-c.d [2021-06-02T16:02:10.037Z] #43 15.46 DEP images/core-s390.pb-c.d [2021-06-02T16:02:10.037Z] #43 15.51 DEP images/core-x86.pb-c.d [2021-06-02T16:02:10.037Z] #43 15.56 DEP images/core.pb-c.d [2021-06-02T16:02:10.297Z] #43 15.63 DEP images/inventory.pb-c.d [2021-06-02T16:02:10.297Z] #43 15.69 PBCC images/cpuinfo.pb-c.c [2021-06-02T16:02:10.297Z] #43 15.74 DEP images/cpuinfo.pb-c.d [2021-06-02T16:02:10.297Z] #43 15.81 PBCC images/stats.pb-c.c [2021-06-02T16:02:10.519Z] #20 59.88 Setting up xfsprogs (4.20.0-1) ... [2021-06-02T16:02:10.519Z] #20 59.90 Setting up python3-lib2to3 (3.7.3-1) ... [2021-06-02T16:02:10.519Z] #20 60.31 Setting up python3-pkg-resources (40.8.0-1) ... [2021-06-02T16:02:10.558Z] #43 15.87 DEP images/stats.pb-c.d [2021-06-02T16:02:10.637Z] #43 20.00 CC images/core-arm.o [2021-06-02T16:02:10.637Z] #43 ... [2021-06-02T16:02:10.637Z] [2021-06-02T16:02:10.637Z] #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-06-02T16:02:10.637Z] #51 sha256:71b0debc21dc031cce79b995a7b9f6d185737449be03474d50ebb51f7f4cdbc2 [2021-06-02T16:02:10.637Z] #51 DONE 82.0s [2021-06-02T16:02:10.637Z] [2021-06-02T16:02:10.637Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:02:10.637Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-06-02T16:02:10.637Z] #13 77.52 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-06-02T16:02:10.637Z] #13 77.52 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2021-06-02T16:02:10.637Z] #13 77.52 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-02T16:02:11.459Z] #20 61.14 Setting up python3-distutils (3.7.3-1) ... [2021-06-02T16:02:11.498Z] #43 ... [2021-06-02T16:02:11.498Z] [2021-06-02T16:02:11.498Z] #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-06-02T16:02:11.498Z] #51 sha256:2f65e270cfa5fa4745a20f52cef6c1ebb0020e0a32632619dfd6931b4d2d55ab [2021-06-02T16:02:11.498Z] #51 71.32 encoding/json [2021-06-02T16:02:11.498Z] #51 76.93 github.com/pkg/diff [2021-06-02T16:02:11.498Z] #51 78.01 go/ast [2021-06-02T16:02:11.498Z] #51 78.20 golang.org/x/crypto/ssh/terminal [2021-06-02T16:02:11.498Z] #51 79.96 mvdan.cc/editorconfig [2021-06-02T16:02:11.498Z] #51 81.03 mvdan.cc/sh/v3/fileutil [2021-06-02T16:02:11.498Z] #51 81.14 text/tabwriter [2021-06-02T16:02:11.525Z] #13 ... [2021-06-02T16:02:11.525Z] [2021-06-02T16:02:11.525Z] #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-06-02T16:02:11.525Z] #45 sha256:024ca4a5433b3b3c73033d0594ff8cb60684f746bf229a3587c63d0a3937a0d4 [2021-06-02T16:02:11.525Z] #45 95.98 vendor/golang.org/x/crypto/chacha20poly1305 [2021-06-02T16:02:11.525Z] #45 97.60 vendor/golang.org/x/crypto/hkdf [2021-06-02T16:02:11.525Z] #45 97.75 vendor/golang.org/x/text/transform [2021-06-02T16:02:11.525Z] #45 98.47 vendor/golang.org/x/text/unicode/bidi [2021-06-02T16:02:11.525Z] #45 100.2 vendor/golang.org/x/text/secure/bidirule [2021-06-02T16:02:11.525Z] #45 100.4 vendor/golang.org/x/text/unicode/norm [2021-06-02T16:02:11.525Z] #45 104.4 vendor/golang.org/x/net/idna [2021-06-02T16:02:11.525Z] #45 ... [2021-06-02T16:02:11.525Z] [2021-06-02T16:02:11.525Z] #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-06-02T16:02:11.525Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:11.525Z] #43 31.99 CC images/file-lock.o [2021-06-02T16:02:11.525Z] #43 32.24 CC images/rlimit.o [2021-06-02T16:02:11.525Z] #43 32.39 CC images/pagemap.o [2021-06-02T16:02:11.525Z] #43 32.65 CC images/siginfo.o [2021-06-02T16:02:11.525Z] #43 32.87 CC images/rpc.o [2021-06-02T16:02:11.525Z] #43 34.03 CC images/ext-file.o [2021-06-02T16:02:11.525Z] #43 34.30 CC images/cgroup.o [2021-06-02T16:02:11.525Z] #43 34.82 CC images/userns.o [2021-06-02T16:02:11.525Z] #43 35.09 CC images/google/protobuf/descriptor.o [2021-06-02T16:02:11.525Z] #43 36.69 CC images/opts.o [2021-06-02T16:02:11.525Z] #43 36.94 CC images/seccomp.o [2021-06-02T16:02:11.525Z] #43 37.18 CC images/binfmt-misc.o [2021-06-02T16:02:11.525Z] #43 37.45 CC images/time.o [2021-06-02T16:02:11.525Z] #43 37.62 CC images/sysctl.o [2021-06-02T16:02:11.525Z] #43 37.80 CC images/autofs.o [2021-06-02T16:02:11.525Z] #43 37.96 CC images/macvlan.o [2021-06-02T16:02:11.525Z] #43 38.13 CC images/sit.o [2021-06-02T16:02:11.758Z] #51 ... [2021-06-02T16:02:11.758Z] [2021-06-02T16:02:11.758Z] #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-06-02T16:02:11.758Z] #45 sha256:c9574aedef6eee0498adeca739abe2efcb00577146fa7c6b61141ec11fdafc85 [2021-06-02T16:02:11.758Z] #45 80.09 go/parser [2021-06-02T16:02:11.758Z] #45 81.25 text/template [2021-06-02T16:02:11.783Z] #43 38.36 CC images/memfd.o [2021-06-02T16:02:11.980Z] #20 61.61 Setting up python3-setuptools (40.8.0-1) ... [2021-06-02T16:02:12.038Z] #43 ... [2021-06-02T16:02:12.038Z] [2021-06-02T16:02:12.038Z] #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-06-02T16:02:12.038Z] #45 sha256:024ca4a5433b3b3c73033d0594ff8cb60684f746bf229a3587c63d0a3937a0d4 [2021-06-02T16:02:12.038Z] #45 106.5 vendor/golang.org/x/net/http2/hpack [2021-06-02T16:02:13.006Z] #45 107.7 mime [2021-06-02T16:02:13.012Z] #13 ... [2021-06-02T16:02:13.012Z] [2021-06-02T16:02:13.012Z] #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-06-02T16:02:13.012Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:13.012Z] #43 34.03 CC images/ext-file.o [2021-06-02T16:02:13.012Z] #43 34.24 CC images/cgroup.o [2021-06-02T16:02:13.012Z] #43 34.88 CC images/userns.o [2021-06-02T16:02:13.012Z] #43 35.09 CC images/google/protobuf/descriptor.o [2021-06-02T16:02:13.012Z] #43 36.66 CC images/opts.o [2021-06-02T16:02:13.012Z] #43 36.81 CC images/seccomp.o [2021-06-02T16:02:13.012Z] #43 37.02 CC images/binfmt-misc.o [2021-06-02T16:02:13.012Z] #43 37.26 CC images/time.o [2021-06-02T16:02:13.012Z] #43 37.41 CC images/sysctl.o [2021-06-02T16:02:13.270Z] #43 37.61 CC images/autofs.o [2021-06-02T16:02:13.409Z] #20 62.80 Setting up python3-pip (18.1-5) ... [2021-06-02T16:02:13.528Z] #43 37.77 CC images/macvlan.o [2021-06-02T16:02:13.528Z] #43 37.91 CC images/sit.o [2021-06-02T16:02:13.786Z] #43 38.10 CC images/memfd.o [2021-06-02T16:02:13.959Z] #13 ... [2021-06-02T16:02:13.959Z] [2021-06-02T16:02:13.959Z] #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-06-02T16:02:13.959Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-06-02T16:02:13.959Z] #43 20.38 CC images/core-aarch64.o [2021-06-02T16:02:13.959Z] #43 21.06 CC images/core-ppc64.o [2021-06-02T16:02:13.959Z] #43 21.79 CC images/core-s390.o [2021-06-02T16:02:13.959Z] #43 22.59 CC images/cpuinfo.o [2021-06-02T16:02:13.959Z] #43 23.10 CC images/inventory.o [2021-06-02T16:02:13.959Z] #43 23.38 CC images/fdinfo.o [2021-06-02T16:02:14.044Z] #43 38.45 CC images/timens.o [2021-06-02T16:02:14.229Z] #43 23.79 CC images/fown.o [2021-06-02T16:02:14.302Z] #43 38.76 LINK images/built-in.o [2021-06-02T16:02:14.307Z] #45 83.78 log [2021-06-02T16:02:14.307Z] #45 84.21 encoding/xml [2021-06-02T16:02:14.356Z] #20 63.94 Processing triggers for libc-bin (2.28-10) ... [2021-06-02T16:02:14.356Z] #20 64.00 Processing triggers for mime-support (3.62) ... [2021-06-02T16:02:14.492Z] #43 24.07 CC images/ns.o [2021-06-02T16:02:14.560Z] #43 38.93 GEN compel/include/asm [2021-06-02T16:02:14.560Z] #43 38.96 GEN compel/include/version.h [2021-06-02T16:02:14.560Z] #43 38.98 touch .config [2021-06-02T16:02:14.560Z] #43 39.04 GEN include/common/config.h [2021-06-02T16:02:14.756Z] #43 24.29 CC images/regfile.o [2021-06-02T16:02:14.818Z] #43 39.12 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-06-02T16:02:14.818Z] #43 39.15 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-06-02T16:02:14.818Z] #43 39.18 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-06-02T16:02:14.818Z] #43 39.21 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-06-02T16:02:14.818Z] #43 39.25 DEP compel/arch/x86/plugins/std/memcpy.d [2021-06-02T16:02:14.818Z] #43 39.27 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-06-02T16:02:14.818Z] #43 39.31 GEN compel/plugins/include/uapi/std/syscall.h [2021-06-02T16:02:14.818Z] #43 39.34 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-06-02T16:02:14.818Z] #43 39.37 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-06-02T16:02:14.818Z] #43 39.39 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-06-02T16:02:14.894Z] #45 109.3 mime/quotedprintable [2021-06-02T16:02:15.019Z] #43 24.64 CC images/ghost-file.o [2021-06-02T16:02:15.077Z] #43 39.39 DEP compel/plugins/std/infect.d [2021-06-02T16:02:15.150Z] #45 109.7 net/http/internal [2021-06-02T16:02:15.281Z] #43 24.90 CC images/fifo.o [2021-06-02T16:02:15.308Z] #20 DONE 65.0s [2021-06-02T16:02:15.308Z] [2021-06-02T16:02:15.308Z] #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-06-02T16:02:15.308Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-02T16:02:15.308Z] #40 190.2 + dpkg --print-architecture [2021-06-02T16:02:15.308Z] #40 190.3 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-06-02T16:02:15.308Z] #40 191.1 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-06-02T16:02:15.308Z] #40 191.1 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-06-02T16:02:15.335Z] #43 39.54 DEP compel/plugins/std/string.d [2021-06-02T16:02:15.335Z] #43 39.62 DEP compel/plugins/std/log.d [2021-06-02T16:02:15.335Z] #43 39.71 DEP compel/plugins/std/fds.d [2021-06-02T16:02:15.477Z] Commit message: "replace uses of deprecated libcontainer/configs.Device" [2021-06-02T16:02:15.545Z] #43 25.14 CC images/remap-file-path.o [2021-06-02T16:02:15.593Z] #43 39.85 DEP compel/plugins/std/std.d [2021-06-02T16:02:15.593Z] #43 39.94 DEP compel/plugins/shmem/shmem.d [2021-06-02T16:02:15.593Z] #43 40.02 DEP compel/plugins/fds/fds.d [2021-06-02T16:02:15.688Z] #45 85.42 go/doc [2021-06-02T16:02:15.807Z] #43 25.42 CC images/eventfd.o [2021-06-02T16:02:15.864Z] #43 40.12 CC compel/plugins/std/std.o [2021-06-02T16:02:16.070Z] #43 25.59 CC images/eventpoll.o [Pipeline] withEnv [Pipeline] { [2021-06-02T16:02:16.125Z] #43 40.40 CC compel/plugins/std/fds.o [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-06-02T16:02:16.250Z] #40 ... [2021-06-02T16:02:16.250Z] [2021-06-02T16:02:16.250Z] #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-06-02T16:02:16.250Z] #21 sha256:a41b2e45fcae4ebc28cb31bce642a55e5472a13c32e0131897c460812419c062 [2021-06-02T16:02:16.250Z] #21 1.014 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-06-02T16:02:16.250Z] #21 1.018 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-06-02T16:02:16.250Z] #21 1.022 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-06-02T16:02:16.250Z] #21 DONE 1.1s [2021-06-02T16:02:16.250Z] [2021-06-02T16:02:16.250Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-06-02T16:02:16.250Z] #22 sha256:32ac77632a796242ca8c5cc1ebe3c3d38ab217810cb5e808ee916620c17e34e9 [2021-06-02T16:02:16.334Z] #43 25.82 CC images/fh.o [2021-06-02T16:02:16.384Z] #43 40.89 CC compel/plugins/std/log.o [2021-06-02T16:02:16.596Z] #43 26.24 CC images/fsnotify.o [2021-06-02T16:02:16.628Z] #45 ... [2021-06-02T16:02:16.628Z] [2021-06-02T16:02:16.628Z] #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-06-02T16:02:16.628Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:16.628Z] #43 17.27 make[1]: Nothing to be done for 'all'. [2021-06-02T16:02:16.628Z] #43 18.68 CC images/stats.o [2021-06-02T16:02:16.628Z] #43 19.05 CC images/core.o [2021-06-02T16:02:16.628Z] #43 19.64 CC images/core-x86.o [2021-06-02T16:02:16.628Z] #43 20.17 CC images/core-arm.o [2021-06-02T16:02:16.628Z] #43 20.52 CC images/core-aarch64.o [2021-06-02T16:02:16.628Z] #43 20.91 CC images/core-ppc64.o [2021-06-02T16:02:16.628Z] #43 21.41 CC images/core-s390.o [2021-06-02T16:02:16.628Z] #43 22.10 CC images/cpuinfo.o [2021-06-02T16:02:17.198Z] #43 22.53 CC images/inventory.o [2021-06-02T16:02:17.198Z] #43 ... [2021-06-02T16:02:17.198Z] [2021-06-02T16:02:17.198Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:02:17.198Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T16:02:17.198Z] #13 66.22 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-06-02T16:02:17.198Z] #13 66.22 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-06-02T16:02:17.198Z] #13 66.24 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-02T16:02:17.198Z] #13 71.77 Selecting previously unselected package gcc-mingw-w64-base. [2021-06-02T16:02:17.198Z] #13 71.77 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-02T16:02:17.198Z] #13 71.79 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-02T16:02:17.198Z] #13 71.97 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-06-02T16:02:17.198Z] #13 71.97 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-02T16:02:17.198Z] #13 71.98 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-02T16:02:17.322Z] #43 ... [2021-06-02T16:02:17.322Z] [2021-06-02T16:02:17.322Z] #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-06-02T16:02:17.322Z] #45 sha256:9157f81689e5d9248f131885dbab30c114e596864682d0b6c95e04322c866b39 [2021-06-02T16:02:17.322Z] #45 101.3 vendor/golang.org/x/text/secure/bidirule [2021-06-02T16:02:17.322Z] #45 101.6 vendor/golang.org/x/text/unicode/norm [2021-06-02T16:02:17.322Z] #45 105.2 vendor/golang.org/x/net/idna [2021-06-02T16:02:17.322Z] #45 107.5 vendor/golang.org/x/net/http2/hpack [2021-06-02T16:02:17.322Z] #45 108.5 mime [2021-06-02T16:02:17.322Z] #45 110.3 mime/quotedprintable [2021-06-02T16:02:17.322Z] #45 110.7 net/http/internal [2021-06-02T16:02:17.322Z] #45 ... [2021-06-02T16:02:17.322Z] [2021-06-02T16:02:17.322Z] #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-06-02T16:02:17.322Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:17.322Z] #43 41.76 CC compel/plugins/std/string.o [2021-06-02T16:02:17.458Z] #13 ... [2021-06-02T16:02:17.458Z] [2021-06-02T16:02:17.458Z] #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-06-02T16:02:17.458Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:17.458Z] #43 22.74 CC images/fdinfo.o [2021-06-02T16:02:17.548Z] #43 26.88 CC images/signalfd.o [2021-06-02T16:02:17.548Z] #43 27.11 CC images/fs.o [2021-06-02T16:02:17.663Z] #45 ... [2021-06-02T16:02:17.663Z] [2021-06-02T16:02:17.663Z] #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-06-02T16:02:17.663Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:17.663Z] #43 38.67 CC images/timens.o [2021-06-02T16:02:17.663Z] #43 38.93 LINK images/built-in.o [2021-06-02T16:02:17.663Z] #43 39.08 GEN compel/include/asm [2021-06-02T16:02:17.663Z] #43 39.11 GEN compel/include/version.h [2021-06-02T16:02:17.663Z] #43 39.14 touch .config [2021-06-02T16:02:17.663Z] #43 39.19 GEN include/common/config.h [2021-06-02T16:02:17.663Z] #43 39.26 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-06-02T16:02:17.663Z] #43 39.29 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-06-02T16:02:17.663Z] #43 39.32 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-06-02T16:02:17.663Z] #43 39.34 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-06-02T16:02:17.663Z] #43 39.36 DEP compel/arch/x86/plugins/std/memcpy.d [2021-06-02T16:02:17.663Z] #43 39.39 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-06-02T16:02:17.663Z] #43 39.40 GEN compel/plugins/include/uapi/std/syscall.h [2021-06-02T16:02:17.663Z] #43 39.44 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-06-02T16:02:17.663Z] #43 39.45 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-06-02T16:02:17.663Z] #43 39.48 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-06-02T16:02:17.663Z] #43 39.48 DEP compel/plugins/std/infect.d [2021-06-02T16:02:17.663Z] #43 39.59 DEP compel/plugins/std/string.d [2021-06-02T16:02:17.663Z] #43 39.66 DEP compel/plugins/std/log.d [2021-06-02T16:02:17.663Z] #43 39.78 DEP compel/plugins/std/fds.d [2021-06-02T16:02:17.663Z] #43 39.86 DEP compel/plugins/std/std.d [2021-06-02T16:02:17.663Z] #43 40.03 DEP compel/plugins/shmem/shmem.d [2021-06-02T16:02:17.663Z] #43 40.18 DEP compel/plugins/fds/fds.d [2021-06-02T16:02:17.663Z] #43 40.34 CC compel/plugins/std/std.o [2021-06-02T16:02:17.663Z] #43 40.71 CC compel/plugins/std/fds.o [2021-06-02T16:02:17.663Z] #43 41.11 CC compel/plugins/std/log.o [2021-06-02T16:02:17.663Z] #43 41.86 CC compel/plugins/std/string.o [2021-06-02T16:02:17.663Z] #43 42.57 CC compel/plugins/std/infect.o [2021-06-02T16:02:17.663Z] #43 43.11 CC compel/arch/x86/plugins/std/parasite-head.o [2021-06-02T16:02:17.663Z] #43 43.16 CC compel/arch/x86/plugins/std/memcpy.o [2021-06-02T16:02:17.663Z] #43 43.19 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-06-02T16:02:17.663Z] #43 43.25 AR compel/plugins/std.lib.a [2021-06-02T16:02:17.663Z] #43 43.33 CC compel/plugins/fds/fds.o [2021-06-02T16:02:17.663Z] #43 43.63 AR compel/plugins/fds.lib.a [2021-06-02T16:02:17.663Z] #43 43.68 HOSTDEP compel/src/lib/log-host.d [2021-06-02T16:02:17.663Z] #43 43.76 HOSTDEP compel/src/lib/handle-elf-host.d [2021-06-02T16:02:17.663Z] #43 43.88 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-06-02T16:02:17.663Z] #43 43.95 HOSTDEP compel/src/main-host.d [2021-06-02T16:02:17.663Z] #43 44.03 DEP compel/src/lib/ptrace.d [2021-06-02T16:02:17.663Z] #43 44.13 DEP compel/src/lib/infect.d [2021-06-02T16:02:17.663Z] #43 44.28 DEP compel/src/lib/infect-util.d [2021-06-02T16:02:17.663Z] #43 44.37 DEP compel/src/lib/infect-rpc.d [2021-06-02T16:02:17.721Z] #43 23.11 CC images/fown.o [2021-06-02T16:02:17.919Z] #43 44.46 DEP compel/arch/x86/src/lib/infect.d [2021-06-02T16:02:17.919Z] #43 44.59 DEP compel/arch/x86/src/lib/cpu.d [2021-06-02T16:02:17.919Z] #43 44.65 DEP compel/src/lib/log.d [2021-06-02T16:02:17.981Z] #43 23.35 CC images/ns.o [2021-06-02T16:02:18.133Z] #43 27.42 CC images/pstree.o [2021-06-02T16:02:18.133Z] #43 27.63 CC images/pipe.o [2021-06-02T16:02:18.161Z] #22 ... [2021-06-02T16:02:18.161Z] [2021-06-02T16:02:18.161Z] #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-06-02T16:02:18.161Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:18.161Z] #43 119.5 CC criu/ipc_ns.o [2021-06-02T16:02:18.161Z] #43 120.9 CC criu/irmap.o [2021-06-02T16:02:18.161Z] #43 121.6 CC criu/kcmp-ids.o [2021-06-02T16:02:18.161Z] #43 121.9 CC criu/kerndat.o [2021-06-02T16:02:18.161Z] #43 123.2 CC criu/libnetlink.o [2021-06-02T16:02:18.161Z] #43 123.6 CC criu/log.o [2021-06-02T16:02:18.161Z] #43 124.1 CC criu/lsm.o [2021-06-02T16:02:18.161Z] #43 124.6 CC criu/mem.o [2021-06-02T16:02:18.161Z] #43 126.6 CC criu/memfd.o [2021-06-02T16:02:18.161Z] #43 127.4 CC criu/mount.o [2021-06-02T16:02:18.174Z] #43 44.72 DEP compel/src/main.d [2021-06-02T16:02:18.174Z] #43 44.81 DEP compel/src/lib/handle-elf.d [2021-06-02T16:02:18.174Z] #43 44.92 DEP compel/arch/x86/src/lib/handle-elf.d [2021-06-02T16:02:18.241Z] #43 23.66 CC images/regfile.o [2021-06-02T16:02:18.258Z] #43 42.55 CC compel/plugins/std/infect.o [2021-06-02T16:02:18.397Z] #43 27.95 CC images/tcp-stream.o [2021-06-02T16:02:18.430Z] #43 ... [2021-06-02T16:02:18.430Z] [2021-06-02T16:02:18.430Z] #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-06-02T16:02:18.430Z] #58 sha256:31843f4df59d6dddf484082c99c240d626c6b396bb1246c98f077a2610277b4e [2021-06-02T16:02:18.430Z] #58 113.0 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-02T16:02:18.430Z] #58 113.0 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-06-02T16:02:18.501Z] #43 23.88 CC images/ghost-file.o [2021-06-02T16:02:18.517Z] #43 42.98 CC compel/arch/x86/plugins/std/parasite-head.o [2021-06-02T16:02:18.596Z] Running on azwin-2-8315a0 in d:\jenkins\workspace\moby_PR-42143 [Pipeline] { [Pipeline] ws [2021-06-02T16:02:18.611Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2021-06-02T16:02:18.660Z] #43 28.12 CC images/sk-packet.o [2021-06-02T16:02:18.660Z] #43 ... [2021-06-02T16:02:18.660Z] [2021-06-02T16:02:18.660Z] #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-06-02T16:02:18.660Z] #56 sha256:8837e72c861a32870318b3c9cc38911eacbccbe62c7845adbb83d0707539476f [2021-06-02T16:02:18.660Z] #56 42.29 + bin/ctr [2021-06-02T16:02:18.762Z] #43 24.19 CC images/fifo.o [2021-06-02T16:02:18.776Z] #43 43.05 CC compel/arch/x86/plugins/std/memcpy.o [2021-06-02T16:02:18.776Z] #43 43.12 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-06-02T16:02:18.776Z] #43 43.17 AR compel/plugins/std.lib.a [2021-06-02T16:02:18.776Z] #43 43.26 CC compel/plugins/fds/fds.o [2021-06-02T16:02:18.922Z] #56 ... [2021-06-02T16:02:18.922Z] [2021-06-02T16:02:18.923Z] #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-06-02T16:02:18.923Z] #45 sha256:9a3f01892994c37ed64e33fce5af07846d09d9ea0eef75bcfbf7eeb92ade3545 [2021-06-02T16:02:18.923Z] #45 80.33 math/big [2021-06-02T16:02:18.923Z] #45 82.67 github.com/LK4D4/vndr/build [2021-06-02T16:02:18.923Z] #45 85.97 vendor/golang.org/x/text/unicode/norm [2021-06-02T16:02:18.923Z] #45 87.60 vendor/golang.org/x/net/http2/hpack [2021-06-02T16:02:18.923Z] #45 89.17 mime [2021-06-02T16:02:18.923Z] #45 ... [2021-06-02T16:02:18.923Z] [2021-06-02T16:02:18.923Z] #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-06-02T16:02:18.923Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-06-02T16:02:18.923Z] #43 28.50 CC images/mnt.o [2021-06-02T16:02:18.949Z] + docker version [2021-06-02T16:02:19.022Z] #43 24.38 CC images/remap-file-path.o [2021-06-02T16:02:19.034Z] #43 43.52 AR compel/plugins/fds.lib.a [2021-06-02T16:02:19.185Z] #43 28.86 CC images/pipe-data.o [2021-06-02T16:02:19.283Z] #43 24.67 CC images/eventfd.o [2021-06-02T16:02:19.293Z] #43 43.58 HOSTDEP compel/src/lib/log-host.d [2021-06-02T16:02:19.293Z] #43 43.65 HOSTDEP compel/src/lib/handle-elf-host.d [2021-06-02T16:02:19.293Z] #43 43.74 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-06-02T16:02:19.544Z] #43 24.93 CC images/eventpoll.o [2021-06-02T16:02:19.552Z] #43 43.85 HOSTDEP compel/src/main-host.d [2021-06-02T16:02:19.552Z] #43 43.96 DEP compel/src/lib/ptrace.d [2021-06-02T16:02:19.762Z] #43 29.09 CC images/sa.o [2021-06-02T16:02:19.804Z] #43 25.15 CC images/fh.o [2021-06-02T16:02:19.810Z] #43 44.13 DEP compel/src/lib/infect.d [2021-06-02T16:02:19.810Z] #43 44.28 DEP compel/src/lib/infect-util.d [2021-06-02T16:02:19.810Z] #43 44.37 DEP compel/src/lib/infect-rpc.d [2021-06-02T16:02:19.949Z] The recommended git tool is: git [2021-06-02T16:02:20.032Z] #43 29.37 CC images/timer.o [2021-06-02T16:02:20.065Z] #43 25.42 CC images/fsnotify.o [2021-06-02T16:02:20.069Z] #43 44.48 DEP compel/arch/x86/src/lib/infect.d [2021-06-02T16:02:20.069Z] #43 44.59 DEP compel/arch/x86/src/lib/cpu.d [2021-06-02T16:02:20.295Z] #43 29.82 CC images/timerfd.o [2021-06-02T16:02:20.328Z] #43 44.65 DEP compel/src/lib/log.d [2021-06-02T16:02:20.328Z] #43 44.77 DEP compel/src/main.d [2021-06-02T16:02:20.559Z] #43 30.13 CC images/mm.o [2021-06-02T16:02:20.587Z] #43 44.90 DEP compel/src/lib/handle-elf.d [2021-06-02T16:02:20.587Z] #43 45.01 DEP compel/arch/x86/src/lib/handle-elf.d [2021-06-02T16:02:20.587Z] #43 45.16 CC compel/src/lib/log.o [2021-06-02T16:02:20.636Z] #43 25.97 CC images/signalfd.o [2021-06-02T16:02:20.704Z] #43 132.1 CC criu/namespaces.o [2021-06-02T16:02:20.822Z] #43 30.39 CC images/sk-opts.o [2021-06-02T16:02:20.897Z] #43 26.28 CC images/fs.o [2021-06-02T16:02:21.084Z] #43 30.58 CC images/sk-unix.o [2021-06-02T16:02:21.154Z] #43 45.45 CC compel/arch/x86/src/lib/cpu.o [2021-06-02T16:02:21.158Z] #43 26.50 CC images/pstree.o [2021-06-02T16:02:21.347Z] #43 30.79 CC images/sk-inet.o [2021-06-02T16:02:21.418Z] #43 26.78 CC images/pipe.o [2021-06-02T16:02:21.610Z] #43 31.24 CC images/tun.o [2021-06-02T16:02:21.645Z] #43 ... [2021-06-02T16:02:21.645Z] [2021-06-02T16:02:21.645Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-06-02T16:02:21.645Z] #22 sha256:32ac77632a796242ca8c5cc1ebe3c3d38ab217810cb5e808ee916620c17e34e9 [2021-06-02T16:02:21.645Z] #22 5.401 Collecting yamllint==1.26.1 [2021-06-02T16:02:21.679Z] #43 27.08 CC images/tcp-stream.o [2021-06-02T16:02:21.940Z] #43 ... [2021-06-02T16:02:21.940Z] [2021-06-02T16:02:21.940Z] #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-06-02T16:02:21.940Z] #51 sha256:2f65e270cfa5fa4745a20f52cef6c1ebb0020e0a32632619dfd6931b4d2d55ab [2021-06-02T16:02:21.940Z] #51 81.72 mvdan.cc/sh/v3/syntax [2021-06-02T16:02:21.940Z] #51 87.94 mvdan.cc/sh/v3/cmd/shfmt [2021-06-02T16:02:21.940Z] #51 ... [2021-06-02T16:02:21.940Z] [2021-06-02T16:02:21.940Z] #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-06-02T16:02:21.940Z] #56 sha256:ef4de1caa1556bcb9c58e04d0b05c015d950cc589670e8e861e912bd1297c3d2 [2021-06-02T16:02:22.092Z] #43 46.24 CC compel/arch/x86/src/lib/infect.o [2021-06-02T16:02:22.186Z] #43 31.64 CC images/sk-netlink.o [2021-06-02T16:02:22.449Z] #43 31.94 CC images/packet-sock.o [2021-06-02T16:02:22.659Z] #43 47.16 CC compel/src/lib/infect-rpc.o [2021-06-02T16:02:23.036Z] #43 32.32 CC images/ipc-var.o [2021-06-02T16:02:23.036Z] #43 32.57 CC images/ipc-desc.o [2021-06-02T16:02:23.226Z] #43 47.45 CC compel/src/lib/infect-util.o [2021-06-02T16:02:23.226Z] #43 47.70 CC compel/src/lib/infect.o [2021-06-02T16:02:23.226Z] #43 ... [2021-06-02T16:02:23.226Z] [2021-06-02T16:02:23.226Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:02:23.226Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T16:02:23.226Z] #13 110.2 Selecting previously unselected package libapparmor1:amd64. [2021-06-02T16:02:23.226Z] #13 110.2 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-06-02T16:02:23.226Z] #13 110.2 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-06-02T16:02:23.226Z] #13 110.3 Selecting previously unselected package libapparmor-dev:amd64. [2021-06-02T16:02:23.226Z] #13 110.3 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-06-02T16:02:23.226Z] #13 110.3 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-06-02T16:02:23.226Z] #13 110.4 Selecting previously unselected package libbtrfs0. [2021-06-02T16:02:23.226Z] #13 110.4 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-06-02T16:02:23.226Z] #13 110.4 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-02T16:02:23.226Z] #13 110.5 Selecting previously unselected package libbtrfs-dev. [2021-06-02T16:02:23.226Z] #13 110.5 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-06-02T16:02:23.226Z] #13 110.6 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-02T16:02:23.226Z] #13 110.7 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-06-02T16:02:23.226Z] #13 110.7 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-06-02T16:02:23.226Z] #13 110.7 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-06-02T16:02:23.226Z] #13 110.8 Selecting previously unselected package libudev-dev:amd64. [2021-06-02T16:02:23.226Z] #13 110.8 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ... [2021-06-02T16:02:23.226Z] #13 110.8 Unpacking libudev-dev:amd64 (241-7~deb10u7) ... [2021-06-02T16:02:23.226Z] #13 111.0 Selecting previously unselected package libsepol1-dev:amd64. [2021-06-02T16:02:23.226Z] #13 111.0 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-06-02T16:02:23.226Z] #13 111.0 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-06-02T16:02:23.226Z] #13 111.3 Selecting previously unselected package libpcre16-3:amd64. [2021-06-02T16:02:23.226Z] #13 111.3 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-06-02T16:02:23.226Z] #13 111.3 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-06-02T16:02:23.227Z] #13 111.5 Selecting previously unselected package libpcre32-3:amd64. [2021-06-02T16:02:23.227Z] #13 111.5 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-06-02T16:02:23.227Z] #13 111.5 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-06-02T16:02:23.243Z] #56 45.44 Checking out files: 49% (1927/3927) Checking out files: 50% (1964/3927) Checking out files: 51% (2003/3927) Checking out files: 52% (2043/3927) Checking out files: 53% (2082/3927) Checking out files: 54% (2121/3927) Checking out files: 55% (2160/3927) Checking out files: 56% (2200/3927) Checking out files: 57% (2239/3927) Checking out files: 58% (2278/3927) Checking out files: 59% (2317/3927) Checking out files: 60% (2357/3927) Checking out files: 61% (2396/3927) Checking out files: 62% (2435/3927) Checking out files: 63% (2475/3927) Checking out files: 64% (2514/3927) Checking out files: 65% (2553/3927) Checking out files: 66% (2592/3927) Checking out files: 67% (2632/3927) Checking out files: 68% (2671/3927) Checking out files: 69% (2710/3927) Checking out files: 70% (2749/3927) Checking out files: 71% (2789/3927) Checking out files: 72% (2828/3927) Checking out files: 73% (2867/3927) Checking out files: 74% (2906/3927) Checking out files: 75% (2946/3927) Checking out files: 76% (2985/3927) Checking out files: 77% (3024/3927) Checking out files: 78% (3064/3927) Checking out files: 79% (3103/3927) Checking out files: 80% (3142/3927) Checking out files: 81% (3181/3927) Checking out files: 82% (3221/3927) Checking out files: 83% (3260/3927) Checking out files: 84% (3299/3927) Checking out files: 85% (3338/3927) Checking out files: 86% (3378/3927) Checking out files: 86% (3412/3927) Checking out files: 87% (3417/3927) Checking out files: 88% (3456/3927) Checking out files: 89% (3496/3927) Checking out files: 90% (3535/3927) Checking out files: 91% (3574/3927) Checking out files: 92% (3613/3927) Checking out files: 93% (3653/3927) Checking out files: 94% (3692/3927) Checking out files: 95% (3731/3927) Checking out files: 96% (3770/3927) Checking out files: 97% (3810/3927) Checking out files: 98% (3849/3927) Checking out files: 99% (3888/3927) Checking out files: 100% (3927/3927) Checking out files: 100% (3927/3927), done. [2021-06-02T16:02:23.243Z] #56 46.95 + cd /tmp/tmp.GBSvtrgaJZ/src/github.com/containerd/containerd [2021-06-02T16:02:23.243Z] #56 46.95 + git checkout -q 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-02T16:02:23.299Z] #43 32.88 CC images/ipc-shm.o [2021-06-02T16:02:23.485Z] #13 111.7 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-06-02T16:02:23.485Z] #13 111.7 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-06-02T16:02:23.485Z] #13 111.7 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-06-02T16:02:23.485Z] #13 111.8 Selecting previously unselected package libpcre3-dev:amd64. [2021-06-02T16:02:23.485Z] #13 111.9 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-06-02T16:02:23.485Z] #13 111.9 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-06-02T16:02:23.610Z] #43 33.09 CC images/ipc-msg.o [2021-06-02T16:02:23.718Z] #58 ... [2021-06-02T16:02:23.718Z] [2021-06-02T16:02:23.718Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:02:23.718Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T16:02:23.718Z] #13 109.7 Selecting previously unselected package libapparmor1:amd64. [2021-06-02T16:02:23.718Z] #13 109.7 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-06-02T16:02:23.718Z] #13 109.8 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-06-02T16:02:23.718Z] #13 109.9 Selecting previously unselected package libapparmor-dev:amd64. [2021-06-02T16:02:23.718Z] #13 109.9 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-06-02T16:02:23.718Z] #13 109.9 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-06-02T16:02:23.718Z] #13 110.1 Selecting previously unselected package libbtrfs0. [2021-06-02T16:02:23.718Z] #13 110.1 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-06-02T16:02:23.718Z] #13 110.1 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-02T16:02:23.718Z] #13 110.1 Selecting previously unselected package libbtrfs-dev. [2021-06-02T16:02:23.718Z] #13 110.1 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-06-02T16:02:23.718Z] #13 110.1 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-02T16:02:23.718Z] #13 110.3 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-06-02T16:02:23.718Z] #13 110.3 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-06-02T16:02:23.718Z] #13 110.3 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-06-02T16:02:23.718Z] #13 110.4 Selecting previously unselected package libudev-dev:amd64. [2021-06-02T16:02:23.718Z] #13 110.4 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ... [2021-06-02T16:02:23.718Z] #13 110.4 Unpacking libudev-dev:amd64 (241-7~deb10u7) ... [2021-06-02T16:02:23.718Z] #13 110.6 Selecting previously unselected package libsepol1-dev:amd64. [2021-06-02T16:02:23.718Z] #13 110.6 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-06-02T16:02:23.718Z] #13 110.6 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-06-02T16:02:23.718Z] #13 110.9 Selecting previously unselected package libpcre16-3:amd64. [2021-06-02T16:02:23.718Z] #13 110.9 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-06-02T16:02:23.718Z] #13 110.9 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-06-02T16:02:23.718Z] #13 111.1 Selecting previously unselected package libpcre32-3:amd64. [2021-06-02T16:02:23.718Z] #13 111.1 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-06-02T16:02:23.718Z] #13 111.2 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-06-02T16:02:23.718Z] #13 111.3 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-06-02T16:02:23.718Z] #13 111.3 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-06-02T16:02:23.718Z] #13 111.3 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-06-02T16:02:23.718Z] #13 111.5 Selecting previously unselected package libpcre3-dev:amd64. [2021-06-02T16:02:23.718Z] #13 111.5 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-06-02T16:02:23.718Z] #13 111.5 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-06-02T16:02:23.718Z] #13 111.9 Selecting previously unselected package libselinux1-dev:amd64. [2021-06-02T16:02:23.718Z] #13 111.9 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-06-02T16:02:23.718Z] #13 111.9 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-06-02T16:02:23.718Z] #13 112.2 Selecting previously unselected package libdevmapper-dev:amd64. [2021-06-02T16:02:23.718Z] #13 112.2 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-06-02T16:02:23.718Z] #13 112.2 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-06-02T16:02:23.718Z] #13 112.3 Selecting previously unselected package libseccomp-dev:amd64. [2021-06-02T16:02:23.718Z] #13 112.3 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-06-02T16:02:23.718Z] #13 112.3 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-06-02T16:02:23.718Z] #13 112.5 Selecting previously unselected package libsystemd-dev:amd64. [2021-06-02T16:02:23.718Z] #13 112.5 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ... [2021-06-02T16:02:23.718Z] #13 112.5 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-06-02T16:02:23.718Z] #13 113.1 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-06-02T16:02:23.718Z] #13 113.1 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-06-02T16:02:23.718Z] #13 113.1 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-06-02T16:02:23.718Z] #13 113.1 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-02T16:02:23.718Z] #13 113.1 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-06-02T16:02:23.718Z] #13 113.1 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-06-02T16:02:23.718Z] #13 113.2 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-02T16:02:23.718Z] #13 113.2 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-02T16:02:23.873Z] #43 33.38 CC images/ipc-sem.o [2021-06-02T16:02:23.974Z] #13 113.2 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-06-02T16:02:23.974Z] #13 113.3 Setting up libudev-dev:amd64 (241-7~deb10u7) ... [2021-06-02T16:02:23.974Z] #13 113.3 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-02T16:02:23.974Z] #13 113.3 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-02T16:02:23.974Z] #13 113.3 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-06-02T16:02:23.974Z] #13 113.3 Setting up mingw-w64-common (6.0.0-3) ... [2021-06-02T16:02:23.974Z] #13 113.3 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-06-02T16:02:23.974Z] #13 113.4 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-02T16:02:23.974Z] #13 113.4 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-06-02T16:02:23.974Z] #13 113.4 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-02T16:02:23.974Z] #13 113.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-06-02T16:02:24.053Z] #13 112.4 Selecting previously unselected package libselinux1-dev:amd64. [2021-06-02T16:02:24.053Z] #13 112.4 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-06-02T16:02:24.053Z] #13 112.4 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-06-02T16:02:24.139Z] #43 33.66 CC images/utsns.o [2021-06-02T16:02:24.230Z] #13 113.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-06-02T16:02:24.230Z] #13 113.5 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-02T16:02:24.230Z] #13 113.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-06-02T16:02:24.230Z] #13 113.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-06-02T16:02:24.230Z] #13 113.5 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-02T16:02:24.230Z] #13 113.5 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-06-02T16:02:24.230Z] #13 113.5 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-06-02T16:02:24.230Z] #13 113.5 Setting up dmsetup (2:1.02.155-3) ... [2021-06-02T16:02:24.230Z] #13 113.5 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-06-02T16:02:24.230Z] #13 113.6 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-06-02T16:02:24.230Z] #13 113.6 Processing triggers for libc-bin (2.28-10) ... [2021-06-02T16:02:24.311Z] #13 112.6 Selecting previously unselected package libdevmapper-dev:amd64. [2021-06-02T16:02:24.311Z] #13 112.6 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-06-02T16:02:24.311Z] #13 112.6 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-06-02T16:02:24.311Z] #13 112.7 Selecting previously unselected package libseccomp-dev:amd64. [2021-06-02T16:02:24.404Z] #43 33.92 CC images/creds.o [2021-06-02T16:02:24.570Z] #13 112.7 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-06-02T16:02:24.570Z] #13 112.7 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-06-02T16:02:24.570Z] #13 112.8 Selecting previously unselected package libsystemd-dev:amd64. [2021-06-02T16:02:24.570Z] #13 112.8 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ... [2021-06-02T16:02:24.570Z] #13 112.9 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-06-02T16:02:24.628Z] #56 48.34 + export 'BUILDTAGS=netgo osusergo static_build' [2021-06-02T16:02:24.628Z] #56 48.34 + BUILDTAGS='netgo osusergo static_build' [2021-06-02T16:02:24.628Z] #56 48.34 + export EXTRA_FLAGS=-buildmode=pie [2021-06-02T16:02:24.628Z] #56 48.34 + EXTRA_FLAGS=-buildmode=pie [2021-06-02T16:02:24.629Z] #56 48.34 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-06-02T16:02:24.629Z] #56 48.34 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-06-02T16:02:24.629Z] #56 48.34 + '[' '' = dynamic ']' [2021-06-02T16:02:24.629Z] #56 48.34 + make [2021-06-02T16:02:24.667Z] #43 34.12 CC images/vma.o [2021-06-02T16:02:24.667Z] #43 ... [2021-06-02T16:02:24.667Z] [2021-06-02T16:02:24.667Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:02:24.667Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-06-02T16:02:24.667Z] #13 88.75 Selecting previously unselected package libapparmor1:arm64. [2021-06-02T16:02:24.667Z] #13 88.76 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ... [2021-06-02T16:02:24.667Z] #13 88.76 Unpacking libapparmor1:arm64 (2.13.2-10) ... [2021-06-02T16:02:24.667Z] #13 88.88 Selecting previously unselected package libapparmor-dev:arm64. [2021-06-02T16:02:24.667Z] #13 88.88 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ... [2021-06-02T16:02:24.667Z] #13 88.89 Unpacking libapparmor-dev:arm64 (2.13.2-10) ... [2021-06-02T16:02:24.667Z] #13 89.05 Selecting previously unselected package libbtrfs0. [2021-06-02T16:02:24.667Z] #13 89.05 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ... [2021-06-02T16:02:24.667Z] #13 89.07 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-02T16:02:24.667Z] #13 89.19 Selecting previously unselected package libbtrfs-dev. [2021-06-02T16:02:24.667Z] #13 89.20 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ... [2021-06-02T16:02:24.667Z] #13 89.22 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-02T16:02:24.667Z] #13 89.49 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2021-06-02T16:02:24.667Z] #13 89.50 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ... [2021-06-02T16:02:24.667Z] #13 89.50 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2021-06-02T16:02:24.667Z] #13 89.62 Selecting previously unselected package libudev-dev:arm64. [2021-06-02T16:02:24.667Z] #13 89.63 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_arm64.deb ... [2021-06-02T16:02:24.667Z] #13 89.65 Unpacking libudev-dev:arm64 (241-7~deb10u7) ... [2021-06-02T16:02:24.667Z] #13 89.85 Selecting previously unselected package libsepol1-dev:arm64. [2021-06-02T16:02:24.667Z] #13 89.86 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ... [2021-06-02T16:02:24.667Z] #13 89.87 Unpacking libsepol1-dev:arm64 (2.8-1) ... [2021-06-02T16:02:24.667Z] #13 90.20 Selecting previously unselected package libpcre16-3:arm64. [2021-06-02T16:02:24.667Z] #13 90.22 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ... [2021-06-02T16:02:24.667Z] #13 90.23 Unpacking libpcre16-3:arm64 (2:8.39-12) ... [2021-06-02T16:02:24.667Z] #13 90.42 Selecting previously unselected package libpcre32-3:arm64. [2021-06-02T16:02:24.667Z] #13 90.43 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ... [2021-06-02T16:02:24.667Z] #13 90.44 Unpacking libpcre32-3:arm64 (2:8.39-12) ... [2021-06-02T16:02:24.667Z] #13 90.64 Selecting previously unselected package libpcrecpp0v5:arm64. [2021-06-02T16:02:24.667Z] #13 90.65 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ... [2021-06-02T16:02:24.667Z] #13 90.65 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ... [2021-06-02T16:02:24.667Z] #13 90.76 Selecting previously unselected package libpcre3-dev:arm64. [2021-06-02T16:02:24.667Z] #13 90.77 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ... [2021-06-02T16:02:24.667Z] #13 90.79 Unpacking libpcre3-dev:arm64 (2:8.39-12) ... [2021-06-02T16:02:24.667Z] #13 91.18 Selecting previously unselected package libselinux1-dev:arm64. [2021-06-02T16:02:24.667Z] #13 91.18 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ... [2021-06-02T16:02:24.667Z] #13 91.20 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ... [2021-06-02T16:02:24.667Z] #13 91.58 Selecting previously unselected package libdevmapper-dev:arm64. [2021-06-02T16:02:24.667Z] #13 91.59 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ... [2021-06-02T16:02:24.667Z] #13 91.60 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ... [2021-06-02T16:02:24.667Z] #13 91.70 Selecting previously unselected package libseccomp-dev:arm64. [2021-06-02T16:02:24.667Z] #13 91.71 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_arm64.deb ... [2021-06-02T16:02:24.667Z] #13 91.73 Unpacking libseccomp-dev:arm64 (2.4.4-1~bpo10+1) ... [2021-06-02T16:02:24.667Z] #13 91.90 Selecting previously unselected package libsystemd-dev:arm64. [2021-06-02T16:02:24.667Z] #13 91.90 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_arm64.deb ... [2021-06-02T16:02:24.667Z] #13 91.92 Unpacking libsystemd-dev:arm64 (241-7~deb10u7) ... [2021-06-02T16:02:24.667Z] #13 92.46 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ... [2021-06-02T16:02:24.667Z] #13 92.48 Setting up libseccomp-dev:arm64 (2.4.4-1~bpo10+1) ... [2021-06-02T16:02:24.667Z] #13 92.51 Setting up libapparmor1:arm64 (2.13.2-10) ... [2021-06-02T16:02:24.667Z] #13 92.54 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-02T16:02:24.667Z] #13 92.56 Setting up libpcre16-3:arm64 (2:8.39-12) ... [2021-06-02T16:02:24.667Z] #13 92.58 Setting up libsepol1-dev:arm64 (2.8-1) ... [2021-06-02T16:02:24.667Z] #13 92.61 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-02T16:02:24.667Z] #13 92.63 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-02T16:02:24.667Z] #13 92.66 Setting up libpcre32-3:arm64 (2:8.39-12) ... [2021-06-02T16:02:24.667Z] #13 92.69 Setting up libudev-dev:arm64 (241-7~deb10u7) ... [2021-06-02T16:02:24.667Z] #13 92.72 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-02T16:02:24.667Z] #13 92.74 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-02T16:02:24.667Z] #13 92.77 Setting up libapparmor-dev:arm64 (2.13.2-10) ... [2021-06-02T16:02:24.667Z] #13 92.80 Setting up mingw-w64-common (6.0.0-3) ... [2021-06-02T16:02:24.667Z] #13 92.84 Setting up libsystemd-dev:arm64 (241-7~deb10u7) ... [2021-06-02T16:02:24.667Z] #13 92.86 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-02T16:02:24.667Z] #13 92.87 Setting up libpcre3-dev:arm64 (2:8.39-12) ... [2021-06-02T16:02:24.667Z] #13 92.89 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-02T16:02:24.667Z] #13 92.91 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-06-02T16:02:24.667Z] #13 92.92 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-06-02T16:02:24.667Z] #13 92.94 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-02T16:02:24.667Z] #13 93.03 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-06-02T16:02:24.667Z] #13 93.04 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-06-02T16:02:24.667Z] #13 93.06 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-02T16:02:24.667Z] #13 93.08 Setting up libselinux1-dev:arm64 (2.8-1+b1) ... [2021-06-02T16:02:24.667Z] #13 93.17 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2021-06-02T16:02:24.667Z] #13 93.19 Setting up dmsetup (2:1.02.155-3) ... [2021-06-02T16:02:24.667Z] #13 93.21 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2021-06-02T16:02:24.667Z] #13 93.24 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ... [2021-06-02T16:02:24.667Z] #13 93.27 Processing triggers for libc-bin (2.28-10) ... [2021-06-02T16:02:24.889Z] #56 ... [2021-06-02T16:02:24.889Z] [2021-06-02T16:02:24.889Z] #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-06-02T16:02:24.889Z] #51 sha256:2f65e270cfa5fa4745a20f52cef6c1ebb0020e0a32632619dfd6931b4d2d55ab [2021-06-02T16:02:24.889Z] #51 DONE 94.8s [2021-06-02T16:02:25.137Z] #13 113.4 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-06-02T16:02:25.137Z] #13 113.4 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-06-02T16:02:25.137Z] #13 113.4 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-06-02T16:02:25.137Z] #13 113.4 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-02T16:02:25.137Z] #13 113.4 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-06-02T16:02:25.137Z] #13 113.5 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-06-02T16:02:25.137Z] #13 113.5 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-02T16:02:25.137Z] #13 113.5 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-02T16:02:25.137Z] #13 113.5 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-06-02T16:02:25.137Z] #13 113.5 Setting up libudev-dev:amd64 (241-7~deb10u7) ... [2021-06-02T16:02:25.137Z] #13 113.6 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-02T16:02:25.137Z] #13 113.6 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-02T16:02:25.137Z] #13 113.6 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-06-02T16:02:25.150Z] [2021-06-02T16:02:25.150Z] #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-06-02T16:02:25.150Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:25.150Z] #43 27.30 CC images/sk-packet.o [2021-06-02T16:02:25.150Z] #43 27.63 CC images/mnt.o [2021-06-02T16:02:25.150Z] #43 27.86 CC images/pipe-data.o [2021-06-02T16:02:25.150Z] #43 28.13 CC images/sa.o [2021-06-02T16:02:25.150Z] #43 28.40 CC images/timer.o [2021-06-02T16:02:25.150Z] #43 28.81 CC images/timerfd.o [2021-06-02T16:02:25.150Z] #43 28.99 CC images/mm.o [2021-06-02T16:02:25.150Z] #43 29.38 CC images/sk-opts.o [2021-06-02T16:02:25.150Z] #43 29.64 CC images/sk-unix.o [2021-06-02T16:02:25.150Z] #43 29.94 CC images/sk-inet.o [2021-06-02T16:02:25.150Z] #43 30.37 CC images/tun.o [2021-06-02T16:02:25.396Z] #13 113.6 Setting up mingw-w64-common (6.0.0-3) ... [2021-06-02T16:02:25.396Z] #13 113.7 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-06-02T16:02:25.396Z] #13 113.7 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-02T16:02:25.396Z] #13 113.7 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-06-02T16:02:25.396Z] #13 113.7 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-02T16:02:25.396Z] #13 113.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-06-02T16:02:25.396Z] #13 113.7 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-06-02T16:02:25.396Z] #13 113.7 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-02T16:02:25.396Z] #13 113.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-06-02T16:02:25.396Z] #13 113.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-06-02T16:02:25.396Z] #13 113.8 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-02T16:02:25.396Z] #13 113.8 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-06-02T16:02:25.396Z] #13 113.8 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-06-02T16:02:25.411Z] #43 30.66 CC images/sk-netlink.o [2021-06-02T16:02:25.411Z] #43 30.88 CC images/packet-sock.o [2021-06-02T16:02:25.618Z] #13 DONE 94.9s [2021-06-02T16:02:25.618Z] [2021-06-02T16:02:25.618Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-06-02T16:02:25.618Z] #14 sha256:8a6ac16c6f60b3ddd6666e188160503c9d1e0f23b198ede20cd2b4a914d2344c [2021-06-02T16:02:25.660Z] #13 113.8 Setting up dmsetup (2:1.02.155-3) ... [2021-06-02T16:02:25.660Z] #13 113.8 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-06-02T16:02:25.660Z] #13 113.9 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-06-02T16:02:25.660Z] #13 113.9 Processing triggers for libc-bin (2.28-10) ... [2021-06-02T16:02:25.982Z] #43 31.28 CC images/ipc-var.o [2021-06-02T16:02:25.982Z] #43 31.48 CC images/ipc-desc.o [2021-06-02T16:02:26.123Z] #13 ... [2021-06-02T16:02:26.123Z] [2021-06-02T16:02:26.123Z] #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-06-02T16:02:26.123Z] #58 sha256:31843f4df59d6dddf484082c99c240d626c6b396bb1246c98f077a2610277b4e [2021-06-02T16:02:26.123Z] #58 DONE 120.8s [2021-06-02T16:02:26.123Z] [2021-06-02T16:02:26.123Z] #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-06-02T16:02:26.123Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:26.123Z] #43 45.07 CC compel/src/lib/log.o [2021-06-02T16:02:26.123Z] #43 45.28 CC compel/arch/x86/src/lib/cpu.o [2021-06-02T16:02:26.123Z] #43 45.99 CC compel/arch/x86/src/lib/infect.o [2021-06-02T16:02:26.123Z] #43 46.85 CC compel/src/lib/infect-rpc.o [2021-06-02T16:02:26.123Z] #43 47.29 CC compel/src/lib/infect-util.o [2021-06-02T16:02:26.123Z] #43 47.56 CC compel/src/lib/infect.o [2021-06-02T16:02:26.123Z] #43 49.88 CC compel/src/lib/ptrace.o [2021-06-02T16:02:26.123Z] #43 50.30 AR compel/libcompel.a [2021-06-02T16:02:26.123Z] #43 50.40 HOSTCC compel/src/main-host.o [2021-06-02T16:02:26.123Z] #43 50.63 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-06-02T16:02:26.123Z] #43 50.82 HOSTCC compel/src/lib/handle-elf-host.o [2021-06-02T16:02:26.123Z] #43 51.12 HOSTCC compel/src/lib/log-host.o [2021-06-02T16:02:26.123Z] #43 51.27 HOSTLINK compel/compel-host-bin [2021-06-02T16:02:26.123Z] #43 51.37 DEP soccr/soccr.d [2021-06-02T16:02:26.123Z] #43 51.50 CC soccr/soccr.o [2021-06-02T16:02:26.123Z] #43 52.63 AR soccr/libsoccr.a [2021-06-02T16:02:26.123Z] #43 52.72 make[1]: 'soccr/libsoccr.a' is up to date. [2021-06-02T16:02:26.202Z] #14 ... [2021-06-02T16:02:26.202Z] [2021-06-02T16:02:26.202Z] #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-06-02T16:02:26.202Z] #58 sha256:e6b5a580a7afc843d12461da2d01e8ff790831a4b97c1bfef828637b25675407 [2021-06-02T16:02:26.202Z] #58 91.09 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-02T16:02:26.202Z] #58 91.09 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-06-02T16:02:26.202Z] #58 DONE 97.6s [2021-06-02T16:02:26.243Z] #43 31.69 CC images/ipc-shm.o [2021-06-02T16:02:26.380Z] #43 ... [2021-06-02T16:02:26.380Z] [2021-06-02T16:02:26.380Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:02:26.380Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T16:02:26.380Z] #13 DONE 115.6s [2021-06-02T16:02:26.380Z] [2021-06-02T16:02:26.380Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-06-02T16:02:26.380Z] #59 sha256:dd6c1d8c9711fb61bba2585a18a845d8334e72c4e6063fd6c635c27619d8d20e [2021-06-02T16:02:26.380Z] #59 DONE 0.1s [2021-06-02T16:02:26.380Z] [2021-06-02T16:02:26.380Z] #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-06-02T16:02:26.380Z] #53 sha256:bc343dfdeebb128f88e4f9d910e678b0f06c1886f3e5917505f27e7eca4a53db [2021-06-02T16:02:26.380Z] #53 ... [2021-06-02T16:02:26.380Z] [2021-06-02T16:02:26.380Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-06-02T16:02:26.380Z] #60 sha256:89c941626a381995f5da124b8eb15d45869e41ddffd51bb9412320dd09802ad6 [2021-06-02T16:02:26.380Z] #60 DONE 0.1s [2021-06-02T16:02:26.380Z] [2021-06-02T16:02:26.380Z] #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-06-02T16:02:26.380Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:26.380Z] #43 53.20 DEP criu/arch/x86/sigframe.d [2021-06-02T16:02:26.465Z] [2021-06-02T16:02:26.465Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-06-02T16:02:26.465Z] #59 sha256:19100c7c85e9128ac9b0343b6a0376c749730c85c7b84c9bd96d6a95922335c9 [2021-06-02T16:02:26.503Z] #43 32.00 CC images/ipc-msg.o [2021-06-02T16:02:26.728Z] #59 DONE 0.3s [2021-06-02T16:02:26.728Z] [2021-06-02T16:02:26.728Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-06-02T16:02:26.728Z] #60 sha256:e6ef4a391983a3966d98bbb484815e9f911c1872ead284a1ce1445985a8a6702 [2021-06-02T16:02:26.942Z] #43 53.46 DEP criu/arch/x86/sigaction_compat.d [2021-06-02T16:02:26.990Z] #60 DONE 0.1s [2021-06-02T16:02:26.990Z] [2021-06-02T16:02:26.990Z] #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-06-02T16:02:26.990Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-06-02T16:02:26.990Z] #43 34.33 CC images/netdev.o [2021-06-02T16:02:26.990Z] #43 34.71 CC images/tty.o [2021-06-02T16:02:26.990Z] #43 35.18 CC images/file-lock.o [2021-06-02T16:02:26.990Z] #43 35.38 CC images/rlimit.o [2021-06-02T16:02:26.990Z] #43 35.65 CC images/pagemap.o [2021-06-02T16:02:26.990Z] #43 36.09 CC images/siginfo.o [2021-06-02T16:02:26.990Z] #43 36.45 CC images/rpc.o [2021-06-02T16:02:27.074Z] #43 32.36 CC images/ipc-sem.o [2021-06-02T16:02:27.199Z] #43 53.62 DEP criu/arch/x86/kerndat.d [2021-06-02T16:02:27.199Z] #43 53.83 DEP criu/arch/x86/crtools.d [2021-06-02T16:02:27.335Z] #43 32.55 CC images/utsns.o [2021-06-02T16:02:27.335Z] #43 32.76 CC images/creds.o [2021-06-02T16:02:27.455Z] #43 54.02 DEP criu/arch/x86/cpu.d [2021-06-02T16:02:27.555Z] Client: [2021-06-02T16:02:27.555Z] Version: 20.10.6 [2021-06-02T16:02:27.555Z] API version: 1.41 [2021-06-02T16:02:27.555Z] Go version: go1.16.3 [2021-06-02T16:02:27.555Z] Git commit: 370c289 [2021-06-02T16:02:27.555Z] Built: Fri Apr 9 22:49:36 2021 [2021-06-02T16:02:27.555Z] OS/Arch: windows/amd64 [2021-06-02T16:02:27.555Z] Context: default [2021-06-02T16:02:27.555Z] Experimental: true [2021-06-02T16:02:27.555Z] [2021-06-02T16:02:27.555Z] Server: Docker Engine - Community [2021-06-02T16:02:27.555Z] Engine: [2021-06-02T16:02:27.555Z] Version: 20.10.6 [2021-06-02T16:02:27.555Z] API version: 1.41 (minimum version 1.24) [2021-06-02T16:02:27.555Z] Go version: go1.13.15 [2021-06-02T16:02:27.555Z] Git commit: 8728dd2 [2021-06-02T16:02:27.555Z] Built: Fri Apr 9 22:45:40 2021 [2021-06-02T16:02:27.555Z] OS/Arch: windows/amd64 [2021-06-02T16:02:27.555Z] Experimental: true [2021-06-02T16:02:27.563Z] #13 DONE 115.8s [2021-06-02T16:02:27.563Z] [2021-06-02T16:02:27.563Z] #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-06-02T16:02:27.563Z] #53 sha256:d14a072805a4bef6f5f530bccd442edbd4ba83701f0eace1f9b6febf74249e2b [2021-06-02T16:02:27.596Z] #43 33.01 CC images/vma.o [2021-06-02T16:02:27.712Z] #43 54.21 CC criu/arch/x86/cpu.o [2021-06-02T16:02:27.856Z] #43 33.25 CC images/netdev.o [2021-06-02T16:02:28.017Z] #43 ... [2021-06-02T16:02:28.017Z] [2021-06-02T16:02:28.017Z] #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-06-02T16:02:28.017Z] #45 sha256:024ca4a5433b3b3c73033d0594ff8cb60684f746bf229a3587c63d0a3937a0d4 [2021-06-02T16:02:28.017Z] #45 112.5 crypto/tls [2021-06-02T16:02:28.017Z] #45 118.8 net/http/httptrace [2021-06-02T16:02:28.017Z] #45 119.0 net/http [2021-06-02T16:02:28.017Z] #45 ... [2021-06-02T16:02:28.017Z] [2021-06-02T16:02:28.017Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-06-02T16:02:28.017Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [Pipeline] sh [2021-06-02T16:02:28.227Z] #22 10.78 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-06-02T16:02:28.227Z] #22 12.07 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-06-02T16:02:28.386Z] #43 37.78 CC images/ext-file.o [2021-06-02T16:02:28.386Z] #43 ... [2021-06-02T16:02:28.386Z] [2021-06-02T16:02:28.386Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-06-02T16:02:28.386Z] #14 sha256:8a6ac16c6f60b3ddd6666e188160503c9d1e0f23b198ede20cd2b4a914d2344c [2021-06-02T16:02:28.386Z] #14 DONE 2.6s [2021-06-02T16:02:28.386Z] [2021-06-02T16:02:28.386Z] #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-06-02T16:02:28.386Z] #15 sha256:daa9f6e8adf5b429e62d5ff15da3779572527060f146ba0a193beaf894564a3f [2021-06-02T16:02:28.428Z] #43 33.61 CC images/tty.o [2021-06-02T16:02:28.488Z] #22 12.11 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-06-02T16:02:28.488Z] #22 12.16 Collecting pyyaml (from yamllint==1.26.1) [2021-06-02T16:02:28.581Z] #14 DONE 2.3s [2021-06-02T16:02:28.581Z] [2021-06-02T16:02:28.581Z] #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-06-02T16:02:28.581Z] #53 sha256:bc343dfdeebb128f88e4f9d910e678b0f06c1886f3e5917505f27e7eca4a53db [2021-06-02T16:02:28.582Z] #53 2.280 + RM_GOPATH=0 [2021-06-02T16:02:28.582Z] #53 2.280 + TMP_GOPATH= [2021-06-02T16:02:28.582Z] #53 2.280 + : /build [2021-06-02T16:02:28.582Z] #53 2.280 + '[' -z '' ']' [2021-06-02T16:02:28.582Z] #53 2.280 ++ mktemp -d [2021-06-02T16:02:28.582Z] #53 2.282 + export GOPATH=/tmp/tmp.hmgZaHHMgp [2021-06-02T16:02:28.582Z] #53 2.282 + GOPATH=/tmp/tmp.hmgZaHHMgp [2021-06-02T16:02:28.582Z] #53 2.282 + RM_GOPATH=1 [2021-06-02T16:02:28.582Z] #53 2.282 + case "$(go env GOARCH)" in [2021-06-02T16:02:28.582Z] #53 2.282 ++ go env GOARCH [2021-06-02T16:02:28.582Z] #53 2.311 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:02:28.582Z] #53 2.311 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:02:28.582Z] #53 2.311 ++ dirname /tmp/install/install.sh [2021-06-02T16:02:28.582Z] #53 2.311 + dir=/tmp/install [2021-06-02T16:02:28.582Z] #53 2.311 + bin=runc [2021-06-02T16:02:28.582Z] #53 2.311 + shift [2021-06-02T16:02:28.582Z] #53 2.311 + '[' '!' -f /tmp/install/runc.installer ']' [2021-06-02T16:02:28.582Z] #53 2.311 + . /tmp/install/runc.installer [2021-06-02T16:02:28.582Z] #53 2.311 ++ : b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-02T16:02:28.582Z] #53 2.311 + install_runc [2021-06-02T16:02:28.582Z] #53 2.311 + uname -r [2021-06-02T16:02:28.582Z] #53 2.312 + grep -q '^3\.10\.0.*\.el7\.' [2021-06-02T16:02:28.582Z] #53 2.319 Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp ) [2021-06-02T16:02:28.582Z] #53 2.325 + RUNC_BUILDTAGS='seccomp ' [2021-06-02T16:02:28.582Z] #53 2.325 + echo 'Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp )' [2021-06-02T16:02:28.582Z] #53 2.325 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.hmgZaHHMgp/src/github.com/opencontainers/runc [2021-06-02T16:02:28.582Z] #53 2.350 Cloning into '/tmp/tmp.hmgZaHHMgp/src/github.com/opencontainers/runc'... [2021-06-02T16:02:28.748Z] #22 12.38 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-06-02T16:02:28.937Z] #53 ... [2021-06-02T16:02:28.937Z] [2021-06-02T16:02:28.937Z] #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-06-02T16:02:28.937Z] #58 sha256:2d5a35eb03e2ca9bc7eb88da220495b7837def916c84ca09eec5465c349fe3bf [2021-06-02T16:02:28.937Z] #58 115.4 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-02T16:02:28.937Z] #58 115.4 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-06-02T16:02:28.937Z] #58 DONE 123.2s [2021-06-02T16:02:28.999Z] #43 34.21 CC images/file-lock.o [2021-06-02T16:02:28.999Z] #43 ... [2021-06-02T16:02:28.999Z] [2021-06-02T16:02:28.999Z] #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-06-02T16:02:28.999Z] #45 sha256:c9574aedef6eee0498adeca739abe2efcb00577146fa7c6b61141ec11fdafc85 [2021-06-02T16:02:28.999Z] #45 88.67 github.com/LK4D4/vndr/build [2021-06-02T16:02:28.999Z] #45 90.34 github.com/LK4D4/vndr/versioned [2021-06-02T16:02:28.999Z] #45 90.45 compress/flate [2021-06-02T16:02:28.999Z] #45 92.02 hash/crc32 [2021-06-02T16:02:28.999Z] #45 92.80 net [2021-06-02T16:02:28.999Z] #45 93.22 compress/gzip [2021-06-02T16:02:28.999Z] #45 93.68 vendor/golang.org/x/text/transform [2021-06-02T16:02:28.999Z] #45 94.37 vendor/golang.org/x/text/unicode/bidi [2021-06-02T16:02:28.999Z] #45 96.25 vendor/golang.org/x/text/secure/bidirule [2021-06-02T16:02:28.999Z] #45 96.54 vendor/golang.org/x/text/unicode/norm [2021-06-02T16:02:29.009Z] #22 12.70 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-06-02T16:02:29.009Z] #22 12.71 Building wheels for collected packages: yamllint [2021-06-02T16:02:29.009Z] #22 12.71 Running setup.py bdist_wheel for yamllint: started [2021-06-02T16:02:29.100Z] + docker info [2021-06-02T16:02:29.196Z] [2021-06-02T16:02:29.196Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-06-02T16:02:29.196Z] #59 sha256:fdd790930df72415c704a7ba32e0f1dea391649272982be2f553cdc88791858b [2021-06-02T16:02:29.196Z] #59 DONE 0.1s [2021-06-02T16:02:29.196Z] [2021-06-02T16:02:29.196Z] #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-06-02T16:02:29.196Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:29.196Z] #43 50.11 CC compel/src/lib/ptrace.o [2021-06-02T16:02:29.196Z] #43 50.44 AR compel/libcompel.a [2021-06-02T16:02:29.196Z] #43 50.52 HOSTCC compel/src/main-host.o [2021-06-02T16:02:29.196Z] #43 50.80 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-06-02T16:02:29.196Z] #43 51.02 HOSTCC compel/src/lib/handle-elf-host.o [2021-06-02T16:02:29.196Z] #43 51.33 HOSTCC compel/src/lib/log-host.o [2021-06-02T16:02:29.196Z] #43 51.50 HOSTLINK compel/compel-host-bin [2021-06-02T16:02:29.196Z] #43 51.60 DEP soccr/soccr.d [2021-06-02T16:02:29.196Z] #43 51.74 CC soccr/soccr.o [2021-06-02T16:02:29.196Z] #43 ... [2021-06-02T16:02:29.196Z] [2021-06-02T16:02:29.196Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-06-02T16:02:29.196Z] #60 sha256:1764f8c0b01d8e3a235f80492d8020d8a62dd529e2f0a712ec1012ff118d0cb4 [2021-06-02T16:02:29.196Z] #60 DONE 0.1s [2021-06-02T16:02:29.260Z] #45 ... [2021-06-02T16:02:29.260Z] [2021-06-02T16:02:29.260Z] #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-06-02T16:02:29.260Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:29.260Z] #43 34.48 CC images/rlimit.o [2021-06-02T16:02:29.260Z] #43 34.63 CC images/pagemap.o [2021-06-02T16:02:29.454Z] [2021-06-02T16:02:29.454Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-06-02T16:02:29.454Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-06-02T16:02:29.454Z] #14 DONE 1.9s [2021-06-02T16:02:29.454Z] [2021-06-02T16:02:29.454Z] #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-06-02T16:02:29.454Z] #53 sha256:d14a072805a4bef6f5f530bccd442edbd4ba83701f0eace1f9b6febf74249e2b [2021-06-02T16:02:29.454Z] #53 1.887 + RM_GOPATH=0 [2021-06-02T16:02:29.454Z] #53 1.887 + TMP_GOPATH= [2021-06-02T16:02:29.454Z] #53 1.887 + : /build [2021-06-02T16:02:29.454Z] #53 1.887 + '[' -z '' ']' [2021-06-02T16:02:29.454Z] #53 1.887 ++ mktemp -d [2021-06-02T16:02:29.454Z] #53 1.887 + export GOPATH=/tmp/tmp.LE8CcxXEUl [2021-06-02T16:02:29.454Z] #53 1.887 + GOPATH=/tmp/tmp.LE8CcxXEUl [2021-06-02T16:02:29.454Z] #53 1.887 + RM_GOPATH=1 [2021-06-02T16:02:29.454Z] #53 1.887 + case "$(go env GOARCH)" in [2021-06-02T16:02:29.454Z] #53 1.891 ++ go env GOARCH [2021-06-02T16:02:29.454Z] #53 1.926 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:02:29.454Z] #53 1.926 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:02:29.454Z] #53 1.926 ++ dirname /tmp/install/install.sh [2021-06-02T16:02:29.454Z] #53 1.950 Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp ) [2021-06-02T16:02:29.454Z] #53 1.950 + dir=/tmp/install [2021-06-02T16:02:29.454Z] #53 1.950 + bin=runc [2021-06-02T16:02:29.454Z] #53 1.950 + shift [2021-06-02T16:02:29.454Z] #53 1.950 + '[' '!' -f /tmp/install/runc.installer ']' [2021-06-02T16:02:29.454Z] #53 1.950 + . /tmp/install/runc.installer [2021-06-02T16:02:29.454Z] #53 1.950 ++ : b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-02T16:02:29.454Z] #53 1.950 + install_runc [2021-06-02T16:02:29.454Z] #53 1.950 + grep -q '^3\.10\.0.*\.el7\.' [2021-06-02T16:02:29.454Z] #53 1.950 + uname -r [2021-06-02T16:02:29.454Z] #53 1.950 + RUNC_BUILDTAGS='seccomp ' [2021-06-02T16:02:29.454Z] #53 1.950 + echo 'Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp )' [2021-06-02T16:02:29.454Z] #53 1.950 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.LE8CcxXEUl/src/github.com/opencontainers/runc [2021-06-02T16:02:29.454Z] #53 1.971 Cloning into '/tmp/tmp.LE8CcxXEUl/src/github.com/opencontainers/runc'... [2021-06-02T16:02:29.520Z] #43 34.88 CC images/siginfo.o [2021-06-02T16:02:29.781Z] #43 35.12 CC images/rpc.o [2021-06-02T16:02:30.021Z] #53 ... [2021-06-02T16:02:30.021Z] [2021-06-02T16:02:30.021Z] #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-06-02T16:02:30.021Z] #45 sha256:9157f81689e5d9248f131885dbab30c114e596864682d0b6c95e04322c866b39 [2021-06-02T16:02:30.021Z] #45 114.1 crypto/tls [2021-06-02T16:02:30.021Z] #45 120.5 net/http/httptrace [2021-06-02T16:02:30.021Z] #45 120.6 net/http [2021-06-02T16:02:30.021Z] #45 ... [2021-06-02T16:02:30.021Z] [2021-06-02T16:02:30.021Z] #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-06-02T16:02:30.021Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:30.021Z] #43 53.90 AR soccr/libsoccr.a [2021-06-02T16:02:30.021Z] #43 53.99 make[1]: 'soccr/libsoccr.a' is up to date. [2021-06-02T16:02:30.311Z] #15 DONE 2.0s [2021-06-02T16:02:30.312Z] [2021-06-02T16:02:30.312Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-06-02T16:02:30.312Z] #16 sha256:65e089c5b1d7082ef58fefc5a2c440b5b720136eae7084c036f4b9a2be3fd5b1 [2021-06-02T16:02:30.392Z] #22 13.88 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-06-02T16:02:30.392Z] #22 13.88 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-06-02T16:02:30.392Z] #22 13.93 Successfully built yamllint [2021-06-02T16:02:30.392Z] #22 13.96 Installing collected packages: pathspec, pyyaml, yamllint [2021-06-02T16:02:30.473Z] #53 ... [2021-06-02T16:02:30.473Z] [2021-06-02T16:02:30.473Z] #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-06-02T16:02:30.473Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-06-02T16:02:30.473Z] #15 DONE 1.5s [2021-06-02T16:02:30.473Z] [2021-06-02T16:02:30.473Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-06-02T16:02:30.473Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-06-02T16:02:30.589Z] #43 54.82 DEP criu/arch/x86/sigframe.d [2021-06-02T16:02:30.589Z] #43 55.07 DEP criu/arch/x86/sigaction_compat.d [2021-06-02T16:02:30.653Z] #22 14.34 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1 [2021-06-02T16:02:30.722Z] #43 36.20 CC images/ext-file.o [2021-06-02T16:02:30.848Z] #43 55.26 DEP criu/arch/x86/kerndat.d [2021-06-02T16:02:30.914Z] #22 DONE 14.7s [2021-06-02T16:02:30.914Z] [2021-06-02T16:02:30.914Z] #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-06-02T16:02:30.914Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:30.914Z] #43 133.9 CC criu/net.o [2021-06-02T16:02:30.914Z] #43 137.0 CC criu/netfilter.o [2021-06-02T16:02:30.914Z] #43 137.4 CC criu/page-pipe.o [2021-06-02T16:02:30.914Z] #43 138.0 CC criu/page-xfer.o [2021-06-02T16:02:30.914Z] #43 139.5 CC criu/pagemap-cache.o [2021-06-02T16:02:30.914Z] #43 139.9 CC criu/pagemap.o [2021-06-02T16:02:30.914Z] #43 141.0 CC criu/parasite-syscall.o [2021-06-02T16:02:30.914Z] #43 142.1 CC criu/path.o [2021-06-02T16:02:30.914Z] #43 142.5 CC criu/pie-util-vdso-elf32.o [2021-06-02T16:02:30.982Z] #43 36.35 CC images/cgroup.o [2021-06-02T16:02:31.106Z] #43 55.57 DEP criu/arch/x86/crtools.d [2021-06-02T16:02:31.174Z] #43 ... [2021-06-02T16:02:31.174Z] [2021-06-02T16:02:31.174Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-06-02T16:02:31.174Z] #25 sha256:c8793f7571c6808d29023c32d7a83499c880a1bbccf48119d98fbf9243e4d97d [2021-06-02T16:02:31.261Z] #16 ... [2021-06-02T16:02:31.261Z] [2021-06-02T16:02:31.261Z] #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-06-02T16:02:31.261Z] #45 sha256:9a3f01892994c37ed64e33fce5af07846d09d9ea0eef75bcfbf7eeb92ade3545 [2021-06-02T16:02:31.261Z] #45 92.48 vendor/golang.org/x/net/http/httpproxy [2021-06-02T16:02:31.261Z] #45 92.48 net/textproto [2021-06-02T16:02:31.261Z] #45 92.49 crypto/x509 [2021-06-02T16:02:31.261Z] #45 93.49 vendor/golang.org/x/net/http/httpguts [2021-06-02T16:02:31.261Z] #45 93.50 mime/multipart [2021-06-02T16:02:31.261Z] #45 95.45 crypto/tls [2021-06-02T16:02:31.261Z] #45 102.0 net/http/httptrace [2021-06-02T16:02:31.261Z] #45 102.1 net/http [2021-06-02T16:02:31.261Z] #45 ... [2021-06-02T16:02:31.261Z] [2021-06-02T16:02:31.261Z] #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-06-02T16:02:31.261Z] #53 sha256:a75e98d1cad2d471866aae9b8f303ec68ac450ce2dbdd7cc27c68204cf421afa [2021-06-02T16:02:31.261Z] #53 2.000 + RM_GOPATH=0 [2021-06-02T16:02:31.261Z] #53 2.000 + TMP_GOPATH= [2021-06-02T16:02:31.261Z] #53 2.000 + : /build [2021-06-02T16:02:31.261Z] #53 2.000 + '[' -z '' ']' [2021-06-02T16:02:31.261Z] #53 2.000 ++ mktemp -d [2021-06-02T16:02:31.261Z] #53 2.006 + export GOPATH=/tmp/tmp.VisxSGH35W [2021-06-02T16:02:31.261Z] #53 2.006 + GOPATH=/tmp/tmp.VisxSGH35W [2021-06-02T16:02:31.261Z] #53 2.006 + RM_GOPATH=1 [2021-06-02T16:02:31.261Z] #53 2.006 + case "$(go env GOARCH)" in [2021-06-02T16:02:31.261Z] #53 2.007 ++ go env GOARCH [2021-06-02T16:02:31.261Z] #53 2.024 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:02:31.261Z] #53 2.024 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:02:31.261Z] #53 2.033 ++ dirname /tmp/install/install.sh [2021-06-02T16:02:31.261Z] #53 2.033 + dir=/tmp/install [2021-06-02T16:02:31.261Z] #53 2.033 + bin=runc [2021-06-02T16:02:31.261Z] #53 2.033 + shift [2021-06-02T16:02:31.261Z] #53 2.033 + '[' '!' -f /tmp/install/runc.installer ']' [2021-06-02T16:02:31.261Z] #53 2.033 + . /tmp/install/runc.installer [2021-06-02T16:02:31.261Z] #53 2.033 ++ : b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-02T16:02:31.261Z] #53 2.033 + install_runc [2021-06-02T16:02:31.261Z] #53 2.033 + uname -r [2021-06-02T16:02:31.261Z] #53 2.033 + grep -q '^3\.10\.0.*\.el7\.' [2021-06-02T16:02:31.261Z] #53 2.055 + RUNC_BUILDTAGS='seccomp ' [2021-06-02T16:02:31.261Z] #53 2.055 + echo 'Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp )' [2021-06-02T16:02:31.261Z] #53 2.055 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.VisxSGH35W/src/github.com/opencontainers/runc [2021-06-02T16:02:31.261Z] #53 2.055 Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp ) [2021-06-02T16:02:31.261Z] #53 2.062 Cloning into '/tmp/tmp.VisxSGH35W/src/github.com/opencontainers/runc'... [2021-06-02T16:02:31.401Z] #16 1.108 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-06-02T16:02:31.401Z] #16 DONE 1.3s [2021-06-02T16:02:31.401Z] [2021-06-02T16:02:31.401Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-06-02T16:02:31.401Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-06-02T16:02:31.435Z] #25 DONE 0.3s [2021-06-02T16:02:31.435Z] [2021-06-02T16:02:31.435Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-06-02T16:02:31.435Z] #30 sha256:4ce6568bd488f56c24e92865871bac0164c8c520e7536e9ed173b53ba92431f7 [2021-06-02T16:02:31.553Z] #43 36.94 CC images/userns.o [2021-06-02T16:02:31.673Z] #43 55.93 DEP criu/arch/x86/cpu.d [2021-06-02T16:02:31.673Z] #43 ... [2021-06-02T16:02:31.673Z] [2021-06-02T16:02:31.673Z] #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-06-02T16:02:31.673Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-06-02T16:02:31.673Z] #15 DONE 2.2s [2021-06-02T16:02:31.673Z] [2021-06-02T16:02:31.673Z] #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-06-02T16:02:31.673Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:31.673Z] #43 56.15 CC criu/arch/x86/cpu.o [2021-06-02T16:02:31.813Z] #43 37.17 CC images/google/protobuf/descriptor.o [2021-06-02T16:02:31.840Z] #53 ... [2021-06-02T16:02:31.840Z] [2021-06-02T16:02:31.840Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-06-02T16:02:31.840Z] #16 sha256:65e089c5b1d7082ef58fefc5a2c440b5b720136eae7084c036f4b9a2be3fd5b1 [2021-06-02T16:02:31.840Z] #16 1.460 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-06-02T16:02:32.103Z] #16 DONE 1.8s [2021-06-02T16:02:32.103Z] [2021-06-02T16:02:32.103Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-06-02T16:02:32.103Z] #17 sha256:8adba43626e6c2ad9c104858cdfccc193309ce46f8df97e23fb1104bc3eb1997 [2021-06-02T16:02:32.608Z] #43 57.02 CC criu/arch/x86/crtools.o [2021-06-02T16:02:32.769Z] #17 DONE 1.4s [2021-06-02T16:02:32.769Z] [2021-06-02T16:02:32.769Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-06-02T16:02:32.769Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-06-02T16:02:32.867Z] #43 ... [2021-06-02T16:02:32.867Z] [2021-06-02T16:02:32.867Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-06-02T16:02:32.867Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-06-02T16:02:32.867Z] #16 1.298 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-06-02T16:02:32.867Z] #16 DONE 1.4s [2021-06-02T16:02:33.125Z] [2021-06-02T16:02:33.125Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-06-02T16:02:33.125Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-06-02T16:02:33.726Z] #43 38.73 CC images/opts.o [2021-06-02T16:02:33.726Z] #43 38.96 CC images/seccomp.o [2021-06-02T16:02:33.726Z] #43 39.22 CC images/binfmt-misc.o [2021-06-02T16:02:33.986Z] #43 39.40 CC images/time.o [2021-06-02T16:02:34.028Z] #17 DONE 1.4s [2021-06-02T16:02:34.028Z] [2021-06-02T16:02:34.028Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-06-02T16:02:34.028Z] #18 sha256:3cacc04a1189660550b8cc885d68df049614571821b02a63bff579b9e9bd4f22 [2021-06-02T16:02:34.136Z] #18 DONE 1.3s [2021-06-02T16:02:34.136Z] [2021-06-02T16:02:34.136Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-06-02T16:02:34.136Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-06-02T16:02:34.247Z] #43 39.63 CC images/sysctl.o [2021-06-02T16:02:34.507Z] #43 39.89 CC images/autofs.o [2021-06-02T16:02:34.598Z] #17 DONE 1.3s [2021-06-02T16:02:34.598Z] [2021-06-02T16:02:34.598Z] #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-06-02T16:02:34.598Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:34.598Z] #43 58.68 CC criu/arch/x86/kerndat.o [2021-06-02T16:02:34.768Z] #43 40.10 CC images/macvlan.o [2021-06-02T16:02:35.029Z] #43 40.34 CC images/sit.o [2021-06-02T16:02:35.064Z] #19 DONE 1.2s [2021-06-02T16:02:35.064Z] [2021-06-02T16:02:35.064Z] #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-06-02T16:02:35.064Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:35.064Z] #43 55.15 CC criu/arch/x86/crtools.o [2021-06-02T16:02:35.064Z] #43 56.53 CC criu/arch/x86/kerndat.o [2021-06-02T16:02:35.064Z] #43 57.43 CC criu/arch/x86/sigaction_compat.o [2021-06-02T16:02:35.064Z] #43 57.75 CC criu/arch/x86/sigframe.o [2021-06-02T16:02:35.064Z] #43 58.20 LINK criu/arch/x86/crtools.built-in.o [2021-06-02T16:02:35.064Z] #43 58.37 DEP criu/pie/util-vdso-elf32.d [2021-06-02T16:02:35.064Z] #43 58.60 DEP criu/pie/util-vdso.d [2021-06-02T16:02:35.064Z] #43 58.76 DEP criu/pie/util.d [2021-06-02T16:02:35.064Z] #43 58.94 CC criu/pie/util.o [2021-06-02T16:02:35.064Z] #43 59.33 CC criu/pie/util-vdso.o [2021-06-02T16:02:35.064Z] #43 60.28 CC criu/pie/util-vdso-elf32.o [2021-06-02T16:02:35.064Z] #43 61.09 AR criu/pie/pie.lib.a [2021-06-02T16:02:35.064Z] #43 61.25 DEP criu/pie/restorer.d [2021-06-02T16:02:35.064Z] #43 61.47 DEP criu/arch/x86/sigaction_compat_pie.d [2021-06-02T16:02:35.064Z] #43 61.59 DEP criu/arch/x86/restorer_unmap.d [2021-06-02T16:02:35.064Z] #43 61.62 DEP criu/arch/x86/restorer.d [2021-06-02T16:02:35.185Z] #43 59.42 CC criu/arch/x86/sigaction_compat.o [2021-06-02T16:02:35.290Z] #43 40.56 CC images/memfd.o [2021-06-02T16:02:35.323Z] #43 61.84 DEP criu/arch/x86/vdso-pie.d [2021-06-02T16:02:35.323Z] #43 ... [2021-06-02T16:02:35.323Z] [2021-06-02T16:02:35.323Z] #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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-02T16:02:35.323Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-02T16:02:35.424Z] #18 DONE 1.7s [2021-06-02T16:02:35.424Z] [2021-06-02T16:02:35.424Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-06-02T16:02:35.424Z] #19 sha256:4c1fddb96b703d3806ef5aae6835a85678c055f769b5f99c9926d604e1adf9d6 [2021-06-02T16:02:35.473Z] #43 59.85 CC criu/arch/x86/sigframe.o [2021-06-02T16:02:35.550Z] #43 40.83 CC images/timens.o [2021-06-02T16:02:35.735Z] #43 ... [2021-06-02T16:02:35.735Z] [2021-06-02T16:02:35.735Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-06-02T16:02:35.735Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-06-02T16:02:35.735Z] #18 DONE 1.2s [2021-06-02T16:02:35.735Z] [2021-06-02T16:02:35.736Z] #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-06-02T16:02:35.736Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:35.736Z] #43 60.26 LINK criu/arch/x86/crtools.built-in.o [2021-06-02T16:02:35.811Z] #43 41.14 LINK images/built-in.o [2021-06-02T16:02:35.811Z] #43 41.29 GEN compel/include/asm [2021-06-02T16:02:35.811Z] #43 41.33 GEN compel/include/version.h [2021-06-02T16:02:35.811Z] #43 41.35 touch .config [2021-06-02T16:02:35.997Z] #43 60.38 DEP criu/pie/util-vdso-elf32.d [2021-06-02T16:02:36.072Z] #43 41.38 GEN include/common/config.h [2021-06-02T16:02:36.072Z] #43 41.47 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-06-02T16:02:36.072Z] #43 41.50 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-06-02T16:02:36.072Z] #43 41.52 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-06-02T16:02:36.072Z] #43 41.55 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-06-02T16:02:36.072Z] #43 41.58 DEP compel/arch/x86/plugins/std/memcpy.d [2021-06-02T16:02:36.072Z] #43 ... [2021-06-02T16:02:36.072Z] [2021-06-02T16:02:36.072Z] #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-06-02T16:02:36.072Z] #56 sha256:ef4de1caa1556bcb9c58e04d0b05c015d950cc589670e8e861e912bd1297c3d2 [2021-06-02T16:02:36.072Z] #56 49.89 + bin/ctr [2021-06-02T16:02:36.267Z] #43 60.58 DEP criu/pie/util-vdso.d [2021-06-02T16:02:36.267Z] #43 60.80 DEP criu/pie/util.d [2021-06-02T16:02:36.332Z] #56 ... [2021-06-02T16:02:36.333Z] [2021-06-02T16:02:36.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-06-02T16:02:36.333Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:36.333Z] #43 41.61 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-06-02T16:02:36.333Z] #43 41.62 GEN compel/plugins/include/uapi/std/syscall.h [2021-06-02T16:02:36.333Z] #43 41.65 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-06-02T16:02:36.333Z] #43 41.67 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-06-02T16:02:36.333Z] #43 41.70 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-06-02T16:02:36.333Z] #43 41.70 DEP compel/plugins/std/infect.d [2021-06-02T16:02:36.526Z] #43 61.09 CC criu/pie/util.o [2021-06-02T16:02:36.593Z] #43 41.87 DEP compel/plugins/std/string.d [2021-06-02T16:02:36.593Z] #43 42.01 DEP compel/plugins/std/log.d [2021-06-02T16:02:36.593Z] #43 42.09 DEP compel/plugins/std/fds.d [2021-06-02T16:02:36.692Z] #20 1.422 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-06-02T16:02:36.692Z] #20 1.515 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-02T16:02:36.692Z] #20 1.614 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-02T16:02:36.719Z] #30 DONE 5.1s [2021-06-02T16:02:36.719Z] [2021-06-02T16:02:36.719Z] #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-06-02T16:02:36.719Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:36.719Z] #43 143.3 CC criu/pie-util-vdso.o [2021-06-02T16:02:36.719Z] #43 143.8 CC criu/pie-util.o [2021-06-02T16:02:36.719Z] #43 144.0 CC criu/pipes.o [2021-06-02T16:02:36.719Z] #43 144.7 CC criu/plugin.o [2021-06-02T16:02:36.719Z] #43 145.1 CC criu/proc_parse.o [2021-06-02T16:02:36.719Z] #43 147.3 CC criu/protobuf-desc.o [2021-06-02T16:02:36.719Z] #43 147.9 CC criu/protobuf.o [2021-06-02T16:02:36.783Z] #43 ... [2021-06-02T16:02:36.783Z] [2021-06-02T16:02:36.783Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-06-02T16:02:36.783Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-06-02T16:02:36.783Z] #19 DONE 1.3s [2021-06-02T16:02:36.854Z] #43 42.24 DEP compel/plugins/std/std.d [2021-06-02T16:02:36.948Z] #20 1.702 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-02T16:02:36.979Z] #43 148.4 CC criu/pstree.o [2021-06-02T16:02:36.979Z] #43 ... [2021-06-02T16:02:36.979Z] [2021-06-02T16:02:36.979Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-06-02T16:02:36.979Z] #33 sha256:d77c9d1eca8106c2d13efdb9f9ea61a0fe5f7686a38a5cb862f465d691fa2d9d [2021-06-02T16:02:36.979Z] #33 DONE 0.5s [2021-06-02T16:02:36.979Z] [2021-06-02T16:02:36.979Z] #35 [dev-systemd-false 13/26] COPY --from=tomll /build/ /usr/local/bin/ [2021-06-02T16:02:36.979Z] #35 sha256:4b751ab9dc15679b9ebbd0f19cc7b790530c6ab48e4228d53ec60fff2be43e09 [2021-06-02T16:02:37.042Z] [2021-06-02T16:02:37.042Z] #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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-02T16:02:37.042Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-02T16:02:37.115Z] #43 42.39 DEP compel/plugins/shmem/shmem.d [2021-06-02T16:02:37.115Z] #43 42.52 DEP compel/plugins/fds/fds.d [2021-06-02T16:02:37.115Z] #43 42.65 CC compel/plugins/std/std.o [2021-06-02T16:02:37.204Z] #20 2.086 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [477 kB] [2021-06-02T16:02:37.240Z] #35 DONE 0.1s [2021-06-02T16:02:37.240Z] [2021-06-02T16:02:37.240Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-06-02T16:02:37.240Z] #38 sha256:1c716cebafe398605f50d3a2eb9f4ad37ad8ad510a48c3712440a69d3917fbc0 [2021-06-02T16:02:37.348Z] #19 DONE 1.7s [2021-06-02T16:02:37.348Z] [2021-06-02T16:02:37.348Z] #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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-02T16:02:37.348Z] #20 sha256:195ad63f85bbe48cccd81011f6d5378917eee02482ebd331ff759ae3860159b7 [2021-06-02T16:02:37.375Z] #43 42.94 CC compel/plugins/std/fds.o [2021-06-02T16:02:37.501Z] #38 DONE 0.3s [2021-06-02T16:02:37.501Z] [2021-06-02T16:02:37.501Z] #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-06-02T16:02:37.501Z] #53 sha256:d74a9f9c69b1a532ce2dfe4a6ccb22c81fd40dde4488f27bc2c362884cd9181b [2021-06-02T16:02:38.072Z] #53 ... [2021-06-02T16:02:38.072Z] [2021-06-02T16:02:38.072Z] #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-06-02T16:02:38.072Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:38.072Z] #43 149.5 CC criu/rbtree.o [2021-06-02T16:02:38.316Z] #43 43.41 CC compel/plugins/std/log.o [2021-06-02T16:02:38.332Z] #43 149.9 CC criu/rst-malloc.o [2021-06-02T16:02:38.416Z] #20 1.481 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-06-02T16:02:38.416Z] #20 1.527 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-02T16:02:38.416Z] #20 1.597 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-02T16:02:38.571Z] #20 3.124 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-02T16:02:38.675Z] #20 1.678 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-02T16:02:38.740Z] #20 1.702 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-06-02T16:02:38.740Z] #20 1.720 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-02T16:02:38.740Z] #20 ... [2021-06-02T16:02:38.740Z] [2021-06-02T16:02:38.740Z] #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-06-02T16:02:38.740Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-06-02T16:02:38.740Z] #43 38.13 CC images/cgroup.o [2021-06-02T16:02:38.740Z] #43 39.34 CC images/userns.o [2021-06-02T16:02:38.740Z] #43 39.67 CC images/google/protobuf/descriptor.o [2021-06-02T16:02:38.740Z] #43 41.59 CC images/opts.o [2021-06-02T16:02:38.740Z] #43 41.94 CC images/seccomp.o [2021-06-02T16:02:38.740Z] #43 42.35 CC images/binfmt-misc.o [2021-06-02T16:02:38.740Z] #43 42.62 CC images/time.o [2021-06-02T16:02:38.740Z] #43 42.81 CC images/sysctl.o [2021-06-02T16:02:38.740Z] #43 42.97 CC images/autofs.o [2021-06-02T16:02:38.740Z] #43 43.23 CC images/macvlan.o [2021-06-02T16:02:38.740Z] #43 43.50 CC images/sit.o [2021-06-02T16:02:38.740Z] #43 43.67 CC images/memfd.o [2021-06-02T16:02:38.740Z] #43 43.83 CC images/timens.o [2021-06-02T16:02:38.740Z] #43 44.07 LINK images/built-in.o [2021-06-02T16:02:38.740Z] #43 44.34 GEN compel/include/asm [2021-06-02T16:02:38.740Z] #43 44.40 GEN compel/include/version.h [2021-06-02T16:02:38.740Z] #43 44.45 touch .config [2021-06-02T16:02:38.740Z] #43 44.53 GEN include/common/config.h [2021-06-02T16:02:38.740Z] #43 44.62 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-06-02T16:02:38.740Z] #43 44.64 GEN compel/arch/aarch64/plugins/std/syscalls/syscalls.S [2021-06-02T16:02:38.740Z] #43 44.71 DEP compel/arch/aarch64/plugins/std/syscalls/syscalls.d [2021-06-02T16:02:38.740Z] #43 44.76 DEP compel/arch/aarch64/plugins/std/parasite-head.d [2021-06-02T16:02:38.740Z] #43 44.78 DEP compel/plugins/std/infect.d [2021-06-02T16:02:38.740Z] #43 44.97 DEP compel/plugins/std/string.d [2021-06-02T16:02:38.740Z] #43 45.06 DEP compel/plugins/std/log.d [2021-06-02T16:02:38.740Z] #43 45.18 DEP compel/plugins/std/fds.d [2021-06-02T16:02:38.740Z] #43 45.29 DEP compel/plugins/std/std.d [2021-06-02T16:02:38.740Z] #43 45.37 DEP compel/plugins/shmem/shmem.d [2021-06-02T16:02:38.740Z] #43 45.59 DEP compel/plugins/fds/fds.d [2021-06-02T16:02:38.740Z] #43 45.73 CC compel/plugins/std/std.o [2021-06-02T16:02:38.740Z] #43 46.18 CC compel/plugins/std/fds.o [2021-06-02T16:02:38.740Z] #43 46.53 CC compel/plugins/std/log.o [2021-06-02T16:02:38.740Z] #43 47.66 CC compel/plugins/std/string.o [2021-06-02T16:02:38.740Z] #43 ... [2021-06-02T16:02:38.740Z] [2021-06-02T16:02:38.740Z] #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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-02T16:02:38.740Z] #20 sha256:195ad63f85bbe48cccd81011f6d5378917eee02482ebd331ff759ae3860159b7 [2021-06-02T16:02:38.740Z] #20 1.729 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-02T16:02:38.740Z] #20 1.729 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-02T16:02:38.886Z] #43 44.25 CC compel/plugins/std/string.o [2021-06-02T16:02:38.902Z] #43 150.2 CC criu/seccomp.o [2021-06-02T16:02:39.242Z] #20 2.055 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [477 kB] [2021-06-02T16:02:39.315Z] #20 2.348 Get:5 http://deb.debian.org/debian buster-backports/main arm64 Packages [472 kB] [2021-06-02T16:02:39.459Z] #43 44.89 CC compel/plugins/std/infect.o [2021-06-02T16:02:39.473Z] #43 151.0 CC criu/seize.o [2021-06-02T16:02:39.546Z] #20 4.478 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [291 kB] [2021-06-02T16:02:40.029Z] #43 45.32 CC compel/arch/x86/plugins/std/parasite-head.o [2021-06-02T16:02:40.029Z] #43 45.39 CC compel/arch/x86/plugins/std/memcpy.o [2021-06-02T16:02:40.029Z] #43 45.44 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-06-02T16:02:40.029Z] #43 45.53 AR compel/plugins/std.lib.a [2021-06-02T16:02:40.178Z] #20 3.112 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-02T16:02:40.264Z] #20 3.140 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-06-02T16:02:40.290Z] #43 45.62 CC compel/plugins/fds/fds.o [2021-06-02T16:02:40.414Z] #43 151.9 CC criu/servicefd.o [2021-06-02T16:02:40.474Z] #20 ... [2021-06-02T16:02:40.474Z] [2021-06-02T16:02:40.474Z] #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-06-02T16:02:40.474Z] #53 sha256:bc343dfdeebb128f88e4f9d910e678b0f06c1886f3e5917505f27e7eca4a53db [2021-06-02T16:02:40.474Z] #53 14.09 + cd /tmp/tmp.hmgZaHHMgp/src/github.com/opencontainers/runc [2021-06-02T16:02:40.474Z] #53 14.09 + git checkout -q b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-02T16:02:40.474Z] #53 14.37 + '[' -z '' ']' [2021-06-02T16:02:40.558Z] #43 45.96 AR compel/plugins/fds.lib.a [2021-06-02T16:02:40.558Z] #43 46.02 HOSTDEP compel/src/lib/log-host.d [2021-06-02T16:02:40.730Z] #53 14.37 + target=static [2021-06-02T16:02:40.730Z] #53 14.37 + make 'BUILDTAGS=seccomp ' static [2021-06-02T16:02:40.818Z] #43 46.10 HOSTDEP compel/src/lib/handle-elf-host.d [2021-06-02T16:02:40.818Z] #43 46.18 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-06-02T16:02:40.818Z] #43 46.29 HOSTDEP compel/src/main-host.d [2021-06-02T16:02:40.984Z] #43 152.4 CC criu/shmem.o [2021-06-02T16:02:40.986Z] #53 14.71 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o runc . [2021-06-02T16:02:41.080Z] #43 46.42 DEP compel/src/lib/ptrace.d [2021-06-02T16:02:41.080Z] #43 ... [2021-06-02T16:02:41.080Z] [2021-06-02T16:02:41.080Z] #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-06-02T16:02:41.080Z] #45 sha256:c9574aedef6eee0498adeca739abe2efcb00577146fa7c6b61141ec11fdafc85 [2021-06-02T16:02:41.080Z] #45 100.9 vendor/golang.org/x/net/idna [2021-06-02T16:02:41.080Z] #45 102.9 vendor/golang.org/x/net/http2/hpack [2021-06-02T16:02:41.080Z] #45 103.9 mime [2021-06-02T16:02:41.080Z] #45 105.9 mime/quotedprintable [2021-06-02T16:02:41.080Z] #45 106.3 net/http/internal [2021-06-02T16:02:41.080Z] #45 109.1 crypto/x509 [2021-06-02T16:02:41.080Z] #45 109.1 mime/multipart [2021-06-02T16:02:41.080Z] #45 ... [2021-06-02T16:02:41.080Z] [2021-06-02T16:02:41.080Z] #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-06-02T16:02:41.080Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:41.080Z] #43 46.55 DEP compel/src/lib/infect.d [2021-06-02T16:02:41.211Z] #20 4.103 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [285 kB] [2021-06-02T16:02:41.341Z] #43 46.67 DEP compel/src/lib/infect-util.d [2021-06-02T16:02:41.341Z] #43 46.74 DEP compel/src/lib/infect-rpc.d [2021-06-02T16:02:41.555Z] #43 ... [2021-06-02T16:02:41.555Z] [2021-06-02T16:02:41.555Z] #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-06-02T16:02:41.555Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-02T16:02:41.555Z] #40 DONE 221.7s [2021-06-02T16:02:41.555Z] [2021-06-02T16:02:41.555Z] #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-06-02T16:02:41.555Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:41.555Z] #20 4.407 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [291 kB] [2021-06-02T16:02:41.601Z] #43 46.86 DEP compel/arch/x86/src/lib/infect.d [2021-06-02T16:02:41.601Z] #43 47.02 DEP compel/arch/x86/src/lib/cpu.d [2021-06-02T16:02:41.601Z] #43 47.11 DEP compel/src/lib/log.d [2021-06-02T16:02:41.861Z] #43 47.20 DEP compel/src/main.d [2021-06-02T16:02:41.861Z] #43 47.28 DEP compel/src/lib/handle-elf.d [2021-06-02T16:02:41.861Z] #43 47.41 DEP compel/arch/x86/src/lib/handle-elf.d [2021-06-02T16:02:42.122Z] #43 47.51 CC compel/src/lib/log.o [2021-06-02T16:02:42.125Z] #43 153.6 CC criu/sigframe.o [2021-06-02T16:02:42.382Z] #43 47.79 CC compel/arch/x86/src/lib/cpu.o [2021-06-02T16:02:42.387Z] #43 154.0 CC criu/signalfd.o [2021-06-02T16:02:42.492Z] #20 ... [2021-06-02T16:02:42.492Z] [2021-06-02T16:02:42.492Z] #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-06-02T16:02:42.492Z] #45 sha256:9157f81689e5d9248f131885dbab30c114e596864682d0b6c95e04322c866b39 [2021-06-02T16:02:42.492Z] #45 136.6 github.com/LK4D4/vndr/godl [2021-06-02T16:02:42.603Z] #20 5.367 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [10.8 kB] [2021-06-02T16:02:42.959Z] #43 154.3 CC criu/sk-inet.o [2021-06-02T16:02:42.959Z] #43 ... [2021-06-02T16:02:42.959Z] [2021-06-02T16:02:42.959Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-06-02T16:02:42.959Z] #41 sha256:e765a1cda1c694f11e53bd8e424305fb6fe4c97e022becec91fdc990126bea95 [2021-06-02T16:02:42.959Z] #41 DONE 0.6s [2021-06-02T16:02:43.059Z] #45 137.4 github.com/LK4D4/vndr [2021-06-02T16:02:43.220Z] [2021-06-02T16:02:43.220Z] #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-06-02T16:02:43.220Z] #49 sha256:9b01f24d168b0025b89b7a8a9375a67e27eab16a4e6bf7ccb5d5ac3901656924 [2021-06-02T16:02:43.324Z] #43 48.53 CC compel/arch/x86/src/lib/infect.o [2021-06-02T16:02:43.584Z] #43 ... [2021-06-02T16:02:43.584Z] [2021-06-02T16:02:43.584Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:02:43.584Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T16:02:43.584Z] #13 92.50 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-06-02T16:02:43.584Z] #13 92.50 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-02T16:02:43.584Z] #13 92.51 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-02T16:02:43.584Z] #13 ... [2021-06-02T16:02:43.584Z] [2021-06-02T16:02:43.584Z] #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-06-02T16:02:43.584Z] #45 sha256:c9574aedef6eee0498adeca739abe2efcb00577146fa7c6b61141ec11fdafc85 [2021-06-02T16:02:43.584Z] #45 112.1 crypto/tls [2021-06-02T16:02:43.791Z] #49 224.4 + /build/golangci-lint --version [2021-06-02T16:02:43.953Z] Client: [2021-06-02T16:02:43.953Z] Context: default [2021-06-02T16:02:43.953Z] Debug Mode: false [2021-06-02T16:02:43.953Z] Plugins: [2021-06-02T16:02:43.953Z] app: Docker Application (Docker Inc., v0.8.0) [2021-06-02T16:02:43.953Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-06-02T16:02:43.953Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-06-02T16:02:43.953Z] [2021-06-02T16:02:43.953Z] Server: [2021-06-02T16:02:43.953Z] Containers: 0 [2021-06-02T16:02:43.953Z] Running: 0 [2021-06-02T16:02:43.953Z] Paused: 0 [2021-06-02T16:02:43.953Z] Stopped: 0 [2021-06-02T16:02:43.953Z] Images: 0 [2021-06-02T16:02:43.953Z] Server Version: 20.10.6 [2021-06-02T16:02:43.953Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-06-02T16:02:43.953Z] Windows: [2021-06-02T16:02:43.953Z] LCOW: [2021-06-02T16:02:43.953Z] Logging Driver: json-file [2021-06-02T16:02:43.953Z] Plugins: [2021-06-02T16:02:43.953Z] Volume: local [2021-06-02T16:02:43.953Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-06-02T16:02:43.953Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-06-02T16:02:43.953Z] Swarm: inactive [2021-06-02T16:02:43.953Z] Default Isolation: process [2021-06-02T16:02:43.953Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-06-02T16:02:43.953Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1879) [2021-06-02T16:02:43.953Z] OSType: windows [2021-06-02T16:02:43.953Z] Architecture: x86_64 [2021-06-02T16:02:43.953Z] CPUs: 4 [2021-06-02T16:02:43.953Z] Total Memory: 32GiB [2021-06-02T16:02:43.953Z] Name: azwin-2-6213a0 [2021-06-02T16:02:43.953Z] ID: RLME:2MWS:TYGR:XP2V:HYXJ:JAQI:V4NR:BCD6:RTRS:BBVD:TZQ6:Q2X3 [2021-06-02T16:02:43.953Z] Docker Root Dir: D:\docker [2021-06-02T16:02:43.953Z] Debug Mode: false [2021-06-02T16:02:43.953Z] Registry: https://index.docker.io/v1/ [2021-06-02T16:02:43.953Z] Labels: [2021-06-02T16:02:43.953Z] Experimental: true [2021-06-02T16:02:43.953Z] Insecure Registries: [2021-06-02T16:02:43.953Z] 10.0.0.4:5000 [2021-06-02T16:02:43.953Z] 127.0.0.0/8 [2021-06-02T16:02:43.953Z] Registry Mirrors: [2021-06-02T16:02:43.953Z] http://10.0.0.4:5000/ [2021-06-02T16:02:43.953Z] Live Restore Enabled: false [2021-06-02T16:02:43.953Z] Product License: Community Engine [2021-06-02T16:02:43.953Z] [2021-06-02T16:02:44.051Z] #49 224.8 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-06-02T16:02:44.312Z] #49 DONE 224.9s [2021-06-02T16:02:44.312Z] [2021-06-02T16:02:44.312Z] #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-06-02T16:02:44.312Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:44.312Z] #43 155.3 CC criu/sk-netlink.o [2021-06-02T16:02:44.312Z] #43 155.6 CC criu/sk-packet.o [2021-06-02T16:02:44.527Z] #20 ... [2021-06-02T16:02:44.528Z] [2021-06-02T16:02:44.528Z] #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-06-02T16:02:44.528Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-06-02T16:02:44.528Z] #43 48.49 CC compel/plugins/std/infect.o [2021-06-02T16:02:44.528Z] #43 48.99 CC compel/arch/aarch64/plugins/std/parasite-head.o [2021-06-02T16:02:44.528Z] #43 49.04 CC compel/arch/aarch64/plugins/std/syscalls/syscalls.o [2021-06-02T16:02:44.528Z] #43 49.17 AR compel/plugins/std.lib.a [2021-06-02T16:02:44.528Z] #43 49.27 CC compel/plugins/fds/fds.o [2021-06-02T16:02:44.528Z] #43 49.52 AR compel/plugins/fds.lib.a [2021-06-02T16:02:44.528Z] #43 49.60 HOSTDEP compel/src/lib/log-host.d [2021-06-02T16:02:44.528Z] #43 49.69 HOSTDEP compel/src/lib/handle-elf-host.d [2021-06-02T16:02:44.528Z] #43 49.79 HOSTDEP compel/arch/aarch64/src/lib/handle-elf-host.d [2021-06-02T16:02:44.528Z] #43 49.94 HOSTDEP compel/src/main-host.d [2021-06-02T16:02:44.528Z] #43 50.03 DEP compel/src/lib/ptrace.d [2021-06-02T16:02:44.528Z] #43 50.13 DEP compel/src/lib/infect.d [2021-06-02T16:02:44.528Z] #43 50.36 DEP compel/src/lib/infect-util.d [2021-06-02T16:02:44.528Z] #43 50.52 DEP compel/src/lib/infect-rpc.d [2021-06-02T16:02:44.528Z] #43 50.69 DEP compel/arch/aarch64/src/lib/infect.d [2021-06-02T16:02:44.528Z] #43 50.89 DEP compel/arch/aarch64/src/lib/cpu.d [2021-06-02T16:02:44.528Z] #43 50.96 DEP compel/src/lib/log.d [2021-06-02T16:02:44.528Z] #43 51.05 DEP compel/src/main.d [2021-06-02T16:02:44.528Z] #43 51.26 DEP compel/src/lib/handle-elf.d [2021-06-02T16:02:44.528Z] #43 51.40 DEP compel/arch/aarch64/src/lib/handle-elf.d [2021-06-02T16:02:44.528Z] #43 51.59 CC compel/src/lib/log.o [2021-06-02T16:02:44.528Z] #43 51.95 CC compel/arch/aarch64/src/lib/cpu.o [2021-06-02T16:02:44.528Z] #43 52.25 CC compel/arch/aarch64/src/lib/infect.o [2021-06-02T16:02:44.528Z] #43 52.79 CC compel/src/lib/infect-rpc.o [2021-06-02T16:02:44.528Z] #43 53.19 CC compel/src/lib/infect-util.o [2021-06-02T16:02:44.528Z] #43 53.56 CC compel/src/lib/infect.o [2021-06-02T16:02:44.573Z] #43 156.2 CC criu/sk-queue.o [2021-06-02T16:02:45.102Z] #43 ... [2021-06-02T16:02:45.102Z] [2021-06-02T16:02:45.102Z] #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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-02T16:02:45.102Z] #20 sha256:195ad63f85bbe48cccd81011f6d5378917eee02482ebd331ff759ae3860159b7 [2021-06-02T16:02:45.102Z] #20 8.202 Fetched 8789 kB in 7s (1304 kB/s) [2021-06-02T16:02:45.515Z] #43 156.9 CC criu/sk-tcp.o [2021-06-02T16:02:45.527Z] using credential docker-jenkins-github-credentials [2021-06-02T16:02:45.601Z] Cloning the remote Git repository [2021-06-02T16:02:45.601Z] Cloning with configured refspecs honoured and without tags [2021-06-02T16:02:45.790Z] Cloning repository https://github.com/moby/moby.git [2021-06-02T16:02:46.085Z] #43 157.6 CC criu/sk-unix.o [2021-06-02T16:02:46.291Z] #53 ... [2021-06-02T16:02:46.291Z] [2021-06-02T16:02:46.291Z] #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-06-02T16:02:46.291Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:46.291Z] #43 62.02 DEP criu/pie/parasite-vdso.d [2021-06-02T16:02:46.291Z] #43 62.26 DEP criu/pie/parasite.d [2021-06-02T16:02:46.291Z] #43 62.56 CC criu/pie/parasite.o [2021-06-02T16:02:46.291Z] #43 63.95 LINK criu/pie/parasite.built-in.o [2021-06-02T16:02:46.291Z] #43 63.97 GEN criu/pie/parasite-blob.h [2021-06-02T16:02:46.291Z] #43 64.02 CC criu/pie/parasite-vdso.o [2021-06-02T16:02:46.291Z] #43 64.79 CC criu/arch/x86/vdso-pie.o [2021-06-02T16:02:46.291Z] #43 65.05 CC criu/arch/x86/restorer.o [2021-06-02T16:02:46.291Z] #43 65.71 CC criu/arch/x86/restorer_unmap.o [2021-06-02T16:02:46.291Z] #43 65.77 CC criu/arch/x86/sigaction_compat_pie.o [2021-06-02T16:02:46.291Z] #43 66.03 CC criu/pie/restorer.o [2021-06-02T16:02:46.291Z] #43 69.13 LINK criu/pie/restorer.built-in.o [2021-06-02T16:02:46.291Z] #43 69.15 GEN criu/pie/restorer-blob.h [2021-06-02T16:02:46.291Z] #43 69.28 DEP criu/vdso.d [2021-06-02T16:02:46.291Z] #43 69.51 DEP criu/vdso-compat.d [2021-06-02T16:02:46.291Z] #43 69.66 DEP criu/uts_ns.d [2021-06-02T16:02:46.291Z] #43 69.82 DEP criu/util.d [2021-06-02T16:02:46.291Z] #43 70.05 DEP criu/uffd.d [2021-06-02T16:02:46.291Z] #43 70.26 DEP criu/tun.d [2021-06-02T16:02:46.291Z] #43 70.55 DEP criu/tty.d [2021-06-02T16:02:46.291Z] #43 70.83 DEP criu/timerfd.d [2021-06-02T16:02:46.291Z] #43 71.05 DEP criu/timens.d [2021-06-02T16:02:46.291Z] #43 71.19 DEP criu/sysfs_parse.d [2021-06-02T16:02:46.291Z] #43 71.36 DEP criu/sysctl.d [2021-06-02T16:02:46.291Z] #43 71.50 DEP criu/string.d [2021-06-02T16:02:46.291Z] #43 71.56 DEP criu/stats.d [2021-06-02T16:02:46.291Z] #43 71.66 DEP criu/sockets.d [2021-06-02T16:02:46.291Z] #43 71.84 DEP criu/sk-unix.d [2021-06-02T16:02:46.291Z] #43 72.04 DEP criu/sk-tcp.d [2021-06-02T16:02:46.291Z] #43 72.25 DEP criu/sk-queue.d [2021-06-02T16:02:46.291Z] #43 72.40 DEP criu/sk-packet.d [2021-06-02T16:02:46.291Z] #43 72.66 DEP criu/sk-netlink.d [2021-06-02T16:02:46.291Z] #43 72.91 DEP criu/sk-inet.d [2021-06-02T16:02:46.546Z] #43 73.14 DEP criu/signalfd.d [2021-06-02T16:02:46.546Z] #43 73.33 DEP criu/sigframe.d [2021-06-02T16:02:46.801Z] #43 73.44 DEP criu/shmem.d [2021-06-02T16:02:47.056Z] #43 73.64 DEP criu/servicefd.d [2021-06-02T16:02:47.250Z] #45 ... [2021-06-02T16:02:47.250Z] [2021-06-02T16:02:47.250Z] #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-06-02T16:02:47.250Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:47.250Z] #43 61.56 CC criu/pie/util-vdso.o [2021-06-02T16:02:47.250Z] #43 62.48 CC criu/pie/util-vdso-elf32.o [2021-06-02T16:02:47.250Z] #43 63.23 AR criu/pie/pie.lib.a [2021-06-02T16:02:47.250Z] #43 63.32 DEP criu/pie/restorer.d [2021-06-02T16:02:47.250Z] #43 63.52 DEP criu/arch/x86/sigaction_compat_pie.d [2021-06-02T16:02:47.250Z] #43 63.63 DEP criu/arch/x86/restorer_unmap.d [2021-06-02T16:02:47.250Z] #43 63.64 DEP criu/arch/x86/restorer.d [2021-06-02T16:02:47.250Z] #43 63.81 DEP criu/arch/x86/vdso-pie.d [2021-06-02T16:02:47.250Z] #43 64.02 DEP criu/pie/parasite-vdso.d [2021-06-02T16:02:47.250Z] #43 64.21 DEP criu/pie/parasite.d [2021-06-02T16:02:47.250Z] #43 64.45 CC criu/pie/parasite.o [2021-06-02T16:02:47.250Z] #43 65.80 LINK criu/pie/parasite.built-in.o [2021-06-02T16:02:47.250Z] #43 65.81 GEN criu/pie/parasite-blob.h [2021-06-02T16:02:47.250Z] #43 65.82 CC criu/pie/parasite-vdso.o [2021-06-02T16:02:47.250Z] #43 66.62 CC criu/arch/x86/vdso-pie.o [2021-06-02T16:02:47.250Z] #43 66.92 CC criu/arch/x86/restorer.o [2021-06-02T16:02:47.250Z] #43 67.42 CC criu/arch/x86/restorer_unmap.o [2021-06-02T16:02:47.250Z] #43 67.47 CC criu/arch/x86/sigaction_compat_pie.o [2021-06-02T16:02:47.250Z] #43 67.73 CC criu/pie/restorer.o [2021-06-02T16:02:47.250Z] #43 70.57 LINK criu/pie/restorer.built-in.o [2021-06-02T16:02:47.250Z] #43 70.60 GEN criu/pie/restorer-blob.h [2021-06-02T16:02:47.250Z] #43 70.73 DEP criu/vdso.d [2021-06-02T16:02:47.250Z] #43 71.02 DEP criu/vdso-compat.d [2021-06-02T16:02:47.250Z] #43 71.14 DEP criu/uts_ns.d [2021-06-02T16:02:47.250Z] #43 71.30 DEP criu/util.d [2021-06-02T16:02:47.250Z] #43 71.50 DEP criu/uffd.d [2021-06-02T16:02:47.311Z] #43 73.84 DEP criu/seize.d [2021-06-02T16:02:47.468Z] #43 159.0 CC criu/sockets.o [2021-06-02T16:02:47.509Z] #43 71.78 DEP criu/tun.d [2021-06-02T16:02:47.509Z] #43 71.93 DEP criu/tty.d [2021-06-02T16:02:47.566Z] #43 74.08 DEP criu/seccomp.d [2021-06-02T16:02:47.566Z] #43 74.32 DEP criu/rst-malloc.d [2021-06-02T16:02:47.660Z] #20 8.202 Reading package lists... [2021-06-02T16:02:47.660Z] #20 ... [2021-06-02T16:02:47.660Z] [2021-06-02T16:02:47.660Z] #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-06-02T16:02:47.660Z] #53 sha256:a75e98d1cad2d471866aae9b8f303ec68ac450ce2dbdd7cc27c68204cf421afa [2021-06-02T16:02:47.660Z] #53 11.62 + cd /tmp/tmp.VisxSGH35W/src/github.com/opencontainers/runc [2021-06-02T16:02:47.660Z] #53 11.62 + git checkout -q b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-02T16:02:47.660Z] #53 11.91 + '[' -z '' ']' [2021-06-02T16:02:47.660Z] #53 11.91 + target=static [2021-06-02T16:02:47.660Z] #53 11.91 + make 'BUILDTAGS=seccomp ' static [2021-06-02T16:02:47.660Z] #53 12.34 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o runc . [2021-06-02T16:02:47.660Z] #53 ... [2021-06-02T16:02:47.660Z] [2021-06-02T16:02:47.660Z] #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-06-02T16:02:47.660Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-06-02T16:02:47.660Z] #32 DONE 118.5s [2021-06-02T16:02:47.660Z] [2021-06-02T16:02:47.660Z] #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-06-02T16:02:47.661Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-06-02T16:02:47.661Z] #43 55.49 CC compel/src/lib/ptrace.o [2021-06-02T16:02:47.661Z] #43 56.04 AR compel/libcompel.a [2021-06-02T16:02:47.661Z] #43 56.17 HOSTCC compel/src/main-host.o [2021-06-02T16:02:47.661Z] #43 56.63 HOSTCC compel/arch/aarch64/src/lib/handle-elf-host.o [2021-06-02T16:02:47.661Z] #43 56.88 HOSTCC compel/src/lib/handle-elf-host.o [2021-06-02T16:02:47.767Z] #43 72.13 DEP criu/timerfd.d [2021-06-02T16:02:47.821Z] #43 74.40 DEP criu/rbtree.d [2021-06-02T16:02:47.821Z] #43 74.47 DEP criu/pstree.d [2021-06-02T16:02:47.831Z] #45 ... [2021-06-02T16:02:47.831Z] [2021-06-02T16:02:47.831Z] #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-06-02T16:02:47.831Z] #58 sha256:4d4288784e7c81f995f6395782082af3698c3c62f2a5d6d8047ae6440773e72e [2021-06-02T16:02:47.831Z] #58 108.0 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-02T16:02:47.831Z] #58 108.0 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-06-02T16:02:47.831Z] #58 DONE 116.9s [2021-06-02T16:02:47.831Z] [2021-06-02T16:02:47.831Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-06-02T16:02:47.831Z] #59 sha256:1cd9992acde58621586fd002f11d2519042fe9b532fe9a0738f064b05d8f488c [2021-06-02T16:02:47.831Z] #59 DONE 0.2s [2021-06-02T16:02:47.831Z] [2021-06-02T16:02:47.831Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-06-02T16:02:47.831Z] #60 sha256:cec88a3576fa9e90e70a7381e4ba29febe6301fa77e6290f5011ba29b14cd5ba [2021-06-02T16:02:47.831Z] #60 DONE 0.2s [2021-06-02T16:02:47.831Z] [2021-06-02T16:02:47.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-06-02T16:02:47.831Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:47.831Z] #43 49.30 CC compel/src/lib/infect-rpc.o [2021-06-02T16:02:47.831Z] #43 49.71 CC compel/src/lib/infect-util.o [2021-06-02T16:02:47.831Z] #43 49.98 CC compel/src/lib/infect.o [2021-06-02T16:02:47.831Z] #43 52.04 CC compel/src/lib/ptrace.o [2021-06-02T16:02:47.831Z] #43 52.42 AR compel/libcompel.a [2021-06-02T16:02:47.831Z] #43 52.59 HOSTCC compel/src/main-host.o [2021-06-02T16:02:47.831Z] #43 52.89 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-06-02T16:02:47.831Z] #43 53.06 HOSTCC compel/src/lib/handle-elf-host.o [2021-06-02T16:02:47.923Z] #43 57.54 HOSTCC compel/src/lib/log-host.o [2021-06-02T16:02:48.026Z] #43 72.38 DEP criu/timens.d [2021-06-02T16:02:48.039Z] #43 159.7 CC criu/stats.o [2021-06-02T16:02:48.077Z] #43 74.74 DEP criu/protobuf.d [2021-06-02T16:02:48.077Z] #43 74.87 GEN criu/protobuf-desc-gen.h [2021-06-02T16:02:48.094Z] #43 53.37 HOSTCC compel/src/lib/log-host.o [2021-06-02T16:02:48.094Z] #43 53.57 HOSTLINK compel/compel-host-bin [2021-06-02T16:02:48.187Z] #43 57.72 HOSTLINK compel/compel-host-bin [2021-06-02T16:02:46.195Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-06-02T16:02:46.943Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-02T16:02:46.944Z] > git --version # timeout=10 [2021-06-02T16:02:46.984Z] > git --version # 'git version 2.24.1.windows.2' [2021-06-02T16:02:46.985Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-02T16:02:46.988Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42143/head:refs/remotes/origin/PR-42143 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-02T16:02:48.285Z] #43 72.54 DEP criu/sysfs_parse.d [2021-06-02T16:02:48.285Z] #43 72.71 DEP criu/sysctl.d [2021-06-02T16:02:48.300Z] #43 159.9 CC criu/string.o [2021-06-02T16:02:48.300Z] #43 159.9 CC criu/sysctl.o [2021-06-02T16:02:48.354Z] #43 53.72 DEP soccr/soccr.d [2021-06-02T16:02:48.450Z] #43 57.96 DEP soccr/soccr.d [2021-06-02T16:02:48.547Z] #43 72.95 DEP criu/string.d [2021-06-02T16:02:48.547Z] #43 72.99 DEP criu/stats.d [2021-06-02T16:02:48.617Z] #43 53.91 CC soccr/soccr.o [2021-06-02T16:02:48.713Z] #43 58.27 CC soccr/soccr.o [2021-06-02T16:02:48.806Z] #43 73.11 DEP criu/sockets.d [2021-06-02T16:02:48.870Z] #43 160.3 CC criu/sysfs_parse.o [2021-06-02T16:02:48.977Z] #43 ... [2021-06-02T16:02:48.977Z] [2021-06-02T16:02:48.977Z] #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-06-02T16:02:48.977Z] #45 sha256:9a3f01892994c37ed64e33fce5af07846d09d9ea0eef75bcfbf7eeb92ade3545 [2021-06-02T16:02:48.977Z] #45 111.5 github.com/LK4D4/vndr/godl [2021-06-02T16:02:48.977Z] #45 112.3 github.com/LK4D4/vndr [2021-06-02T16:02:48.977Z] #45 DONE 120.3s [2021-06-02T16:02:49.068Z] #43 73.33 DEP criu/sk-unix.d [2021-06-02T16:02:49.068Z] #43 73.54 DEP criu/sk-tcp.d [2021-06-02T16:02:49.131Z] #43 160.6 CC criu/timens.o [2021-06-02T16:02:49.240Z] [2021-06-02T16:02:49.240Z] #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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-02T16:02:49.240Z] #20 sha256:195ad63f85bbe48cccd81011f6d5378917eee02482ebd331ff759ae3860159b7 [2021-06-02T16:02:49.240Z] #20 8.202 Reading package lists... [2021-06-02T16:02:49.327Z] #43 73.76 DEP criu/sk-queue.d [2021-06-02T16:02:49.391Z] #43 160.9 CC criu/timerfd.o [2021-06-02T16:02:49.557Z] #43 ... [2021-06-02T16:02:49.557Z] [2021-06-02T16:02:49.557Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-06-02T16:02:49.557Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-02T16:02:49.557Z] #13 107.5 Selecting previously unselected package libapparmor1:amd64. [2021-06-02T16:02:49.557Z] #13 107.5 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-06-02T16:02:49.557Z] #13 107.5 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-06-02T16:02:49.557Z] #13 107.7 Selecting previously unselected package libapparmor-dev:amd64. [2021-06-02T16:02:49.557Z] #13 107.7 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-06-02T16:02:49.557Z] #13 107.7 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-06-02T16:02:49.557Z] #13 107.9 Selecting previously unselected package libbtrfs0. [2021-06-02T16:02:49.557Z] #13 107.9 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-06-02T16:02:49.557Z] #13 107.9 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-02T16:02:49.557Z] #13 108.0 Selecting previously unselected package libbtrfs-dev. [2021-06-02T16:02:49.557Z] #13 108.0 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-06-02T16:02:49.557Z] #13 108.0 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-02T16:02:49.557Z] #13 108.2 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-06-02T16:02:49.557Z] #13 108.2 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-06-02T16:02:49.557Z] #13 108.2 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-06-02T16:02:49.557Z] #13 108.3 Selecting previously unselected package libudev-dev:amd64. [2021-06-02T16:02:49.557Z] #13 108.3 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ... [2021-06-02T16:02:49.557Z] #13 108.3 Unpacking libudev-dev:amd64 (241-7~deb10u7) ... [2021-06-02T16:02:49.557Z] #13 108.5 Selecting previously unselected package libsepol1-dev:amd64. [2021-06-02T16:02:49.557Z] #13 108.5 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-06-02T16:02:49.557Z] #13 108.5 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-06-02T16:02:49.586Z] #43 73.90 DEP criu/sk-packet.d [2021-06-02T16:02:49.586Z] #43 74.09 DEP criu/sk-netlink.d [2021-06-02T16:02:49.652Z] #43 161.1 CC criu/tty.o [2021-06-02T16:02:49.817Z] #13 108.8 Selecting previously unselected package libpcre16-3:amd64. [2021-06-02T16:02:49.817Z] #13 108.8 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-06-02T16:02:49.817Z] #13 108.8 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-06-02T16:02:49.845Z] #43 74.27 DEP criu/sk-inet.d [2021-06-02T16:02:49.963Z] #43 76.64 DEP criu/protobuf-desc.d [2021-06-02T16:02:49.963Z] #43 76.76 DEP criu/proc_parse.d [2021-06-02T16:02:50.103Z] #43 74.49 DEP criu/signalfd.d [2021-06-02T16:02:50.107Z] #13 109.1 Selecting previously unselected package libpcre32-3:amd64. [2021-06-02T16:02:50.107Z] #13 109.1 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-06-02T16:02:50.107Z] #13 109.1 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-06-02T16:02:50.362Z] #43 74.62 DEP criu/sigframe.d [2021-06-02T16:02:50.362Z] #43 74.78 DEP criu/shmem.d [2021-06-02T16:02:50.366Z] #13 109.3 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-06-02T16:02:50.366Z] #13 109.3 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-06-02T16:02:50.366Z] #13 109.4 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-06-02T16:02:50.366Z] #13 109.5 Selecting previously unselected package libpcre3-dev:amd64. [2021-06-02T16:02:50.366Z] #13 109.5 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-06-02T16:02:50.524Z] #43 76.96 DEP criu/plugin.d [2021-06-02T16:02:50.524Z] #43 77.06 DEP criu/pipes.d [2021-06-02T16:02:50.524Z] #43 ... [2021-06-02T16:02:50.524Z] [2021-06-02T16:02:50.524Z] #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-06-02T16:02:50.524Z] #45 sha256:024ca4a5433b3b3c73033d0594ff8cb60684f746bf229a3587c63d0a3937a0d4 [2021-06-02T16:02:50.524Z] #45 135.0 github.com/LK4D4/vndr/godl [2021-06-02T16:02:50.524Z] #45 135.9 github.com/LK4D4/vndr [2021-06-02T16:02:50.524Z] #45 ... [2021-06-02T16:02:50.524Z] [2021-06-02T16:02:50.524Z] #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-06-02T16:02:50.524Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:50.524Z] #43 77.23 DEP criu/pie-util.d [2021-06-02T16:02:50.592Z] #43 162.2 CC criu/tun.o [2021-06-02T16:02:50.621Z] #43 75.05 DEP criu/servicefd.d [2021-06-02T16:02:50.635Z] #13 109.5 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-06-02T16:02:50.779Z] #43 77.37 DEP criu/pie-util-vdso.d [2021-06-02T16:02:50.879Z] #43 75.27 DEP criu/seize.d [2021-06-02T16:02:50.879Z] #43 75.43 DEP criu/seccomp.d [2021-06-02T16:02:50.896Z] #13 110.0 Selecting previously unselected package libselinux1-dev:amd64. [2021-06-02T16:02:50.896Z] #13 110.0 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-06-02T16:02:51.035Z] #43 77.61 DEP criu/pie-util-vdso-elf32.d [2021-06-02T16:02:51.035Z] #43 77.73 DEP criu/path.d [2021-06-02T16:02:51.035Z] #43 ... [2021-06-02T16:02:51.035Z] [2021-06-02T16:02:51.035Z] #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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-02T16:02:51.035Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-02T16:02:51.035Z] #20 5.899 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-02T16:02:51.035Z] #20 11.18 Fetched 8971 kB in 10s (897 kB/s) [2021-06-02T16:02:51.035Z] #20 11.18 Reading package lists... [2021-06-02T16:02:51.138Z] #43 75.62 DEP criu/rst-malloc.d [2021-06-02T16:02:51.138Z] #43 75.70 DEP criu/rbtree.d [2021-06-02T16:02:51.138Z] #43 ... [2021-06-02T16:02:51.138Z] [2021-06-02T16:02:51.138Z] #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-06-02T16:02:51.138Z] #53 sha256:d14a072805a4bef6f5f530bccd442edbd4ba83701f0eace1f9b6febf74249e2b [2021-06-02T16:02:51.138Z] #53 13.73 + cd /tmp/tmp.LE8CcxXEUl/src/github.com/opencontainers/runc [2021-06-02T16:02:51.138Z] #53 13.73 + git checkout -q b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-02T16:02:51.138Z] #53 13.96 + '[' -z '' ']' [2021-06-02T16:02:51.138Z] #53 13.96 + target=static [2021-06-02T16:02:51.138Z] #53 13.96 + make 'BUILDTAGS=seccomp ' static [2021-06-02T16:02:51.138Z] #53 14.21 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o runc . [2021-06-02T16:02:51.156Z] #13 110.0 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-06-02T16:02:51.163Z] #43 162.6 CC criu/uffd.o [2021-06-02T16:02:51.293Z] #20 15.52 Reading package lists... [2021-06-02T16:02:51.293Z] #20 ... [2021-06-02T16:02:51.293Z] [2021-06-02T16:02:51.293Z] #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-06-02T16:02:51.293Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:51.293Z] #43 77.87 DEP criu/parasite-syscall.d [2021-06-02T16:02:51.397Z] #53 ... [2021-06-02T16:02:51.397Z] [2021-06-02T16:02:51.397Z] #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-06-02T16:02:51.397Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:51.397Z] #43 75.75 DEP criu/pstree.d [2021-06-02T16:02:51.416Z] #13 110.3 Selecting previously unselected package libdevmapper-dev:amd64. [2021-06-02T16:02:51.416Z] #13 110.3 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-06-02T16:02:51.416Z] #13 110.4 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-06-02T16:02:51.416Z] #13 110.5 Selecting previously unselected package libseccomp-dev:amd64. [2021-06-02T16:02:51.416Z] #13 110.5 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-06-02T16:02:51.416Z] #13 110.5 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-06-02T16:02:51.551Z] #43 78.12 DEP criu/pagemap.d [2021-06-02T16:02:51.551Z] #43 78.24 DEP criu/pagemap-cache.d [2021-06-02T16:02:51.656Z] #43 75.91 DEP criu/protobuf.d [2021-06-02T16:02:51.656Z] #43 76.05 GEN criu/protobuf-desc-gen.h [2021-06-02T16:02:51.676Z] #13 110.7 Selecting previously unselected package libsystemd-dev:amd64. [2021-06-02T16:02:51.676Z] #13 110.7 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ... [2021-06-02T16:02:51.676Z] #13 110.7 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-06-02T16:02:51.735Z] #43 163.3 CC criu/util.o [2021-06-02T16:02:51.807Z] #43 ... [2021-06-02T16:02:51.807Z] [2021-06-02T16:02:51.807Z] #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-06-02T16:02:51.807Z] #45 sha256:024ca4a5433b3b3c73033d0594ff8cb60684f746bf229a3587c63d0a3937a0d4 [2021-06-02T16:02:51.807Z] #45 DONE 146.4s [2021-06-02T16:02:51.807Z] [2021-06-02T16:02:51.807Z] #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-06-02T16:02:51.807Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:51.807Z] #43 78.33 DEP criu/page-xfer.d [2021-06-02T16:02:51.807Z] #43 78.53 DEP criu/page-pipe.d [2021-06-02T16:02:52.063Z] #43 78.70 DEP criu/netfilter.d [2021-06-02T16:02:52.249Z] #13 111.2 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-06-02T16:02:52.249Z] #13 111.3 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-06-02T16:02:52.249Z] #13 111.3 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-06-02T16:02:52.249Z] #13 111.4 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-02T16:02:52.249Z] #13 111.4 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-06-02T16:02:52.249Z] #13 111.4 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-06-02T16:02:52.249Z] #13 111.4 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-02T16:02:52.249Z] #13 111.4 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-02T16:02:52.249Z] #13 111.4 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-06-02T16:02:52.320Z] #43 78.91 DEP criu/net.d [2021-06-02T16:02:52.509Z] #13 111.5 Setting up libudev-dev:amd64 (241-7~deb10u7) ... [2021-06-02T16:02:52.509Z] #13 111.5 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-02T16:02:52.509Z] #13 111.5 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-02T16:02:52.509Z] #13 111.5 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-06-02T16:02:52.509Z] #13 111.5 Setting up mingw-w64-common (6.0.0-3) ... [2021-06-02T16:02:52.509Z] #13 111.6 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-06-02T16:02:52.509Z] #13 111.6 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-02T16:02:52.509Z] #13 111.6 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-06-02T16:02:52.509Z] #13 111.6 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-02T16:02:52.509Z] #13 111.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-06-02T16:02:52.509Z] #13 111.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-06-02T16:02:52.509Z] #13 111.6 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-02T16:02:52.509Z] #13 111.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-06-02T16:02:52.509Z] #13 111.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-06-02T16:02:52.509Z] #13 111.7 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-02T16:02:52.509Z] #13 111.7 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-06-02T16:02:52.560Z] #20 12.22 Reading package lists... [2021-06-02T16:02:52.576Z] #43 79.28 DEP criu/namespaces.d [2021-06-02T16:02:52.676Z] #43 164.2 CC criu/uts_ns.o [2021-06-02T16:02:52.769Z] #13 111.7 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-06-02T16:02:52.770Z] #13 111.7 Setting up dmsetup (2:1.02.155-3) ... [2021-06-02T16:02:52.770Z] #13 111.7 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-06-02T16:02:52.770Z] #13 111.7 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-06-02T16:02:52.770Z] #13 111.8 Processing triggers for libc-bin (2.28-10) ... [2021-06-02T16:02:52.823Z] #20 15.31 Building dependency tree... [2021-06-02T16:02:52.832Z] #43 79.43 DEP criu/mount.d [2021-06-02T16:02:52.936Z] #43 164.3 CC criu/vdso-compat.o [2021-06-02T16:02:52.936Z] #43 164.5 CC criu/vdso.o [2021-06-02T16:02:53.029Z] #13 DONE 112.1s [2021-06-02T16:02:53.029Z] [2021-06-02T16:02:53.029Z] #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-06-02T16:02:53.029Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:53.029Z] #43 55.19 AR soccr/libsoccr.a [2021-06-02T16:02:53.029Z] #43 55.24 make[1]: 'soccr/libsoccr.a' is up to date. [2021-06-02T16:02:53.029Z] #43 55.59 DEP criu/arch/x86/sigframe.d [2021-06-02T16:02:53.029Z] #43 55.72 DEP criu/arch/x86/sigaction_compat.d [2021-06-02T16:02:53.029Z] #43 55.80 DEP criu/arch/x86/kerndat.d [2021-06-02T16:02:53.029Z] #43 55.94 DEP criu/arch/x86/crtools.d [2021-06-02T16:02:53.029Z] #43 56.09 DEP criu/arch/x86/cpu.d [2021-06-02T16:02:53.029Z] #43 56.31 CC criu/arch/x86/cpu.o [2021-06-02T16:02:53.029Z] #43 56.97 CC criu/arch/x86/crtools.o [2021-06-02T16:02:53.029Z] #43 58.15 CC criu/arch/x86/kerndat.o [2021-06-02T16:02:53.034Z] #43 ... [2021-06-02T16:02:53.034Z] [2021-06-02T16:02:53.034Z] #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-06-02T16:02:53.034Z] #45 sha256:9157f81689e5d9248f131885dbab30c114e596864682d0b6c95e04322c866b39 [2021-06-02T16:02:53.034Z] #45 DONE 147.1s [2021-06-02T16:02:53.034Z] [2021-06-02T16:02:53.034Z] #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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-02T16:02:53.034Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-02T16:02:53.034Z] #20 6.083 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-02T16:02:53.034Z] #20 11.96 Fetched 8971 kB in 11s (836 kB/s) [2021-06-02T16:02:53.034Z] #20 11.96 Reading package lists... [2021-06-02T16:02:53.088Z] #43 79.58 DEP criu/memfd.d [2021-06-02T16:02:53.088Z] #43 79.73 DEP criu/mem.d [2021-06-02T16:02:53.289Z] #43 58.70 CC criu/arch/x86/sigaction_compat.o [2021-06-02T16:02:53.344Z] #43 79.86 DEP criu/lsm.d [2021-06-02T16:02:53.344Z] #43 79.97 DEP criu/log.d [2021-06-02T16:02:53.344Z] #43 80.06 DEP criu/libnetlink.d [2021-06-02T16:02:53.507Z] #43 164.9 LINK criu/built-in.o [2021-06-02T16:02:53.507Z] #43 165.0 LINK criu/criu [2021-06-02T16:02:53.521Z] #20 16.53 libcap2-bin is already the newest version (1:2.25-2). [2021-06-02T16:02:53.521Z] #20 16.53 The following additional packages will be installed: [2021-06-02T16:02:53.521Z] #20 16.54 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-06-02T16:02:53.521Z] #20 16.54 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-06-02T16:02:53.521Z] #20 16.54 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-06-02T16:02:53.521Z] #20 16.54 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-06-02T16:02:53.521Z] #20 16.54 python3.7 python3.7-minimal vim-runtime xxd [2021-06-02T16:02:53.521Z] #20 16.54 Suggested packages: [2021-06-02T16:02:53.521Z] #20 16.54 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc [2021-06-02T16:02:53.521Z] #20 16.54 python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv [2021-06-02T16:02:53.521Z] #20 16.54 python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2021-06-02T16:02:53.521Z] #20 16.54 quota [2021-06-02T16:02:53.521Z] #20 16.54 Recommended packages: [2021-06-02T16:02:53.521Z] #20 16.54 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-06-02T16:02:53.521Z] #20 16.54 python3-keyrings.alt python3-xdg unzip [2021-06-02T16:02:53.600Z] #43 80.16 DEP criu/kerndat.d [2021-06-02T16:02:53.600Z] #43 80.31 DEP criu/kcmp-ids.d [2021-06-02T16:02:53.767Z] #43 165.3 DEP lib/c/criu.d [2021-06-02T16:02:53.767Z] #43 165.4 CC images/rpc.pb-c.o [2021-06-02T16:02:53.860Z] #43 59.03 CC criu/arch/x86/sigframe.o [2021-06-02T16:02:53.860Z] #43 59.27 LINK criu/arch/x86/crtools.built-in.o [2021-06-02T16:02:53.860Z] #43 59.30 DEP criu/pie/util-vdso-elf32.d [2021-06-02T16:02:53.897Z] #43 80.43 DEP criu/irmap.d [2021-06-02T16:02:53.897Z] #43 80.54 DEP criu/ipc_ns.d [2021-06-02T16:02:53.897Z] #43 80.67 DEP criu/image.d [2021-06-02T16:02:54.119Z] #43 59.43 DEP criu/pie/util-vdso.d [2021-06-02T16:02:54.154Z] #43 80.84 DEP criu/image-desc.d [2021-06-02T16:02:54.154Z] #43 80.92 DEP criu/fsnotify.d [2021-06-02T16:02:54.230Z] #20 16.50 Reading package lists... [2021-06-02T16:02:54.230Z] #20 ... [2021-06-02T16:02:54.230Z] [2021-06-02T16:02:54.230Z] #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-06-02T16:02:54.230Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:54.230Z] #43 78.48 DEP criu/protobuf-desc.d [2021-06-02T16:02:54.230Z] #43 78.60 DEP criu/proc_parse.d [2021-06-02T16:02:54.338Z] #43 165.8 CC lib/c/criu.o [2021-06-02T16:02:54.379Z] #43 59.58 DEP criu/pie/util.d [2021-06-02T16:02:54.379Z] #43 59.75 CC criu/pie/util.o [2021-06-02T16:02:54.410Z] #43 81.09 DEP criu/filesystems.d [2021-06-02T16:02:54.492Z] #43 78.78 DEP criu/plugin.d [2021-06-02T16:02:54.492Z] #43 78.85 DEP criu/pipes.d [2021-06-02T16:02:54.492Z] #43 78.99 DEP criu/pie-util.d [2021-06-02T16:02:54.535Z] #20 ... [2021-06-02T16:02:54.535Z] [2021-06-02T16:02:54.535Z] #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-06-02T16:02:54.535Z] #24 sha256:fb39eaafdc4e4c47c7c9dfa9b753b144894651676c23bee5bc361fe8a080cf09 [2021-06-02T16:02:54.535Z] #24 121.5 Checking out files: 16% (1910/11368) Checking out files: 17% (1933/11368) Checking out files: 18% (2047/11368) Checking out files: 19% (2160/11368) Checking out files: 20% (2274/11368) Checking out files: 21% (2388/11368) Checking out files: 22% (2501/11368) Checking out files: 23% (2615/11368) Checking out files: 24% (2729/11368) Checking out files: 25% (2842/11368) Checking out files: 26% (2956/11368) Checking out files: 27% (3070/11368) Checking out files: 28% (3184/11368) Checking out files: 29% (3297/11368) Checking out files: 30% (3411/11368) Checking out files: 31% (3525/11368) Checking out files: 31% (3611/11368) Checking out files: 32% (3638/11368) Checking out files: 33% (3752/11368) Checking out files: 34% (3866/11368) Checking out files: 35% (3979/11368) Checking out files: 36% (4093/11368) Checking out files: 37% (4207/11368) Checking out files: 38% (4320/11368) Checking out files: 39% (4434/11368) Checking out files: 40% (4548/11368) Checking out files: 41% (4661/11368) Checking out files: 42% (4775/11368) Checking out files: 43% (4889/11368) Checking out files: 44% (5002/11368) Checking out files: 45% (5116/11368) Checking out files: 46% (5230/11368) Checking out files: 47% (5343/11368) Checking out files: 48% (5457/11368) Checking out files: 49% (5571/11368) Checking out files: 50% (5684/11368) Checking out files: 51% (5798/11368) Checking out files: 51% (5902/11368) Checking out files: 52% (5912/11368) Checking out files: 53% (6026/11368) Checking out files: 54% (6139/11368) Checking out files: 55% (6253/11368) Checking out files: 56% (6367/11368) Checking out files: 57% (6480/11368) Checking out files: 58% (6594/11368) Checking out files: 59% (6708/11368) Checking out files: 60% (6821/11368) Checking out files: 61% (6935/11368) Checking out files: 62% (7049/11368) Checking out files: 63% (7162/11368) Checking out files: 64% (7276/11368) Checking out files: 65% (7390/11368) Checking out files: 66% (7503/11368) Checking out files: 67% (7617/11368) Checking out files: 68% (7731/11368) Checking out files: 69% (7844/11368) Checking out files: 70% (7958/11368) Checking out files: 71% (8072/11368) Checking out files: 72% (8185/11368) Checking out files: 73% (8299/11368) Checking out files: 74% (8413/11368) Checking out files: 75% (8526/11368) Checking out files: 75% (8618/11368) Checking out files: 76% (8640/11368) Checking out files: 77% (8754/11368) Checking out files: 78% (8868/11368) Checking out files: 79% (8981/11368) Checking out files: 80% (9095/11368) Checking out files: 81% (9209/11368) Checking out files: 82% (9322/11368) Checking out files: 83% (9436/11368) Checking out files: 84% (9550/11368) Checking out files: 85% (9663/11368) Checking out files: 86% (9777/11368) Checking out files: 87% (9891/11368) Checking out files: 88% (10004/11368) Checking out files: 89% (10118/11368) Checking out files: 90% (10232/11368) Checking out files: 91% (10345/11368) Checking out files: 92% (10459/11368) Checking out files: 93% (10573/11368) Checking out files: 93% (10609/11368) Checking out files: 94% (10686/11368) Checking out files: 95% (10800/11368) Checking out files: 96% (10914/11368) Checking out files: 97% (11027/11368) Checking out files: 98% (11141/11368) Checking out files: 99% (11255/11368) Checking out files: 100% (11368/11368) Checking out files: 100% (11368/11368), done. [2021-06-02T16:02:54.536Z] #24 125.9 + cd /tmp/tmp.2ckCXZuFSN/tmp/docker-ce [2021-06-02T16:02:54.639Z] #43 60.03 CC criu/pie/util-vdso.o [2021-06-02T16:02:54.666Z] #43 81.31 DEP criu/files.d [2021-06-02T16:02:54.750Z] #43 79.09 DEP criu/pie-util-vdso.d [2021-06-02T16:02:54.750Z] #43 79.26 DEP criu/pie-util-vdso-elf32.d [2021-06-02T16:02:54.798Z] #24 125.9 + git checkout -q v17.06.2-ce [2021-06-02T16:02:54.922Z] #43 81.49 DEP criu/files-reg.d [2021-06-02T16:02:55.009Z] #43 79.37 DEP criu/path.d [2021-06-02T16:02:55.009Z] #43 79.50 DEP criu/parasite-syscall.d [2021-06-02T16:02:55.178Z] #43 81.72 DEP criu/files-ext.d [2021-06-02T16:02:55.178Z] #43 81.83 DEP criu/file-lock.d [2021-06-02T16:02:55.210Z] #43 60.61 CC criu/pie/util-vdso-elf32.o [2021-06-02T16:02:55.267Z] #43 79.77 DEP criu/pagemap.d [2021-06-02T16:02:55.279Z] #43 166.6 LINK lib/c/built-in.o [2021-06-02T16:02:55.279Z] #43 166.6 LINK lib/c/libcriu.so [2021-06-02T16:02:55.279Z] #43 166.7 LINK lib/c/libcriu.a [2021-06-02T16:02:55.279Z] #43 166.8 GEN magic.py [2021-06-02T16:02:55.434Z] #43 81.97 DEP criu/file-ids.d [2021-06-02T16:02:55.434Z] #43 82.08 DEP criu/fifo.d [2021-06-02T16:02:55.434Z] #43 82.19 DEP criu/fdstore.d [2021-06-02T16:02:55.526Z] #43 79.99 DEP criu/pagemap-cache.d [2021-06-02T16:02:55.539Z] #43 166.9 Note: Building without setproctitle() and strlcpy() support. [2021-06-02T16:02:55.539Z] #43 166.9 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-06-02T16:02:55.539Z] #43 166.9 Note: Building without GnuTLS support [2021-06-02T16:02:55.539Z] #43 166.9 Makefile.config:39: Warn: you have no libnftables installed [2021-06-02T16:02:55.539Z] #43 166.9 Makefile.config:40: Warn: Building without nftables support [2021-06-02T16:02:55.690Z] #43 82.30 DEP criu/fault-injection.d [2021-06-02T16:02:55.690Z] #43 82.34 DEP criu/external.d [2021-06-02T16:02:55.781Z] #43 61.20 AR criu/pie/pie.lib.a [2021-06-02T16:02:55.781Z] #43 61.27 DEP criu/pie/restorer.d [2021-06-02T16:02:55.784Z] #43 80.12 DEP criu/page-xfer.d [2021-06-02T16:02:55.947Z] #43 82.51 DEP criu/eventpoll.d [2021-06-02T16:02:55.947Z] #43 82.73 DEP criu/eventfd.d [2021-06-02T16:02:56.042Z] #43 61.50 DEP criu/arch/x86/sigaction_compat_pie.d [2021-06-02T16:02:56.042Z] #43 61.61 DEP criu/arch/x86/restorer_unmap.d [2021-06-02T16:02:56.043Z] #43 80.28 DEP criu/page-pipe.d [2021-06-02T16:02:56.043Z] #43 80.40 DEP criu/netfilter.d [2021-06-02T16:02:56.110Z] #43 167.5 fatal: not a git repository (or any of the parent directories): .git [2021-06-02T16:02:56.203Z] #43 82.88 DEP criu/crtools.d [2021-06-02T16:02:56.302Z] #43 80.60 DEP criu/net.d [2021-06-02T16:02:56.302Z] #43 80.80 DEP criu/namespaces.d [2021-06-02T16:02:56.303Z] #43 61.65 DEP criu/arch/x86/restorer.d [2021-06-02T16:02:56.459Z] #43 83.03 DEP criu/cr-service.d [2021-06-02T16:02:56.561Z] #43 80.98 DEP criu/mount.d [2021-06-02T16:02:56.564Z] #43 61.83 DEP criu/arch/x86/vdso-pie.d [2021-06-02T16:02:56.564Z] #43 ... [2021-06-02T16:02:56.564Z] [2021-06-02T16:02:56.564Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-06-02T16:02:56.564Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-06-02T16:02:56.564Z] #14 DONE 3.5s [2021-06-02T16:02:56.564Z] [2021-06-02T16:02:56.564Z] #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-06-02T16:02:56.564Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:56.564Z] #43 62.00 DEP criu/pie/parasite-vdso.d [2021-06-02T16:02:56.564Z] #43 ... [2021-06-02T16:02:56.564Z] [2021-06-02T16:02:56.564Z] #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-06-02T16:02:56.564Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-06-02T16:02:56.681Z] #43 168.1 make[1]: Nothing to be done for 'all'. [2021-06-02T16:02:56.715Z] #43 83.27 DEP criu/cr-restore.d [2021-06-02T16:02:56.820Z] #43 81.21 DEP criu/memfd.d [2021-06-02T16:02:56.820Z] #43 81.33 DEP criu/mem.d [2021-06-02T16:02:56.942Z] #43 168.6 make[1]: 'images/built-in.o' is up to date. [2021-06-02T16:02:56.942Z] #43 168.6 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-06-02T16:02:56.971Z] #43 83.50 DEP criu/cr-errno.d [2021-06-02T16:02:56.971Z] #43 83.52 DEP criu/cr-dump.d [2021-06-02T16:02:56.971Z] #43 83.72 DEP criu/cr-dedup.d [2021-06-02T16:02:57.079Z] #43 81.55 DEP criu/lsm.d [2021-06-02T16:02:57.203Z] #43 168.6 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-06-02T16:02:57.203Z] #43 168.7 make[1]: 'compel/libcompel.a' is up to date. [2021-06-02T16:02:57.203Z] #43 168.7 make[1]: 'compel/compel-host-bin' is up to date. [2021-06-02T16:02:57.203Z] #43 168.7 make[1]: Nothing to be done for 'all'. [2021-06-02T16:02:57.203Z] #43 168.7 make[1]: 'soccr/libsoccr.a' is up to date. [2021-06-02T16:02:57.227Z] #43 83.87 DEP criu/cr-check.d [2021-06-02T16:02:57.337Z] #43 81.66 DEP criu/log.d [2021-06-02T16:02:57.337Z] #43 81.75 DEP criu/libnetlink.d [2021-06-02T16:02:57.337Z] #43 81.84 DEP criu/kerndat.d [2021-06-02T16:02:57.352Z] #24 ... [2021-06-02T16:02:57.352Z] [2021-06-02T16:02:57.352Z] #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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-02T16:02:57.352Z] #20 sha256:195ad63f85bbe48cccd81011f6d5378917eee02482ebd331ff759ae3860159b7 [2021-06-02T16:02:57.352Z] #20 18.03 The following NEW packages will be installed: [2021-06-02T16:02:57.352Z] #20 18.03 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-06-02T16:02:57.352Z] #20 18.03 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-06-02T16:02:57.352Z] #20 18.03 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-06-02T16:02:57.352Z] #20 18.03 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-06-02T16:02:57.352Z] #20 18.04 libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils [2021-06-02T16:02:57.352Z] #20 18.04 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-06-02T16:02:57.352Z] #20 18.04 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-06-02T16:02:57.352Z] #20 18.04 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-06-02T16:02:57.352Z] #20 18.04 xz-utils zip [2021-06-02T16:02:57.352Z] #20 18.35 0 upgraded, 49 newly installed, 0 to remove and 28 not upgraded. [2021-06-02T16:02:57.352Z] #20 18.35 Need to get 27.7 MB of archives. [2021-06-02T16:02:57.352Z] #20 18.35 After this operation, 114 MB of additional disk space will be used. [2021-06-02T16:02:57.352Z] #20 18.35 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB] [2021-06-02T16:02:57.352Z] #20 18.35 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u3 [588 kB] [2021-06-02T16:02:57.352Z] #20 18.37 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u3 [1404 kB] [2021-06-02T16:02:57.352Z] #20 18.42 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB] [2021-06-02T16:02:57.352Z] #20 18.42 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB] [2021-06-02T16:02:57.352Z] #20 18.43 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u3 [1642 kB] [2021-06-02T16:02:57.352Z] #20 18.50 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u3 [330 kB] [2021-06-02T16:02:57.352Z] #20 18.50 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB] [2021-06-02T16:02:57.352Z] #20 18.51 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB] [2021-06-02T16:02:57.352Z] #20 18.51 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB] [2021-06-02T16:02:57.352Z] #20 18.51 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB] [2021-06-02T16:02:57.352Z] #20 18.52 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB] [2021-06-02T16:02:57.352Z] #20 18.52 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2021-06-02T16:02:57.352Z] #20 18.53 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB] [2021-06-02T16:02:57.352Z] #20 18.53 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB] [2021-06-02T16:02:57.352Z] #20 18.53 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB] [2021-06-02T16:02:57.352Z] #20 18.54 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2021-06-02T16:02:57.352Z] #20 18.55 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-02T16:02:57.352Z] #20 18.56 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB] [2021-06-02T16:02:57.352Z] #20 18.56 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB] [2021-06-02T16:02:57.352Z] #20 18.57 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB] [2021-06-02T16:02:57.352Z] #20 18.57 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB] [2021-06-02T16:02:57.352Z] #20 18.60 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB] [2021-06-02T16:02:57.353Z] #20 18.61 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2021-06-02T16:02:57.353Z] #20 18.61 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2021-06-02T16:02:57.353Z] #20 18.62 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2021-06-02T16:02:57.353Z] #20 18.62 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB] [2021-06-02T16:02:57.353Z] #20 18.62 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB] [2021-06-02T16:02:57.353Z] #20 18.62 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2021-06-02T16:02:57.353Z] #20 18.88 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2021-06-02T16:02:57.353Z] #20 18.88 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2021-06-02T16:02:57.353Z] #20 18.89 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2021-06-02T16:02:57.353Z] #20 18.89 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB] [2021-06-02T16:02:57.353Z] #20 18.90 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB] [2021-06-02T16:02:57.353Z] #20 18.90 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 patch arm64 2.7.6-3+deb10u1 [122 kB] [2021-06-02T16:02:57.353Z] #20 18.92 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB] [2021-06-02T16:02:57.353Z] #20 19.00 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-06-02T16:02:57.353Z] #20 19.01 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB] [2021-06-02T16:02:57.353Z] #20 19.01 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB] [2021-06-02T16:02:57.353Z] #20 19.03 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-06-02T16:02:57.353Z] #20 19.03 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB] [2021-06-02T16:02:57.353Z] #20 19.04 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-06-02T16:02:57.353Z] #20 19.05 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u3 [1208 kB] [2021-06-02T16:02:57.353Z] #20 19.10 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB] [2021-06-02T16:02:57.353Z] #20 19.11 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB] [2021-06-02T16:02:57.353Z] #20 19.13 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-06-02T16:02:57.353Z] #20 19.36 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB] [2021-06-02T16:02:57.353Z] #20 19.41 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB] [2021-06-02T16:02:57.353Z] #20 19.44 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB] [2021-06-02T16:02:57.353Z] #20 20.05 debconf: delaying package configuration, since apt-utils is not installed [2021-06-02T16:02:57.353Z] #20 20.15 Fetched 27.7 MB in 1s (20.3 MB/s) [2021-06-02T16:02:57.353Z] #20 20.22 Selecting previously unselected package pigz. [2021-06-02T16:02:57.353Z] #20 20.22 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23408 files and directories currently installed.) [2021-06-02T16:02:57.353Z] #20 20.31 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ... [2021-06-02T16:02:57.353Z] #20 20.33 Unpacking pigz (2.4-1) ... [2021-06-02T16:02:57.463Z] #43 168.9 make[2]: Nothing to be done for 'all'. [2021-06-02T16:02:57.463Z] #43 168.9 make[2]: Nothing to be done for 'all'. [2021-06-02T16:02:57.464Z] #43 168.9 make[2]: Nothing to be done for 'all'. [2021-06-02T16:02:57.464Z] #43 169.0 make[2]: Nothing to be done for 'all'. [2021-06-02T16:02:57.464Z] #43 169.0 make[2]: Nothing to be done for 'all'. [2021-06-02T16:02:57.464Z] #43 169.0 make[2]: Nothing to be done for 'all'. [2021-06-02T16:02:57.464Z] #43 169.0 make[2]: Nothing to be done for 'all'. [2021-06-02T16:02:57.464Z] #43 169.1 make[2]: Nothing to be done for 'all'. [2021-06-02T16:02:57.483Z] #43 ... [2021-06-02T16:02:57.483Z] [2021-06-02T16:02:57.483Z] #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-06-02T16:02:57.483Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-06-02T16:02:57.483Z] #32 DONE 151.7s [2021-06-02T16:02:57.483Z] [2021-06-02T16:02:57.483Z] #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-06-02T16:02:57.483Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:57.483Z] #43 84.14 DEP criu/config.d [2021-06-02T16:02:57.483Z] #43 ... [2021-06-02T16:02:57.483Z] [2021-06-02T16:02:57.484Z] #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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-02T16:02:57.484Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-02T16:02:57.484Z] #20 15.52 Reading package lists... [2021-06-02T16:02:57.484Z] #20 19.96 Building dependency tree... [2021-06-02T16:02:57.484Z] #20 21.60 libcap2-bin is already the newest version (1:2.25-2). [2021-06-02T16:02:57.484Z] #20 21.60 The following additional packages will be installed: [2021-06-02T16:02:57.484Z] #20 21.60 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-06-02T16:02:57.484Z] #20 21.60 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-06-02T16:02:57.484Z] #20 21.61 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-06-02T16:02:57.484Z] #20 21.61 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-06-02T16:02:57.484Z] #20 21.61 python3.7 python3.7-minimal vim-runtime xxd [2021-06-02T16:02:57.484Z] #20 21.62 Suggested packages: [2021-06-02T16:02:57.484Z] #20 21.62 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc [2021-06-02T16:02:57.484Z] #20 21.62 python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv [2021-06-02T16:02:57.484Z] #20 21.62 python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2021-06-02T16:02:57.484Z] #20 21.62 quota [2021-06-02T16:02:57.484Z] #20 21.62 Recommended packages: [2021-06-02T16:02:57.484Z] #20 21.62 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-06-02T16:02:57.484Z] #20 21.62 python3-keyrings.alt python3-xdg unzip [2021-06-02T16:02:57.596Z] #43 81.99 DEP criu/kcmp-ids.d [2021-06-02T16:02:57.616Z] #20 20.58 Selecting previously unselected package libpython3.7-minimal:arm64. [2021-06-02T16:02:57.616Z] #20 20.58 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_arm64.deb ... [2021-06-02T16:02:57.616Z] #20 20.59 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ... [2021-06-02T16:02:57.724Z] #43 169.2 INSTALL criu/criu [2021-06-02T16:02:57.855Z] #43 82.05 DEP criu/irmap.d [2021-06-02T16:02:57.855Z] #43 82.15 DEP criu/ipc_ns.d [2021-06-02T16:02:57.855Z] #43 82.30 DEP criu/image.d [2021-06-02T16:02:57.985Z] #43 DONE 169.5s [2021-06-02T16:02:57.985Z] [2021-06-02T16:02:57.985Z] #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-06-02T16:02:57.985Z] #53 sha256:d74a9f9c69b1a532ce2dfe4a6ccb22c81fd40dde4488f27bc2c362884cd9181b [2021-06-02T16:02:58.113Z] #43 82.43 DEP criu/image-desc.d [2021-06-02T16:02:58.113Z] #43 82.56 DEP criu/fsnotify.d [2021-06-02T16:02:58.204Z] #20 21.06 Selecting previously unselected package python3.7-minimal. [2021-06-02T16:02:58.204Z] #20 21.06 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_arm64.deb ... [2021-06-02T16:02:58.204Z] #20 21.10 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-02T16:02:58.372Z] #43 82.75 DEP criu/filesystems.d [2021-06-02T16:02:58.372Z] #43 82.89 DEP criu/files.d [2021-06-02T16:02:58.477Z] #15 ... [2021-06-02T16:02:58.477Z] [2021-06-02T16:02:58.477Z] #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-06-02T16:02:58.477Z] #45 sha256:c9574aedef6eee0498adeca739abe2efcb00577146fa7c6b61141ec11fdafc85 [2021-06-02T16:02:58.477Z] #45 118.4 net/http/httptrace [2021-06-02T16:02:58.477Z] #45 118.6 net/http [2021-06-02T16:02:58.737Z] #45 ... [2021-06-02T16:02:58.737Z] [2021-06-02T16:02:58.737Z] #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-06-02T16:02:58.737Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:02:58.737Z] #43 62.31 DEP criu/pie/parasite.d [2021-06-02T16:02:58.737Z] #43 62.59 CC criu/pie/parasite.o [2021-06-02T16:02:58.737Z] #43 63.93 LINK criu/pie/parasite.built-in.o [2021-06-02T16:02:58.737Z] #43 63.95 GEN criu/pie/parasite-blob.h [2021-06-02T16:02:58.737Z] #43 63.96 CC criu/pie/parasite-vdso.o [2021-06-02T16:02:58.779Z] #20 21.71 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ... [2021-06-02T16:02:58.779Z] #20 21.75 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-02T16:02:58.939Z] #43 83.13 DEP criu/files-reg.d [2021-06-02T16:02:58.939Z] #43 83.35 DEP criu/files-ext.d [2021-06-02T16:02:58.939Z] #43 83.49 DEP criu/file-lock.d [2021-06-02T16:02:58.944Z] #53 ... [2021-06-02T16:02:58.944Z] [2021-06-02T16:02:58.944Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-06-02T16:02:58.944Z] #44 sha256:8adf59dd8fac76db912a2bc1206a9a05fc9327f4cc963ac581de0a04b83da24c [2021-06-02T16:02:58.944Z] #44 DONE 0.1s [2021-06-02T16:02:58.944Z] [2021-06-02T16:02:58.944Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-06-02T16:02:58.944Z] #46 sha256:49c0772d00f2304aa761ae59f60137b4050b504ae6e1387cf73a0cf5a0e7dc5a [2021-06-02T16:02:59.198Z] #43 83.59 DEP criu/file-ids.d [2021-06-02T16:02:59.211Z] #46 DONE 0.2s [2021-06-02T16:02:59.211Z] [2021-06-02T16:02:59.211Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-06-02T16:02:59.211Z] #48 sha256:7ccf0f2cb3bb51041fe3dc20c8ac9c2a91f0ee5b3f8b8c31b620c4084ae22b54 [2021-06-02T16:02:59.309Z] #43 64.59 CC criu/arch/x86/vdso-pie.o [2021-06-02T16:02:59.309Z] #43 ... [2021-06-02T16:02:59.309Z] [2021-06-02T16:02:59.309Z] #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-06-02T16:02:59.309Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-06-02T16:02:59.309Z] #15 DONE 2.8s [2021-06-02T16:02:59.309Z] [2021-06-02T16:02:59.309Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-06-02T16:02:59.309Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-06-02T16:02:59.376Z] #20 23.85 The following NEW packages will be installed: [2021-06-02T16:02:59.377Z] #20 23.86 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-06-02T16:02:59.377Z] #20 23.86 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-06-02T16:02:59.377Z] #20 23.86 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-06-02T16:02:59.377Z] #20 23.86 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-06-02T16:02:59.377Z] #20 23.87 libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils [2021-06-02T16:02:59.377Z] #20 23.87 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-06-02T16:02:59.377Z] #20 23.87 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-06-02T16:02:59.377Z] #20 23.87 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-06-02T16:02:59.377Z] #20 23.87 xz-utils zip [2021-06-02T16:02:59.377Z] #20 24.19 0 upgraded, 49 newly installed, 0 to remove and 28 not upgraded. [2021-06-02T16:02:59.377Z] #20 24.19 Need to get 28.6 MB of archives. [2021-06-02T16:02:59.377Z] #20 24.19 After this operation, 116 MB of additional disk space will be used. [2021-06-02T16:02:59.377Z] #20 24.19 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-06-02T16:02:59.377Z] #20 24.19 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-06-02T16:02:59.377Z] #20 24.22 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-06-02T16:02:59.377Z] #20 24.30 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-06-02T16:02:59.377Z] #20 24.32 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-06-02T16:02:59.457Z] #43 83.67 DEP criu/fifo.d [2021-06-02T16:02:59.457Z] #43 83.85 DEP criu/fdstore.d [2021-06-02T16:02:59.480Z] #48 DONE 0.1s [2021-06-02T16:02:59.480Z] [2021-06-02T16:02:59.480Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-06-02T16:02:59.480Z] #50 sha256:860a3bf85832837428af412f7e3d81ff980c0700e1ecdff4639d870d9e39c962 [2021-06-02T16:02:59.633Z] #20 24.32 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-06-02T16:02:59.633Z] #20 24.42 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-06-02T16:02:59.633Z] #20 24.44 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-06-02T16:02:59.633Z] #20 24.44 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-06-02T16:02:59.633Z] #20 24.45 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-06-02T16:02:59.633Z] #20 24.46 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-06-02T16:02:59.633Z] #20 24.46 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-06-02T16:02:59.633Z] #20 24.46 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-06-02T16:02:59.633Z] #20 24.46 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-06-02T16:02:59.633Z] #20 24.47 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-06-02T16:02:59.633Z] #20 24.47 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-06-02T16:02:59.633Z] #20 24.49 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-06-02T16:02:59.633Z] #20 24.50 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-02T16:02:59.633Z] #20 24.50 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-06-02T16:02:59.633Z] #20 24.52 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-06-02T16:02:59.633Z] #20 24.52 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-06-02T16:02:59.633Z] #20 24.53 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-06-02T16:02:59.633Z] #20 24.57 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-06-02T16:02:59.715Z] #43 83.98 DEP criu/fault-injection.d [2021-06-02T16:02:59.715Z] #43 84.01 DEP criu/external.d [2021-06-02T16:02:59.715Z] #43 84.19 DEP criu/eventpoll.d [2021-06-02T16:02:59.741Z] #50 DONE 0.5s [2021-06-02T16:02:59.741Z] [2021-06-02T16:02:59.741Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-06-02T16:02:59.741Z] #52 sha256:00cd5693740912d06ef47a7fc9cd54e25e98a09402b2a852b7f5b69a1db27e60 [2021-06-02T16:02:59.741Z] #52 DONE 0.1s [2021-06-02T16:02:59.741Z] [2021-06-02T16:02:59.742Z] #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-06-02T16:02:59.742Z] #53 sha256:d74a9f9c69b1a532ce2dfe4a6ccb22c81fd40dde4488f27bc2c362884cd9181b [2021-06-02T16:02:59.889Z] #20 24.57 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-06-02T16:02:59.889Z] #20 24.58 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-06-02T16:02:59.889Z] #20 24.59 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-06-02T16:02:59.889Z] #20 24.60 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-06-02T16:02:59.889Z] #20 24.61 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-06-02T16:02:59.889Z] #20 24.61 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-06-02T16:02:59.974Z] #43 ... [2021-06-02T16:02:59.974Z] [2021-06-02T16:02:59.974Z] #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-06-02T16:02:59.974Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-06-02T16:02:59.974Z] #32 DONE 153.9s [2021-06-02T16:02:59.974Z] [2021-06-02T16:02:59.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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-02T16:02:59.974Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-02T16:02:59.974Z] #20 16.50 Reading package lists... [2021-06-02T16:02:59.974Z] #20 20.20 Building dependency tree... [2021-06-02T16:02:59.974Z] #20 21.88 libcap2-bin is already the newest version (1:2.25-2). [2021-06-02T16:02:59.974Z] #20 21.88 The following additional packages will be installed: [2021-06-02T16:02:59.974Z] #20 21.88 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-06-02T16:02:59.974Z] #20 21.88 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-06-02T16:02:59.974Z] #20 21.88 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-06-02T16:02:59.974Z] #20 21.89 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-06-02T16:02:59.974Z] #20 21.89 python3.7 python3.7-minimal vim-runtime xxd [2021-06-02T16:02:59.974Z] #20 21.89 Suggested packages: [2021-06-02T16:02:59.974Z] #20 21.89 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc [2021-06-02T16:02:59.974Z] #20 21.89 python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv [2021-06-02T16:02:59.974Z] #20 21.89 python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2021-06-02T16:02:59.974Z] #20 21.89 quota [2021-06-02T16:02:59.974Z] #20 21.89 Recommended packages: [2021-06-02T16:02:59.974Z] #20 21.89 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-06-02T16:02:59.974Z] #20 21.89 python3-keyrings.alt python3-xdg unzip [2021-06-02T16:03:00.145Z] #20 25.12 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-06-02T16:03:00.402Z] #20 25.12 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-06-02T16:03:00.402Z] #20 25.13 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-06-02T16:03:00.402Z] #20 25.13 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-06-02T16:03:00.402Z] #20 25.13 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-06-02T16:03:00.402Z] #20 25.16 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] [2021-06-02T16:03:00.402Z] #20 25.16 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-06-02T16:03:00.402Z] #20 25.23 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-06-02T16:03:00.402Z] #20 25.24 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-06-02T16:03:00.402Z] #20 25.25 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-06-02T16:03:00.402Z] #20 25.26 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-06-02T16:03:00.402Z] #20 25.27 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-06-02T16:03:00.402Z] #20 25.28 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-06-02T16:03:00.402Z] #20 25.28 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-06-02T16:03:00.402Z] #20 25.34 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-06-02T16:03:00.658Z] #20 25.37 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-06-02T16:03:00.658Z] #20 25.37 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-06-02T16:03:00.703Z] #20 ... [2021-06-02T16:03:00.703Z] [2021-06-02T16:03:00.703Z] #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-06-02T16:03:00.703Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-06-02T16:03:00.703Z] #43 59.90 AR soccr/libsoccr.a [2021-06-02T16:03:00.703Z] #43 59.98 make[1]: 'soccr/libsoccr.a' is up to date. [2021-06-02T16:03:00.703Z] #43 60.46 DEP criu/arch/aarch64/sigframe.d [2021-06-02T16:03:00.703Z] #43 60.58 DEP criu/arch/aarch64/crtools.d [2021-06-02T16:03:00.703Z] #43 60.75 DEP criu/arch/aarch64/cpu.d [2021-06-02T16:03:00.703Z] #43 60.79 DEP criu/arch/aarch64/bitops.d [2021-06-02T16:03:00.703Z] #43 60.84 CC criu/arch/aarch64/bitops.o [2021-06-02T16:03:00.703Z] #43 60.90 CC criu/arch/aarch64/cpu.o [2021-06-02T16:03:00.703Z] #43 61.14 CC criu/arch/aarch64/crtools.o [2021-06-02T16:03:00.703Z] #43 61.76 CC criu/arch/aarch64/sigframe.o [2021-06-02T16:03:00.703Z] #43 61.95 LINK criu/arch/aarch64/crtools.built-in.o [2021-06-02T16:03:00.703Z] #43 61.98 DEP criu/pie/util-vdso.d [2021-06-02T16:03:00.703Z] #43 62.09 DEP criu/pie/util.d [2021-06-02T16:03:00.703Z] #43 62.23 CC criu/pie/util.o [2021-06-02T16:03:00.703Z] #43 62.60 CC criu/pie/util-vdso.o [2021-06-02T16:03:00.703Z] #43 63.50 AR criu/pie/pie.lib.a [2021-06-02T16:03:00.703Z] #43 63.62 DEP criu/pie/restorer.d [2021-06-02T16:03:00.703Z] #43 63.88 DEP criu/arch/aarch64/intraprocedure.d [2021-06-02T16:03:00.703Z] #43 63.90 DEP criu/arch/aarch64/restorer.d [2021-06-02T16:03:00.703Z] #43 64.06 DEP criu/arch/aarch64/vdso-pie.d [2021-06-02T16:03:00.703Z] #43 64.19 DEP criu/pie/parasite-vdso.d [2021-06-02T16:03:00.703Z] #43 64.35 DEP criu/pie/parasite.d [2021-06-02T16:03:00.703Z] #43 64.59 CC criu/pie/parasite.o [2021-06-02T16:03:00.703Z] #43 65.48 LINK criu/pie/parasite.built-in.o [2021-06-02T16:03:00.703Z] #43 65.49 GEN criu/pie/parasite-blob.h [2021-06-02T16:03:00.703Z] #43 65.51 CC criu/pie/parasite-vdso.o [2021-06-02T16:03:00.703Z] #43 66.36 CC criu/arch/aarch64/vdso-pie.o [2021-06-02T16:03:00.703Z] #43 66.70 CC criu/arch/aarch64/restorer.o [2021-06-02T16:03:00.703Z] #43 67.20 CC criu/arch/aarch64/intraprocedure.o [2021-06-02T16:03:00.703Z] #43 67.26 CC criu/pie/restorer.o [2021-06-02T16:03:00.703Z] #43 70.10 LINK criu/pie/restorer.built-in.o [2021-06-02T16:03:00.703Z] #43 70.12 GEN criu/pie/restorer-blob.h [2021-06-02T16:03:00.703Z] #43 70.22 DEP criu/vdso.d [2021-06-02T16:03:00.914Z] #20 25.71 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-06-02T16:03:00.914Z] #20 25.76 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-06-02T16:03:00.914Z] #20 25.80 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-06-02T16:03:00.967Z] #43 70.51 DEP criu/uts_ns.d [2021-06-02T16:03:00.967Z] #43 ... [2021-06-02T16:03:00.967Z] [2021-06-02T16:03:00.967Z] #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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-02T16:03:00.967Z] #20 sha256:195ad63f85bbe48cccd81011f6d5378917eee02482ebd331ff759ae3860159b7 [2021-06-02T16:03:00.967Z] #20 24.08 Selecting previously unselected package python3-minimal. [2021-06-02T16:03:01.230Z] #20 24.08 (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 ... 23657 files and directories currently installed.) [2021-06-02T16:03:01.230Z] #20 24.18 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ... [2021-06-02T16:03:01.230Z] #20 24.18 Unpacking python3-minimal (3.7.3-1) ... [2021-06-02T16:03:01.230Z] #20 24.28 Selecting previously unselected package libmpdec2:arm64. [2021-06-02T16:03:01.230Z] #20 24.28 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ... [2021-06-02T16:03:01.230Z] #20 24.29 Unpacking libmpdec2:arm64 (2.4.2-2) ... [2021-06-02T16:03:01.230Z] #20 24.39 Selecting previously unselected package libpython3.7-stdlib:arm64. [2021-06-02T16:03:01.351Z] #20 24.10 The following NEW packages will be installed: [2021-06-02T16:03:01.351Z] #20 24.11 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-06-02T16:03:01.351Z] #20 24.11 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-06-02T16:03:01.351Z] #20 24.11 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-06-02T16:03:01.351Z] #20 24.11 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-06-02T16:03:01.351Z] #20 24.11 libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils [2021-06-02T16:03:01.351Z] #20 24.11 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-06-02T16:03:01.351Z] #20 24.11 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-06-02T16:03:01.351Z] #20 24.11 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-06-02T16:03:01.351Z] #20 24.11 xz-utils zip [2021-06-02T16:03:01.351Z] #20 24.42 0 upgraded, 49 newly installed, 0 to remove and 28 not upgraded. [2021-06-02T16:03:01.351Z] #20 24.42 Need to get 28.6 MB of archives. [2021-06-02T16:03:01.351Z] #20 24.42 After this operation, 116 MB of additional disk space will be used. [2021-06-02T16:03:01.351Z] #20 24.42 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-06-02T16:03:01.351Z] #20 24.42 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-06-02T16:03:01.351Z] #20 24.44 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-06-02T16:03:01.351Z] #20 24.54 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-06-02T16:03:01.492Z] #20 24.40 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_arm64.deb ... [2021-06-02T16:03:01.492Z] #20 24.41 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ... [2021-06-02T16:03:01.610Z] #20 24.54 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-06-02T16:03:01.610Z] #20 24.55 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-06-02T16:03:01.610Z] #20 24.65 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-06-02T16:03:01.610Z] #20 24.65 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-06-02T16:03:01.610Z] #20 24.66 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-06-02T16:03:01.610Z] #20 24.67 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-06-02T16:03:01.610Z] #20 24.67 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-06-02T16:03:01.610Z] #20 24.67 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-06-02T16:03:01.610Z] #20 24.68 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-06-02T16:03:01.610Z] #20 24.68 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-06-02T16:03:01.610Z] #20 24.68 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-06-02T16:03:01.610Z] #20 24.69 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-06-02T16:03:01.610Z] #20 24.71 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-06-02T16:03:01.610Z] #20 24.71 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-02T16:03:01.610Z] #20 24.72 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-06-02T16:03:01.610Z] #20 24.74 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-06-02T16:03:01.610Z] #20 24.74 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-06-02T16:03:01.610Z] #20 24.75 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-06-02T16:03:01.844Z] #20 26.42 debconf: delaying package configuration, since apt-utils is not installed [2021-06-02T16:03:01.844Z] #20 26.54 Fetched 28.6 MB in 2s (15.2 MB/s) [2021-06-02T16:03:01.844Z] #20 26.59 Selecting previously unselected package pigz. [2021-06-02T16:03:01.844Z] #20 26.59 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23435 files and directories currently installed.) [2021-06-02T16:03:01.844Z] #20 26.64 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-06-02T16:03:01.844Z] #20 26.65 Unpacking pigz (2.4-1) ... [2021-06-02T16:03:01.853Z] #16 2.569 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-06-02T16:03:01.868Z] #20 24.78 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-06-02T16:03:01.868Z] #20 24.78 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-06-02T16:03:01.868Z] #20 24.79 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-06-02T16:03:01.868Z] #20 24.80 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-06-02T16:03:01.868Z] #20 24.80 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-06-02T16:03:01.868Z] #20 24.81 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-06-02T16:03:01.869Z] #20 24.81 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-06-02T16:03:02.067Z] #20 25.25 Selecting previously unselected package python3.7. [2021-06-02T16:03:02.101Z] #20 26.80 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-06-02T16:03:02.101Z] #20 26.81 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-02T16:03:02.101Z] #20 26.81 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-02T16:03:02.114Z] #16 DONE 2.8s [2021-06-02T16:03:02.114Z] [2021-06-02T16:03:02.114Z] #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-06-02T16:03:02.114Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:03:02.114Z] #43 65.05 CC criu/arch/x86/restorer.o [2021-06-02T16:03:02.114Z] #43 65.62 CC criu/arch/x86/restorer_unmap.o [2021-06-02T16:03:02.114Z] #43 65.68 CC criu/arch/x86/sigaction_compat_pie.o [2021-06-02T16:03:02.114Z] #43 65.99 CC criu/pie/restorer.o [2021-06-02T16:03:02.127Z] #20 25.22 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-06-02T16:03:02.127Z] #20 25.22 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-06-02T16:03:02.127Z] #20 25.22 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-06-02T16:03:02.127Z] #20 25.23 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-06-02T16:03:02.127Z] #20 25.23 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-06-02T16:03:02.127Z] #20 25.23 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] [2021-06-02T16:03:02.127Z] #20 25.24 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-06-02T16:03:02.127Z] #20 25.28 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-06-02T16:03:02.330Z] #20 25.25 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_arm64.deb ... [2021-06-02T16:03:02.330Z] #20 25.27 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-06-02T16:03:02.330Z] #20 25.48 Selecting previously unselected package libpython3-stdlib:arm64. [2021-06-02T16:03:02.330Z] #20 25.49 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ... [2021-06-02T16:03:02.386Z] #20 25.29 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-06-02T16:03:02.386Z] #20 25.29 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-06-02T16:03:02.386Z] #20 25.31 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-06-02T16:03:02.386Z] #20 25.31 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-06-02T16:03:02.386Z] #20 25.32 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-06-02T16:03:02.386Z] #20 25.32 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-06-02T16:03:02.386Z] #20 25.36 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-06-02T16:03:02.386Z] #20 25.38 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-06-02T16:03:02.386Z] #20 25.40 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-06-02T16:03:02.592Z] #20 25.52 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ... [2021-06-02T16:03:02.593Z] #20 25.70 Setting up python3-minimal (3.7.3-1) ... [2021-06-02T16:03:02.644Z] #20 25.70 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-06-02T16:03:02.644Z] #20 25.76 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-06-02T16:03:02.644Z] #20 25.81 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-06-02T16:03:02.663Z] #20 27.24 Selecting previously unselected package python3.7-minimal. [2021-06-02T16:03:02.663Z] #20 27.24 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-02T16:03:02.663Z] #20 27.25 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-02T16:03:03.056Z] #43 ... [2021-06-02T16:03:03.056Z] [2021-06-02T16:03:03.056Z] #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-06-02T16:03:03.056Z] #53 sha256:5f68cc6a0f3804ad59cf8f2bb7b4cdaf6273467f547269854d70f6b926020765 [2021-06-02T16:03:03.056Z] #53 3.699 + RM_GOPATH=0 [2021-06-02T16:03:03.056Z] #53 3.699 + TMP_GOPATH= [2021-06-02T16:03:03.056Z] #53 3.699 + : /build [2021-06-02T16:03:03.056Z] #53 3.699 + '[' -z '' ']' [2021-06-02T16:03:03.056Z] #53 3.699 ++ mktemp -d [2021-06-02T16:03:03.056Z] #53 3.699 + export GOPATH=/tmp/tmp.jQ6IKtvIir [2021-06-02T16:03:03.056Z] #53 3.699 + GOPATH=/tmp/tmp.jQ6IKtvIir [2021-06-02T16:03:03.056Z] #53 3.699 + RM_GOPATH=1 [2021-06-02T16:03:03.056Z] #53 3.699 + case "$(go env GOARCH)" in [2021-06-02T16:03:03.056Z] #53 3.699 ++ go env GOARCH [2021-06-02T16:03:03.056Z] #53 3.699 + export GO_BUILDMODE=-buildmode=pie [2021-06-02T16:03:03.056Z] #53 3.699 + GO_BUILDMODE=-buildmode=pie [2021-06-02T16:03:03.056Z] #53 3.699 ++ dirname /tmp/install/install.sh [2021-06-02T16:03:03.056Z] #53 3.699 + dir=/tmp/install [2021-06-02T16:03:03.056Z] #53 3.699 + bin=runc [2021-06-02T16:03:03.056Z] #53 3.699 + shift [2021-06-02T16:03:03.056Z] #53 3.699 + '[' '!' -f /tmp/install/runc.installer ']' [2021-06-02T16:03:03.056Z] #53 3.699 + . /tmp/install/runc.installer [2021-06-02T16:03:03.056Z] #53 3.699 ++ : b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-02T16:03:03.056Z] #53 3.699 + install_runc [2021-06-02T16:03:03.056Z] #53 3.699 + grep -q '^3\.10\.0.*\.el7\.' [2021-06-02T16:03:03.056Z] #53 3.699 + uname -r [2021-06-02T16:03:03.056Z] #53 3.704 Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp ) [2021-06-02T16:03:03.056Z] #53 3.716 + RUNC_BUILDTAGS='seccomp ' [2021-06-02T16:03:03.056Z] #53 3.716 + echo 'Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp )' [2021-06-02T16:03:03.056Z] #53 3.716 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.jQ6IKtvIir/src/github.com/opencontainers/runc [2021-06-02T16:03:03.056Z] #53 3.716 Cloning into '/tmp/tmp.jQ6IKtvIir/src/github.com/opencontainers/runc'... [2021-06-02T16:03:03.317Z] #53 ... [2021-06-02T16:03:03.317Z] [2021-06-02T16:03:03.317Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-06-02T16:03:03.317Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-06-02T16:03:03.580Z] #20 26.47 debconf: delaying package configuration, since apt-utils is not installed [2021-06-02T16:03:03.580Z] #20 26.57 Fetched 28.6 MB in 2s (17.2 MB/s) [2021-06-02T16:03:03.580Z] #20 26.63 Selecting previously unselected package pigz. [2021-06-02T16:03:03.580Z] #20 26.63 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23435 files and directories currently installed.) [2021-06-02T16:03:03.580Z] #20 26.69 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-06-02T16:03:03.580Z] #20 26.70 Unpacking pigz (2.4-1) ... [2021-06-02T16:03:03.590Z] #20 28.14 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-02T16:03:03.590Z] #20 28.16 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-02T16:03:03.838Z] #20 26.82 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-06-02T16:03:03.838Z] #20 26.83 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-02T16:03:03.838Z] #20 26.83 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-02T16:03:03.985Z] #20 26.76 Selecting previously unselected package python3. [2021-06-02T16:03:03.985Z] #20 26.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 ... 24069 files and directories currently installed.) [2021-06-02T16:03:03.985Z] #20 26.84 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ... [2021-06-02T16:03:03.985Z] #20 26.86 Unpacking python3 (3.7.3-1) ... [2021-06-02T16:03:03.985Z] #20 27.02 Selecting previously unselected package libip4tc0:arm64. [2021-06-02T16:03:03.985Z] #20 27.03 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ... [2021-06-02T16:03:03.985Z] #20 27.04 Unpacking libip4tc0:arm64 (1.8.2-4) ... [2021-06-02T16:03:04.248Z] #20 27.15 Selecting previously unselected package libip6tc0:arm64. [2021-06-02T16:03:04.248Z] #20 27.15 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ... [2021-06-02T16:03:04.248Z] #20 27.16 Unpacking libip6tc0:arm64 (1.8.2-4) ... [2021-06-02T16:03:04.248Z] #20 27.33 Selecting previously unselected package libiptc0:arm64. [2021-06-02T16:03:04.248Z] #20 27.34 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ... [2021-06-02T16:03:04.248Z] #20 27.34 Unpacking libiptc0:arm64 (1.8.2-4) ... [2021-06-02T16:03:04.406Z] #20 27.24 Selecting previously unselected package python3.7-minimal. [2021-06-02T16:03:04.406Z] #20 27.25 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-02T16:03:04.406Z] #20 27.26 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-02T16:03:04.510Z] #20 27.48 Selecting previously unselected package libnfnetlink0:arm64. [2021-06-02T16:03:04.510Z] #20 27.49 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2021-06-02T16:03:04.510Z] #20 27.50 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2021-06-02T16:03:04.700Z] #17 DONE 2.5s [2021-06-02T16:03:04.700Z] [2021-06-02T16:03:04.700Z] #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-06-02T16:03:04.700Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:03:04.700Z] #43 69.07 LINK criu/pie/restorer.built-in.o [2021-06-02T16:03:04.700Z] #43 69.11 GEN criu/pie/restorer-blob.h [2021-06-02T16:03:04.700Z] #43 69.20 DEP criu/vdso.d [2021-06-02T16:03:04.700Z] #43 69.45 DEP criu/vdso-compat.d [2021-06-02T16:03:04.700Z] #43 69.57 DEP criu/uts_ns.d [2021-06-02T16:03:04.700Z] #43 69.74 DEP criu/util.d [2021-06-02T16:03:04.700Z] #43 69.94 DEP criu/uffd.d [2021-06-02T16:03:04.773Z] #20 27.59 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2021-06-02T16:03:04.773Z] #20 27.60 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ... [2021-06-02T16:03:04.773Z] #20 27.62 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2021-06-02T16:03:04.773Z] #20 27.73 Selecting previously unselected package libnftnl11:arm64. [2021-06-02T16:03:04.773Z] #20 27.74 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ... [2021-06-02T16:03:04.773Z] #20 27.75 Unpacking libnftnl11:arm64 (1.1.2-2) ... [2021-06-02T16:03:04.961Z] #43 70.31 DEP criu/tun.d [2021-06-02T16:03:05.036Z] #20 27.84 Selecting previously unselected package iptables. [2021-06-02T16:03:05.036Z] #20 27.86 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ... [2021-06-02T16:03:05.036Z] #20 27.86 Unpacking iptables (1.8.2-4) ... [2021-06-02T16:03:05.221Z] #43 70.47 DEP criu/tty.d [2021-06-02T16:03:05.222Z] #43 70.64 DEP criu/timerfd.d [2021-06-02T16:03:05.298Z] #20 28.15 Selecting previously unselected package xxd. [2021-06-02T16:03:05.298Z] #20 28.16 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ... [2021-06-02T16:03:05.298Z] #20 28.16 Unpacking xxd (2:8.1.0875-5) ... [2021-06-02T16:03:05.342Z] #20 28.15 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-02T16:03:05.342Z] #20 28.17 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-02T16:03:05.480Z] #20 30.20 Selecting previously unselected package python3-minimal. [2021-06-02T16:03:05.480Z] #20 30.20 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23684 files and directories currently installed.) [2021-06-02T16:03:05.480Z] #20 30.26 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-06-02T16:03:05.480Z] #20 30.27 Unpacking python3-minimal (3.7.3-1) ... [2021-06-02T16:03:05.482Z] #43 70.89 DEP criu/timens.d [2021-06-02T16:03:05.561Z] #20 28.50 Selecting previously unselected package vim-common. [2021-06-02T16:03:05.561Z] #20 28.52 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-02T16:03:05.561Z] #20 28.55 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-02T16:03:05.742Z] #43 71.14 DEP criu/sysfs_parse.d [2021-06-02T16:03:05.779Z] #20 30.37 Selecting previously unselected package libmpdec2:amd64. [2021-06-02T16:03:05.779Z] #20 30.39 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-06-02T16:03:05.779Z] #20 30.40 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-06-02T16:03:05.779Z] #20 30.50 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-06-02T16:03:05.779Z] #20 30.51 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-06-02T16:03:05.779Z] #20 30.52 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-02T16:03:05.804Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-06-02T16:03:05.804Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-24c5435a\powershellScript.ps1'; exit $LASTEXITCODE; [2021-06-02T16:03:05.804Z] ---------------------------------------------------------------------------- [2021-06-02T16:03:05.804Z] [2021-06-02T16:03:05.804Z] INFO: executeCI.ps1 starting at Wed Jun 2 16:03:04 CUT 2021 [2021-06-02T16:03:05.804Z] [2021-06-02T16:03:05.804Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-06-02T16:03:05.804Z] INFO: Running git version 2.24.1.windows.2 [2021-06-02T16:03:05.804Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2021-06-02T16:03:05.804Z] INFO: Environment variables: [2021-06-02T16:03:05.804Z] [2021-06-02T16:03:05.804Z] Name Value [2021-06-02T16:03:05.804Z] ---- ----- [2021-06-02T16:03:05.804Z] ALLUSERSPROFILE C:\ProgramData [2021-06-02T16:03:05.804Z] amd64 true [2021-06-02T16:03:05.804Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2021-06-02T16:03:05.804Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-06-02T16:03:05.804Z] arm64 true [2021-06-02T16:03:05.804Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2021-06-02T16:03:05.804Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-06-02T16:03:05.804Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2021-06-02T16:03:05.804Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-06-02T16:03:05.804Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-06-02T16:03:05.804Z] BRANCH_NAME PR-42143 [2021-06-02T16:03:05.804Z] BUILD_DISPLAY_NAME #28 [2021-06-02T16:03:05.804Z] BUILD_ID 28 [2021-06-02T16:03:05.804Z] BUILD_NUMBER 28 [2021-06-02T16:03:05.804Z] BUILD_TAG jenkins-moby-PR-42143-28 [2021-06-02T16:03:05.804Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42143/28/ [2021-06-02T16:03:05.804Z] cgroup2 true [2021-06-02T16:03:05.804Z] CHANGE_AUTHOR thaJeztah [2021-06-02T16:03:05.804Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2021-06-02T16:03:05.804Z] CHANGE_BRANCH check_libcontainer [2021-06-02T16:03:05.804Z] CHANGE_FORK thaJeztah/docker [2021-06-02T16:03:05.804Z] CHANGE_ID 42143 [2021-06-02T16:03:05.804Z] CHANGE_TARGET master [2021-06-02T16:03:05.804Z] CHANGE_TITLE vendor: github.com/opencontainers/runc v1.0.0-rc95 [2021-06-02T16:03:05.804Z] CHANGE_URL https://github.com/moby/moby/pull/42143 [2021-06-02T16:03:05.805Z] CHECK_CONFIG_COMMIT 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-02T16:03:05.805Z] CommonProgramFiles C:\Program Files\Common Files [2021-06-02T16:03:05.805Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-06-02T16:03:05.805Z] CommonProgramW6432 C:\Program Files\Common Files [2021-06-02T16:03:05.805Z] COMPUTERNAME azwin-2-6213a0 [2021-06-02T16:03:05.805Z] ComSpec C:\Windows\system32\cmd.exe [2021-06-02T16:03:05.805Z] ConfigSequenceNumber 0 [2021-06-02T16:03:05.805Z] dco true [2021-06-02T16:03:05.805Z] DOCKER_BUILDKIT 0 [2021-06-02T16:03:05.805Z] DOCKER_DUT_DEBUG 1 [2021-06-02T16:03:05.805Z] DOCKER_EXPERIMENTAL 1 [2021-06-02T16:03:05.805Z] DOCKER_GRAPHDRIVER overlay2 [2021-06-02T16:03:05.805Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-06-02T16:03:05.805Z] EXECUTOR_NUMBER 0 [2021-06-02T16:03:05.805Z] FQDN azwin-2-6213a0.westus.cloudapp.azure.com [2021-06-02T16:03:05.805Z] GIT_BRANCH PR-42143 [2021-06-02T16:03:05.805Z] GIT_COMMIT d414c0c1e8c487170b1d2f5af4946771645c6564 [2021-06-02T16:03:05.805Z] GIT_PREVIOUS_COMMIT 28cd274d3e0e3ccd815f3a6d1bcbecf18d8a7b09 [2021-06-02T16:03:05.805Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 28cd274d3e0e3ccd815f3a6d1bcbecf18d8a7b09 [2021-06-02T16:03:05.805Z] GIT_URL https://github.com/moby/moby.git [2021-06-02T16:03:05.805Z] HUDSON_COOKIE 5be6e3d3-590c-413a-9241-ee04a850bf1a [2021-06-02T16:03:05.805Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-06-02T16:03:05.805Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-06-02T16:03:05.805Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-06-02T16:03:05.805Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.282-1.b08.ojdkbuild.windows.x86_64 [2021-06-02T16:03:05.805Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-06-02T16:03:05.805Z] JENKINS_NODE_COOKIE dda58430-1be6-4cc0-9ef0-4011875efa25 [2021-06-02T16:03:05.805Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-06-02T16:03:05.805Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-06-02T16:03:05.805Z] JOB_BASE_NAME PR-42143 [2021-06-02T16:03:05.805Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42143/display/redirect [2021-06-02T16:03:05.805Z] JOB_NAME moby/PR-42143 [2021-06-02T16:03:05.805Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42143/ [2021-06-02T16:03:05.805Z] library.jps.version master [2021-06-02T16:03:05.805Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2021-06-02T16:03:05.805Z] NODE_LABELS amd64 azure azwin-2-6213a0 azwin-2019 docker west-us windows windows-2019 x86_64 [2021-06-02T16:03:05.805Z] NODE_NAME azwin-2-6213a0 [2021-06-02T16:03:05.805Z] NUMBER_OF_PROCESSORS 4 [2021-06-02T16:03:05.805Z] OS Windows_NT [2021-06-02T16:03:05.805Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2021-06-02T16:03:05.805Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-06-02T16:03:05.805Z] ppc64le false [2021-06-02T16:03:05.805Z] PROCESSOR_ARCHITECTURE AMD64 [2021-06-02T16:03:05.805Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2021-06-02T16:03:05.805Z] PROCESSOR_LEVEL 6 [2021-06-02T16:03:05.805Z] PROCESSOR_REVISION 5504 [2021-06-02T16:03:05.805Z] ProgramData C:\ProgramData [2021-06-02T16:03:05.805Z] ProgramFiles C:\Program Files [2021-06-02T16:03:05.805Z] ProgramFiles(x86) C:\Program Files (x86) [2021-06-02T16:03:05.805Z] ProgramW6432 C:\Program Files [2021-06-02T16:03:05.805Z] PROMPT $P$G [2021-06-02T16:03:05.805Z] PSExecutionPolicyPreference Bypass [2021-06-02T16:03:05.805Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2021-06-02T16:03:05.805Z] PUBLIC C:\Users\Public [2021-06-02T16:03:05.805Z] rootless true [2021-06-02T16:03:05.805Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42143/28/display/redirect?page=arti... [2021-06-02T16:03:05.805Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42143/28/display/redirect?page=changes [2021-06-02T16:03:05.805Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42143/28/display/redirect [2021-06-02T16:03:05.805Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42143/28/display/redirect?page=tests [2021-06-02T16:03:05.805Z] s390x false [2021-06-02T16:03:05.805Z] SKIP_VALIDATION_TESTS 1 [2021-06-02T16:03:05.805Z] SOURCES_DRIVE d [2021-06-02T16:03:05.805Z] SOURCES_SUBDIR gopath [2021-06-02T16:03:05.805Z] STAGE_NAME Run tests [2021-06-02T16:03:05.805Z] SystemDrive C: [2021-06-02T16:03:05.805Z] SystemRoot C:\Windows [2021-06-02T16:03:05.805Z] TEMP C:\Windows\TEMP [2021-06-02T16:03:05.805Z] TESTDEBUG 0 [2021-06-02T16:03:05.805Z] TESTRUN_DRIVE d [2021-06-02T16:03:05.805Z] TESTRUN_SUBDIR CI [2021-06-02T16:03:05.805Z] TIMEOUT 120m [2021-06-02T16:03:05.805Z] TMP C:\Windows\TEMP [2021-06-02T16:03:05.805Z] unit_validate true [2021-06-02T16:03:05.805Z] USERDOMAIN WORKGROUP [2021-06-02T16:03:05.805Z] USERNAME azwin-2-6213a0$ [2021-06-02T16:03:05.805Z] USERPROFILE C:\Windows\system32\config\systemprofile [2021-06-02T16:03:05.805Z] validate_force false [2021-06-02T16:03:05.805Z] windir C:\Windows [2021-06-02T16:03:05.805Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2021-06-02T16:03:05.805Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2021-06-02T16:03:05.805Z] windows2022 true [2021-06-02T16:03:05.805Z] windowsRS1 false [2021-06-02T16:03:05.805Z] windowsRS5 true [2021-06-02T16:03:05.805Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-06-02T16:03:05.805Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-06-02T16:03:05.805Z] [2021-06-02T16:03:05.805Z] [2021-06-02T16:03:05.805Z] [2021-06-02T16:03:05.823Z] #20 28.74 Selecting previously unselected package bash-completion. [2021-06-02T16:03:05.824Z] #20 28.75 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-06-02T16:03:06.003Z] #43 71.37 DEP criu/sysctl.d [2021-06-02T16:03:06.264Z] #43 71.50 DEP criu/string.d [2021-06-02T16:03:06.264Z] #43 71.54 DEP criu/stats.d [2021-06-02T16:03:06.264Z] #43 71.65 DEP criu/sockets.d [2021-06-02T16:03:06.267Z] INFO: Sources under d:\gopath\... [2021-06-02T16:03:06.267Z] INFO: Test run under d:\CI\... [2021-06-02T16:03:06.267Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-06-02T16:03:06.267Z] INFO: docker/docker repository was found [2021-06-02T16:03:06.524Z] #43 71.79 DEP criu/sk-unix.d [2021-06-02T16:03:06.707Z] #20 31.50 Selecting previously unselected package python3.7. [2021-06-02T16:03:06.707Z] #20 31.50 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-06-02T16:03:06.707Z] #20 31.51 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-06-02T16:03:06.730Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2021-06-02T16:03:06.730Z] ltsc2019: Pulling from windows/servercore [2021-06-02T16:03:06.785Z] #43 72.06 DEP criu/sk-tcp.d [2021-06-02T16:03:06.785Z] #43 72.28 DEP criu/sk-queue.d [2021-06-02T16:03:06.963Z] #20 31.64 Selecting previously unselected package libpython3-stdlib:amd64. [2021-06-02T16:03:06.963Z] #20 31.65 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-06-02T16:03:06.963Z] #20 31.67 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-02T16:03:06.963Z] #20 31.76 Setting up python3-minimal (3.7.3-1) ... [2021-06-02T16:03:07.046Z] #43 72.47 DEP criu/sk-packet.d [2021-06-02T16:03:07.192Z] 4612f6d0b889: Pulling fs layer [2021-06-02T16:03:07.193Z] 8116de3c91c3: Pulling fs layer [2021-06-02T16:03:07.245Z] #20 30.04 Selecting previously unselected package python3-minimal. [2021-06-02T16:03:07.245Z] #20 30.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 ... 23684 files and directories currently installed.) [2021-06-02T16:03:07.245Z] #20 30.08 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-06-02T16:03:07.245Z] #20 30.10 Unpacking python3-minimal (3.7.3-1) ... [2021-06-02T16:03:07.245Z] #20 30.18 Selecting previously unselected package libmpdec2:amd64. [2021-06-02T16:03:07.245Z] #20 30.19 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-06-02T16:03:07.245Z] #20 30.21 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-06-02T16:03:07.245Z] #20 30.32 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-06-02T16:03:07.245Z] #20 30.32 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-06-02T16:03:07.245Z] #20 30.33 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-02T16:03:07.307Z] #43 ... [2021-06-02T16:03:07.307Z] [2021-06-02T16:03:07.307Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-06-02T16:03:07.307Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-06-02T16:03:07.307Z] #18 DONE 2.8s [2021-06-02T16:03:07.307Z] [2021-06-02T16:03:07.307Z] #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-06-02T16:03:07.307Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:03:07.307Z] #43 72.64 DEP criu/sk-netlink.d [2021-06-02T16:03:07.307Z] #43 72.81 DEP criu/sk-inet.d [2021-06-02T16:03:07.878Z] #43 73.08 DEP criu/signalfd.d [2021-06-02T16:03:07.878Z] #43 73.24 DEP criu/sigframe.d [2021-06-02T16:03:07.934Z] #20 ... [2021-06-02T16:03:07.934Z] [2021-06-02T16:03:07.934Z] #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-06-02T16:03:07.934Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:03:07.934Z] #43 84.35 DEP criu/clone-noasan.d [2021-06-02T16:03:07.934Z] #43 84.51 DEP criu/cgroup.d [2021-06-02T16:03:07.934Z] #43 84.69 DEP criu/cgroup-props.d [2021-06-02T16:03:07.934Z] #43 84.88 DEP criu/bitmap.d [2021-06-02T16:03:07.934Z] #43 84.93 DEP criu/bfd.d [2021-06-02T16:03:07.934Z] #43 85.13 DEP criu/autofs.d [2021-06-02T16:03:07.934Z] #43 85.36 DEP criu/aio.d [2021-06-02T16:03:07.934Z] #43 85.67 DEP criu/action-scripts.d [2021-06-02T16:03:07.934Z] #43 85.92 CC criu/action-scripts.o [2021-06-02T16:03:07.934Z] #43 86.35 CC criu/aio.o [2021-06-02T16:03:07.934Z] #43 86.88 CC criu/autofs.o [2021-06-02T16:03:07.934Z] #43 88.20 CC criu/bfd.o [2021-06-02T16:03:07.934Z] #43 88.60 CC criu/bitmap.o [2021-06-02T16:03:07.934Z] #43 88.74 CC criu/cgroup-props.o [2021-06-02T16:03:07.934Z] #43 89.50 CC criu/cgroup.o [2021-06-02T16:03:07.934Z] #43 92.31 CC criu/clone-noasan.o [2021-06-02T16:03:07.934Z] #43 92.52 CC criu/config.o [2021-06-02T16:03:07.934Z] #43 93.84 CC criu/cr-check.o [2021-06-02T16:03:07.934Z] #43 ... [2021-06-02T16:03:07.934Z] [2021-06-02T16:03:07.934Z] #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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-02T16:03:07.934Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-02T16:03:07.934Z] #20 32.67 Selecting previously unselected package python3. [2021-06-02T16:03:07.934Z] #20 32.67 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24096 files and directories currently installed.) [2021-06-02T16:03:07.934Z] #20 32.72 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-06-02T16:03:07.934Z] #20 32.74 Unpacking python3 (3.7.3-1) ... [2021-06-02T16:03:07.934Z] #20 32.82 Selecting previously unselected package libip4tc0:amd64. [2021-06-02T16:03:07.934Z] #20 32.82 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-06-02T16:03:07.934Z] #20 32.84 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-06-02T16:03:08.139Z] #43 73.33 DEP criu/shmem.d [2021-06-02T16:03:08.139Z] #43 73.51 DEP criu/servicefd.d [2021-06-02T16:03:08.190Z] #20 32.96 Selecting previously unselected package libip6tc0:amd64. [2021-06-02T16:03:08.191Z] #20 32.97 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-06-02T16:03:08.191Z] #20 32.98 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-06-02T16:03:08.191Z] #20 33.05 Selecting previously unselected package libiptc0:amd64. [2021-06-02T16:03:08.191Z] #20 33.06 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-06-02T16:03:08.191Z] #20 33.07 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-06-02T16:03:08.191Z] #20 33.16 Selecting previously unselected package libnfnetlink0:amd64. [2021-06-02T16:03:08.191Z] #20 33.16 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-06-02T16:03:08.191Z] #20 33.17 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-06-02T16:03:08.380Z] #20 ... [2021-06-02T16:03:08.380Z] [2021-06-02T16:03:08.380Z] #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-06-02T16:03:08.380Z] #24 sha256:fb39eaafdc4e4c47c7c9dfa9b753b144894651676c23bee5bc361fe8a080cf09 [2021-06-02T16:03:08.380Z] #24 129.2 + mkdir -p /tmp/tmp.2ckCXZuFSN/src/github.com/docker [2021-06-02T16:03:08.380Z] #24 129.2 + mv components/cli /tmp/tmp.2ckCXZuFSN/src/github.com/docker/cli [2021-06-02T16:03:08.380Z] #24 129.2 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2021-06-02T16:03:08.380Z] #24 ... [2021-06-02T16:03:08.380Z] [2021-06-02T16:03:08.380Z] #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-06-02T16:03:08.380Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-06-02T16:03:08.380Z] #43 70.69 DEP criu/util.d [2021-06-02T16:03:08.380Z] #43 70.84 DEP criu/uffd.d [2021-06-02T16:03:08.380Z] #43 71.07 DEP criu/tun.d [2021-06-02T16:03:08.380Z] #43 71.34 DEP criu/tty.d [2021-06-02T16:03:08.380Z] #43 71.50 DEP criu/timerfd.d [2021-06-02T16:03:08.380Z] #43 71.70 DEP criu/timens.d [2021-06-02T16:03:08.380Z] #43 71.91 DEP criu/sysfs_parse.d [2021-06-02T16:03:08.380Z] #43 72.13 DEP criu/sysctl.d [2021-06-02T16:03:08.380Z] #43 72.33 DEP criu/string.d [2021-06-02T16:03:08.380Z] #43 72.42 DEP criu/stats.d [2021-06-02T16:03:08.380Z] #43 72.55 DEP criu/sockets.d [2021-06-02T16:03:08.380Z] #43 72.66 DEP criu/sk-unix.d [2021-06-02T16:03:08.380Z] #43 72.81 DEP criu/sk-tcp.d [2021-06-02T16:03:08.380Z] #43 73.00 DEP criu/sk-queue.d [2021-06-02T16:03:08.380Z] #43 73.20 DEP criu/sk-packet.d [2021-06-02T16:03:08.380Z] #43 73.40 DEP criu/sk-netlink.d [2021-06-02T16:03:08.380Z] #43 73.63 DEP criu/sk-inet.d [2021-06-02T16:03:08.380Z] #43 73.76 DEP criu/signalfd.d [2021-06-02T16:03:08.380Z] #43 73.95 DEP criu/sigframe.d [2021-06-02T16:03:08.380Z] #43 74.13 DEP criu/shmem.d [2021-06-02T16:03:08.380Z] #43 74.26 DEP criu/servicefd.d [2021-06-02T16:03:08.380Z] #43 74.39 DEP criu/seize.d [2021-06-02T16:03:08.380Z] #43 74.53 DEP criu/seccomp.d [2021-06-02T16:03:08.380Z] #43 74.72 DEP criu/rst-malloc.d [2021-06-02T16:03:08.380Z] #43 74.80 DEP criu/rbtree.d [2021-06-02T16:03:08.380Z] #43 74.84 DEP criu/pstree.d [2021-06-02T16:03:08.380Z] #43 75.02 DEP criu/protobuf.d [2021-06-02T16:03:08.380Z] #43 75.13 GEN criu/protobuf-desc-gen.h [2021-06-02T16:03:08.380Z] #43 76.73 DEP criu/protobuf-desc.d [2021-06-02T16:03:08.380Z] #43 76.84 DEP criu/proc_parse.d [2021-06-02T16:03:08.380Z] #43 77.10 DEP criu/plugin.d [2021-06-02T16:03:08.380Z] #43 77.20 DEP criu/pipes.d [2021-06-02T16:03:08.380Z] #43 77.43 DEP criu/pie-util.d [2021-06-02T16:03:08.380Z] #43 77.58 DEP criu/pie-util-vdso.d [2021-06-02T16:03:08.380Z] #43 77.82 DEP criu/path.d [2021-06-02T16:03:08.399Z] #43 73.73 DEP criu/seize.d [2021-06-02T16:03:08.399Z] #43 73.83 DEP criu/seccomp.d [2021-06-02T16:03:08.447Z] #20 33.24 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-06-02T16:03:08.447Z] #20 33.24 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-06-02T16:03:08.447Z] #20 33.25 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-06-02T16:03:08.447Z] #20 33.32 Selecting previously unselected package libnftnl11:amd64. [2021-06-02T16:03:08.447Z] #20 33.33 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-06-02T16:03:08.447Z] #20 33.34 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-06-02T16:03:08.621Z] #20 31.38 Selecting previously unselected package python3.7. [2021-06-02T16:03:08.621Z] #20 31.38 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-06-02T16:03:08.621Z] #20 31.39 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-06-02T16:03:08.621Z] #20 31.53 Selecting previously unselected package libpython3-stdlib:amd64. [2021-06-02T16:03:08.621Z] #20 31.55 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-06-02T16:03:08.621Z] #20 31.56 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-02T16:03:08.621Z] #20 31.64 Setting up python3-minimal (3.7.3-1) ... [2021-06-02T16:03:08.643Z] #43 78.00 DEP criu/parasite-syscall.d [2021-06-02T16:03:08.643Z] #43 78.19 DEP criu/pagemap.d [2021-06-02T16:03:08.643Z] #43 ... [2021-06-02T16:03:08.643Z] [2021-06-02T16:03:08.643Z] #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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-02T16:03:08.643Z] #20 sha256:195ad63f85bbe48cccd81011f6d5378917eee02482ebd331ff759ae3860159b7 [2021-06-02T16:03:08.643Z] #20 31.75 Unpacking bash-completion (1:2.8-6) ... [2021-06-02T16:03:08.660Z] #43 74.07 DEP criu/rst-malloc.d [2021-06-02T16:03:08.703Z] #20 33.44 Selecting previously unselected package iptables. [2021-06-02T16:03:08.703Z] #20 33.44 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-06-02T16:03:08.703Z] #20 33.45 Unpacking iptables (1.8.2-4) ... [2021-06-02T16:03:08.920Z] #43 74.17 DEP criu/rbtree.d [2021-06-02T16:03:08.920Z] #43 74.22 DEP criu/pstree.d [2021-06-02T16:03:08.920Z] #43 74.43 DEP criu/protobuf.d [2021-06-02T16:03:08.959Z] #20 33.73 Selecting previously unselected package xxd. [2021-06-02T16:03:08.959Z] #20 33.76 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-06-02T16:03:08.959Z] #20 33.77 Unpacking xxd (2:8.1.0875-5) ... [2021-06-02T16:03:09.181Z] #43 74.62 GEN criu/protobuf-desc-gen.h [2021-06-02T16:03:09.215Z] #20 33.96 Selecting previously unselected package vim-common. [2021-06-02T16:03:09.215Z] #20 33.97 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-02T16:03:09.215Z] #20 34.00 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-02T16:03:09.516Z] #20 34.18 Selecting previously unselected package bash-completion. [2021-06-02T16:03:09.516Z] #20 34.19 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-06-02T16:03:09.557Z] #20 32.43 Selecting previously unselected package python3. [2021-06-02T16:03:09.557Z] #20 32.43 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24096 files and directories currently installed.) [2021-06-02T16:03:09.557Z] #20 32.50 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-06-02T16:03:09.557Z] #20 32.52 Unpacking python3 (3.7.3-1) ... [2021-06-02T16:03:09.557Z] #20 32.65 Selecting previously unselected package libip4tc0:amd64. [2021-06-02T16:03:09.557Z] #20 32.66 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-06-02T16:03:09.557Z] #20 32.67 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-06-02T16:03:09.591Z] #20 32.33 Selecting previously unselected package bzip2. [2021-06-02T16:03:09.591Z] #20 32.33 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ... [2021-06-02T16:03:09.591Z] #20 32.34 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-02T16:03:09.591Z] #20 32.48 Selecting previously unselected package xz-utils. [2021-06-02T16:03:09.591Z] #20 32.48 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ... [2021-06-02T16:03:09.591Z] #20 32.48 Unpacking xz-utils (5.2.4-1) ... [2021-06-02T16:03:09.591Z] #20 32.68 Selecting previously unselected package apparmor. [2021-06-02T16:03:09.591Z] #20 32.68 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ... [2021-06-02T16:03:09.816Z] #20 32.76 Selecting previously unselected package libip6tc0:amd64. [2021-06-02T16:03:09.816Z] #20 32.77 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-06-02T16:03:09.816Z] #20 32.78 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-06-02T16:03:09.816Z] #20 32.91 Selecting previously unselected package libiptc0:amd64. [2021-06-02T16:03:09.816Z] #20 32.92 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-06-02T16:03:09.816Z] #20 32.92 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-06-02T16:03:09.816Z] #20 33.00 Selecting previously unselected package libnfnetlink0:amd64. [2021-06-02T16:03:09.816Z] #20 33.02 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-06-02T16:03:09.854Z] #20 32.78 Unpacking apparmor (2.13.2-10) ... [2021-06-02T16:03:10.075Z] #20 33.03 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-06-02T16:03:10.075Z] #20 33.09 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-06-02T16:03:10.075Z] #20 33.10 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-06-02T16:03:10.075Z] #20 33.10 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-06-02T16:03:10.075Z] #20 ... [2021-06-02T16:03:10.075Z] [2021-06-02T16:03:10.075Z] #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-06-02T16:03:10.075Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:03:10.075Z] #43 84.51 DEP criu/eventfd.d [2021-06-02T16:03:10.075Z] #43 84.78 DEP criu/crtools.d [2021-06-02T16:03:10.075Z] #43 85.17 DEP criu/cr-service.d [2021-06-02T16:03:10.075Z] #43 85.43 DEP criu/cr-restore.d [2021-06-02T16:03:10.075Z] #43 85.63 DEP criu/cr-errno.d [2021-06-02T16:03:10.075Z] #43 85.66 DEP criu/cr-dump.d [2021-06-02T16:03:10.075Z] #43 85.96 DEP criu/cr-dedup.d [2021-06-02T16:03:10.075Z] #43 86.11 DEP criu/cr-check.d [2021-06-02T16:03:10.075Z] #43 86.27 DEP criu/config.d [2021-06-02T16:03:10.075Z] #43 86.38 DEP criu/clone-noasan.d [2021-06-02T16:03:10.075Z] #43 86.43 DEP criu/cgroup.d [2021-06-02T16:03:10.075Z] #43 86.58 DEP criu/cgroup-props.d [2021-06-02T16:03:10.075Z] #43 86.68 DEP criu/bitmap.d [2021-06-02T16:03:10.075Z] #43 86.70 DEP criu/bfd.d [2021-06-02T16:03:10.075Z] #43 86.79 DEP criu/autofs.d [2021-06-02T16:03:10.075Z] #43 86.95 DEP criu/aio.d [2021-06-02T16:03:10.075Z] #43 87.10 DEP criu/action-scripts.d [2021-06-02T16:03:10.075Z] #43 87.32 CC criu/action-scripts.o [2021-06-02T16:03:10.075Z] #43 87.75 CC criu/aio.o [2021-06-02T16:03:10.075Z] #43 88.18 CC criu/autofs.o [2021-06-02T16:03:10.075Z] #43 89.52 CC criu/bfd.o [2021-06-02T16:03:10.075Z] #43 90.07 CC criu/bitmap.o [2021-06-02T16:03:10.075Z] #43 90.20 CC criu/cgroup-props.o [2021-06-02T16:03:10.075Z] #43 90.97 CC criu/cgroup.o [2021-06-02T16:03:10.075Z] #43 93.69 CC criu/clone-noasan.o [2021-06-02T16:03:10.075Z] #43 93.93 CC criu/config.o [2021-06-02T16:03:10.075Z] #43 ... [2021-06-02T16:03:10.075Z] [2021-06-02T16:03:10.075Z] #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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-02T16:03:10.075Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-02T16:03:10.075Z] #20 33.19 Selecting previously unselected package libnftnl11:amd64. [2021-06-02T16:03:10.075Z] #20 33.19 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-06-02T16:03:10.075Z] #20 33.20 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-06-02T16:03:10.118Z] #20 33.10 Selecting previously unselected package aufs-tools. [2021-06-02T16:03:10.118Z] #20 33.10 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ... [2021-06-02T16:03:10.118Z] #20 33.12 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-06-02T16:03:10.133Z] #43 ... [2021-06-02T16:03:10.133Z] [2021-06-02T16:03:10.133Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-06-02T16:03:10.133Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-06-02T16:03:10.133Z] #19 DONE 2.6s [2021-06-02T16:03:10.133Z] [2021-06-02T16:03:10.133Z] #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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-02T16:03:10.133Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-02T16:03:10.295Z] Fetching without tags [2021-06-02T16:03:10.334Z] #20 33.29 Selecting previously unselected package iptables. [2021-06-02T16:03:10.334Z] #20 33.30 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-06-02T16:03:10.334Z] #20 33.31 Unpacking iptables (1.8.2-4) ... [2021-06-02T16:03:10.382Z] #20 33.33 Selecting previously unselected package libonig5:arm64. [2021-06-02T16:03:10.382Z] #20 33.34 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ... [2021-06-02T16:03:10.382Z] #20 33.35 Unpacking libonig5:arm64 (6.9.1-1) ... [2021-06-02T16:03:10.382Z] #20 33.47 Selecting previously unselected package libjq1:arm64. [2021-06-02T16:03:10.382Z] #20 33.48 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2021-06-02T16:03:10.382Z] #20 33.49 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-06-02T16:03:10.382Z] #20 33.58 Selecting previously unselected package jq. [2021-06-02T16:03:10.593Z] #20 33.68 Selecting previously unselected package xxd. [2021-06-02T16:03:10.644Z] #20 33.58 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ... [2021-06-02T16:03:10.644Z] #20 33.59 Unpacking jq (1.5+dfsg-2+b1) ... [2021-06-02T16:03:10.644Z] #20 33.71 Selecting previously unselected package libaio1:arm64. [2021-06-02T16:03:10.644Z] #20 33.71 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ... [2021-06-02T16:03:10.644Z] #20 33.73 Unpacking libaio1:arm64 (0.3.112-3) ... [2021-06-02T16:03:10.644Z] #20 33.83 Selecting previously unselected package libgpm2:arm64. [2021-06-02T16:03:10.704Z] #20 ... [2021-06-02T16:03:10.704Z] [2021-06-02T16:03:10.704Z] #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-06-02T16:03:10.704Z] #45 sha256:c9574aedef6eee0498adeca739abe2efcb00577146fa7c6b61141ec11fdafc85 [2021-06-02T16:03:10.704Z] #45 130.6 github.com/LK4D4/vndr/godl [2021-06-02T16:03:10.704Z] #45 131.4 github.com/LK4D4/vndr [2021-06-02T16:03:10.854Z] #20 33.70 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-06-02T16:03:10.854Z] #20 33.70 Unpacking xxd (2:8.1.0875-5) ... [2021-06-02T16:03:10.854Z] #20 33.85 Selecting previously unselected package vim-common. [2021-06-02T16:03:10.854Z] #20 33.85 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-02T16:03:10.854Z] #20 33.88 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-02T16:03:10.907Z] #20 33.83 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ... [2021-06-02T16:03:10.907Z] #20 33.84 Unpacking libgpm2:arm64 (1.20.7-5) ... [2021-06-02T16:03:10.907Z] #20 33.92 Selecting previously unselected package libicu63:arm64. [2021-06-02T16:03:10.907Z] #20 33.93 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ... [2021-06-02T16:03:10.907Z] #20 33.95 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2021-06-02T16:03:10.965Z] #45 ... [2021-06-02T16:03:10.965Z] [2021-06-02T16:03:10.965Z] #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-06-02T16:03:10.965Z] #53 sha256:5f68cc6a0f3804ad59cf8f2bb7b4cdaf6273467f547269854d70f6b926020765 [2021-06-02T16:03:10.965Z] #53 13.34 + cd /tmp/tmp.jQ6IKtvIir/src/github.com/opencontainers/runc [2021-06-02T16:03:10.965Z] #53 13.34 + git checkout -q b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-02T16:03:10.965Z] #53 13.78 + '[' -z '' ']' [2021-06-02T16:03:10.965Z] #53 13.78 + target=static [2021-06-02T16:03:10.965Z] #53 13.78 + make 'BUILDTAGS=seccomp ' static [2021-06-02T16:03:10.965Z] #53 14.45 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o runc . [2021-06-02T16:03:10.988Z] Merging remotes/origin/master commit 7c6a9484ee37b28fa314f716581bdb268cd78ce2 into PR head commit d414c0c1e8c487170b1d2f5af4946771645c6564 [2021-06-02T16:03:11.115Z] #20 34.07 Selecting previously unselected package bash-completion. [2021-06-02T16:03:11.115Z] #20 34.07 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-06-02T16:03:11.912Z] #53 ... [2021-06-02T16:03:11.912Z] [2021-06-02T16:03:11.912Z] #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-06-02T16:03:11.912Z] #45 sha256:c9574aedef6eee0498adeca739abe2efcb00577146fa7c6b61141ec11fdafc85 [2021-06-02T16:03:11.912Z] #45 DONE 141.6s [2021-06-02T16:03:11.912Z] [2021-06-02T16:03:11.912Z] #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-06-02T16:03:11.912Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:03:11.912Z] #43 76.48 DEP criu/protobuf-desc.d [2021-06-02T16:03:11.912Z] #43 76.59 DEP criu/proc_parse.d [2021-06-02T16:03:11.912Z] #43 76.82 DEP criu/plugin.d [2021-06-02T16:03:11.912Z] #43 76.89 DEP criu/pipes.d [2021-06-02T16:03:11.912Z] #43 77.07 DEP criu/pie-util.d [2021-06-02T16:03:11.912Z] #43 77.22 DEP criu/pie-util-vdso.d [2021-06-02T16:03:11.966Z] #53 ... [2021-06-02T16:03:11.966Z] [2021-06-02T16:03:11.967Z] #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-06-02T16:03:11.967Z] #56 sha256:0ba8e53df2e1a357bfc187283887d887bbd744759bbf634261e69be5e468a298 [2021-06-02T16:03:11.967Z] #56 204.6 + bin/containerd [2021-06-02T16:03:12.172Z] #43 77.42 DEP criu/pie-util-vdso-elf32.d [2021-06-02T16:03:12.172Z] #43 77.55 DEP criu/path.d [2021-06-02T16:03:12.227Z] #56 ... [2021-06-02T16:03:12.227Z] [2021-06-02T16:03:12.227Z] #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-06-02T16:03:12.227Z] #53 sha256:d74a9f9c69b1a532ce2dfe4a6ccb22c81fd40dde4488f27bc2c362884cd9181b [2021-06-02T16:03:12.227Z] #53 129.4 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-06-02T16:03:12.227Z] #53 130.4 + mkdir -p /build [2021-06-02T16:03:12.227Z] #53 130.4 + cp runc /build/runc [2021-06-02T16:03:12.227Z] #53 DONE 131.0s [2021-06-02T16:03:12.333Z] #20 36.96 Unpacking bash-completion (1:2.8-6) ... [2021-06-02T16:03:12.433Z] #43 77.74 DEP criu/parasite-syscall.d [2021-06-02T16:03:12.433Z] #43 77.92 DEP criu/pagemap.d [2021-06-02T16:03:12.488Z] [2021-06-02T16:03:12.488Z] #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-06-02T16:03:12.488Z] #56 sha256:0ba8e53df2e1a357bfc187283887d887bbd744759bbf634261e69be5e468a298 [2021-06-02T16:03:12.589Z] #20 37.31 Selecting previously unselected package bzip2. [2021-06-02T16:03:12.589Z] #20 37.32 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-06-02T16:03:12.589Z] #20 37.33 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-02T16:03:12.589Z] #20 37.43 Selecting previously unselected package xz-utils. [2021-06-02T16:03:12.589Z] #20 37.44 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-06-02T16:03:12.589Z] #20 37.45 Unpacking xz-utils (5.2.4-1) ... [2021-06-02T16:03:12.697Z] #43 78.08 DEP criu/pagemap-cache.d [2021-06-02T16:03:12.697Z] #43 78.18 DEP criu/page-xfer.d [2021-06-02T16:03:12.845Z] #20 37.62 Selecting previously unselected package apparmor. [2021-06-02T16:03:12.846Z] #20 37.62 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-06-02T16:03:12.957Z] #43 78.35 DEP criu/page-pipe.d [2021-06-02T16:03:12.957Z] #43 78.42 DEP criu/netfilter.d [2021-06-02T16:03:13.101Z] #20 37.73 Unpacking apparmor (2.13.2-10) ... [2021-06-02T16:03:13.218Z] #43 78.58 DEP criu/net.d [2021-06-02T16:03:10.011Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-02T16:03:10.063Z] > git config --add remote.origin.fetch +refs/pull/42143/head:refs/remotes/origin/PR-42143 # timeout=10 [2021-06-02T16:03:10.101Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-02T16:03:10.213Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-02T16:03:10.330Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-02T16:03:10.330Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-02T16:03:10.332Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42143/head:refs/remotes/origin/PR-42143 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-02T16:03:11.097Z] > git config core.sparsecheckout # timeout=10 [2021-06-02T16:03:11.137Z] > git checkout -f d414c0c1e8c487170b1d2f5af4946771645c6564 # timeout=10 [2021-06-02T16:03:13.358Z] #20 38.08 Selecting previously unselected package aufs-tools. [2021-06-02T16:03:13.358Z] #20 38.08 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-06-02T16:03:13.358Z] #20 38.09 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-06-02T16:03:13.358Z] #20 38.22 Selecting previously unselected package libonig5:amd64. [2021-06-02T16:03:13.358Z] #20 38.22 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-06-02T16:03:13.358Z] #20 38.23 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-06-02T16:03:13.478Z] #43 78.86 DEP criu/namespaces.d [2021-06-02T16:03:13.614Z] #20 38.38 Selecting previously unselected package libjq1:amd64. [2021-06-02T16:03:13.614Z] #20 38.39 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-06-02T16:03:13.614Z] #20 38.40 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-02T16:03:13.614Z] #20 38.50 Selecting previously unselected package jq. [2021-06-02T16:03:13.614Z] #20 38.50 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-06-02T16:03:13.614Z] #20 38.51 Unpacking jq (1.5+dfsg-2+b1) ... [2021-06-02T16:03:13.614Z] #20 38.60 Selecting previously unselected package libaio1:amd64. [2021-06-02T16:03:13.709Z] Merge succeeded, producing d414c0c1e8c487170b1d2f5af4946771645c6564 [2021-06-02T16:03:13.709Z] Checking out Revision d414c0c1e8c487170b1d2f5af4946771645c6564 (PR-42143) [2021-06-02T16:03:13.739Z] #43 79.09 DEP criu/mount.d [2021-06-02T16:03:13.739Z] #43 79.29 DEP criu/memfd.d [2021-06-02T16:03:13.872Z] #20 38.61 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-06-02T16:03:13.872Z] #20 38.62 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-06-02T16:03:13.872Z] #20 38.68 Selecting previously unselected package libgpm2:amd64. [2021-06-02T16:03:13.872Z] #20 38.68 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-06-02T16:03:13.872Z] #20 38.69 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-06-02T16:03:14.000Z] #43 79.43 DEP criu/mem.d [2021-06-02T16:03:14.129Z] #20 38.78 Selecting previously unselected package libicu63:amd64. [2021-06-02T16:03:14.129Z] #20 38.81 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-06-02T16:03:14.129Z] #20 38.82 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-02T16:03:14.223Z] #20 36.67 Selecting previously unselected package libnet1:arm64. [2021-06-02T16:03:14.223Z] #20 36.67 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2021-06-02T16:03:14.223Z] #20 36.68 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-06-02T16:03:14.223Z] #20 37.33 Selecting previously unselected package libnl-3-200:arm64. [2021-06-02T16:03:14.261Z] #43 79.65 DEP criu/lsm.d [2021-06-02T16:03:14.305Z] 8116de3c91c3: Download complete [2021-06-02T16:03:14.398Z] #56 ... [2021-06-02T16:03:14.398Z] [2021-06-02T16:03:14.398Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-06-02T16:03:14.398Z] #54 sha256:f91c5c3fd0a18274773c9ca3bcabe975ea1885a40f2587042e3a5eb9b92ce051 [2021-06-02T16:03:14.398Z] #54 DONE 0.2s [2021-06-02T16:03:14.398Z] [2021-06-02T16:03:14.398Z] #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-06-02T16:03:14.398Z] #56 sha256:0ba8e53df2e1a357bfc187283887d887bbd744759bbf634261e69be5e468a298 [2021-06-02T16:03:14.402Z] #20 36.93 Unpacking bash-completion (1:2.8-6) ... [2021-06-02T16:03:14.402Z] #20 37.34 Selecting previously unselected package bzip2. [2021-06-02T16:03:14.402Z] #20 37.36 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-06-02T16:03:14.402Z] #20 37.37 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-02T16:03:14.402Z] #20 37.46 Selecting previously unselected package xz-utils. [2021-06-02T16:03:14.402Z] #20 37.47 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-06-02T16:03:14.402Z] #20 37.48 Unpacking xz-utils (5.2.4-1) ... [2021-06-02T16:03:14.485Z] #20 37.33 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ... [2021-06-02T16:03:14.485Z] #20 37.34 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2021-06-02T16:03:14.485Z] #20 37.48 Selecting previously unselected package libprotobuf-c1:arm64. [2021-06-02T16:03:14.485Z] #20 37.49 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2021-06-02T16:03:14.485Z] #20 37.51 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-06-02T16:03:14.522Z] #43 79.80 DEP criu/log.d [2021-06-02T16:03:14.522Z] #43 79.95 DEP criu/libnetlink.d [2021-06-02T16:03:14.661Z] #20 37.66 Selecting previously unselected package apparmor. [2021-06-02T16:03:14.661Z] #20 37.66 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-06-02T16:03:14.661Z] #20 37.75 Unpacking apparmor (2.13.2-10) ... [2021-06-02T16:03:14.748Z] #20 37.60 Selecting previously unselected package libreadline5:arm64. [2021-06-02T16:03:14.748Z] #20 37.61 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ... [2021-06-02T16:03:14.748Z] #20 37.62 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ... [2021-06-02T16:03:14.748Z] #20 37.77 Selecting previously unselected package net-tools. [2021-06-02T16:03:14.748Z] #20 37.79 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ... [2021-06-02T16:03:14.748Z] #20 37.80 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-02T16:03:14.784Z] #43 80.11 DEP criu/kerndat.d [2021-06-02T16:03:15.011Z] #20 38.04 Selecting previously unselected package patch. [2021-06-02T16:03:15.011Z] #20 38.06 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_arm64.deb ... [2021-06-02T16:03:15.011Z] #20 38.07 Unpacking patch (2.7.6-3+deb10u1) ... [2021-06-02T16:03:15.044Z] #43 80.33 DEP criu/kcmp-ids.d [2021-06-02T16:03:15.044Z] #43 80.43 DEP criu/irmap.d [2021-06-02T16:03:15.228Z] #20 38.08 Selecting previously unselected package aufs-tools. [2021-06-02T16:03:15.228Z] #20 38.08 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-06-02T16:03:15.228Z] #20 38.10 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-06-02T16:03:15.228Z] #20 38.22 Selecting previously unselected package libonig5:amd64. [2021-06-02T16:03:15.228Z] #20 38.22 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-06-02T16:03:15.228Z] #20 38.23 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-06-02T16:03:15.228Z] #20 38.41 Selecting previously unselected package libjq1:amd64. [2021-06-02T16:03:15.228Z] #20 38.41 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-06-02T16:03:15.274Z] #20 38.21 Selecting previously unselected package python-pip-whl. [2021-06-02T16:03:15.274Z] #20 38.22 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ... [2021-06-02T16:03:15.274Z] #20 38.23 Unpacking python-pip-whl (18.1-5) ... [2021-06-02T16:03:15.305Z] #43 80.64 DEP criu/ipc_ns.d [2021-06-02T16:03:15.305Z] #43 80.75 DEP criu/image.d [2021-06-02T16:03:15.486Z] #20 38.42 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-02T16:03:15.486Z] #20 38.52 Selecting previously unselected package jq. [2021-06-02T16:03:15.486Z] #20 38.52 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-06-02T16:03:15.486Z] #20 38.53 Unpacking jq (1.5+dfsg-2+b1) ... [2021-06-02T16:03:15.566Z] #43 80.92 DEP criu/image-desc.d [2021-06-02T16:03:15.566Z] #43 81.03 DEP criu/fsnotify.d [2021-06-02T16:03:15.745Z] #20 38.62 Selecting previously unselected package libaio1:amd64. [2021-06-02T16:03:15.745Z] #20 38.63 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-06-02T16:03:15.745Z] #20 38.63 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-06-02T16:03:15.745Z] #20 38.70 Selecting previously unselected package libgpm2:amd64. [2021-06-02T16:03:15.745Z] #20 38.71 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-06-02T16:03:15.745Z] #20 38.72 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-06-02T16:03:15.745Z] #20 38.80 Selecting previously unselected package libicu63:amd64. [2021-06-02T16:03:15.745Z] #20 38.81 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-06-02T16:03:15.745Z] #20 38.82 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-02T16:03:15.826Z] #43 81.26 DEP criu/filesystems.d [2021-06-02T16:03:15.850Z] #20 38.75 Selecting previously unselected package python3-lib2to3. [2021-06-02T16:03:15.850Z] #20 38.75 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ... [2021-06-02T16:03:15.850Z] #20 38.77 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-06-02T16:03:16.086Z] #43 81.45 DEP criu/files.d [2021-06-02T16:03:16.113Z] #20 38.96 Selecting previously unselected package python3-distutils. [2021-06-02T16:03:16.113Z] #20 38.96 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ... [2021-06-02T16:03:16.113Z] #20 38.97 Unpacking python3-distutils (3.7.3-1) ... [2021-06-02T16:03:16.113Z] #20 39.16 Selecting previously unselected package python3-pip. [2021-06-02T16:03:16.113Z] #20 39.17 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ... [2021-06-02T16:03:16.113Z] #20 39.18 Unpacking python3-pip (18.1-5) ... [2021-06-02T16:03:16.347Z] #43 81.63 DEP criu/files-reg.d [2021-06-02T16:03:16.347Z] #43 81.83 DEP criu/files-ext.d [2021-06-02T16:03:16.402Z] #20 39.38 Selecting previously unselected package python3-pkg-resources. [2021-06-02T16:03:16.403Z] #20 39.39 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ... [2021-06-02T16:03:16.403Z] #20 39.41 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-06-02T16:03:16.607Z] #43 82.04 DEP criu/file-lock.d [2021-06-02T16:03:16.665Z] #20 39.63 Selecting previously unselected package python3-setuptools. [2021-06-02T16:03:16.665Z] #20 39.63 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ... [2021-06-02T16:03:16.665Z] #20 39.66 Unpacking python3-setuptools (40.8.0-1) ... [2021-06-02T16:03:16.867Z] #43 82.26 DEP criu/file-ids.d [2021-06-02T16:03:13.383Z] > git remote # timeout=10 [2021-06-02T16:03:13.445Z] > git config --get remote.origin.url # timeout=10 [2021-06-02T16:03:13.479Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-02T16:03:13.480Z] > git merge 7c6a9484ee37b28fa314f716581bdb268cd78ce2 # timeout=10 [2021-06-02T16:03:13.618Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-06-02T16:03:13.744Z] > git config core.sparsecheckout # timeout=10 [2021-06-02T16:03:13.784Z] > git checkout -f d414c0c1e8c487170b1d2f5af4946771645c6564 # timeout=10 [2021-06-02T16:03:16.928Z] #20 39.94 Selecting previously unselected package python3-wheel. [2021-06-02T16:03:16.928Z] #20 39.96 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ... [2021-06-02T16:03:16.928Z] #20 39.99 Unpacking python3-wheel (0.32.3-2) ... [2021-06-02T16:03:17.128Z] #43 82.45 DEP criu/fifo.d [2021-06-02T16:03:17.128Z] #43 82.57 DEP criu/fdstore.d [2021-06-02T16:03:17.128Z] #43 82.67 DEP criu/fault-injection.d [2021-06-02T16:03:17.128Z] #43 82.70 DEP criu/external.d [2021-06-02T16:03:17.192Z] #20 40.11 Selecting previously unselected package sudo. [2021-06-02T16:03:17.192Z] #20 40.14 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_arm64.deb ... [2021-06-02T16:03:17.192Z] #20 40.15 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-06-02T16:03:17.388Z] #43 82.80 DEP criu/eventpoll.d [2021-06-02T16:03:17.649Z] #43 82.95 DEP criu/eventfd.d [2021-06-02T16:03:17.649Z] #43 83.08 DEP criu/crtools.d [2021-06-02T16:03:17.768Z] #20 40.71 Selecting previously unselected package thin-provisioning-tools. [2021-06-02T16:03:17.768Z] #20 40.72 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_arm64.deb ... [2021-06-02T16:03:17.768Z] #20 40.73 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-06-02T16:03:17.909Z] #43 83.27 DEP criu/cr-service.d [2021-06-02T16:03:18.031Z] #20 40.99 Selecting previously unselected package uidmap. [2021-06-02T16:03:18.031Z] #20 40.99 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_arm64.deb ... [2021-06-02T16:03:18.031Z] #20 41.01 Unpacking uidmap (1:4.5-1.1) ... [2021-06-02T16:03:18.169Z] #43 83.51 DEP criu/cr-restore.d [2021-06-02T16:03:18.294Z] #20 41.24 Selecting previously unselected package vim-runtime. [2021-06-02T16:03:18.294Z] #20 41.27 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-06-02T16:03:18.294Z] #20 41.32 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-06-02T16:03:18.294Z] #20 41.37 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-06-02T16:03:18.297Z] #20 42.67 Selecting previously unselected package libnet1:amd64. [2021-06-02T16:03:18.297Z] #20 42.67 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-02T16:03:18.297Z] #20 42.68 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-02T16:03:18.297Z] #20 42.77 Selecting previously unselected package libnl-3-200:amd64. [2021-06-02T16:03:18.297Z] #20 42.77 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-06-02T16:03:18.297Z] #20 42.77 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-06-02T16:03:18.297Z] #20 42.85 Selecting previously unselected package libprotobuf-c1:amd64. [2021-06-02T16:03:18.297Z] #20 42.86 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-06-02T16:03:18.297Z] #20 42.91 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-02T16:03:18.297Z] #20 42.98 Selecting previously unselected package libreadline5:amd64. [2021-06-02T16:03:18.297Z] #20 42.99 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-06-02T16:03:18.297Z] #20 43.00 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-06-02T16:03:18.297Z] #20 43.12 Selecting previously unselected package net-tools. [2021-06-02T16:03:18.297Z] #20 43.14 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-06-02T16:03:18.297Z] #20 43.14 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-02T16:03:18.430Z] #43 83.78 DEP criu/cr-errno.d [2021-06-02T16:03:18.430Z] #43 ... [2021-06-02T16:03:18.430Z] [2021-06-02T16:03:18.430Z] #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-06-02T16:03:18.430Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-06-02T16:03:18.430Z] #32 DONE 147.9s [2021-06-02T16:03:18.430Z] [2021-06-02T16:03:18.430Z] #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-06-02T16:03:18.430Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:03:18.430Z] #43 83.80 DEP criu/cr-dump.d [2021-06-02T16:03:18.430Z] #43 ... [2021-06-02T16:03:18.430Z] [2021-06-02T16:03:18.430Z] #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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-02T16:03:18.430Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-02T16:03:18.430Z] #20 3.628 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-06-02T16:03:18.430Z] #20 3.628 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-02T16:03:18.430Z] #20 3.628 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-02T16:03:18.430Z] #20 3.628 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-02T16:03:18.430Z] #20 4.130 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [477 kB] [2021-06-02T16:03:18.430Z] #20 5.178 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-02T16:03:18.430Z] #20 6.710 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [291 kB] [2021-06-02T16:03:18.430Z] #20 8.092 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-02T16:03:18.553Z] #20 43.34 Selecting previously unselected package patch. [2021-06-02T16:03:18.553Z] #20 43.34 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_amd64.deb ... [2021-06-02T16:03:18.553Z] #20 43.35 Unpacking patch (2.7.6-3+deb10u1) ... [2021-06-02T16:03:18.553Z] #20 43.45 Selecting previously unselected package python-pip-whl. [2021-06-02T16:03:18.557Z] #20 41.38 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-06-02T16:03:18.689Z] #20 ... [2021-06-02T16:03:18.689Z] [2021-06-02T16:03:18.689Z] #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-06-02T16:03:18.689Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:03:18.689Z] #43 84.04 DEP criu/cr-dedup.d [2021-06-02T16:03:18.809Z] #20 43.45 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ... [2021-06-02T16:03:18.809Z] #20 43.47 Unpacking python-pip-whl (18.1-5) ... [2021-06-02T16:03:18.809Z] #20 ... [2021-06-02T16:03:18.809Z] [2021-06-02T16:03:18.809Z] #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-06-02T16:03:18.809Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:03:18.809Z] #43 95.57 CC criu/cr-dedup.o [2021-06-02T16:03:18.809Z] #43 96.00 CC criu/cr-dump.o [2021-06-02T16:03:18.809Z] #43 98.29 CC criu/cr-errno.o [2021-06-02T16:03:18.809Z] #43 98.43 CC criu/cr-restore.o [2021-06-02T16:03:18.809Z] #43 102.7 CC criu/cr-service.o [2021-06-02T16:03:18.809Z] #43 104.2 CC criu/crtools.o [2021-06-02T16:03:18.809Z] #43 104.8 CC criu/eventfd.o [2021-06-02T16:03:18.809Z] #43 105.1 CC criu/eventpoll.o [2021-06-02T16:03:18.821Z] #20 ... [2021-06-02T16:03:18.821Z] [2021-06-02T16:03:18.821Z] #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-06-02T16:03:18.821Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-06-02T16:03:18.821Z] #43 78.37 DEP criu/pagemap-cache.d [2021-06-02T16:03:18.821Z] #43 78.50 DEP criu/page-xfer.d [2021-06-02T16:03:18.821Z] #43 78.65 DEP criu/page-pipe.d [2021-06-02T16:03:18.821Z] #43 78.84 DEP criu/netfilter.d [2021-06-02T16:03:18.821Z] #43 79.03 DEP criu/net.d [2021-06-02T16:03:18.821Z] #43 79.26 DEP criu/namespaces.d [2021-06-02T16:03:18.821Z] #43 79.47 DEP criu/mount.d [2021-06-02T16:03:18.821Z] #43 79.66 DEP criu/memfd.d [2021-06-02T16:03:18.821Z] #43 79.78 DEP criu/mem.d [2021-06-02T16:03:18.821Z] #43 79.97 DEP criu/lsm.d [2021-06-02T16:03:18.821Z] #43 80.20 DEP criu/log.d [2021-06-02T16:03:18.821Z] #43 80.38 DEP criu/libnetlink.d [2021-06-02T16:03:18.821Z] #43 80.51 DEP criu/kerndat.d [2021-06-02T16:03:18.821Z] #43 80.75 DEP criu/kcmp-ids.d [2021-06-02T16:03:18.821Z] #43 80.92 DEP criu/irmap.d [2021-06-02T16:03:18.821Z] #43 81.15 DEP criu/ipc_ns.d [2021-06-02T16:03:18.821Z] #43 81.38 DEP criu/image.d [2021-06-02T16:03:18.821Z] #43 81.67 DEP criu/image-desc.d [2021-06-02T16:03:18.821Z] #43 81.81 DEP criu/fsnotify.d [2021-06-02T16:03:18.821Z] #43 82.06 DEP criu/filesystems.d [2021-06-02T16:03:18.821Z] #43 82.20 DEP criu/files.d [2021-06-02T16:03:18.821Z] #43 82.42 DEP criu/files-reg.d [2021-06-02T16:03:18.821Z] #43 82.70 DEP criu/files-ext.d [2021-06-02T16:03:18.821Z] #43 82.88 DEP criu/file-lock.d [2021-06-02T16:03:18.821Z] #43 83.02 DEP criu/file-ids.d [2021-06-02T16:03:18.821Z] #43 83.17 DEP criu/fifo.d [2021-06-02T16:03:18.821Z] #43 83.59 DEP criu/fdstore.d [2021-06-02T16:03:18.821Z] #43 83.74 DEP criu/fault-injection.d [2021-06-02T16:03:18.821Z] #43 83.82 DEP criu/external.d [2021-06-02T16:03:18.821Z] #43 83.91 DEP criu/eventpoll.d [2021-06-02T16:03:18.821Z] #43 84.05 DEP criu/eventfd.d [2021-06-02T16:03:18.821Z] #43 84.16 DEP criu/crtools.d [2021-06-02T16:03:18.821Z] #43 84.28 DEP criu/cr-service.d [2021-06-02T16:03:18.821Z] #43 84.39 DEP criu/cr-restore.d [2021-06-02T16:03:18.821Z] #43 84.54 DEP criu/cr-errno.d [2021-06-02T16:03:18.821Z] #43 84.55 DEP criu/cr-dump.d [2021-06-02T16:03:18.821Z] #43 84.88 DEP criu/cr-dedup.d [2021-06-02T16:03:18.821Z] #43 85.11 DEP criu/cr-check.d [2021-06-02T16:03:18.821Z] #43 85.41 DEP criu/config.d [2021-06-02T16:03:18.821Z] #43 85.56 DEP criu/clone-noasan.d [2021-06-02T16:03:18.821Z] #43 85.64 DEP criu/cgroup.d [2021-06-02T16:03:18.821Z] #43 85.86 DEP criu/cgroup-props.d [2021-06-02T16:03:18.821Z] #43 85.99 DEP criu/bitmap.d [2021-06-02T16:03:18.821Z] #43 86.01 DEP criu/bfd.d [2021-06-02T16:03:18.821Z] #43 86.17 DEP criu/autofs.d [2021-06-02T16:03:18.821Z] #43 86.32 DEP criu/aio.d [2021-06-02T16:03:18.821Z] #43 86.44 DEP criu/action-scripts.d [2021-06-02T16:03:18.821Z] #43 86.63 CC criu/action-scripts.o [2021-06-02T16:03:18.821Z] #43 87.03 CC criu/aio.o [2021-06-02T16:03:18.821Z] #43 87.44 CC criu/autofs.o [2021-06-02T16:03:18.949Z] #43 84.21 DEP criu/cr-check.d [2021-06-02T16:03:18.949Z] #43 84.47 DEP criu/config.d [2021-06-02T16:03:19.065Z] #43 ... [2021-06-02T16:03:19.065Z] [2021-06-02T16:03:19.065Z] #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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-02T16:03:19.065Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-02T16:03:19.065Z] #20 44.01 Selecting previously unselected package python3-lib2to3. [2021-06-02T16:03:19.083Z] #43 ... [2021-06-02T16:03:19.083Z] [2021-06-02T16:03:19.084Z] #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-06-02T16:03:19.084Z] #40 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-06-02T16:03:19.084Z] #40 150.0 + dpkg --print-architecture [2021-06-02T16:03:19.209Z] #43 84.65 DEP criu/clone-noasan.d [2021-06-02T16:03:19.209Z] #43 84.73 DEP criu/cgroup.d [2021-06-02T16:03:19.322Z] #20 44.01 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ... [2021-06-02T16:03:19.322Z] #20 44.02 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-06-02T16:03:19.322Z] #20 44.14 Selecting previously unselected package python3-distutils. [2021-06-02T16:03:19.322Z] #20 44.16 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ... [2021-06-02T16:03:19.322Z] #20 44.16 Unpacking python3-distutils (3.7.3-1) ... [2021-06-02T16:03:19.469Z] #43 84.89 DEP criu/cgroup-props.d [2021-06-02T16:03:19.578Z] #20 44.31 Selecting previously unselected package python3-pip. [2021-06-02T16:03:19.578Z] #20 44.32 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ... [2021-06-02T16:03:19.578Z] #20 44.33 Unpacking python3-pip (18.1-5) ... [2021-06-02T16:03:19.729Z] #43 85.03 DEP criu/bitmap.d [2021-06-02T16:03:19.729Z] #43 85.05 DEP criu/bfd.d [2021-06-02T16:03:19.729Z] #43 85.13 DEP criu/autofs.d [2021-06-02T16:03:19.876Z] #20 44.50 Selecting previously unselected package python3-pkg-resources. [2021-06-02T16:03:19.876Z] #20 44.52 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ... [2021-06-02T16:03:19.876Z] #20 44.52 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-06-02T16:03:19.876Z] #20 44.66 Selecting previously unselected package python3-setuptools. [2021-06-02T16:03:19.876Z] #20 44.67 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ... [2021-06-02T16:03:19.876Z] #20 44.68 Unpacking python3-setuptools (40.8.0-1) ... [2021-06-02T16:03:19.934Z] #20 42.47 Selecting previously unselected package libnet1:amd64. [2021-06-02T16:03:19.934Z] #20 42.47 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-02T16:03:19.934Z] #20 42.51 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-02T16:03:19.934Z] #20 42.63 Selecting previously unselected package libnl-3-200:amd64. [2021-06-02T16:03:19.934Z] #20 42.65 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-06-02T16:03:19.934Z] #20 42.66 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-06-02T16:03:19.934Z] #20 42.80 Selecting previously unselected package libprotobuf-c1:amd64. [2021-06-02T16:03:19.934Z] #20 42.82 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-06-02T16:03:19.934Z] #20 42.83 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-02T16:03:19.934Z] #20 42.92 Selecting previously unselected package libreadline5:amd64. [2021-06-02T16:03:19.934Z] #20 42.93 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-06-02T16:03:19.934Z] #20 42.94 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-06-02T16:03:19.989Z] #43 85.29 DEP criu/aio.d [2021-06-02T16:03:20.132Z] #20 44.94 Selecting previously unselected package python3-wheel. [2021-06-02T16:03:20.132Z] #20 44.96 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ... [2021-06-02T16:03:20.132Z] #20 44.97 Unpacking python3-wheel (0.32.3-2) ... [2021-06-02T16:03:20.193Z] #20 43.07 Selecting previously unselected package net-tools. [2021-06-02T16:03:20.193Z] #20 43.09 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-06-02T16:03:20.193Z] #20 43.09 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-02T16:03:20.193Z] #20 43.30 Selecting previously unselected package patch. [2021-06-02T16:03:20.193Z] #20 43.31 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_amd64.deb ... [2021-06-02T16:03:20.249Z] #43 85.43 DEP criu/action-scripts.d [2021-06-02T16:03:20.388Z] #20 45.04 Selecting previously unselected package sudo. [2021-06-02T16:03:20.388Z] #20 45.06 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-06-02T16:03:20.388Z] #20 45.06 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-06-02T16:03:20.452Z] #20 43.32 Unpacking patch (2.7.6-3+deb10u1) ... [2021-06-02T16:03:20.452Z] #20 43.44 Selecting previously unselected package python-pip-whl. [2021-06-02T16:03:20.452Z] #20 43.45 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ... [2021-06-02T16:03:20.452Z] #20 43.45 Unpacking python-pip-whl (18.1-5) ... [2021-06-02T16:03:20.509Z] #43 85.79 CC criu/action-scripts.o [2021-06-02T16:03:20.644Z] #20 45.54 Selecting previously unselected package thin-provisioning-tools. [2021-06-02T16:03:20.645Z] #20 45.55 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-06-02T16:03:20.645Z] #20 45.56 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-06-02T16:03:20.711Z] #20 ... [2021-06-02T16:03:20.711Z] [2021-06-02T16:03: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-06-02T16:03:20.711Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:03:20.711Z] #43 95.14 CC criu/cr-check.o [2021-06-02T16:03:20.711Z] #43 96.87 CC criu/cr-dedup.o [2021-06-02T16:03:20.711Z] #43 97.28 CC criu/cr-dump.o [2021-06-02T16:03:20.711Z] #43 99.52 CC criu/cr-errno.o [2021-06-02T16:03:20.711Z] #43 99.60 CC criu/cr-restore.o [2021-06-02T16:03:20.711Z] #43 104.1 CC criu/cr-service.o [2021-06-02T16:03:20.769Z] #43 86.25 CC criu/aio.o [2021-06-02T16:03:20.901Z] #20 45.76 Selecting previously unselected package uidmap. [2021-06-02T16:03:20.901Z] #20 45.77 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-06-02T16:03:20.901Z] #20 45.77 Unpacking uidmap (1:4.5-1.1) ... [2021-06-02T16:03:20.969Z] #43 ... [2021-06-02T16:03:20.969Z] [2021-06-02T16:03:20.969Z] #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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-02T16:03:20.969Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-02T16:03:20.969Z] #20 44.03 Selecting previously unselected package python3-lib2to3. [2021-06-02T16:03:20.969Z] #20 44.04 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ... [2021-06-02T16:03:20.969Z] #20 44.05 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-06-02T16:03:21.006Z] #40 DONE 151.9s [2021-06-02T16:03:21.006Z] [2021-06-02T16:03:21.006Z] #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-06-02T16:03:21.006Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-06-02T16:03:21.006Z] #43 88.81 CC criu/bfd.o [2021-06-02T16:03:21.006Z] #43 89.39 CC criu/bitmap.o [2021-06-02T16:03:21.006Z] #43 89.59 CC criu/cgroup-props.o [2021-06-02T16:03:21.006Z] #43 90.32 CC criu/cgroup.o [2021-06-02T16:03:21.157Z] #20 45.90 Selecting previously unselected package vim-runtime. [2021-06-02T16:03:21.157Z] #20 45.91 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-06-02T16:03:21.157Z] #20 45.94 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-06-02T16:03:21.157Z] #20 45.97 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-06-02T16:03:21.157Z] #20 45.98 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-06-02T16:03:21.228Z] #20 44.17 Selecting previously unselected package python3-distutils. [2021-06-02T16:03:21.228Z] #20 44.18 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ... [2021-06-02T16:03:21.228Z] #20 44.19 Unpacking python3-distutils (3.7.3-1) ... [2021-06-02T16:03:21.339Z] #43 86.78 CC criu/autofs.o [2021-06-02T16:03:21.487Z] #20 44.33 Selecting previously unselected package python3-pip. [2021-06-02T16:03:21.487Z] #20 44.35 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ... [2021-06-02T16:03:21.487Z] #20 44.36 Unpacking python3-pip (18.1-5) ... [2021-06-02T16:03:21.487Z] #20 44.54 Selecting previously unselected package python3-pkg-resources. [2021-06-02T16:03:21.487Z] #20 44.56 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ... [2021-06-02T16:03:21.746Z] #20 44.58 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-06-02T16:03:21.746Z] #20 44.77 Selecting previously unselected package python3-setuptools. [2021-06-02T16:03:21.746Z] #20 44.78 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ... [2021-06-02T16:03:21.746Z] #20 44.79 Unpacking python3-setuptools (40.8.0-1) ... [2021-06-02T16:03:22.004Z] #20 45.00 Selecting previously unselected package python3-wheel. [2021-06-02T16:03:22.004Z] #20 45.01 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ... [2021-06-02T16:03:22.004Z] #20 45.02 Unpacking python3-wheel (0.32.3-2) ... [2021-06-02T16:03:22.263Z] #20 45.13 Selecting previously unselected package sudo. [2021-06-02T16:03:22.263Z] #20 45.13 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-06-02T16:03:22.263Z] #20 45.14 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-06-02T16:03:22.721Z] #43 88.05 CC criu/bfd.o [2021-06-02T16:03:22.781Z] #20 45.67 Selecting previously unselected package thin-provisioning-tools. [2021-06-02T16:03:22.781Z] #20 45.67 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-06-02T16:03:22.781Z] #20 45.69 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-06-02T16:03:22.904Z] 4612f6d0b889: Verifying Checksum [2021-06-02T16:03:22.904Z] 4612f6d0b889: Download complete [2021-06-02T16:03:22.981Z] #43 88.55 CC criu/bitmap.o [2021-06-02T16:03:23.040Z] #20 45.94 Selecting previously unselected package uidmap. [2021-06-02T16:03:23.040Z] #20 45.95 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-06-02T16:03:23.040Z] #20 45.96 Unpacking uidmap (1:4.5-1.1) ... [2021-06-02T16:03:23.040Z] #20 46.10 Selecting previously unselected package vim-runtime. [2021-06-02T16:03:23.040Z] #20 46.11 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-06-02T16:03:23.040Z] #20 46.15 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-06-02T16:03:23.241Z] #43 88.68 CC criu/cgroup-props.o [2021-06-02T16:03:23.346Z] #20 46.19 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-06-02T16:03:23.346Z] #20 46.20 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-06-02T16:03:23.562Z] #43 93.14 CC criu/clone-noasan.o [2021-06-02T16:03:23.825Z] #43 93.36 CC criu/config.o [2021-06-02T16:03:24.229Z] #43 89.44 CC criu/cgroup.o [2021-06-02T16:03:24.427Z] #20 49.25 Selecting previously unselected package vim. [2021-06-02T16:03:24.427Z] #20 49.27 Preparing to unpack .../38-vim_2%3a8.1.0875-5_amd64.deb ... [2021-06-02T16:03:24.427Z] #20 49.30 Unpacking vim (2:8.1.0875-5) ... [2021-06-02T16:03:24.773Z] #43 ... [2021-06-02T16:03:24.773Z] [2021-06-02T16:03:24.773Z] #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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-02T16:03:24.773Z] #20 sha256:195ad63f85bbe48cccd81011f6d5378917eee02482ebd331ff759ae3860159b7 [2021-06-02T16:03:24.773Z] #20 45.15 Selecting previously unselected package vim. [2021-06-02T16:03:24.773Z] #20 45.15 Preparing to unpack .../38-vim_2%3a8.1.0875-5_arm64.deb ... [2021-06-02T16:03:24.773Z] #20 45.18 Unpacking vim (2:8.1.0875-5) ... [2021-06-02T16:03:24.773Z] #20 45.75 Selecting previously unselected package xfsprogs. [2021-06-02T16:03:24.773Z] #20 45.75 Preparing to unpack .../39-xfsprogs_4.20.0-1_arm64.deb ... [2021-06-02T16:03:24.773Z] #20 45.78 Unpacking xfsprogs (4.20.0-1) ... [2021-06-02T16:03:24.773Z] #20 46.21 Selecting previously unselected package zip. [2021-06-02T16:03:24.773Z] #20 46.23 Preparing to unpack .../40-zip_3.0-11+b1_arm64.deb ... [2021-06-02T16:03:24.773Z] #20 46.23 Unpacking zip (3.0-11+b1) ... [2021-06-02T16:03:24.773Z] #20 46.46 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-06-02T16:03:24.773Z] #20 46.55 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-02T16:03:24.773Z] #20 46.56 Setting up libip6tc0:arm64 (1.8.2-4) ... [2021-06-02T16:03:24.773Z] #20 46.58 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ... [2021-06-02T16:03:24.773Z] #20 46.60 Setting up libgpm2:arm64 (1.20.7-5) ... [2021-06-02T16:03:24.773Z] #20 46.63 Setting up libip4tc0:arm64 (1.8.2-4) ... [2021-06-02T16:03:24.773Z] #20 46.66 Setting up uidmap (1:4.5-1.1) ... [2021-06-02T16:03:24.773Z] #20 46.69 Setting up libnftnl11:arm64 (1.1.2-2) ... [2021-06-02T16:03:24.774Z] #20 46.71 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-06-02T16:03:24.774Z] #20 46.73 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-02T16:03:24.774Z] #20 46.75 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-06-02T16:03:24.774Z] #20 46.78 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2021-06-02T16:03:24.774Z] #20 46.84 Setting up xxd (2:8.1.0875-5) ... [2021-06-02T16:03:24.774Z] #20 46.87 Setting up zip (3.0-11+b1) ... [2021-06-02T16:03:24.774Z] #20 46.90 Setting up vim-common (2:8.1.0875-5) ... [2021-06-02T16:03:24.774Z] #20 46.95 Setting up bash-completion (1:2.8-6) ... [2021-06-02T16:03:25.266Z] Commit message: "replace uses of deprecated libcontainer/configs.Device" [2021-06-02T16:03:25.396Z] #20 49.96 Selecting previously unselected package xfsprogs. [2021-06-02T16:03:25.396Z] #20 49.96 Preparing to unpack .../39-xfsprogs_4.20.0-1_amd64.deb ... [2021-06-02T16:03:25.396Z] #20 49.96 Unpacking xfsprogs (4.20.0-1) ... [2021-06-02T16:03:25.652Z] #20 50.45 Selecting previously unselected package zip. [2021-06-02T16:03:25.652Z] #20 50.45 Preparing to unpack .../40-zip_3.0-11+b1_amd64.deb ... [2021-06-02T16:03:25.652Z] #20 50.46 Unpacking zip (3.0-11+b1) ... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-06-02T16:03:25.907Z] #20 50.69 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-06-02T16:03:25.907Z] #20 50.72 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-02T16:03:25.907Z] #20 50.73 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-06-02T16:03:25.907Z] #20 50.74 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-06-02T16:03:25.907Z] #20 50.76 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-06-02T16:03:25.907Z] #20 50.77 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-06-02T16:03:25.907Z] #20 50.78 Setting up uidmap (1:4.5-1.1) ... [2021-06-02T16:03:25.907Z] #20 50.80 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-06-02T16:03:25.907Z] #20 50.83 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-02T16:03:25.907Z] #20 50.86 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-02T16:03:25.907Z] #20 50.88 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-02T16:03:25.907Z] #20 50.89 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-02T16:03:25.907Z] #20 50.91 Setting up xxd (2:8.1.0875-5) ... [2021-06-02T16:03:26.162Z] #20 50.92 Setting up zip (3.0-11+b1) ... [2021-06-02T16:03:26.162Z] #20 50.93 Setting up vim-common (2:8.1.0875-5) ... [2021-06-02T16:03:26.162Z] #20 50.97 Setting up bash-completion (1:2.8-6) ... [2021-06-02T16:03:26.654Z] #20 49.69 Selecting previously unselected package vim. [2021-06-02T16:03:26.654Z] #20 49.70 Preparing to unpack .../38-vim_2%3a8.1.0875-5_amd64.deb ... [2021-06-02T16:03:26.654Z] #20 49.72 Unpacking vim (2:8.1.0875-5) ... [2021-06-02T16:03:27.220Z] #20 50.32 Selecting previously unselected package xfsprogs. [2021-06-02T16:03:27.341Z] #20 49.95 Setting up libiptc0:arm64 (1.8.2-4) ... [2021-06-02T16:03:27.341Z] #20 49.97 Setting up xz-utils (5.2.4-1) ... [2021-06-02T16:03:27.341Z] #20 50.00 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-06-02T16:03:27.341Z] #20 50.03 Setting up patch (2.7.6-3+deb10u1) ... [2021-06-02T16:03:27.341Z] #20 50.05 Setting up sudo (1.8.27-1+deb10u3) ... [2021-06-02T16:03:27.341Z] #20 50.16 invoke-rc.d: could not determine current runlevel [2021-06-02T16:03:27.341Z] #20 50.17 invoke-rc.d: policy-rc.d denied execution of start. [2021-06-02T16:03:27.341Z] #20 50.19 Setting up pigz (2.4-1) ... [2021-06-02T16:03:27.341Z] #20 50.21 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2021-06-02T16:03:27.341Z] #20 50.23 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2021-06-02T16:03:27.341Z] #20 50.31 Setting up python-pip-whl (18.1-5) ... [2021-06-02T16:03:27.341Z] #20 50.33 Setting up libmpdec2:arm64 (2.4.2-2) ... [2021-06-02T16:03:27.341Z] #20 50.35 Setting up vim-runtime (2:8.1.0875-5) ... [2021-06-02T16:03:27.478Z] #20 50.34 Preparing to unpack .../39-xfsprogs_4.20.0-1_amd64.deb ... [2021-06-02T16:03:27.478Z] #20 50.35 Unpacking xfsprogs (4.20.0-1) ... [2021-06-02T16:03:27.565Z] #43 92.46 CC criu/clone-noasan.o [2021-06-02T16:03:27.565Z] #43 92.65 CC criu/config.o [2021-06-02T16:03:27.737Z] #20 50.84 Selecting previously unselected package zip. [2021-06-02T16:03:27.737Z] #20 50.85 Preparing to unpack .../40-zip_3.0-11+b1_amd64.deb ... [2021-06-02T16:03:27.737Z] #20 50.87 Unpacking zip (3.0-11+b1) ... [2021-06-02T16:03:27.916Z] #20 50.88 Setting up libaio1:arm64 (0.3.112-3) ... [2021-06-02T16:03:27.916Z] #20 50.90 Setting up libonig5:arm64 (6.9.1-1) ... [2021-06-02T16:03:27.916Z] #20 50.92 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ... [2021-06-02T16:03:27.916Z] #20 50.95 Setting up vim (2:8.1.0875-5) ... [2021-06-02T16:03:27.916Z] #20 50.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-06-02T16:03:27.916Z] #20 50.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-06-02T16:03:27.916Z] #20 51.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-06-02T16:03:27.916Z] #20 51.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-06-02T16:03:27.916Z] #20 51.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-06-02T16:03:27.916Z] #20 51.05 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-06-02T16:03:27.916Z] #20 51.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-06-02T16:03:27.916Z] #20 51.08 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-06-02T16:03:27.996Z] #20 51.05 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-06-02T16:03:27.996Z] #20 51.08 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-02T16:03:27.996Z] #20 51.10 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-06-02T16:03:27.996Z] #20 51.11 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-06-02T16:03:27.996Z] #20 51.14 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-06-02T16:03:27.996Z] #20 51.15 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-06-02T16:03:28.185Z] #20 51.10 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-06-02T16:03:28.185Z] #20 51.12 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-06-02T16:03:28.185Z] #20 51.15 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2021-06-02T16:03:28.185Z] #20 51.19 Setting up jq (1.5+dfsg-2+b1) ... [2021-06-02T16:03:28.255Z] #20 51.17 Setting up uidmap (1:4.5-1.1) ... [2021-06-02T16:03:28.255Z] #20 51.19 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-06-02T16:03:28.255Z] #20 51.21 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-02T16:03:28.255Z] #20 51.23 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-02T16:03:28.255Z] #20 51.25 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-02T16:03:28.255Z] #20 51.27 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-02T16:03:28.255Z] #20 51.29 Setting up xxd (2:8.1.0875-5) ... [2021-06-02T16:03:28.255Z] #20 51.30 Setting up zip (3.0-11+b1) ... [2021-06-02T16:03:28.255Z] #20 51.32 Setting up vim-common (2:8.1.0875-5) ... [2021-06-02T16:03:28.448Z] #20 51.25 Setting up libpython3-stdlib:arm64 (3.7.3-1) ... [2021-06-02T16:03:28.448Z] #20 51.27 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-06-02T16:03:28.506Z] #43 93.82 CC criu/cr-check.o [2021-06-02T16:03:28.514Z] #20 51.36 Setting up bash-completion (1:2.8-6) ... [2021-06-02T16:03:28.587Z] + docker version [2021-06-02T16:03:29.427Z] #20 53.75 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-06-02T16:03:29.427Z] #20 53.76 Setting up xz-utils (5.2.4-1) ... [2021-06-02T16:03:29.427Z] #20 53.78 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-06-02T16:03:29.427Z] #20 53.79 Setting up patch (2.7.6-3+deb10u1) ... [2021-06-02T16:03:29.427Z] #20 53.80 Setting up sudo (1.8.27-1+deb10u3) ... [2021-06-02T16:03:29.427Z] #20 53.92 invoke-rc.d: could not determine current runlevel [2021-06-02T16:03:29.427Z] #20 53.93 invoke-rc.d: policy-rc.d denied execution of start. [2021-06-02T16:03:29.427Z] #20 53.94 Setting up pigz (2.4-1) ... [2021-06-02T16:03:29.427Z] #20 53.95 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-06-02T16:03:29.427Z] #20 53.96 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-06-02T16:03:29.427Z] #20 53.98 Setting up python-pip-whl (18.1-5) ... [2021-06-02T16:03:29.427Z] #20 53.99 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-06-02T16:03:29.427Z] #20 54.00 Setting up vim-runtime (2:8.1.0875-5) ... [2021-06-02T16:03:29.427Z] #20 ... [2021-06-02T16:03:29.427Z] [2021-06-02T16:03:29.427Z] #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-06-02T16:03:29.427Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:03:29.427Z] #43 106.0 CC criu/external.o [2021-06-02T16:03:29.427Z] #43 106.3 CC criu/fault-injection.o [2021-06-02T16:03:29.427Z] #43 106.4 CC criu/fdstore.o [2021-06-02T16:03:29.427Z] #43 106.7 CC criu/fifo.o [2021-06-02T16:03:29.427Z] #43 107.2 CC criu/file-ids.o [2021-06-02T16:03:29.427Z] #43 107.5 CC criu/file-lock.o [2021-06-02T16:03:29.427Z] #43 108.5 CC criu/files-ext.o [2021-06-02T16:03:29.427Z] #43 108.8 CC criu/files-reg.o [2021-06-02T16:03:29.427Z] #43 111.2 CC criu/files.o [2021-06-02T16:03:29.427Z] #43 113.4 CC criu/filesystems.o [2021-06-02T16:03:29.427Z] #43 114.2 CC criu/fsnotify.o [2021-06-02T16:03:29.427Z] #43 115.4 CC criu/image-desc.o [2021-06-02T16:03:29.427Z] #43 115.6 CC criu/image.o [2021-06-02T16:03:29.427Z] #43 ... [2021-06-02T16:03:29.427Z] [2021-06-02T16:03:29.427Z] #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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-02T16:03:29.427Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-02T16:03:29.427Z] #20 54.38 Setting up libaio1:amd64 (0.3.112-3) ... [2021-06-02T16:03:29.684Z] #20 54.42 Setting up libonig5:amd64 (6.9.1-1) ... [2021-06-02T16:03:29.684Z] #20 54.43 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-02T16:03:29.684Z] #20 54.48 Setting up vim (2:8.1.0875-5) ... [2021-06-02T16:03:29.940Z] #20 54.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-06-02T16:03:29.940Z] #20 54.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-06-02T16:03:29.940Z] #20 54.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-06-02T16:03:29.940Z] #20 54.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-06-02T16:03:29.940Z] #20 54.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-06-02T16:03:29.940Z] #20 54.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-06-02T16:03:29.940Z] #20 54.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-06-02T16:03:29.940Z] #20 54.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-06-02T16:03:29.940Z] #20 54.83 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-02T16:03:29.940Z] #20 54.84 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-06-02T16:03:29.940Z] #20 54.85 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-06-02T16:03:29.940Z] #20 54.87 Setting up jq (1.5+dfsg-2+b1) ... [2021-06-02T16:03:29.940Z] #20 54.89 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-02T16:03:30.196Z] #20 54.91 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-06-02T16:03:30.415Z] #43 95.48 CC criu/cr-dedup.o [2021-06-02T16:03:30.415Z] #43 ... [2021-06-02T16:03:30.415Z] [2021-06-02T16:03:30.415Z] #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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-02T16:03:30.415Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-02T16:03:30.415Z] #20 12.74 Fetched 8971 kB in 9s (949 kB/s) [2021-06-02T16:03:30.415Z] #20 12.74 Reading package lists... [2021-06-02T16:03:30.415Z] #20 16.18 Reading package lists... [2021-06-02T16:03:30.415Z] #20 18.98 Building dependency tree... [2021-06-02T16:03:30.415Z] #20 20.17 libcap2-bin is already the newest version (1:2.25-2). [2021-06-02T16:03:30.415Z] #20 20.17 The following additional packages will be installed: [2021-06-02T16:03:30.415Z] #20 20.19 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-06-02T16:03:30.415Z] #20 20.19 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-06-02T16:03:30.415Z] #20 20.19 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-06-02T16:03:30.415Z] #20 20.19 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-06-02T16:03:30.415Z] #20 20.19 python3.7 python3.7-minimal vim-runtime xxd [2021-06-02T16:03:30.415Z] #20 20.19 Suggested packages: [2021-06-02T16:03:30.415Z] #20 20.20 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc [2021-06-02T16:03:30.415Z] #20 20.20 python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv [2021-06-02T16:03:30.415Z] #20 20.20 python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2021-06-02T16:03:30.415Z] #20 20.20 quota [2021-06-02T16:03:30.415Z] #20 20.20 Recommended packages: [2021-06-02T16:03:30.415Z] #20 20.20 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-06-02T16:03:30.415Z] #20 20.20 python3-keyrings.alt python3-xdg unzip [2021-06-02T16:03:30.415Z] #20 ... [2021-06-02T16:03:30.415Z] [2021-06-02T16:03:30.415Z] #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-06-02T16:03:30.415Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:03:30.415Z] #43 95.85 CC criu/cr-dump.o [2021-06-02T16:03:31.005Z] #20 53.91 Setting up iptables (1.8.2-4) ... [2021-06-02T16:03:31.005Z] #20 53.95 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-02T16:03:31.005Z] #20 53.96 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-02T16:03:31.005Z] #20 53.98 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-02T16:03:31.005Z] #20 54.00 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-02T16:03:31.005Z] #20 54.02 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-06-02T16:03:31.005Z] #20 54.03 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-06-02T16:03:31.005Z] #20 54.04 Setting up python3 (3.7.3-1) ... [2021-06-02T16:03:31.046Z] #20 54.13 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-06-02T16:03:31.313Z] #20 54.19 Setting up xz-utils (5.2.4-1) ... [2021-06-02T16:03:31.313Z] #20 54.22 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-06-02T16:03:31.314Z] #20 54.25 Setting up patch (2.7.6-3+deb10u1) ... [2021-06-02T16:03:31.314Z] #20 54.31 Setting up sudo (1.8.27-1+deb10u3) ... [2021-06-02T16:03:31.314Z] #20 54.42 invoke-rc.d: could not determine current runlevel [2021-06-02T16:03:31.314Z] #20 ... [2021-06-02T16:03:31.314Z] [2021-06-02T16:03:31.314Z] #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-06-02T16:03:31.314Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:03:31.314Z] #43 105.7 CC criu/crtools.o [2021-06-02T16:03:31.314Z] #43 106.2 CC criu/eventfd.o [2021-06-02T16:03:31.314Z] #43 106.5 CC criu/eventpoll.o [2021-06-02T16:03:31.314Z] #43 107.4 CC criu/external.o [2021-06-02T16:03:31.314Z] #43 107.8 CC criu/fault-injection.o [2021-06-02T16:03:31.314Z] #43 107.9 CC criu/fdstore.o [2021-06-02T16:03:31.314Z] #43 108.4 CC criu/fifo.o [2021-06-02T16:03:31.314Z] #43 108.8 CC criu/file-ids.o [2021-06-02T16:03:31.314Z] #43 109.1 CC criu/file-lock.o [2021-06-02T16:03:31.314Z] #43 110.1 CC criu/files-ext.o [2021-06-02T16:03:31.314Z] #43 110.4 CC criu/files-reg.o [2021-06-02T16:03:31.314Z] #43 112.6 CC criu/files.o [2021-06-02T16:03:31.314Z] #43 114.7 CC criu/filesystems.o [2021-06-02T16:03:31.314Z] #43 115.4 CC criu/fsnotify.o [2021-06-02T16:03:31.314Z] #43 ... [2021-06-02T16:03:31.314Z] [2021-06-02T16:03:31.314Z] #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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-02T16:03:31.314Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-02T16:03:31.314Z] #20 54.42 invoke-rc.d: could not determine current runlevel [2021-06-02T16:03:31.314Z] #20 54.44 invoke-rc.d: policy-rc.d denied execution of start. [2021-06-02T16:03:31.314Z] #20 54.44 Setting up pigz (2.4-1) ... [2021-06-02T16:03:31.314Z] #20 54.46 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-06-02T16:03:31.314Z] #20 54.48 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-06-02T16:03:31.571Z] #20 54.52 Setting up python-pip-whl (18.1-5) ... [2021-06-02T16:03:31.571Z] #20 54.57 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-06-02T16:03:31.571Z] #20 54.58 Setting up vim-runtime (2:8.1.0875-5) ... [2021-06-02T16:03:31.581Z] #20 54.65 Setting up python3-wheel (0.32.3-2) ... [2021-06-02T16:03:31.835Z] #20 54.94 Setting up libaio1:amd64 (0.3.112-3) ... [2021-06-02T16:03:32.093Z] #20 54.96 Setting up libonig5:amd64 (6.9.1-1) ... [2021-06-02T16:03:32.093Z] #20 55.03 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-02T16:03:32.093Z] #20 55.11 Setting up vim (2:8.1.0875-5) ... [2021-06-02T16:03:32.093Z] #20 55.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-06-02T16:03:32.093Z] #20 55.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-06-02T16:03:32.093Z] #20 55.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-06-02T16:03:32.093Z] #20 55.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-06-02T16:03:32.093Z] #20 55.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-06-02T16:03:32.093Z] #20 55.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-06-02T16:03:32.093Z] #20 55.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-06-02T16:03:32.093Z] #20 55.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-06-02T16:03:32.352Z] #20 55.19 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-02T16:03:32.352Z] #20 55.21 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-06-02T16:03:32.352Z] #20 55.23 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-06-02T16:03:32.352Z] #20 55.25 Setting up jq (1.5+dfsg-2+b1) ... [2021-06-02T16:03:32.352Z] #20 55.27 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-02T16:03:32.352Z] #20 55.29 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-06-02T16:03:32.530Z] #20 55.48 Setting up apparmor (2.13.2-10) ... [2021-06-02T16:03:32.955Z] #43 98.03 CC criu/cr-errno.o [2021-06-02T16:03:32.955Z] #43 98.12 CC criu/cr-restore.o [2021-06-02T16:03:33.461Z] #20 57.94 Setting up iptables (1.8.2-4) ... [2021-06-02T16:03:33.461Z] #20 57.96 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-02T16:03:33.461Z] #20 57.98 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-02T16:03:33.461Z] #20 57.98 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-02T16:03:33.461Z] #20 57.99 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-02T16:03:33.461Z] #20 57.99 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-06-02T16:03:33.461Z] #20 58.00 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-06-02T16:03:33.461Z] #20 58.01 Setting up python3 (3.7.3-1) ... [2021-06-02T16:03:33.717Z] #20 58.46 Setting up python3-wheel (0.32.3-2) ... [2021-06-02T16:03:34.400Z] Client: Mirantis Container Runtime [2021-06-02T16:03:34.400Z] Version: 20.10.0 [2021-06-02T16:03:34.400Z] API version: 1.41 [2021-06-02T16:03:34.400Z] Go version: go1.13.15 [2021-06-02T16:03:34.400Z] Git commit: 6ee42dc [2021-06-02T16:03:34.400Z] Built: 03/11/2021 13:24:56 [2021-06-02T16:03:34.400Z] OS/Arch: windows/amd64 [2021-06-02T16:03:34.400Z] Context: default [2021-06-02T16:03:34.400Z] Experimental: true [2021-06-02T16:03:34.400Z] [2021-06-02T16:03:34.400Z] Server: Mirantis Container Runtime [2021-06-02T16:03:34.400Z] Engine: [2021-06-02T16:03:34.400Z] Version: 20.10.0 [2021-06-02T16:03:34.400Z] API version: 1.41 (minimum version 1.24) [2021-06-02T16:03:34.400Z] Go version: go1.13.15 [2021-06-02T16:03:34.400Z] Git commit: 1e08f21e79 [2021-06-02T16:03:34.400Z] Built: 03/11/2021 13:23:32 [2021-06-02T16:03:34.400Z] OS/Arch: windows/amd64 [2021-06-02T16:03:34.400Z] Experimental: true [2021-06-02T16:03:34.535Z] #20 59.15 Setting up apparmor (2.13.2-10) ... [Pipeline] sh [2021-06-02T16:03:35.636Z] #20 58.18 Setting up iptables (1.8.2-4) ... [2021-06-02T16:03:35.636Z] #20 58.20 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-02T16:03:35.636Z] #20 58.21 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-02T16:03:35.636Z] #20 58.21 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-02T16:03:35.636Z] #20 58.23 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-02T16:03:35.636Z] #20 58.23 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-06-02T16:03:35.636Z] #20 58.24 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-06-02T16:03:35.636Z] #20 58.25 Setting up python3 (3.7.3-1) ... [2021-06-02T16:03:35.636Z] #20 58.66 Setting up python3-wheel (0.32.3-2) ... [2021-06-02T16:03:35.846Z] #20 ... [2021-06-02T16:03:35.846Z] [2021-06-02T16:03:35.846Z] #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-06-02T16:03:35.846Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-06-02T16:03:35.846Z] #43 94.74 CC criu/cr-check.o [2021-06-02T16:03:35.846Z] #43 96.48 CC criu/cr-dedup.o [2021-06-02T16:03:35.846Z] #43 96.92 CC criu/cr-dump.o [2021-06-02T16:03:35.846Z] #43 98.76 CC criu/cr-errno.o [2021-06-02T16:03:35.846Z] #43 98.81 CC criu/cr-restore.o [2021-06-02T16:03:35.846Z] #43 102.8 CC criu/cr-service.o [2021-06-02T16:03:35.846Z] #43 104.5 CC criu/crtools.o [2021-06-02T16:03:35.846Z] #43 ... [2021-06-02T16:03:35.846Z] [2021-06-02T16:03:35.846Z] #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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-02T16:03:35.846Z] #20 sha256:195ad63f85bbe48cccd81011f6d5378917eee02482ebd331ff759ae3860159b7 [2021-06-02T16:03:35.846Z] #20 58.41 Setting up xfsprogs (4.20.0-1) ... [2021-06-02T16:03:35.846Z] #20 58.44 Setting up python3-lib2to3 (3.7.3-1) ... [2021-06-02T16:03:35.846Z] #20 58.90 Setting up python3-pkg-resources (40.8.0-1) ... [2021-06-02T16:03:35.936Z] + docker info [2021-06-02T16:03:36.249Z] #43 ... [2021-06-02T16:03:36.249Z] [2021-06-02T16:03:36.249Z] #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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-02T16:03:36.249Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-02T16:03:36.249Z] #20 21.69 The following NEW packages will be installed: [2021-06-02T16:03:36.249Z] #20 21.70 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-06-02T16:03:36.249Z] #20 21.71 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-06-02T16:03:36.249Z] #20 21.71 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-06-02T16:03:36.249Z] #20 21.71 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-06-02T16:03:36.249Z] #20 21.71 libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils [2021-06-02T16:03:36.249Z] #20 21.72 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-06-02T16:03:36.249Z] #20 21.72 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-06-02T16:03:36.249Z] #20 21.72 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-06-02T16:03:36.249Z] #20 21.72 xz-utils zip [2021-06-02T16:03:36.249Z] #20 22.04 0 upgraded, 49 newly installed, 0 to remove and 28 not upgraded. [2021-06-02T16:03:36.249Z] #20 22.04 Need to get 28.6 MB of archives. [2021-06-02T16:03:36.249Z] #20 22.04 After this operation, 116 MB of additional disk space will be used. [2021-06-02T16:03:36.249Z] #20 22.04 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-06-02T16:03:36.249Z] #20 22.05 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-06-02T16:03:36.249Z] #20 22.07 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-06-02T16:03:36.249Z] #20 22.16 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-06-02T16:03:36.249Z] #20 22.18 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-06-02T16:03:36.249Z] #20 22.18 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-06-02T16:03:36.249Z] #20 22.25 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-06-02T16:03:36.249Z] #20 22.27 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-06-02T16:03:36.249Z] #20 22.27 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-06-02T16:03:36.249Z] #20 22.27 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-06-02T16:03:36.249Z] #20 22.27 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-06-02T16:03:36.249Z] #20 22.28 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-06-02T16:03:36.249Z] #20 22.28 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-06-02T16:03:36.249Z] #20 22.29 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-06-02T16:03:36.249Z] #20 22.30 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-06-02T16:03:36.249Z] #20 22.30 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-06-02T16:03:36.249Z] #20 22.32 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-06-02T16:03:36.249Z] #20 22.33 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-02T16:03:36.249Z] #20 22.35 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-06-02T16:03:36.249Z] #20 22.36 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-06-02T16:03:36.249Z] #20 22.36 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-06-02T16:03:36.249Z] #20 22.37 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-06-02T16:03:36.249Z] #20 22.40 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-06-02T16:03:36.249Z] #20 22.41 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-06-02T16:03:36.249Z] #20 22.41 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-06-02T16:03:36.249Z] #20 22.43 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-06-02T16:03:36.249Z] #20 22.43 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-06-02T16:03:36.249Z] #20 22.43 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-06-02T16:03:36.249Z] #20 22.43 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-06-02T16:03:36.249Z] #20 22.79 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-06-02T16:03:36.249Z] #20 22.79 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-06-02T16:03:36.249Z] #20 22.80 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-06-02T16:03:36.249Z] #20 22.80 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-06-02T16:03:36.249Z] #20 22.81 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-06-02T16:03:36.249Z] #20 22.82 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] [2021-06-02T16:03:36.249Z] #20 22.83 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-06-02T16:03:36.249Z] #20 22.91 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-06-02T16:03:36.249Z] #20 22.91 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-06-02T16:03:36.249Z] #20 22.92 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-06-02T16:03:36.249Z] #20 22.93 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-06-02T16:03:36.249Z] #20 22.94 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-06-02T16:03:36.249Z] #20 22.95 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-06-02T16:03:36.249Z] #20 22.96 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-06-02T16:03:36.249Z] #20 23.03 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-06-02T16:03:36.249Z] #20 23.05 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-06-02T16:03:36.249Z] #20 23.07 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-06-02T16:03:36.249Z] #20 23.34 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-06-02T16:03:36.249Z] #20 23.40 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-06-02T16:03:36.249Z] #20 23.45 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-06-02T16:03:36.249Z] #20 24.15 debconf: delaying package configuration, since apt-utils is not installed [2021-06-02T16:03:36.249Z] #20 24.27 Fetched 28.6 MB in 2s (17.0 MB/s) [2021-06-02T16:03:36.249Z] #20 24.36 Selecting previously unselected package pigz. [2021-06-02T16:03:36.250Z] #20 24.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 ... 23435 files and directories currently installed.) [2021-06-02T16:03:36.250Z] #20 24.40 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-06-02T16:03:36.250Z] #20 24.41 Unpacking pigz (2.4-1) ... [2021-06-02T16:03:36.250Z] #20 24.51 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-06-02T16:03:36.250Z] #20 24.51 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-02T16:03:36.250Z] #20 24.52 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-02T16:03:36.250Z] #20 24.96 Selecting previously unselected package python3.7-minimal. [2021-06-02T16:03:36.250Z] #20 24.97 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-02T16:03:36.250Z] #20 24.99 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-02T16:03:36.250Z] #20 25.77 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-02T16:03:36.250Z] #20 25.81 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-02T16:03:36.425Z] #20 60.93 Setting up xfsprogs (4.20.0-1) ... [2021-06-02T16:03:36.425Z] #20 60.95 Setting up python3-lib2to3 (3.7.3-1) ... [2021-06-02T16:03:36.425Z] #20 61.30 Setting up python3-pkg-resources (40.8.0-1) ... [2021-06-02T16:03:36.572Z] #20 59.38 Setting up apparmor (2.13.2-10) ... [2021-06-02T16:03:37.058Z] #20 59.87 Setting up python3-distutils (3.7.3-1) ... [2021-06-02T16:03:37.321Z] #20 60.39 Setting up python3-setuptools (40.8.0-1) ... [2021-06-02T16:03:37.608Z] #20 62.25 Setting up python3-distutils (3.7.3-1) ... [2021-06-02T16:03:37.632Z] #20 27.76 Selecting previously unselected package python3-minimal. [2021-06-02T16:03:37.864Z] #20 62.77 Setting up python3-setuptools (40.8.0-1) ... [2021-06-02T16:03:37.892Z] #20 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 ... 23684 files and directories currently installed.) [2021-06-02T16:03:37.892Z] #20 27.81 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-06-02T16:03:37.892Z] #20 27.82 Unpacking python3-minimal (3.7.3-1) ... [2021-06-02T16:03:37.892Z] #20 27.88 Selecting previously unselected package libmpdec2:amd64. [2021-06-02T16:03:37.892Z] #20 27.89 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-06-02T16:03:37.892Z] #20 27.91 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-06-02T16:03:38.153Z] #20 28.01 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-06-02T16:03:38.153Z] #20 28.02 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-06-02T16:03:38.153Z] #20 28.03 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-02T16:03:38.475Z] #20 61.36 Setting up xfsprogs (4.20.0-1) ... [2021-06-02T16:03:38.475Z] #20 61.38 Setting up python3-lib2to3 (3.7.3-1) ... [2021-06-02T16:03:38.733Z] #20 61.78 Setting up python3-pkg-resources (40.8.0-1) ... [2021-06-02T16:03:38.780Z] #20 61.68 Setting up python3-pip (18.1-5) ... [2021-06-02T16:03:38.833Z] #20 63.73 Setting up python3-pip (18.1-5) ... [2021-06-02T16:03:39.093Z] #20 28.94 Selecting previously unselected package python3.7. [2021-06-02T16:03:39.093Z] #20 28.94 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-06-02T16:03:39.093Z] #20 28.95 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-06-02T16:03:39.093Z] #20 29.08 Selecting previously unselected package libpython3-stdlib:amd64. [2021-06-02T16:03:39.093Z] #20 29.08 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-06-02T16:03:39.093Z] #20 29.09 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-02T16:03:39.352Z] #20 29.20 Setting up python3-minimal (3.7.3-1) ... [2021-06-02T16:03:39.668Z] #20 62.71 Setting up python3-distutils (3.7.3-1) ... [2021-06-02T16:03:39.803Z] #20 64.69 Processing triggers for libc-bin (2.28-10) ... [2021-06-02T16:03:39.803Z] #20 64.76 Processing triggers for mime-support (3.62) ... [2021-06-02T16:03:39.803Z] #20 ... [2021-06-02T16:03:39.803Z] [2021-06-02T16:03:39.803Z] #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-06-02T16:03:39.803Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:03:39.803Z] #43 116.5 CC criu/ipc_ns.o [2021-06-02T16:03:39.803Z] #43 117.7 CC criu/irmap.o [2021-06-02T16:03:39.803Z] #43 118.3 CC criu/kcmp-ids.o [2021-06-02T16:03:39.803Z] #43 118.6 CC criu/kerndat.o [2021-06-02T16:03:39.803Z] #43 119.9 CC criu/libnetlink.o [2021-06-02T16:03:39.803Z] #43 120.3 CC criu/log.o [2021-06-02T16:03:39.803Z] #43 120.9 CC criu/lsm.o [2021-06-02T16:03:39.803Z] #43 121.2 CC criu/mem.o [2021-06-02T16:03:39.803Z] #43 123.1 CC criu/memfd.o [2021-06-02T16:03:39.803Z] #43 123.7 CC criu/mount.o [2021-06-02T16:03:40.059Z] #43 ... [2021-06-02T16:03:40.059Z] [2021-06-02T16:03:40.059Z] #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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-02T16:03:40.059Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-02T16:03:40.059Z] #20 64.76 Processing triggers for mime-support (3.62) ... [2021-06-02T16:03:40.181Z] #20 63.16 Processing triggers for libc-bin (2.28-10) ... [2021-06-02T16:03:40.182Z] #20 30.02 Selecting previously unselected package python3. [2021-06-02T16:03:40.182Z] #20 30.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 ... 24096 files and directories currently installed.) [2021-06-02T16:03:40.182Z] #20 30.07 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-06-02T16:03:40.182Z] #20 30.10 Unpacking python3 (3.7.3-1) ... [2021-06-02T16:03:40.182Z] #20 30.22 Selecting previously unselected package libip4tc0:amd64. [2021-06-02T16:03:40.182Z] #20 30.22 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-06-02T16:03:40.182Z] #20 30.23 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-06-02T16:03:40.235Z] #20 63.18 Setting up python3-setuptools (40.8.0-1) ... [2021-06-02T16:03:40.442Z] #20 30.30 Selecting previously unselected package libip6tc0:amd64. [2021-06-02T16:03:40.442Z] #20 30.31 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-06-02T16:03:40.442Z] #20 30.32 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-06-02T16:03:40.442Z] #20 30.44 Selecting previously unselected package libiptc0:amd64. [2021-06-02T16:03:40.442Z] #20 30.44 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-06-02T16:03:40.442Z] #20 30.45 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-06-02T16:03:40.442Z] #20 30.55 Selecting previously unselected package libnfnetlink0:amd64. [2021-06-02T16:03:40.443Z] #20 63.26 Processing triggers for mime-support (3.62) ... [2021-06-02T16:03:40.703Z] #20 30.55 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-06-02T16:03:40.703Z] #20 30.56 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-06-02T16:03:40.703Z] #20 30.62 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-06-02T16:03:40.703Z] #20 30.62 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-06-02T16:03:40.703Z] #20 30.64 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-06-02T16:03:40.703Z] #20 30.73 Selecting previously unselected package libnftnl11:amd64. [2021-06-02T16:03:40.703Z] #20 30.73 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-06-02T16:03:40.703Z] #20 30.74 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-06-02T16:03:40.965Z] #20 30.85 Selecting previously unselected package iptables. [2021-06-02T16:03:40.965Z] #20 30.85 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-06-02T16:03:40.965Z] #20 30.86 Unpacking iptables (1.8.2-4) ... [2021-06-02T16:03:40.986Z] #20 DONE 65.7s [2021-06-02T16:03:40.986Z] [2021-06-02T16:03:40.986Z] #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-06-02T16:03:40.986Z] #21 sha256:a41b2e45fcae4ebc28cb31bce642a55e5472a13c32e0131897c460812419c062 [2021-06-02T16:03:41.225Z] #20 31.28 Selecting previously unselected package xxd. [2021-06-02T16:03:41.393Z] #20 DONE 64.4s [2021-06-02T16:03:41.393Z] [2021-06-02T16:03:41.393Z] #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-06-02T16:03:41.393Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-06-02T16:03:41.393Z] #43 105.0 CC criu/eventfd.o [2021-06-02T16:03:41.393Z] #43 105.3 CC criu/eventpoll.o [2021-06-02T16:03:41.393Z] #43 106.4 CC criu/external.o [2021-06-02T16:03:41.393Z] #43 106.7 CC criu/fault-injection.o [2021-06-02T16:03:41.393Z] #43 106.8 CC criu/fdstore.o [2021-06-02T16:03:41.393Z] #43 107.2 CC criu/fifo.o [2021-06-02T16:03:41.393Z] #43 107.6 CC criu/file-ids.o [2021-06-02T16:03:41.393Z] #43 108.0 CC criu/file-lock.o [2021-06-02T16:03:41.393Z] #43 108.9 CC criu/files-ext.o [2021-06-02T16:03:41.393Z] #43 109.3 CC criu/files-reg.o [2021-06-02T16:03:41.487Z] #20 31.28 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-06-02T16:03:41.487Z] #20 31.32 Unpacking xxd (2:8.1.0875-5) ... [2021-06-02T16:03:41.487Z] #20 31.45 Selecting previously unselected package vim-common. [2021-06-02T16:03:41.487Z] #20 31.46 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-02T16:03:41.487Z] #20 31.48 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-02T16:03:41.610Z] #20 64.54 Setting up python3-pip (18.1-5) ... [2021-06-02T16:03:41.747Z] #20 31.67 Selecting previously unselected package bash-completion. [2021-06-02T16:03:41.747Z] #20 31.68 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-06-02T16:03:41.915Z] #21 1.022 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-06-02T16:03:41.915Z] #21 1.028 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-06-02T16:03:41.915Z] #21 1.033 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-06-02T16:03:41.915Z] #21 DONE 1.1s [2021-06-02T16:03:41.915Z] [2021-06-02T16:03:41.915Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-06-02T16:03:41.915Z] #22 sha256:32ac77632a796242ca8c5cc1ebe3c3d38ab217810cb5e808ee916620c17e34e9 [2021-06-02T16:03:42.177Z] #20 ... [2021-06-02T16:03:42.177Z] [2021-06-02T16:03:42.177Z] #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-06-02T16:03:42.177Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:03:42.177Z] #43 116.6 CC criu/image-desc.o [2021-06-02T16:03:42.177Z] #43 116.7 CC criu/image.o [2021-06-02T16:03:42.177Z] #43 117.7 CC criu/ipc_ns.o [2021-06-02T16:03:42.177Z] #43 118.9 CC criu/irmap.o [2021-06-02T16:03:42.177Z] #43 119.6 CC criu/kcmp-ids.o [2021-06-02T16:03:42.177Z] #43 119.9 CC criu/kerndat.o [2021-06-02T16:03:42.177Z] #43 121.0 CC criu/libnetlink.o [2021-06-02T16:03:42.177Z] #43 121.3 CC criu/log.o [2021-06-02T16:03:42.177Z] #43 121.9 CC criu/lsm.o [2021-06-02T16:03:42.177Z] #43 122.3 CC criu/mem.o [2021-06-02T16:03:42.177Z] #43 124.1 CC criu/memfd.o [2021-06-02T16:03:42.177Z] #43 124.8 CC criu/mount.o [2021-06-02T16:03:42.177Z] #43 ... [2021-06-02T16:03:42.177Z] [2021-06-02T16:03:42.177Z] #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-06-02T16:03:42.177Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-02T16:03:42.177Z] #40 188.5 + dpkg --print-architecture [2021-06-02T16:03:42.177Z] #40 188.5 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-06-02T16:03:42.177Z] #40 188.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-06-02T16:03:42.177Z] #40 188.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-06-02T16:03:42.345Z] #43 111.6 CC criu/files.o [2021-06-02T16:03:42.745Z] #40 ... [2021-06-02T16:03:42.745Z] [2021-06-02T16:03:42.745Z] #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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-02T16:03:42.745Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-02T16:03:42.745Z] #20 65.57 Processing triggers for libc-bin (2.28-10) ... [2021-06-02T16:03:42.745Z] #20 65.61 Processing triggers for mime-support (3.62) ... [2021-06-02T16:03:42.920Z] #43 ... [2021-06-02T16:03:42.920Z] [2021-06-02T16:03:42.920Z] #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-06-02T16:03:42.920Z] #21 sha256:acd6a16e911204389df16830b55c126d58d01384b10664ccf7a1072bd8b3e0fd [2021-06-02T16:03:42.920Z] #21 1.408 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-06-02T16:03:42.920Z] #21 1.415 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-06-02T16:03:42.920Z] #21 1.427 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-06-02T16:03:43.495Z] #21 DONE 2.2s [2021-06-02T16:03:43.495Z] [2021-06-02T16:03:43.495Z] #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-06-02T16:03:43.495Z] #24 sha256:fb39eaafdc4e4c47c7c9dfa9b753b144894651676c23bee5bc361fe8a080cf09 [2021-06-02T16:03:43.681Z] #20 DONE 66.7s [2021-06-02T16:03:43.681Z] [2021-06-02T16:03:43.681Z] #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-06-02T16:03:43.681Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-02T16:03:43.681Z] #40 ... [2021-06-02T16:03:43.681Z] [2021-06-02T16:03:43.681Z] #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-06-02T16:03:43.681Z] #21 sha256:a41b2e45fcae4ebc28cb31bce642a55e5472a13c32e0131897c460812419c062 [2021-06-02T16:03:43.759Z] #24 ... [2021-06-02T16:03:43.759Z] [2021-06-02T16:03:43.759Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-06-02T16:03:43.759Z] #22 sha256:c96271bb7dc3968a4d315a521193fb4b790c24089db3e47f0b986aaca6775154 [2021-06-02T16:03:44.434Z] #22 ... [2021-06-02T16:03:44.434Z] [2021-06-02T16:03:44.434Z] #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-06-02T16:03:44.434Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-02T16:03:44.434Z] #40 188.7 + dpkg --print-architecture [2021-06-02T16:03:44.434Z] #40 188.7 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-06-02T16:03:44.434Z] #40 188.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-06-02T16:03:44.434Z] #40 188.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-06-02T16:03:44.690Z] #40 ... [2021-06-02T16:03:44.690Z] [2021-06-02T16:03:44.690Z] #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-06-02T16:03:44.690Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:03:44.690Z] #43 128.0 CC criu/namespaces.o [2021-06-02T16:03:44.690Z] #43 130.5 CC criu/net.o [2021-06-02T16:03:44.707Z] #22 ... [2021-06-02T16:03:44.707Z] [2021-06-02T16:03:44.707Z] #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-06-02T16:03:44.707Z] #49 sha256:c1e687793bc1ad3a5d3a433df9c9e2f292d2c37bc336162eeee807afdde5dea6 [2021-06-02T16:03:44.707Z] #49 175.4 + /build/golangci-lint --version [2021-06-02T16:03:44.707Z] #49 175.8 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-06-02T16:03:44.707Z] #49 DONE 176.0s [2021-06-02T16:03:44.970Z] [2021-06-02T16:03:44.970Z] #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-06-02T16:03:44.970Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-06-02T16:03:44.970Z] #43 113.6 CC criu/filesystems.o [2021-06-02T16:03:44.970Z] #43 114.3 CC criu/fsnotify.o [2021-06-02T16:03:45.044Z] #20 34.38 Unpacking bash-completion (1:2.8-6) ... [2021-06-02T16:03:45.044Z] #20 34.76 Selecting previously unselected package bzip2. [2021-06-02T16:03:45.044Z] #20 34.77 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-06-02T16:03:45.044Z] #20 34.78 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-02T16:03:45.044Z] #20 34.86 Selecting previously unselected package xz-utils. [2021-06-02T16:03:45.044Z] #20 34.87 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-06-02T16:03:45.044Z] #20 34.88 Unpacking xz-utils (5.2.4-1) ... [2021-06-02T16:03:45.044Z] #20 35.05 Selecting previously unselected package apparmor. [2021-06-02T16:03:45.044Z] #20 35.06 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-06-02T16:03:45.044Z] #20 35.14 Unpacking apparmor (2.13.2-10) ... [2021-06-02T16:03:45.058Z] #21 1.113 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-06-02T16:03:45.058Z] #21 1.118 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-06-02T16:03:45.058Z] #21 1.123 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-06-02T16:03:45.058Z] #21 DONE 1.2s [2021-06-02T16:03:45.058Z] [2021-06-02T16:03:45.058Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-06-02T16:03:45.058Z] #22 sha256:32ac77632a796242ca8c5cc1ebe3c3d38ab217810cb5e808ee916620c17e34e9 [2021-06-02T16:03:45.613Z] #20 35.47 Selecting previously unselected package aufs-tools. [2021-06-02T16:03:45.613Z] #20 35.49 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-06-02T16:03:45.613Z] #20 35.49 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-06-02T16:03:45.613Z] #20 35.62 Selecting previously unselected package libonig5:amd64. [2021-06-02T16:03:45.613Z] #20 35.62 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-06-02T16:03:45.613Z] #20 35.63 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-06-02T16:03:45.873Z] #20 35.76 Selecting previously unselected package libjq1:amd64. [2021-06-02T16:03:45.873Z] #20 35.76 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-06-02T16:03:45.873Z] #20 35.76 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-02T16:03:45.873Z] #20 35.85 Selecting previously unselected package jq. [2021-06-02T16:03:45.873Z] #20 35.87 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-06-02T16:03:45.873Z] #20 35.88 Unpacking jq (1.5+dfsg-2+b1) ... [2021-06-02T16:03:45.873Z] #20 35.97 Selecting previously unselected package libaio1:amd64. [2021-06-02T16:03:46.133Z] #20 35.98 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-06-02T16:03:46.133Z] #20 35.99 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-06-02T16:03:46.133Z] #20 36.06 Selecting previously unselected package libgpm2:amd64. [2021-06-02T16:03:46.133Z] #20 36.06 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-06-02T16:03:46.133Z] #20 36.06 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-06-02T16:03:46.133Z] #20 36.13 Selecting previously unselected package libicu63:amd64. [2021-06-02T16:03:46.133Z] #20 36.13 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-06-02T16:03:46.133Z] #20 36.14 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-02T16:03:46.362Z] #43 115.7 CC criu/image-desc.o [2021-06-02T16:03:46.362Z] #43 115.9 CC criu/image.o [2021-06-02T16:03:46.502Z] #56 235.7 # github.com/containerd/containerd/cmd/containerd [2021-06-02T16:03:46.502Z] #56 235.7 /usr/bin/ld: /tmp/go-link-035661052/000018.o: in function `New': [2021-06-02T16:03:46.502Z] #56 235.7 /tmp/tmp.JGbWf4PmGH/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2021-06-02T16:03:46.502Z] #56 235.8 + bin/containerd-stress [2021-06-02T16:03:46.502Z] #56 237.9 + bin/containerd-shim [2021-06-02T16:03:47.073Z] #20 ... [2021-06-02T16:03:47.073Z] [2021-06-02T16:03:47.073Z] #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-06-02T16:03:47.073Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:03:47.073Z] #43 102.5 CC criu/cr-service.o [2021-06-02T16:03:47.073Z] #43 104.0 CC criu/crtools.o [2021-06-02T16:03:47.073Z] #43 104.6 CC criu/eventfd.o [2021-06-02T16:03:47.073Z] #43 104.9 CC criu/eventpoll.o [2021-06-02T16:03:47.073Z] #43 105.8 CC criu/external.o [2021-06-02T16:03:47.073Z] #43 106.1 CC criu/fault-injection.o [2021-06-02T16:03:47.073Z] #43 106.2 CC criu/fdstore.o [2021-06-02T16:03:47.073Z] #43 106.6 CC criu/fifo.o [2021-06-02T16:03:47.073Z] #43 107.0 CC criu/file-ids.o [2021-06-02T16:03:47.073Z] #43 107.4 CC criu/file-lock.o [2021-06-02T16:03:47.073Z] #43 108.3 CC criu/files-ext.o [2021-06-02T16:03:47.073Z] #43 108.7 CC criu/files-reg.o [2021-06-02T16:03:47.073Z] #43 111.0 CC criu/files.o [2021-06-02T16:03:47.206Z] #43 ... [2021-06-02T16:03:47.206Z] [2021-06-02T16:03:47.206Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-06-02T16:03:47.206Z] #22 sha256:32ac77632a796242ca8c5cc1ebe3c3d38ab217810cb5e808ee916620c17e34e9 [2021-06-02T16:03:47.206Z] #22 5.071 Collecting yamllint==1.26.1 [2021-06-02T16:03:47.310Z] #43 116.9 CC criu/ipc_ns.o [2021-06-02T16:03:47.643Z] #43 113.2 CC criu/filesystems.o [2021-06-02T16:03:48.363Z] Client: [2021-06-02T16:03:48.363Z] Context: default [2021-06-02T16:03:48.363Z] Debug Mode: false [2021-06-02T16:03:48.363Z] Plugins: [2021-06-02T16:03:48.363Z] app: Docker Application (Docker Inc., v0.8.0) [2021-06-02T16:03:48.363Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-06-02T16:03:48.363Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-06-02T16:03:48.363Z] [2021-06-02T16:03:48.363Z] Server: [2021-06-02T16:03:48.363Z] Containers: 0 [2021-06-02T16:03:48.363Z] Running: 0 [2021-06-02T16:03:48.363Z] Paused: 0 [2021-06-02T16:03:48.363Z] Stopped: 0 [2021-06-02T16:03:48.363Z] Images: 0 [2021-06-02T16:03:48.363Z] Server Version: 20.10.0 [2021-06-02T16:03:48.363Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-06-02T16:03:48.363Z] Windows: [2021-06-02T16:03:48.363Z] LCOW: [2021-06-02T16:03:48.363Z] Logging Driver: json-file [2021-06-02T16:03:48.363Z] Plugins: [2021-06-02T16:03:48.363Z] Volume: local [2021-06-02T16:03:48.363Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-06-02T16:03:48.363Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-06-02T16:03:48.363Z] Swarm: inactive [2021-06-02T16:03:48.363Z] Default Isolation: process [2021-06-02T16:03:48.363Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-06-02T16:03:48.363Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-06-02T16:03:48.363Z] OSType: windows [2021-06-02T16:03:48.363Z] Architecture: x86_64 [2021-06-02T16:03:48.363Z] CPUs: 4 [2021-06-02T16:03:48.363Z] Total Memory: 32GiB [2021-06-02T16:03:48.363Z] Name: azwin-2-8315a0 [2021-06-02T16:03:48.363Z] ID: HIW7:RJDB:LAOZ:BJYL:XAN5:UZSY:3HLA:IGW5:APOR:JIRV:4S77:NKO6 [2021-06-02T16:03:48.363Z] Docker Root Dir: D:\docker [2021-06-02T16:03:48.363Z] Debug Mode: false [2021-06-02T16:03:48.363Z] Registry: https://index.docker.io/v1/ [2021-06-02T16:03:48.363Z] Labels: [2021-06-02T16:03:48.363Z] Experimental: true [2021-06-02T16:03:48.363Z] Insecure Registries: [2021-06-02T16:03:48.363Z] 10.0.0.4:5000 [2021-06-02T16:03:48.363Z] 127.0.0.0/8 [2021-06-02T16:03:48.363Z] Registry Mirrors: [2021-06-02T16:03:48.363Z] http://10.0.0.4:5000/ [2021-06-02T16:03:48.363Z] Live Restore Enabled: false [2021-06-02T16:03:48.363Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-06-02T16:03:48.582Z] #43 113.9 CC criu/fsnotify.o [2021-06-02T16:03:48.701Z] #43 117.9 CC criu/irmap.o [2021-06-02T16:03:48.964Z] #43 118.4 CC criu/kcmp-ids.o [2021-06-02T16:03:49.227Z] #43 118.7 CC criu/kerndat.o [2021-06-02T16:03:49.964Z] #43 115.1 CC criu/image-desc.o [2021-06-02T16:03:49.964Z] #43 ... [2021-06-02T16:03:49.964Z] [2021-06-02T16:03:49.964Z] #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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-02T16:03:49.964Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-02T16:03:49.964Z] #20 39.67 Selecting previously unselected package libnet1:amd64. [2021-06-02T16:03:49.964Z] #20 39.67 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-02T16:03:49.964Z] #20 39.67 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-02T16:03:49.964Z] #20 39.76 Selecting previously unselected package libnl-3-200:amd64. [2021-06-02T16:03:49.964Z] #20 39.76 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-06-02T16:03:49.964Z] #20 39.77 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-06-02T16:03:49.964Z] #20 39.87 Selecting previously unselected package libprotobuf-c1:amd64. [2021-06-02T16:03:49.964Z] #20 39.87 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-06-02T16:03:49.964Z] #20 39.88 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-02T16:03:49.964Z] #20 39.95 Selecting previously unselected package libreadline5:amd64. [2021-06-02T16:03:49.964Z] #20 39.95 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-06-02T16:03:49.964Z] #20 39.97 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-06-02T16:03:49.964Z] #20 40.09 Selecting previously unselected package net-tools. [2021-06-02T16:03:50.175Z] #43 119.7 CC criu/libnetlink.o [2021-06-02T16:03:50.224Z] #20 40.11 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-06-02T16:03:50.224Z] #20 40.12 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-02T16:03:50.224Z] #20 40.36 Selecting previously unselected package patch. [2021-06-02T16:03:50.224Z] #20 40.36 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_amd64.deb ... [2021-06-02T16:03:50.338Z] #22 5.348 Collecting yamllint==1.26.1 [2021-06-02T16:03:50.484Z] #20 40.37 Unpacking patch (2.7.6-3+deb10u1) ... [2021-06-02T16:03:50.484Z] #20 40.49 Selecting previously unselected package python-pip-whl. [2021-06-02T16:03:50.484Z] #20 40.49 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ... [2021-06-02T16:03:50.484Z] #20 40.50 Unpacking python-pip-whl (18.1-5) ... [2021-06-02T16:03:50.703Z] #56 244.9 + bin/containerd-shim-runc-v1 [2021-06-02T16:03:50.750Z] #43 120.1 CC criu/log.o [2021-06-02T16:03:51.013Z] #43 120.5 CC criu/lsm.o [2021-06-02T16:03:51.276Z] #43 120.7 CC criu/mem.o [2021-06-02T16:03:51.314Z] #20 41.09 Selecting previously unselected package python3-lib2to3. [2021-06-02T16:03:51.314Z] #20 41.10 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ... [2021-06-02T16:03:51.314Z] #20 41.11 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-06-02T16:03:51.314Z] #20 41.27 Selecting previously unselected package python3-distutils. [2021-06-02T16:03:51.314Z] #20 41.28 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ... [2021-06-02T16:03:51.314Z] #20 41.31 Unpacking python3-distutils (3.7.3-1) ... [2021-06-02T16:03:51.573Z] #20 41.55 Selecting previously unselected package python3-pip. [2021-06-02T16:03:51.573Z] #20 41.55 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ... [2021-06-02T16:03:51.573Z] #20 41.56 Unpacking python3-pip (18.1-5) ... [2021-06-02T16:03:51.833Z] #20 41.78 Selecting previously unselected package python3-pkg-resources. [2021-06-02T16:03:51.833Z] #20 41.78 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ... [2021-06-02T16:03:51.833Z] #20 41.79 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-06-02T16:03:51.833Z] #20 41.90 Selecting previously unselected package python3-setuptools. [2021-06-02T16:03:51.833Z] #20 41.91 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ... [2021-06-02T16:03:51.833Z] #20 41.92 Unpacking python3-setuptools (40.8.0-1) ... [2021-06-02T16:03:52.093Z] #20 42.14 Selecting previously unselected package python3-wheel. [2021-06-02T16:03:52.093Z] #20 42.15 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ... [2021-06-02T16:03:52.093Z] #20 42.15 Unpacking python3-wheel (0.32.3-2) ... [2021-06-02T16:03:52.093Z] #20 42.22 Selecting previously unselected package sudo. [2021-06-02T16:03:52.241Z] #22 ... [2021-06-02T16:03:52.241Z] [2021-06-02T16:03:52.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-06-02T16:03:52.241Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:03:52.241Z] #43 129.1 CC criu/namespaces.o [2021-06-02T16:03:52.241Z] #43 131.6 CC criu/net.o [2021-06-02T16:03:52.241Z] #43 135.1 CC criu/netfilter.o [2021-06-02T16:03:52.241Z] #43 135.4 CC criu/page-pipe.o [2021-06-02T16:03:52.241Z] #43 135.9 CC criu/page-xfer.o [2021-06-02T16:03:52.355Z] #20 42.24 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-06-02T16:03:52.355Z] #20 42.25 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-06-02T16:03:52.449Z] #22 10.45 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-06-02T16:03:52.669Z] #43 122.0 CC criu/memfd.o [2021-06-02T16:03:52.808Z] #43 137.2 CC criu/pagemap-cache.o [2021-06-02T16:03:52.924Z] #20 42.79 Selecting previously unselected package thin-provisioning-tools. [2021-06-02T16:03:52.924Z] #20 42.80 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-06-02T16:03:52.924Z] #20 42.81 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-06-02T16:03:52.924Z] #20 43.05 Selecting previously unselected package uidmap. [2021-06-02T16:03:53.012Z] #22 ... [2021-06-02T16:03:53.012Z] [2021-06-02T16:03:53.012Z] #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-06-02T16:03:53.012Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:03:53.012Z] #43 134.1 CC criu/netfilter.o [2021-06-02T16:03:53.012Z] #43 134.5 CC criu/page-pipe.o [2021-06-02T16:03:53.012Z] #43 135.0 CC criu/page-xfer.o [2021-06-02T16:03:53.012Z] #43 136.3 CC criu/pagemap-cache.o [2021-06-02T16:03:53.012Z] #43 136.6 CC criu/pagemap.o [2021-06-02T16:03:53.012Z] #43 137.5 CC criu/parasite-syscall.o [2021-06-02T16:03:53.012Z] #43 138.3 CC criu/path.o [2021-06-02T16:03:53.012Z] #43 138.6 CC criu/pie-util-vdso-elf32.o [2021-06-02T16:03:53.012Z] #43 139.0 CC criu/pie-util-vdso.o [2021-06-02T16:03:53.012Z] #43 139.6 CC criu/pie-util.o [2021-06-02T16:03:53.066Z] #43 137.5 CC criu/pagemap.o [2021-06-02T16:03:53.184Z] #20 43.06 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-06-02T16:03:53.184Z] #20 43.07 Unpacking uidmap (1:4.5-1.1) ... [2021-06-02T16:03:53.184Z] #20 43.16 Selecting previously unselected package vim-runtime. [2021-06-02T16:03:53.184Z] #20 43.16 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-06-02T16:03:53.184Z] #20 43.21 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-06-02T16:03:53.184Z] #20 43.24 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-06-02T16:03:53.184Z] #20 43.25 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-06-02T16:03:53.244Z] #43 122.5 CC criu/mount.o [2021-06-02T16:03:53.268Z] #43 139.8 CC criu/pipes.o [2021-06-02T16:03:53.524Z] #43 ... [2021-06-02T16:03:53.524Z] [2021-06-02T16:03:53.524Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-06-02T16:03:53.524Z] #22 sha256:32ac77632a796242ca8c5cc1ebe3c3d38ab217810cb5e808ee916620c17e34e9 [2021-06-02T16:03:53.524Z] #22 11.57 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-06-02T16:03:53.524Z] #22 11.64 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-06-02T16:03:53.524Z] #22 11.70 Collecting pyyaml (from yamllint==1.26.1) [2021-06-02T16:03:54.002Z] #43 138.5 CC criu/parasite-syscall.o [2021-06-02T16:03:54.085Z] #22 11.94 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-06-02T16:03:54.341Z] #22 12.28 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-06-02T16:03:54.341Z] #22 12.29 Building wheels for collected packages: yamllint [2021-06-02T16:03:54.341Z] #22 12.29 Running setup.py bdist_wheel for yamllint: started [2021-06-02T16:03:55.269Z] #22 13.24 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-06-02T16:03:55.269Z] #22 13.24 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-06-02T16:03:55.269Z] #22 13.29 Successfully built yamllint [2021-06-02T16:03:55.269Z] #22 13.32 Installing collected packages: pathspec, pyyaml, yamllint [2021-06-02T16:03:55.378Z] #43 139.6 CC criu/path.o [2021-06-02T16:03:55.636Z] #43 139.9 CC criu/pie-util-vdso-elf32.o [2021-06-02T16:03:55.636Z] #43 ... [2021-06-02T16:03:55.636Z] [2021-06-02T16:03:55.636Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-06-02T16:03:55.636Z] #22 sha256:32ac77632a796242ca8c5cc1ebe3c3d38ab217810cb5e808ee916620c17e34e9 [2021-06-02T16:03:55.636Z] #22 10.76 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-06-02T16:03:55.803Z] #43 125.4 CC criu/namespaces.o [2021-06-02T16:03:55.833Z] #22 13.72 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1 [2021-06-02T16:03:55.985Z] #56 249.8 + bin/containerd-shim-runc-v2 [2021-06-02T16:03:56.089Z] #22 DONE 14.1s [2021-06-02T16:03:56.089Z] [2021-06-02T16:03:56.089Z] #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-06-02T16:03:56.089Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:03:56.089Z] #43 140.8 CC criu/plugin.o [2021-06-02T16:03:56.089Z] #43 141.4 CC criu/proc_parse.o [2021-06-02T16:03:56.346Z] #43 ... [2021-06-02T16:03:56.346Z] [2021-06-02T16:03:56.346Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-06-02T16:03:56.346Z] #25 sha256:5c4aad4c412291e481826d034c87d18804d891fbd5e5f6371f33801fda8bd4f8 [2021-06-02T16:03:56.346Z] #25 DONE 0.3s [2021-06-02T16:03:56.479Z] #20 46.46 Selecting previously unselected package vim. [2021-06-02T16:03:56.479Z] #20 46.46 Preparing to unpack .../38-vim_2%3a8.1.0875-5_amd64.deb ... [2021-06-02T16:03:56.479Z] #20 46.48 Unpacking vim (2:8.1.0875-5) ... [2021-06-02T16:03:56.555Z] #56 250.7 + binaries [2021-06-02T16:03:56.602Z] [2021-06-02T16:03:56.602Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-06-02T16:03:56.602Z] #30 sha256:b20f9a372dcd50e918456748b149ecc2a8cdfc220fdc72c0a05dff2f3429c1e4 [2021-06-02T16:03:56.814Z] #56 250.7 + install -D bin/containerd /build/containerd [2021-06-02T16:03:56.814Z] #56 250.7 + install -D bin/containerd-shim /build/containerd-shim [2021-06-02T16:03:56.814Z] #56 250.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-06-02T16:03:56.814Z] #56 250.7 + install -D bin/ctr /build/ctr [2021-06-02T16:03:57.014Z] #22 12.05 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-06-02T16:03:57.014Z] #22 12.11 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-06-02T16:03:57.014Z] #22 12.18 Collecting pyyaml (from yamllint==1.26.1) [2021-06-02T16:03:57.048Z] #20 47.05 Selecting previously unselected package xfsprogs. [2021-06-02T16:03:57.048Z] #20 47.05 Preparing to unpack .../39-xfsprogs_4.20.0-1_amd64.deb ... [2021-06-02T16:03:57.048Z] #20 47.07 Unpacking xfsprogs (4.20.0-1) ... [2021-06-02T16:03:57.272Z] #22 12.43 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-06-02T16:03:57.531Z] #22 12.76 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-06-02T16:03:57.619Z] #20 47.55 Selecting previously unselected package zip. [2021-06-02T16:03:57.619Z] #20 47.56 Preparing to unpack .../40-zip_3.0-11+b1_amd64.deb ... [2021-06-02T16:03:57.619Z] #20 47.57 Unpacking zip (3.0-11+b1) ... [2021-06-02T16:03:57.726Z] #43 126.9 CC criu/net.o [2021-06-02T16:03:57.789Z] #22 12.76 Building wheels for collected packages: yamllint [2021-06-02T16:03:57.789Z] #22 12.77 Running setup.py bdist_wheel for yamllint: started [2021-06-02T16:03:57.878Z] #20 47.81 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-06-02T16:03:57.878Z] #20 47.86 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-02T16:03:57.878Z] #20 47.88 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-06-02T16:03:57.878Z] #20 47.89 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-06-02T16:03:57.878Z] #20 47.90 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-06-02T16:03:57.878Z] #20 47.92 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-06-02T16:03:57.878Z] #20 47.93 Setting up uidmap (1:4.5-1.1) ... [2021-06-02T16:03:57.878Z] #20 47.94 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-06-02T16:03:57.878Z] #20 47.97 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-02T16:03:57.878Z] #20 47.99 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-02T16:03:57.878Z] #20 48.01 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-02T16:03:57.878Z] #20 48.03 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-02T16:03:58.138Z] #20 48.05 Setting up xxd (2:8.1.0875-5) ... [2021-06-02T16:03:58.138Z] #20 48.06 Setting up zip (3.0-11+b1) ... [2021-06-02T16:03:58.138Z] #20 48.07 Setting up vim-common (2:8.1.0875-5) ... [2021-06-02T16:03:58.138Z] #20 48.13 Setting up bash-completion (1:2.8-6) ... [2021-06-02T16:03:58.674Z] #43 ... [2021-06-02T16:03:58.674Z] [2021-06-02T16:03:58.674Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-06-02T16:03:58.674Z] #22 sha256:c96271bb7dc3968a4d315a521193fb4b790c24089db3e47f0b986aaca6775154 [2021-06-02T16:03:58.674Z] #22 5.025 Collecting yamllint==1.26.1 [2021-06-02T16:03:58.674Z] #22 10.42 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-06-02T16:03:58.674Z] #22 11.74 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-06-02T16:03:58.674Z] #22 11.78 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-06-02T16:03:58.674Z] #22 11.84 Collecting pyyaml (from yamllint==1.26.1) [2021-06-02T16:03:58.674Z] #22 12.05 Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB) [2021-06-02T16:03:58.674Z] #22 12.65 Installing build dependencies: started [2021-06-02T16:03:58.720Z] #56 DONE 252.4s [2021-06-02T16:03:58.725Z] #22 13.96 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-06-02T16:03:58.725Z] #22 13.97 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-06-02T16:03:58.725Z] #22 14.03 Successfully built yamllint [2021-06-02T16:03:58.979Z] [2021-06-02T16:03:58.979Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-06-02T16:03:58.979Z] #57 sha256:a7387c99ef9c53945ef00b4897f425923adcfbe1b4d0cd88a2fe5e81f2565195 [2021-06-02T16:03:58.983Z] #22 14.07 Installing collected packages: pathspec, pyyaml, yamllint [2021-06-02T16:03:59.551Z] #22 14.52 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1 [2021-06-02T16:03:59.916Z] #57 DONE 1.0s [2021-06-02T16:04:00.169Z] #20 ... [2021-06-02T16:04:00.169Z] [2021-06-02T16:04:00.169Z] #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-06-02T16:04:00.169Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:04:00.169Z] #43 115.2 CC criu/image.o [2021-06-02T16:04:00.169Z] #43 116.1 CC criu/ipc_ns.o [2021-06-02T16:04:00.169Z] #43 117.2 CC criu/irmap.o [2021-06-02T16:04:00.169Z] #43 117.9 CC criu/kcmp-ids.o [2021-06-02T16:04:00.169Z] #43 118.2 CC criu/kerndat.o [2021-06-02T16:04:00.169Z] #43 119.4 CC criu/libnetlink.o [2021-06-02T16:04:00.169Z] #43 119.8 CC criu/log.o [2021-06-02T16:04:00.169Z] #43 120.3 CC criu/lsm.o [2021-06-02T16:04:00.169Z] #43 120.7 CC criu/mem.o [2021-06-02T16:04:00.169Z] #43 122.4 CC criu/memfd.o [2021-06-02T16:04:00.169Z] #43 123.0 CC criu/mount.o [2021-06-02T16:04:00.169Z] #43 ... [2021-06-02T16:04:00.169Z] [2021-06-02T16:04:00.170Z] #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-06-02T16:04:00.170Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-02T16:04:00.170Z] #40 183.5 + dpkg --print-architecture [2021-06-02T16:04:00.170Z] #40 183.5 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-06-02T16:04:00.170Z] #40 183.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-06-02T16:04:00.170Z] #40 183.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-06-02T16:04:00.176Z] [2021-06-02T16:04:00.176Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-06-02T16:04:00.176Z] #61 sha256:9537b535cb388e48dbbd032f22e97e211fad0ef555c6009d5a3183e5326816d7 [2021-06-02T16:04:00.176Z] #61 DONE 0.2s [2021-06-02T16:04:00.176Z] [2021-06-02T16:04:00.176Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-06-02T16:04:00.176Z] #66 sha256:59dec0424b3bc0c8a8e5d70605fe71f6e1843f9417705cb8d37a4cdb27c957fb [2021-06-02T16:04:00.177Z] #22 DONE 15.1s [2021-06-02T16:04:00.177Z] [2021-06-02T16:04:00.177Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-06-02T16:04:00.177Z] #25 sha256:b73a9d306183ac81a4a6f554604da0445a57f23f5b5cad9f1f1bc75b7859a125 [2021-06-02T16:04:00.178Z] #22 ... [2021-06-02T16:04:00.178Z] [2021-06-02T16:04:00.178Z] #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-06-02T16:04:00.178Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-06-02T16:04:00.178Z] #43 129.4 CC criu/netfilter.o [2021-06-02T16:04:00.178Z] #43 129.6 CC criu/page-pipe.o [2021-06-02T16:04:00.745Z] #25 DONE 0.6s [2021-06-02T16:04:00.745Z] [2021-06-02T16:04:00.745Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-06-02T16:04:00.745Z] #30 sha256:0ed861355ce35c6f81c696e9d73ce8ace4b63f633db01af3b24949f787c30bc7 [2021-06-02T16:04:00.754Z] #43 130.1 CC criu/page-xfer.o [2021-06-02T16:04:01.113Z] #66 DONE 1.0s [2021-06-02T16:04:01.122Z] #40 ... [2021-06-02T16:04:01.122Z] [2021-06-02T16:04:01.122Z] #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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-02T16:04:01.122Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-02T16:04:01.122Z] #20 50.95 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-06-02T16:04:01.122Z] #20 50.97 Setting up xz-utils (5.2.4-1) ... [2021-06-02T16:04:01.122Z] #20 50.98 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-06-02T16:04:01.122Z] #20 51.00 Setting up patch (2.7.6-3+deb10u1) ... [2021-06-02T16:04:01.122Z] #20 51.01 Setting up sudo (1.8.27-1+deb10u3) ... [2021-06-02T16:04:01.122Z] #20 51.10 invoke-rc.d: could not determine current runlevel [2021-06-02T16:04:01.122Z] #20 51.11 invoke-rc.d: policy-rc.d denied execution of start. [2021-06-02T16:04:01.122Z] #20 51.12 Setting up pigz (2.4-1) ... [2021-06-02T16:04:01.122Z] #20 51.13 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-06-02T16:04:01.122Z] #20 51.14 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-06-02T16:04:01.122Z] #20 51.19 Setting up python-pip-whl (18.1-5) ... [2021-06-02T16:04:01.372Z] [2021-06-02T16:04:01.372Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-06-02T16:04:01.372Z] #68 sha256:0fed4a8339988cd3e7f8411c71327acf2a3e3243309bc8df65e117dd4a72011c [2021-06-02T16:04:01.372Z] #68 DONE 0.0s [2021-06-02T16:04:01.372Z] [2021-06-02T16:04:01.372Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-06-02T16:04:01.372Z] #69 sha256:6fa46104d1297b34f8c110e29c340b04125367054c4b7b99ec5a931245493676 [2021-06-02T16:04:01.372Z] #69 DONE 0.0s [2021-06-02T16:04:01.372Z] [2021-06-02T16:04:01.372Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-06-02T16:04:01.372Z] #70 sha256:6c9211fc10886c174c277a69c542f0a0401d635c9dd9190c0a46bdc35f1fc1ee [2021-06-02T16:04:01.382Z] #20 51.28 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-06-02T16:04:01.382Z] #20 51.31 Setting up vim-runtime (2:8.1.0875-5) ... [2021-06-02T16:04:01.642Z] #20 51.74 Setting up libaio1:amd64 (0.3.112-3) ... [2021-06-02T16:04:01.642Z] #20 51.75 Setting up libonig5:amd64 (6.9.1-1) ... [2021-06-02T16:04:01.848Z] #30 DONE 4.9s [2021-06-02T16:04:01.848Z] [2021-06-02T16:04:01.848Z] #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-06-02T16:04:01.848Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:04:01.848Z] #43 144.6 CC criu/protobuf-desc.o [2021-06-02T16:04:01.848Z] #43 145.5 CC criu/protobuf.o [2021-06-02T16:04:01.848Z] #43 145.9 CC criu/pstree.o [2021-06-02T16:04:01.848Z] #43 146.6 CC criu/rbtree.o [2021-06-02T16:04:01.848Z] #43 146.9 CC criu/rst-malloc.o [2021-06-02T16:04:01.848Z] #43 147.2 CC criu/seccomp.o [2021-06-02T16:04:01.848Z] #43 147.7 CC criu/seize.o [2021-06-02T16:04:01.848Z] #43 ... [2021-06-02T16:04:01.848Z] [2021-06-02T16:04:01.848Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-06-02T16:04:01.848Z] #33 sha256:2fe2b498f6e996205b4f865360c5bc94a4a20ae22cc22fb897db71fa6fa10c88 [2021-06-02T16:04:01.848Z] #33 DONE 0.5s [2021-06-02T16:04:01.848Z] [2021-06-02T16:04:01.848Z] #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-06-02T16:04:01.848Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:04:01.848Z] #43 148.5 CC criu/servicefd.o [2021-06-02T16:04:01.848Z] #43 ... [2021-06-02T16:04:01.848Z] [2021-06-02T16:04:01.848Z] #35 [dev-systemd-false 13/26] COPY --from=tomll /build/ /usr/local/bin/ [2021-06-02T16:04:01.848Z] #35 sha256:be438c6d5dc5ef86ddced6b9236bf9c69dab6eb82b8c41b5e21d17412a8da0c0 [2021-06-02T16:04:01.848Z] #35 DONE 0.1s [2021-06-02T16:04:01.848Z] [2021-06-02T16:04:01.848Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-06-02T16:04:01.848Z] #38 sha256:6a03d33172a9374530e1cf668413149f60dc7a084215db6c8b5ef14eb79065f1 [2021-06-02T16:04:01.848Z] #38 DONE 0.1s [2021-06-02T16:04:01.902Z] #20 51.77 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-02T16:04:01.902Z] #20 51.78 Setting up vim (2:8.1.0875-5) ... [2021-06-02T16:04:01.902Z] #20 51.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-06-02T16:04:01.902Z] #20 51.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-06-02T16:04:01.902Z] #20 51.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-06-02T16:04:01.902Z] #20 51.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-06-02T16:04:01.902Z] #20 51.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-06-02T16:04:01.902Z] #20 51.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-06-02T16:04:01.902Z] #20 51.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-06-02T16:04:01.902Z] #20 51.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-06-02T16:04:01.902Z] #20 51.87 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-02T16:04:01.902Z] #20 51.88 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-06-02T16:04:01.902Z] #20 51.90 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-06-02T16:04:01.902Z] #20 51.93 Setting up jq (1.5+dfsg-2+b1) ... [2021-06-02T16:04:01.902Z] #20 51.94 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-02T16:04:01.902Z] #20 51.96 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-06-02T16:04:01.941Z] #70 DONE 0.8s [2021-06-02T16:04:01.941Z] [2021-06-02T16:04:01.941Z] #71 exporting to image [2021-06-02T16:04:01.941Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-06-02T16:04:01.941Z] #71 exporting layers [2021-06-02T16:04:02.113Z] [2021-06-02T16:04:02.113Z] #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-06-02T16:04:02.113Z] #49 sha256:a0fa05f10b3dc0a99f726864db738a3e87890cb6c07597d616828645e5d5f129 [2021-06-02T16:04:02.146Z] #43 131.4 CC criu/pagemap-cache.o [2021-06-02T16:04:02.146Z] #43 131.6 CC criu/pagemap.o [2021-06-02T16:04:02.676Z] #49 ... [2021-06-02T16:04:02.676Z] [2021-06-02T16:04:02.676Z] #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-06-02T16:04:02.676Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:04:02.676Z] #43 149.2 CC criu/shmem.o [2021-06-02T16:04:02.721Z] #43 132.3 CC criu/parasite-syscall.o [2021-06-02T16:04:03.604Z] #43 150.2 CC criu/sigframe.o [2021-06-02T16:04:03.669Z] #43 133.0 CC criu/path.o [2021-06-02T16:04:03.904Z] #43 150.3 CC criu/signalfd.o [2021-06-02T16:04:03.904Z] #43 150.7 CC criu/sk-inet.o [2021-06-02T16:04:03.932Z] #43 133.2 CC criu/pie-util-vdso.o [2021-06-02T16:04:04.196Z] #43 133.6 CC criu/pie-util.o [2021-06-02T16:04:04.462Z] #43 133.8 CC criu/pipes.o [2021-06-02T16:04:05.038Z] #43 134.5 CC criu/plugin.o [2021-06-02T16:04:05.197Z] #20 54.87 Setting up iptables (1.8.2-4) ... [2021-06-02T16:04:05.197Z] #20 54.89 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-02T16:04:05.197Z] #20 54.90 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-02T16:04:05.197Z] #20 54.90 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-02T16:04:05.197Z] #20 54.91 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-02T16:04:05.197Z] #20 54.91 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-06-02T16:04:05.197Z] #20 54.92 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-06-02T16:04:05.197Z] #20 54.93 Setting up python3 (3.7.3-1) ... [2021-06-02T16:04:05.269Z] #43 151.8 CC criu/sk-netlink.o [2021-06-02T16:04:05.301Z] #43 134.9 CC criu/proc_parse.o [2021-06-02T16:04:05.456Z] #20 55.36 Setting up python3-wheel (0.32.3-2) ... [2021-06-02T16:04:05.525Z] #43 152.2 CC criu/sk-packet.o [2021-06-02T16:04:05.781Z] #43 ... [2021-06-02T16:04:05.781Z] [2021-06-02T16:04:05.781Z] #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-06-02T16:04:05.781Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-02T16:04:05.781Z] #40 DONE 219.9s [2021-06-02T16:04:06.014Z] #30 ... [2021-06-02T16:04:06.014Z] [2021-06-02T16:04:06.014Z] #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-06-02T16:04:06.014Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:04:06.014Z] #43 140.4 CC criu/pie-util-vdso.o [2021-06-02T16:04:06.014Z] #43 140.9 CC criu/pie-util.o [2021-06-02T16:04:06.014Z] #43 141.1 CC criu/pipes.o [2021-06-02T16:04:06.014Z] #43 142.0 CC criu/plugin.o [2021-06-02T16:04:06.014Z] #43 142.6 CC criu/proc_parse.o [2021-06-02T16:04:06.014Z] #43 145.8 CC criu/protobuf-desc.o [2021-06-02T16:04:06.014Z] #43 146.6 CC criu/protobuf.o [2021-06-02T16:04:06.014Z] #43 147.0 CC criu/pstree.o [2021-06-02T16:04:06.014Z] #43 147.7 CC criu/rbtree.o [2021-06-02T16:04:06.014Z] #43 148.0 CC criu/rst-malloc.o [2021-06-02T16:04:06.014Z] #43 148.2 CC criu/seccomp.o [2021-06-02T16:04:06.014Z] #43 148.8 CC criu/seize.o [2021-06-02T16:04:06.014Z] #43 149.4 CC criu/servicefd.o [2021-06-02T16:04:06.014Z] #43 149.7 CC criu/shmem.o [2021-06-02T16:04:06.014Z] #43 150.5 CC criu/sigframe.o [2021-06-02T16:04:06.026Z] #20 55.98 Setting up apparmor (2.13.2-10) ... [2021-06-02T16:04:06.037Z] [2021-06-02T16:04:06.037Z] #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-06-02T16:04:06.037Z] #56 sha256:5b157f18d06231beb49ce9165e29400308b1ddc281988d8f8828213634783041 [2021-06-02T16:04:06.273Z] #43 ... [2021-06-02T16:04:06.273Z] [2021-06-02T16:04:06.273Z] #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-06-02T16:04:06.273Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-02T16:04:06.273Z] #40 DONE 220.2s [2021-06-02T16:04:06.273Z] [2021-06-02T16:04:06.273Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-06-02T16:04:06.273Z] #30 sha256:0ed861355ce35c6f81c696e9d73ce8ace4b63f633db01af3b24949f787c30bc7 [2021-06-02T16:04:06.273Z] #30 DONE 5.8s [2021-06-02T16:04:06.273Z] [2021-06-02T16:04:06.273Z] #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-06-02T16:04:06.273Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:04:06.273Z] #43 150.7 CC criu/signalfd.o [2021-06-02T16:04:06.273Z] #43 ... [2021-06-02T16:04:06.273Z] [2021-06-02T16:04:06.273Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-06-02T16:04:06.273Z] #33 sha256:73eb641fde0b919a197c9e8e0457a2417b5bec41a61fb14aaaf41e1598ecfc9c [2021-06-02T16:04:06.293Z] #56 ... [2021-06-02T16:04:06.293Z] [2021-06-02T16:04:06.293Z] #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-06-02T16:04:06.293Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:04:06.293Z] #43 152.9 CC criu/sk-queue.o [2021-06-02T16:04:06.841Z] #33 DONE 0.5s [2021-06-02T16:04:06.841Z] [2021-06-02T16:04:06.841Z] #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-06-02T16:04:06.841Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:04:06.841Z] #43 151.1 CC criu/sk-inet.o [2021-06-02T16:04:06.841Z] #43 ... [2021-06-02T16:04:06.841Z] [2021-06-02T16:04:06.841Z] #35 [dev-systemd-false 13/26] COPY --from=tomll /build/ /usr/local/bin/ [2021-06-02T16:04:06.841Z] #35 sha256:f995af138f211b99bd2c62b3dfdc93668227ea72146b7f850292f92f65e56dd0 [2021-06-02T16:04:06.841Z] #35 DONE 0.1s [2021-06-02T16:04:06.855Z] #43 153.6 CC criu/sk-tcp.o [2021-06-02T16:04:06.863Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-06-02T16:04:06.863Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-47774973\powershellScript.ps1'; exit $LASTEXITCODE; [2021-06-02T16:04:06.863Z] ---------------------------------------------------------------------------- [2021-06-02T16:04:06.863Z] [2021-06-02T16:04:06.863Z] INFO: executeCI.ps1 starting at Wed Jun 2 16:04:05 CUT 2021 [2021-06-02T16:04:06.863Z] [2021-06-02T16:04:06.863Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-06-02T16:04:06.863Z] INFO: Running git version 2.24.1.windows.2 [2021-06-02T16:04:06.863Z] INFO: Branch:fe_release Build:20295.1.210212-1600 [2021-06-02T16:04:06.863Z] INFO: Environment variables: [2021-06-02T16:04:06.863Z] [2021-06-02T16:04:06.863Z] Name Value [2021-06-02T16:04:06.863Z] ---- ----- [2021-06-02T16:04:06.863Z] ALLUSERSPROFILE C:\ProgramData [2021-06-02T16:04:06.863Z] amd64 true [2021-06-02T16:04:06.863Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2021-06-02T16:04:06.863Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-06-02T16:04:06.863Z] arm64 true [2021-06-02T16:04:06.863Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2021-06-02T16:04:06.863Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-06-02T16:04:06.863Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2021-06-02T16:04:06.863Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-06-02T16:04:06.863Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-06-02T16:04:06.863Z] BRANCH_NAME PR-42143 [2021-06-02T16:04:06.863Z] BUILD_DISPLAY_NAME #28 [2021-06-02T16:04:06.863Z] BUILD_ID 28 [2021-06-02T16:04:06.863Z] BUILD_NUMBER 28 [2021-06-02T16:04:06.863Z] BUILD_TAG jenkins-moby-PR-42143-28 [2021-06-02T16:04:06.863Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42143/28/ [2021-06-02T16:04:06.863Z] cgroup2 true [2021-06-02T16:04:06.863Z] CHANGE_AUTHOR thaJeztah [2021-06-02T16:04:06.863Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2021-06-02T16:04:06.863Z] CHANGE_BRANCH check_libcontainer [2021-06-02T16:04:06.863Z] CHANGE_FORK thaJeztah/docker [2021-06-02T16:04:06.863Z] CHANGE_ID 42143 [2021-06-02T16:04:06.863Z] CHANGE_TARGET master [2021-06-02T16:04:06.863Z] CHANGE_TITLE vendor: github.com/opencontainers/runc v1.0.0-rc95 [2021-06-02T16:04:06.863Z] CHANGE_URL https://github.com/moby/moby/pull/42143 [2021-06-02T16:04:06.863Z] CHECK_CONFIG_COMMIT 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-02T16:04:06.863Z] CommonProgramFiles C:\Program Files\Common Files [2021-06-02T16:04:06.863Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-06-02T16:04:06.863Z] CommonProgramW6432 C:\Program Files\Common Files [2021-06-02T16:04:06.863Z] COMPUTERNAME azwin-2-8315a0 [2021-06-02T16:04:06.863Z] ComSpec C:\Windows\system32\cmd.exe [2021-06-02T16:04:06.863Z] ConfigSequenceNumber 0 [2021-06-02T16:04:06.863Z] dco true [2021-06-02T16:04:06.863Z] DOCKER_BUILDKIT 0 [2021-06-02T16:04:06.863Z] DOCKER_DUT_DEBUG 1 [2021-06-02T16:04:06.863Z] DOCKER_EXPERIMENTAL 1 [2021-06-02T16:04:06.863Z] DOCKER_GRAPHDRIVER overlay2 [2021-06-02T16:04:06.863Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-06-02T16:04:06.863Z] EXECUTOR_NUMBER 0 [2021-06-02T16:04:06.863Z] FQDN azwin-2-8315a0.westus.cloudapp.azure.com [2021-06-02T16:04:06.863Z] GIT_BRANCH PR-42143 [2021-06-02T16:04:06.863Z] GIT_COMMIT d414c0c1e8c487170b1d2f5af4946771645c6564 [2021-06-02T16:04:06.863Z] GIT_PREVIOUS_COMMIT 28cd274d3e0e3ccd815f3a6d1bcbecf18d8a7b09 [2021-06-02T16:04:06.863Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 28cd274d3e0e3ccd815f3a6d1bcbecf18d8a7b09 [2021-06-02T16:04:06.863Z] GIT_URL https://github.com/moby/moby.git [2021-06-02T16:04:06.863Z] HUDSON_COOKIE e46b3058-06bf-4c00-8f83-c8b22e97e3ee [2021-06-02T16:04:06.863Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-06-02T16:04:06.863Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-06-02T16:04:06.863Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-06-02T16:04:06.863Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.282-1.b08.ojdkbuild.windows.x86_64 [2021-06-02T16:04:06.863Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-06-02T16:04:06.863Z] JENKINS_NODE_COOKIE 33d362c4-1fae-4058-a17e-2c7446ae6e8b [2021-06-02T16:04:06.863Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-06-02T16:04:06.863Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-06-02T16:04:06.863Z] JOB_BASE_NAME PR-42143 [2021-06-02T16:04:06.863Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42143/display/redirect [2021-06-02T16:04:06.863Z] JOB_NAME moby/PR-42143 [2021-06-02T16:04:06.863Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42143/ [2021-06-02T16:04:06.863Z] library.jps.version master [2021-06-02T16:04:06.863Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2021-06-02T16:04:06.863Z] NODE_LABELS amd64 azure azwin-2-8315a0 azwin-2022 docker west-us windows windows-2022 x86_64 [2021-06-02T16:04:06.863Z] NODE_NAME azwin-2-8315a0 [2021-06-02T16:04:06.863Z] NUMBER_OF_PROCESSORS 4 [2021-06-02T16:04:06.863Z] OS Windows_NT [2021-06-02T16:04:06.863Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2021-06-02T16:04:06.863Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-06-02T16:04:06.863Z] ppc64le false [2021-06-02T16:04:06.863Z] PROCESSOR_ARCHITECTURE AMD64 [2021-06-02T16:04:06.863Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2021-06-02T16:04:06.863Z] PROCESSOR_LEVEL 6 [2021-06-02T16:04:06.863Z] PROCESSOR_REVISION 5504 [2021-06-02T16:04:06.863Z] ProgramData C:\ProgramData [2021-06-02T16:04:06.863Z] ProgramFiles C:\Program Files [2021-06-02T16:04:06.863Z] ProgramFiles(x86) C:\Program Files (x86) [2021-06-02T16:04:06.863Z] ProgramW6432 C:\Program Files [2021-06-02T16:04:06.863Z] PROMPT $P$G [2021-06-02T16:04:06.863Z] PSExecutionPolicyPreference Bypass [2021-06-02T16:04:06.863Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2021-06-02T16:04:06.863Z] PUBLIC C:\Users\Public [2021-06-02T16:04:06.863Z] rootless true [2021-06-02T16:04:06.863Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42143/28/display/redirect?page=arti... [2021-06-02T16:04:06.863Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42143/28/display/redirect?page=changes [2021-06-02T16:04:06.863Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42143/28/display/redirect [2021-06-02T16:04:06.863Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42143/28/display/redirect?page=tests [2021-06-02T16:04:06.863Z] s390x false [2021-06-02T16:04:06.863Z] SKIP_VALIDATION_TESTS 1 [2021-06-02T16:04:06.863Z] SOURCES_DRIVE d [2021-06-02T16:04:06.863Z] SOURCES_SUBDIR gopath [2021-06-02T16:04:06.863Z] STAGE_NAME Run tests [2021-06-02T16:04:06.863Z] SystemDrive C: [2021-06-02T16:04:06.863Z] SystemRoot C:\Windows [2021-06-02T16:04:06.863Z] TEMP C:\Windows\TEMP [2021-06-02T16:04:06.863Z] TESTDEBUG 0 [2021-06-02T16:04:06.863Z] TESTRUN_DRIVE d [2021-06-02T16:04:06.863Z] TESTRUN_SUBDIR CI [2021-06-02T16:04:06.863Z] TIMEOUT 120m [2021-06-02T16:04:06.863Z] TMP C:\Windows\TEMP [2021-06-02T16:04:06.863Z] unit_validate true [2021-06-02T16:04:06.863Z] USERDOMAIN WORKGROUP [2021-06-02T16:04:06.863Z] USERNAME azwin-2-8315a0$ [2021-06-02T16:04:06.863Z] USERPROFILE C:\Windows\system32\config\systemprofile [2021-06-02T16:04:06.863Z] validate_force false [2021-06-02T16:04:06.864Z] windir C:\Windows [2021-06-02T16:04:06.864Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore/insider [2021-06-02T16:04:06.864Z] WINDOWS_BASE_IMAGE_TAG 10.0.20295.1 [2021-06-02T16:04:06.864Z] windows2022 true [2021-06-02T16:04:06.864Z] windowsRS1 false [2021-06-02T16:04:06.864Z] windowsRS5 true [2021-06-02T16:04:06.864Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-06-02T16:04:06.864Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-06-02T16:04:06.864Z] [2021-06-02T16:04:06.864Z] [2021-06-02T16:04:06.864Z] [2021-06-02T16:04:07.100Z] [2021-06-02T16:04:07.100Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-06-02T16:04:07.100Z] #38 sha256:6c4ca759e87026348b453e25ac16c8a15fe4372cd0bdb1f2975b6820ceec029f [2021-06-02T16:04:07.100Z] #38 DONE 0.1s [2021-06-02T16:04:07.100Z] [2021-06-02T16:04:07.100Z] #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-06-02T16:04:07.100Z] #53 sha256:d14a072805a4bef6f5f530bccd442edbd4ba83701f0eace1f9b6febf74249e2b [2021-06-02T16:04:07.324Z] INFO: Sources under d:\gopath\... [2021-06-02T16:04:07.324Z] INFO: Test run under d:\CI\... [2021-06-02T16:04:07.324Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-06-02T16:04:07.324Z] INFO: docker/docker repository was found [2021-06-02T16:04:07.417Z] #43 ... [2021-06-02T16:04:07.417Z] [2021-06-02T16:04:07.417Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-06-02T16:04:07.417Z] #41 sha256:b3c27481056d93893a2509569a27d888179bfbe3e5c2abe07368432cd3558039 [2021-06-02T16:04:07.417Z] #41 DONE 0.7s [2021-06-02T16:04:07.417Z] [2021-06-02T16:04:07.417Z] #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-06-02T16:04:07.417Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:04:07.417Z] #43 154.1 CC criu/sk-unix.o [2021-06-02T16:04:07.667Z] #53 ... [2021-06-02T16:04:07.667Z] [2021-06-02T16:04:07.667Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-06-02T16:04:07.667Z] #41 sha256:a17ec9e9ef1dce53b81cef2cfc675db5919ceca09194ebf364122e9ad7b68a76 [2021-06-02T16:04:07.784Z] INFO: Pulling mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 from docker hub. This may take some time... [2021-06-02T16:04:07.858Z] #43 137.1 CC criu/protobuf-desc.o [2021-06-02T16:04:07.934Z] #20 57.95 Setting up xfsprogs (4.20.0-1) ... [2021-06-02T16:04:07.934Z] #20 57.96 Setting up python3-lib2to3 (3.7.3-1) ... [2021-06-02T16:04:08.234Z] #41 DONE 0.6s [2021-06-02T16:04:08.234Z] [2021-06-02T16:04:08.234Z] #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-06-02T16:04:08.234Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:04:08.234Z] #43 152.6 CC criu/sk-netlink.o [2021-06-02T16:04:08.434Z] #43 137.9 CC criu/protobuf.o [2021-06-02T16:04:08.493Z] #43 152.9 CC criu/sk-packet.o [2021-06-02T16:04:08.503Z] #20 58.32 Setting up python3-pkg-resources (40.8.0-1) ... [2021-06-02T16:04:08.697Z] #43 138.2 CC criu/pstree.o [2021-06-02T16:04:08.755Z] 10.0.20295.1: Pulling from windows/servercore/insider [2021-06-02T16:04:08.782Z] #43 ... [2021-06-02T16:04:08.782Z] [2021-06-02T16:04:08.782Z] #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-06-02T16:04:08.782Z] #49 sha256:a0fa05f10b3dc0a99f726864db738a3e87890cb6c07597d616828645e5d5f129 [2021-06-02T16:04:08.782Z] #49 222.8 + /build/golangci-lint --version [2021-06-02T16:04:08.782Z] #49 223.2 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-06-02T16:04:08.782Z] #49 DONE 223.3s [2021-06-02T16:04:08.782Z] [2021-06-02T16:04:08.782Z] #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-06-02T16:04:08.782Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:04:09.060Z] #43 153.5 CC criu/sk-queue.o [2021-06-02T16:04:09.214Z] 29d5b6a226d2: Pulling fs layer [2021-06-02T16:04:09.344Z] #43 155.9 CC criu/sockets.o [2021-06-02T16:04:09.442Z] #20 59.25 Setting up python3-distutils (3.7.3-1) ... [2021-06-02T16:04:09.627Z] #43 153.8 CC criu/sk-tcp.o [2021-06-02T16:04:09.645Z] #43 139.3 CC criu/rbtree.o [2021-06-02T16:04:09.702Z] #20 59.70 Setting up python3-setuptools (40.8.0-1) ... [2021-06-02T16:04:09.898Z] #43 154.3 CC criu/sk-unix.o [2021-06-02T16:04:09.908Z] #43 139.5 CC criu/rst-malloc.o [2021-06-02T16:04:10.077Z] #71 exporting layers 6.9s done [2021-06-02T16:04:10.077Z] #71 writing image sha256:98a9fdc8461aaace97a258b0df1e59b8653b57b704a0d355b2410551a64a6c16 done [2021-06-02T16:04:10.077Z] #71 naming to docker.io/library/docker:d414c0c1e8c487170b1d2f5af4946771645c6564 done [2021-06-02T16:04:10.077Z] #71 DONE 7.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2021-06-02T16:04:10.156Z] #43 ... [2021-06-02T16:04:10.156Z] [2021-06-02T16:04:10.156Z] #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-06-02T16:04:10.156Z] #49 sha256:f71b998ee43c2fc71617bf64920b75106be9ca128b1f248bcd0e877c901072e2 [2021-06-02T16:04:10.156Z] #49 223.9 + /build/golangci-lint --version [2021-06-02T16:04:10.156Z] #49 224.2 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-06-02T16:04:10.156Z] #49 DONE 224.4s [2021-06-02T16:04:10.171Z] #43 139.8 CC criu/seccomp.o [2021-06-02T16:04:10.403Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42143/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42143/.git:/go/src/github.com/docker/docker/.git --name docker-pr28 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d414c0c1e8c487170b1d2f5af4946771645c6564 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d414c0c1e8c487170b1d2f5af4946771645c6564 hack/validate/default [2021-06-02T16:04:10.414Z] [2021-06-02T16:04:10.414Z] #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-06-02T16:04:10.414Z] #53 sha256:d14a072805a4bef6f5f530bccd442edbd4ba83701f0eace1f9b6febf74249e2b [2021-06-02T16:04:10.710Z] #43 157.1 CC criu/stats.o [2021-06-02T16:04:10.711Z] #43 157.3 CC criu/string.o [2021-06-02T16:04:10.711Z] #43 157.4 CC criu/sysctl.o [2021-06-02T16:04:11.120Z] #43 140.4 CC criu/seize.o [2021-06-02T16:04:11.141Z] #20 60.92 Setting up python3-pip (18.1-5) ... [2021-06-02T16:04:11.273Z] #43 157.8 CC criu/sysfs_parse.o [2021-06-02T16:04:11.342Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2021-06-02T16:04:11.342Z] No api/types/ or api/swagger.yaml changes in diff. [2021-06-02T16:04:11.342Z] Congratulations! All TOML source files changed here have valid syntax. [2021-06-02T16:04:11.342Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2021-06-02T16:04:11.342Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2021-06-02T16:04:11.342Z] Congratulations! No new tests were added to integration-cli. [2021-06-02T16:04:11.342Z] [2021-06-02T16:04:11.342Z] INFO Start validation with golang-ci-lint [2021-06-02T16:04:11.342Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2021-06-02T16:04:11.342Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-06-02T16:04:11.342Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-06-02T16:04:11.383Z] #43 ... [2021-06-02T16:04:11.383Z] [2021-06-02T16:04:11.383Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-06-02T16:04:11.383Z] #22 sha256:c96271bb7dc3968a4d315a521193fb4b790c24089db3e47f0b986aaca6775154 [2021-06-02T16:04:11.383Z] #22 27.64 Installing build dependencies: finished with status 'done' [2021-06-02T16:04:11.566Z] #43 158.0 CC criu/timens.o [2021-06-02T16:04:11.566Z] #43 158.3 CC criu/timerfd.o [2021-06-02T16:04:11.725Z] #20 ... [2021-06-02T16:04:11.725Z] [2021-06-02T16:04:11.725Z] #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-06-02T16:04:11.725Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:04:11.725Z] #43 126.9 CC criu/namespaces.o [2021-06-02T16:04:11.725Z] #43 128.9 CC criu/net.o [2021-06-02T16:04:11.725Z] #43 132.3 CC criu/netfilter.o [2021-06-02T16:04:11.725Z] #43 132.7 CC criu/page-pipe.o [2021-06-02T16:04:11.725Z] #43 133.4 CC criu/page-xfer.o [2021-06-02T16:04:11.725Z] #43 135.0 CC criu/pagemap-cache.o [2021-06-02T16:04:11.725Z] #43 135.4 CC criu/pagemap.o [2021-06-02T16:04:11.725Z] #43 136.6 CC criu/parasite-syscall.o [2021-06-02T16:04:11.789Z] #53 ... [2021-06-02T16:04:11.789Z] [2021-06-02T16:04:11.789Z] #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-06-02T16:04:11.789Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:04:11.789Z] #43 156.3 CC criu/sockets.o [2021-06-02T16:04:11.828Z] #43 158.6 CC criu/tty.o [2021-06-02T16:04:11.985Z] #43 ... [2021-06-02T16:04:11.985Z] [2021-06-02T16:04:11.985Z] #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 patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-02T16:04:11.985Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-02T16:04:11.985Z] #20 62.04 Processing triggers for libc-bin (2.28-10) ... [2021-06-02T16:04:12.245Z] #20 62.08 Processing triggers for mime-support (3.62) ... [2021-06-02T16:04:12.723Z] #43 156.9 CC criu/stats.o [2021-06-02T16:04:12.723Z] #43 157.1 CC criu/string.o [2021-06-02T16:04:12.723Z] #43 157.2 CC criu/sysctl.o [2021-06-02T16:04:12.816Z] #20 DONE 62.9s [2021-06-02T16:04:12.816Z] [2021-06-02T16:04:12.816Z] #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-06-02T16:04:12.816Z] #21 sha256:a41b2e45fcae4ebc28cb31bce642a55e5472a13c32e0131897c460812419c062 [2021-06-02T16:04:13.197Z] #43 160.0 CC criu/tun.o [2021-06-02T16:04:13.290Z] #43 157.6 CC criu/sysfs_parse.o [2021-06-02T16:04:13.549Z] #43 157.9 CC criu/timens.o [2021-06-02T16:04:13.758Z] #43 160.4 CC criu/uffd.o [2021-06-02T16:04:13.807Z] #43 158.1 CC criu/timerfd.o [2021-06-02T16:04:14.066Z] #43 158.3 CC criu/tty.o [2021-06-02T16:04:14.684Z] #43 161.1 CC criu/util.o [2021-06-02T16:04:14.725Z] #21 1.783 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-06-02T16:04:14.725Z] #21 1.788 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-06-02T16:04:14.725Z] #21 1.793 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-06-02T16:04:14.725Z] #21 DONE 1.9s [2021-06-02T16:04:14.725Z] [2021-06-02T16:04:14.725Z] #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-06-02T16:04:14.725Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:04:14.725Z] #43 137.8 CC criu/path.o [2021-06-02T16:04:14.725Z] #43 138.1 CC criu/pie-util-vdso-elf32.o [2021-06-02T16:04:14.725Z] #43 138.7 CC criu/pie-util-vdso.o [2021-06-02T16:04:14.725Z] #43 139.3 CC criu/pie-util.o [2021-06-02T16:04:14.725Z] #43 139.5 CC criu/pipes.o [2021-06-02T16:04:14.985Z] #43 140.4 CC criu/plugin.o [2021-06-02T16:04:15.245Z] #43 161.9 CC criu/uts_ns.o [2021-06-02T16:04:15.442Z] #43 159.6 CC criu/tun.o [2021-06-02T16:04:15.442Z] #43 159.9 CC criu/uffd.o [2021-06-02T16:04:15.501Z] #43 162.1 CC criu/vdso-compat.o [2021-06-02T16:04:15.501Z] #43 162.2 CC criu/vdso.o [2021-06-02T16:04:15.556Z] #43 141.0 CC criu/proc_parse.o [2021-06-02T16:04:16.063Z] #43 162.7 LINK criu/built-in.o [2021-06-02T16:04:16.063Z] #43 162.8 LINK criu/criu [2021-06-02T16:04:16.377Z] #43 160.8 CC criu/util.o [2021-06-02T16:04:16.625Z] #43 163.1 DEP lib/c/criu.d [2021-06-02T16:04:16.625Z] #43 163.2 CC images/rpc.pb-c.o [2021-06-02T16:04:16.691Z] #22 32.99 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-06-02T16:04:16.691Z] #22 33.00 Building wheels for collected packages: yamllint, pyyaml [2021-06-02T16:04:16.691Z] #22 33.00 Running setup.py bdist_wheel for yamllint: started [2021-06-02T16:04:16.881Z] #43 163.6 CC lib/c/criu.o [2021-06-02T16:04:17.313Z] #43 161.7 CC criu/uts_ns.o [2021-06-02T16:04:17.572Z] #43 161.9 CC criu/vdso-compat.o [2021-06-02T16:04:17.572Z] #43 162.0 CC criu/vdso.o [2021-06-02T16:04:17.639Z] #22 33.93 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-06-02T16:04:17.639Z] #22 33.93 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-06-02T16:04:17.639Z] #22 33.97 Running setup.py bdist_wheel for pyyaml: started [2021-06-02T16:04:17.809Z] #43 164.3 LINK lib/c/built-in.o [2021-06-02T16:04:17.809Z] #43 164.3 LINK lib/c/libcriu.so [2021-06-02T16:04:17.809Z] #43 164.3 LINK lib/c/libcriu.a [2021-06-02T16:04:17.809Z] #43 164.5 GEN magic.py [2021-06-02T16:04:18.065Z] #43 164.6 Note: Building without setproctitle() and strlcpy() support. [2021-06-02T16:04:18.065Z] #43 164.6 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-06-02T16:04:18.065Z] #43 164.6 Note: Building without GnuTLS support [2021-06-02T16:04:18.065Z] #43 164.6 Makefile.config:39: Warn: you have no libnftables installed [2021-06-02T16:04:18.065Z] #43 164.6 Makefile.config:40: Warn: Building without nftables support [2021-06-02T16:04:18.139Z] #43 162.5 LINK criu/built-in.o [2021-06-02T16:04:18.215Z] #22 ... [2021-06-02T16:04:18.215Z] [2021-06-02T16:04:18.215Z] #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-06-02T16:04:18.215Z] #56 sha256:8837e72c861a32870318b3c9cc38911eacbccbe62c7845adbb83d0707539476f [2021-06-02T16:04:18.215Z] #56 172.0 + bin/containerd [2021-06-02T16:04:18.397Z] #43 162.6 LINK criu/criu [2021-06-02T16:04:18.627Z] #43 165.2 fatal: not a git repository (or any of the parent directories): .git [2021-06-02T16:04:18.656Z] #43 163.0 DEP lib/c/criu.d [2021-06-02T16:04:18.656Z] #43 163.1 CC images/rpc.pb-c.o [2021-06-02T16:04:18.855Z] #43 144.0 CC criu/protobuf-desc.o [2021-06-02T16:04:19.223Z] #43 163.5 CC lib/c/criu.o [2021-06-02T16:04:19.231Z] #43 165.8 make[1]: Nothing to be done for 'all'. [2021-06-02T16:04:19.789Z] #43 164.2 LINK lib/c/built-in.o [2021-06-02T16:04:19.789Z] #43 164.2 LINK lib/c/libcriu.so [2021-06-02T16:04:19.789Z] #43 164.3 LINK lib/c/libcriu.a [2021-06-02T16:04:19.793Z] #43 166.3 make[1]: 'images/built-in.o' is up to date. [2021-06-02T16:04:19.793Z] #43 166.3 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-06-02T16:04:19.793Z] #43 166.3 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-06-02T16:04:19.793Z] #43 166.4 make[1]: 'compel/libcompel.a' is up to date. [2021-06-02T16:04:19.793Z] #43 166.4 make[1]: 'compel/compel-host-bin' is up to date. [2021-06-02T16:04:19.793Z] #43 166.4 make[1]: Nothing to be done for 'all'. [2021-06-02T16:04:19.793Z] #43 166.4 make[1]: 'soccr/libsoccr.a' is up to date. [2021-06-02T16:04:19.796Z] #43 145.2 CC criu/protobuf.o [2021-06-02T16:04:20.050Z] #43 166.6 make[2]: Nothing to be done for 'all'. [2021-06-02T16:04:20.050Z] #43 166.6 make[2]: Nothing to be done for 'all'. [2021-06-02T16:04:20.050Z] #43 166.6 make[2]: Nothing to be done for 'all'. [2021-06-02T16:04:20.050Z] #43 166.7 make[2]: Nothing to be done for 'all'. [2021-06-02T16:04:20.050Z] #43 166.8 make[2]: Nothing to be done for 'all'. [2021-06-02T16:04:20.050Z] #43 166.8 make[2]: Nothing to be done for 'all'. [2021-06-02T16:04:20.050Z] #43 166.9 make[2]: Nothing to be done for 'all'. [2021-06-02T16:04:20.076Z] #43 164.4 GEN magic.py [2021-06-02T16:04:20.076Z] #43 164.5 Note: Building without setproctitle() and strlcpy() support. [2021-06-02T16:04:20.076Z] #43 164.5 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-06-02T16:04:20.076Z] #43 164.5 Note: Building without GnuTLS support [2021-06-02T16:04:20.076Z] #43 164.5 Makefile.config:39: Warn: you have no libnftables installed [2021-06-02T16:04:20.076Z] #43 164.5 Makefile.config:40: Warn: Building without nftables support [2021-06-02T16:04:20.306Z] #43 166.9 make[2]: Nothing to be done for 'all'. [2021-06-02T16:04:20.306Z] #43 167.0 INSTALL criu/criu [2021-06-02T16:04:20.367Z] #43 145.6 CC criu/pstree.o [2021-06-02T16:04:20.562Z] #43 DONE 167.3s [2021-06-02T16:04:20.562Z] [2021-06-02T16:04:20.562Z] #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-06-02T16:04:20.562Z] #53 sha256:bc343dfdeebb128f88e4f9d910e678b0f06c1886f3e5917505f27e7eca4a53db [2021-06-02T16:04:20.659Z] #43 165.2 fatal: not a git repository (or any of the parent directories): .git [2021-06-02T16:04:21.245Z] #43 165.8 make[1]: Nothing to be done for 'all'. [2021-06-02T16:04:21.490Z] #53 ... [2021-06-02T16:04:21.490Z] [2021-06-02T16:04:21.490Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-06-02T16:04:21.490Z] #44 sha256:e681ced195e6e84b5fbe3491a984b52a66f0af8c1774359c35e721003a36e8b6 [2021-06-02T16:04:21.750Z] #43 146.9 CC criu/rbtree.o [2021-06-02T16:04:21.791Z] #44 DONE 0.1s [2021-06-02T16:04:21.791Z] [2021-06-02T16:04:21.791Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-06-02T16:04:21.791Z] #46 sha256:2f4572f7f1f626bf8a320682e8783f6b395b4adc83ca9b9daf672bcbc7337578 [2021-06-02T16:04:21.791Z] #46 DONE 0.1s [2021-06-02T16:04:21.791Z] [2021-06-02T16:04:21.791Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-06-02T16:04:21.791Z] #48 sha256:4ba73f91540274d0c8000f118d82857fa02457691f6d23fb652c26b736bc59e3 [2021-06-02T16:04:21.791Z] #48 DONE 0.1s [2021-06-02T16:04:21.791Z] [2021-06-02T16:04:21.791Z] #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-06-02T16:04:21.791Z] #53 sha256:bc343dfdeebb128f88e4f9d910e678b0f06c1886f3e5917505f27e7eca4a53db [2021-06-02T16:04:21.849Z] #43 166.3 make[1]: 'images/built-in.o' is up to date. [2021-06-02T16:04:21.849Z] #43 166.4 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-06-02T16:04:22.011Z] #43 147.3 CC criu/rst-malloc.o [2021-06-02T16:04:22.047Z] #53 ... [2021-06-02T16:04:22.047Z] [2021-06-02T16:04:22.047Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-06-02T16:04:22.047Z] #50 sha256:ce0e837a7c261b01d95dcba66a0c1c617c1b104812049e53cef8300240820123 [2021-06-02T16:04:22.047Z] #50 DONE 0.2s [2021-06-02T16:04:22.047Z] [2021-06-02T16:04:22.047Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-06-02T16:04:22.047Z] #52 sha256:2250ed0ebba89a336cac7338fb1af48fefed6bdce78842a85270d9abd1c55ff4 [2021-06-02T16:04:22.047Z] #52 DONE 0.1s [2021-06-02T16:04:22.047Z] [2021-06-02T16:04:22.047Z] #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-06-02T16:04:22.047Z] #53 sha256:bc343dfdeebb128f88e4f9d910e678b0f06c1886f3e5917505f27e7eca4a53db [2021-06-02T16:04:22.107Z] #43 166.4 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-06-02T16:04:22.107Z] #43 166.4 make[1]: 'compel/libcompel.a' is up to date. [2021-06-02T16:04:22.107Z] #43 166.4 make[1]: 'compel/compel-host-bin' is up to date. [2021-06-02T16:04:22.107Z] #43 166.5 make[1]: Nothing to be done for 'all'. [2021-06-02T16:04:22.107Z] #43 166.5 make[1]: 'soccr/libsoccr.a' is up to date. [2021-06-02T16:04:22.271Z] #43 147.5 CC criu/seccomp.o [2021-06-02T16:04:22.365Z] #43 166.7 make[2]: Nothing to be done for 'all'. [2021-06-02T16:04:22.365Z] #43 166.7 make[2]: Nothing to be done for 'all'. [2021-06-02T16:04:22.365Z] #43 166.7 make[2]: Nothing to be done for 'all'. [2021-06-02T16:04:22.365Z] #43 166.8 make[2]: Nothing to be done for 'all'. [2021-06-02T16:04:22.365Z] #43 166.9 make[2]: Nothing to be done for 'all'. [2021-06-02T16:04:22.365Z] #43 166.9 make[2]: Nothing to be done for 'all'. [2021-06-02T16:04:22.365Z] #43 166.9 make[2]: Nothing to be done for 'all'. [2021-06-02T16:04:22.445Z] #56 ... [2021-06-02T16:04:22.445Z] [2021-06-02T16:04:22.445Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-06-02T16:04:22.445Z] #22 sha256:c96271bb7dc3968a4d315a521193fb4b790c24089db3e47f0b986aaca6775154 [2021-06-02T16:04:22.445Z] #22 35.30 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2021-06-02T16:04:22.445Z] #22 35.31 Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028 [2021-06-02T16:04:22.445Z] #22 35.44 Successfully built yamllint pyyaml [2021-06-02T16:04:22.445Z] #22 35.46 Installing collected packages: pathspec, pyyaml, yamllint [2021-06-02T16:04:22.445Z] #22 35.75 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1 [2021-06-02T16:04:22.445Z] #22 DONE 38.0s [2021-06-02T16:04:22.445Z] [2021-06-02T16:04:22.445Z] #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-06-02T16:04:22.445Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-06-02T16:04:22.445Z] #43 141.2 CC criu/servicefd.o [2021-06-02T16:04:22.445Z] #43 141.6 CC criu/shmem.o [2021-06-02T16:04:22.445Z] #43 142.5 CC criu/sigframe.o [2021-06-02T16:04:22.445Z] #43 142.6 CC criu/signalfd.o [2021-06-02T16:04:22.445Z] #43 142.9 CC criu/sk-inet.o [2021-06-02T16:04:22.445Z] #43 143.9 CC criu/sk-netlink.o [2021-06-02T16:04:22.445Z] #43 144.3 CC criu/sk-packet.o [2021-06-02T16:04:22.445Z] #43 144.9 CC criu/sk-queue.o [2021-06-02T16:04:22.445Z] #43 145.4 CC criu/sk-tcp.o [2021-06-02T16:04:22.445Z] #43 145.8 CC criu/sk-unix.o [2021-06-02T16:04:22.445Z] #43 147.9 CC criu/sockets.o [2021-06-02T16:04:22.445Z] #43 148.7 CC criu/stats.o [2021-06-02T16:04:22.445Z] #43 149.3 CC criu/string.o [2021-06-02T16:04:22.445Z] #43 149.4 CC criu/sysctl.o [2021-06-02T16:04:22.445Z] #43 149.9 CC criu/sysfs_parse.o [2021-06-02T16:04:22.445Z] #43 150.3 CC criu/timens.o [2021-06-02T16:04:22.445Z] #43 150.6 CC criu/timerfd.o [2021-06-02T16:04:22.445Z] #43 150.9 CC criu/tty.o [2021-06-02T16:04:22.622Z] #43 167.0 make[2]: Nothing to be done for 'all'. [2021-06-02T16:04:22.622Z] #43 167.0 INSTALL criu/criu [2021-06-02T16:04:22.708Z] #43 ... [2021-06-02T16:04:22.708Z] [2021-06-02T16:04:22.708Z] #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-06-02T16:04:22.708Z] #24 sha256:fb39eaafdc4e4c47c7c9dfa9b753b144894651676c23bee5bc361fe8a080cf09 [2021-06-02T16:04:22.708Z] #24 213.8 + return [2021-06-02T16:04:22.842Z] #43 148.2 CC criu/seize.o [2021-06-02T16:04:23.188Z] #43 DONE 167.4s [2021-06-02T16:04:23.188Z] [2021-06-02T16:04:23.188Z] #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-06-02T16:04:23.188Z] #53 sha256:d14a072805a4bef6f5f530bccd442edbd4ba83701f0eace1f9b6febf74249e2b [2021-06-02T16:04:23.283Z] #24 DONE 214.5s [2021-06-02T16:04:23.283Z] [2021-06-02T16:04:23.283Z] #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-06-02T16:04:23.283Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-06-02T16:04:23.283Z] #43 152.8 CC criu/tun.o [2021-06-02T16:04:23.783Z] #43 149.0 CC criu/servicefd.o [2021-06-02T16:04:23.859Z] #43 153.3 CC criu/uffd.o [2021-06-02T16:04:24.044Z] #43 149.4 CC criu/shmem.o [2021-06-02T16:04:24.122Z] #53 ... [2021-06-02T16:04:24.122Z] [2021-06-02T16:04:24.122Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-06-02T16:04:24.122Z] #44 sha256:b780873b7d41912c1ce823b65b0c2556bec312edac2d3cb1167a1488ff72c435 [2021-06-02T16:04:24.122Z] #44 DONE 0.1s [2021-06-02T16:04:24.122Z] [2021-06-02T16:04:24.122Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-06-02T16:04:24.122Z] #46 sha256:ec6826f69a1beec45387e000c306767e23772edf3d1fadcb881c2ef1e67d669a [2021-06-02T16:04:24.304Z] #43 ... [2021-06-02T16:04:24.304Z] [2021-06-02T16:04:24.304Z] #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-06-02T16:04:24.304Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-02T16:04:24.304Z] #40 DONE 213.7s [2021-06-02T16:04:24.304Z] [2021-06-02T16:04:24.304Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-06-02T16:04:24.304Z] #22 sha256:32ac77632a796242ca8c5cc1ebe3c3d38ab217810cb5e808ee916620c17e34e9 [2021-06-02T16:04:24.304Z] #22 5.844 Collecting yamllint==1.26.1 [2021-06-02T16:04:24.380Z] #46 DONE 0.2s [2021-06-02T16:04:24.380Z] [2021-06-02T16:04:24.380Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-06-02T16:04:24.380Z] #48 sha256:ff79d00338e4d487494e5221419d7fbe8d82ab2a1390cc37dfcdab2976b1ed55 [2021-06-02T16:04:24.638Z] #48 DONE 0.1s [2021-06-02T16:04:24.638Z] [2021-06-02T16:04:24.638Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-06-02T16:04:24.638Z] #50 sha256:b3eb63df821b5cee185f1b30fec703124367c246067d3297d7093ba5ff404351 [2021-06-02T16:04:24.840Z] #43 ... [2021-06-02T16:04:24.840Z] [2021-06-02T16:04:24.840Z] #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-06-02T16:04:24.840Z] #53 sha256:a75e98d1cad2d471866aae9b8f303ec68ac450ce2dbdd7cc27c68204cf421afa [2021-06-02T16:04:24.840Z] #53 117.3 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-06-02T16:04:24.840Z] #53 118.7 + mkdir -p /build [2021-06-02T16:04:24.840Z] #53 118.7 + cp runc /build/runc [2021-06-02T16:04:24.840Z] #53 DONE 119.1s [2021-06-02T16:04:24.875Z] #22 ... [2021-06-02T16:04:24.875Z] [2021-06-02T16:04:24.875Z] #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-06-02T16:04:24.875Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:04:24.875Z] #43 150.3 CC criu/sigframe.o [2021-06-02T16:04:24.897Z] #50 DONE 0.5s [2021-06-02T16:04:24.897Z] [2021-06-02T16:04:24.897Z] #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-06-02T16:04:24.897Z] #53 sha256:d14a072805a4bef6f5f530bccd442edbd4ba83701f0eace1f9b6febf74249e2b [2021-06-02T16:04:25.121Z] [2021-06-02T16:04:25.121Z] #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-06-02T16:04:25.121Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-06-02T16:04:25.121Z] #43 154.6 CC criu/util.o [2021-06-02T16:04:25.135Z] #43 150.6 CC criu/signalfd.o [2021-06-02T16:04:25.155Z] #53 ... [2021-06-02T16:04:25.155Z] [2021-06-02T16:04:25.155Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-06-02T16:04:25.155Z] #52 sha256:405017d8c85738b094a5ec2cc14b03f290fa414549f1adf76d704f8e7deb4c5d [2021-06-02T16:04:25.155Z] #52 DONE 0.1s [2021-06-02T16:04:25.155Z] [2021-06-02T16:04:25.155Z] #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-06-02T16:04:25.155Z] #53 sha256:d14a072805a4bef6f5f530bccd442edbd4ba83701f0eace1f9b6febf74249e2b [2021-06-02T16:04:25.708Z] #43 150.9 CC criu/sk-inet.o [2021-06-02T16:04:26.279Z] #43 ... [2021-06-02T16:04:26.279Z] [2021-06-02T16:04:26.279Z] #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-06-02T16:04:26.279Z] #49 sha256:5951b44ed6faa3bea525f4965803c2ea5865de7dd4e1fe41fc18ec38c5d116e3 [2021-06-02T16:04:26.279Z] #49 215.1 + /build/golangci-lint --version [2021-06-02T16:04:26.279Z] #49 215.6 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-06-02T16:04:26.279Z] #49 DONE 215.9s [2021-06-02T16:04:26.279Z] [2021-06-02T16:04:26.279Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2021-06-02T16:04:26.279Z] #22 sha256:32ac77632a796242ca8c5cc1ebe3c3d38ab217810cb5e808ee916620c17e34e9 [2021-06-02T16:04:26.279Z] #22 11.24 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-06-02T16:04:26.529Z] #43 ... [2021-06-02T16:04:26.529Z] [2021-06-02T16:04:26.529Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-06-02T16:04:26.529Z] #25 sha256:40cf13f45d782f49bd01d95572f042649cb39408c00417f7a6629ebb86580a03 [2021-06-02T16:04:26.529Z] #25 DONE 0.8s [2021-06-02T16:04:26.529Z] [2021-06-02T16:04:26.529Z] #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-06-02T16:04:26.529Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-06-02T16:04:26.529Z] #43 155.9 CC criu/uts_ns.o [2021-06-02T16:04:26.791Z] #43 156.1 CC criu/vdso.o [2021-06-02T16:04:27.052Z] #43 156.6 LINK criu/built-in.o [2021-06-02T16:04:27.220Z] #22 12.32 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-06-02T16:04:27.220Z] #22 12.36 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-06-02T16:04:27.220Z] #22 12.41 Collecting pyyaml (from yamllint==1.26.1) [2021-06-02T16:04:27.220Z] #22 12.62 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-06-02T16:04:27.315Z] #43 156.8 LINK criu/criu [2021-06-02T16:04:27.480Z] #22 12.88 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-06-02T16:04:27.480Z] #22 12.88 Building wheels for collected packages: yamllint [2021-06-02T16:04:27.480Z] #22 12.88 Running setup.py bdist_wheel for yamllint: started [2021-06-02T16:04:27.890Z] #43 157.2 DEP lib/c/criu.d [2021-06-02T16:04:27.890Z] #43 157.2 CC images/rpc.pb-c.o [2021-06-02T16:04:28.464Z] #43 158.0 CC lib/c/criu.o [2021-06-02T16:04:28.864Z] #22 13.86 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-06-02T16:04:28.864Z] #22 13.86 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-06-02T16:04:28.864Z] #22 13.92 Successfully built yamllint [2021-06-02T16:04:28.864Z] #22 13.92 Installing collected packages: pathspec, pyyaml, yamllint [2021-06-02T16:04:29.124Z] #22 14.29 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1 [2021-06-02T16:04:29.384Z] #22 DONE 14.6s [2021-06-02T16:04:29.385Z] [2021-06-02T16:04:29.385Z] #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-06-02T16:04:29.385Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:04:29.385Z] #43 151.9 CC criu/sk-netlink.o [2021-06-02T16:04:29.385Z] #43 152.4 CC criu/sk-packet.o [2021-06-02T16:04:29.385Z] #43 153.1 CC criu/sk-queue.o [2021-06-02T16:04:29.385Z] #43 153.6 CC criu/sk-tcp.o [2021-06-02T16:04:29.385Z] #43 154.1 CC criu/sk-unix.o [2021-06-02T16:04:29.410Z] #43 159.0 LINK lib/c/built-in.o [2021-06-02T16:04:29.410Z] #43 159.0 LINK lib/c/libcriu.so [2021-06-02T16:04:29.645Z] #43 ... [2021-06-02T16:04:29.645Z] [2021-06-02T16:04:29.645Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-06-02T16:04:29.645Z] #25 sha256:37d4e0352b4cbb78ac110acab07a925d5bb34bc3869948c134085d6932aca7a0 [2021-06-02T16:04:29.645Z] #25 DONE 0.4s [2021-06-02T16:04:29.672Z] #43 159.0 LINK lib/c/libcriu.a [2021-06-02T16:04:29.672Z] #43 159.2 GEN magic.py [2021-06-02T16:04:29.905Z] [2021-06-02T16:04:29.905Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-06-02T16:04:29.905Z] #30 sha256:3b6bf1756bf46ffad85878b70d148c38254eb65841ee9c77fbc065a31e74ab91 [2021-06-02T16:04:29.938Z] #43 159.4 Note: Building without setproctitle() and strlcpy() support. [2021-06-02T16:04:29.938Z] #43 159.4 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-06-02T16:04:29.938Z] #43 159.4 Note: Building without GnuTLS support [2021-06-02T16:04:29.938Z] #43 159.4 Makefile.config:39: Warn: you have no libnftables installed [2021-06-02T16:04:29.938Z] #43 159.4 Makefile.config:40: Warn: Building without nftables support [2021-06-02T16:04:30.885Z] #43 160.2 fatal: not a git repository (or any of the parent directories): .git [2021-06-02T16:04:31.459Z] #43 161.0 make[1]: Nothing to be done for 'all'. [2021-06-02T16:04:32.406Z] #43 161.8 make[1]: 'images/built-in.o' is up to date. [2021-06-02T16:04:32.406Z] #43 161.8 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-06-02T16:04:32.406Z] #43 161.9 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-06-02T16:04:32.406Z] #43 162.0 make[1]: 'compel/libcompel.a' is up to date. [2021-06-02T16:04:32.406Z] #43 162.0 make[1]: 'compel/compel-host-bin' is up to date. [2021-06-02T16:04:32.669Z] #43 162.1 make[1]: Nothing to be done for 'all'. [2021-06-02T16:04:32.669Z] #43 162.1 make[1]: 'soccr/libsoccr.a' is up to date. [2021-06-02T16:04:32.932Z] #43 162.4 make[2]: Nothing to be done for 'all'. [2021-06-02T16:04:32.932Z] #43 162.4 make[2]: Nothing to be done for 'all'. [2021-06-02T16:04:32.932Z] #43 162.5 make[2]: Nothing to be done for 'all'. [2021-06-02T16:04:32.932Z] #43 162.6 make[2]: Nothing to be done for 'all'. [2021-06-02T16:04:33.193Z] #43 162.6 make[2]: Nothing to be done for 'all'. [2021-06-02T16:04:33.193Z] #43 162.7 make[2]: Nothing to be done for 'all'. [2021-06-02T16:04:33.193Z] #43 162.7 make[2]: Nothing to be done for 'all'. [2021-06-02T16:04:33.457Z] #43 ... [2021-06-02T16:04:33.457Z] [2021-06-02T16:04:33.457Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-06-02T16:04:33.457Z] #30 sha256:abde82a4bdbe30cb3b1affa1283e3de915b276d444f0deafb9710b98941bb07e [2021-06-02T16:04:33.457Z] #30 DONE 7.0s [2021-06-02T16:04:33.457Z] [2021-06-02T16:04:33.457Z] #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-06-02T16:04:33.457Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-06-02T16:04:33.457Z] #43 162.8 make[2]: Nothing to be done for 'all'. [2021-06-02T16:04:33.457Z] #43 162.9 INSTALL criu/criu [2021-06-02T16:04:33.457Z] #43 ... [2021-06-02T16:04:33.457Z] [2021-06-02T16:04:33.457Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-06-02T16:04:33.457Z] #33 sha256:bb76ced0a209bb1e8c363eed305a1dcdfbfeb991f2962e59c3569b199451139a [2021-06-02T16:04:33.719Z] #33 DONE 0.5s [2021-06-02T16:04:33.719Z] [2021-06-02T16:04:33.719Z] #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-06-02T16:04:33.719Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-06-02T16:04:33.719Z] #43 DONE 163.3s [2021-06-02T16:04:33.719Z] [2021-06-02T16:04:33.719Z] #35 [dev-systemd-false 13/26] COPY --from=tomll /build/ /usr/local/bin/ [2021-06-02T16:04:33.719Z] #35 sha256:d892753423e0a7fe3970c737a0b5b43b3a72ecf9d00c6092c43b176690ec4049 [2021-06-02T16:04:33.982Z] #35 DONE 0.2s [2021-06-02T16:04:33.982Z] [2021-06-02T16:04:33.982Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-06-02T16:04:33.982Z] #38 sha256:da256b3cec68db68b2710f75e02d6ca8709dea5d55adc380114ce4df09335bd7 [2021-06-02T16:04:34.243Z] #38 DONE 0.2s [2021-06-02T16:04:34.243Z] [2021-06-02T16:04:34.243Z] #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-06-02T16:04:34.243Z] #56 sha256:8837e72c861a32870318b3c9cc38911eacbccbe62c7845adbb83d0707539476f [2021-06-02T16:04:34.243Z] #56 ... [2021-06-02T16:04:34.243Z] [2021-06-02T16:04:34.243Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-06-02T16:04:34.243Z] #41 sha256:d95ac861aab5d6c9d5bd1e17ea10c2b3b605c34c8ee506979fe8428d7ce2cee7 [2021-06-02T16:04:34.260Z] #53 ... [2021-06-02T16:04:34.261Z] [2021-06-02T16:04:34.261Z] #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-06-02T16:04:34.261Z] #56 sha256:5b157f18d06231beb49ce9165e29400308b1ddc281988d8f8828213634783041 [2021-06-02T16:04:34.261Z] #56 202.1 + bin/containerd [2021-06-02T16:04:34.815Z] #41 DONE 0.5s [2021-06-02T16:04:34.815Z] [2021-06-02T16:04:34.815Z] #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-06-02T16:04:34.815Z] #56 sha256:8837e72c861a32870318b3c9cc38911eacbccbe62c7845adbb83d0707539476f [2021-06-02T16:04:35.124Z] #53 127.6 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-06-02T16:04:35.190Z] #30 ... [2021-06-02T16:04:35.190Z] [2021-06-02T16:04:35.190Z] #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-06-02T16:04:35.190Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:04:35.190Z] #43 155.9 CC criu/sockets.o [2021-06-02T16:04:35.190Z] #43 156.7 CC criu/stats.o [2021-06-02T16:04:35.190Z] #43 156.9 CC criu/string.o [2021-06-02T16:04:35.190Z] #43 157.0 CC criu/sysctl.o [2021-06-02T16:04:35.190Z] #43 157.4 CC criu/sysfs_parse.o [2021-06-02T16:04:35.190Z] #43 157.7 CC criu/timens.o [2021-06-02T16:04:35.190Z] #43 157.9 CC criu/timerfd.o [2021-06-02T16:04:35.190Z] #43 158.2 CC criu/tty.o [2021-06-02T16:04:35.190Z] #43 159.5 CC criu/tun.o [2021-06-02T16:04:35.190Z] #43 159.8 CC criu/uffd.o [2021-06-02T16:04:35.190Z] #43 160.6 CC criu/util.o [2021-06-02T16:04:35.390Z] #56 ... [2021-06-02T16:04:35.390Z] [2021-06-02T16:04:35.390Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-06-02T16:04:35.390Z] #44 sha256:a36976e826cb479fb689d37bfdf33dcaa5380d916d5479b1aaac01db9cf37bdd [2021-06-02T16:04:35.390Z] #44 DONE 0.1s [2021-06-02T16:04:35.390Z] [2021-06-02T16:04:35.390Z] #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-06-02T16:04:35.390Z] #56 sha256:8837e72c861a32870318b3c9cc38911eacbccbe62c7845adbb83d0707539476f [2021-06-02T16:04:35.450Z] #43 ... [2021-06-02T16:04:35.450Z] [2021-06-02T16:04:35.450Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-06-02T16:04:35.450Z] #30 sha256:3b6bf1756bf46ffad85878b70d148c38254eb65841ee9c77fbc065a31e74ab91 [2021-06-02T16:04:35.450Z] #30 DONE 5.7s [2021-06-02T16:04:35.450Z] [2021-06-02T16:04:35.450Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-06-02T16:04:35.450Z] #33 sha256:a97875d8c3d32caf7a5daa3af7abf50686161412ec80741a2bfefaaf57d4a116 [2021-06-02T16:04:35.626Z] #56 ... [2021-06-02T16:04:35.626Z] [2021-06-02T16:04:35.626Z] #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-06-02T16:04:35.626Z] #53 sha256:bc343dfdeebb128f88e4f9d910e678b0f06c1886f3e5917505f27e7eca4a53db [2021-06-02T16:04:35.626Z] #53 128.2 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-06-02T16:04:35.626Z] #53 129.1 + mkdir -p /build [2021-06-02T16:04:35.626Z] #53 129.1 + cp runc /build/runc [2021-06-02T16:04:35.626Z] #53 DONE 129.4s [2021-06-02T16:04:35.626Z] [2021-06-02T16:04:35.626Z] #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-06-02T16:04:35.626Z] #56 sha256:5b157f18d06231beb49ce9165e29400308b1ddc281988d8f8828213634783041 [2021-06-02T16:04:35.652Z] #56 ... [2021-06-02T16:04:35.652Z] [2021-06-02T16:04:35.652Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-06-02T16:04:35.652Z] #46 sha256:7914c5a83ab8087691833781b45b3c4abb8416374ff17fb321006f755888e7c1 [2021-06-02T16:04:35.652Z] #46 DONE 0.1s [2021-06-02T16:04:35.652Z] [2021-06-02T16:04:35.652Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-06-02T16:04:35.652Z] #48 sha256:1bece62c9e6c011375c9dd5bb13bb9c80e3984968f3fed936019a8518049a599 [2021-06-02T16:04:35.652Z] #48 DONE 0.1s [2021-06-02T16:04:35.652Z] [2021-06-02T16:04:35.652Z] #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-06-02T16:04:35.652Z] #56 sha256:8837e72c861a32870318b3c9cc38911eacbccbe62c7845adbb83d0707539476f [2021-06-02T16:04:35.915Z] #56 ... [2021-06-02T16:04:35.915Z] [2021-06-02T16:04:35.915Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-06-02T16:04:35.915Z] #50 sha256:f990a43e36c6b778ed7b87d0d14e650fb69499526096b44954eb88c9a3631044 [2021-06-02T16:04:36.031Z] #33 DONE 0.4s [2021-06-02T16:04:36.031Z] [2021-06-02T16:04:36.031Z] #35 [dev-systemd-false 13/26] COPY --from=tomll /build/ /usr/local/bin/ [2021-06-02T16:04:36.031Z] #35 sha256:ea21f893832b13c3915fd58ec664491aa78684a6d7b20aefcb6f69d5abe06d7a [2021-06-02T16:04:36.031Z] #35 DONE 0.1s [2021-06-02T16:04:36.031Z] [2021-06-02T16:04:36.031Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-06-02T16:04:36.031Z] #38 sha256:ea9fac084de8ec4f770749524a070dd5796061dcd46df5c9d8d8d6fd70dfb69a [2021-06-02T16:04:36.031Z] #38 DONE 0.1s [2021-06-02T16:04:36.031Z] [2021-06-02T16:04:36.031Z] #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-06-02T16:04:36.031Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:04:36.058Z] #53 128.5 + mkdir -p /build [2021-06-02T16:04:36.058Z] #53 128.6 + cp runc /build/runc [2021-06-02T16:04:36.177Z] #50 DONE 0.3s [2021-06-02T16:04:36.177Z] [2021-06-02T16:04:36.177Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-06-02T16:04:36.177Z] #52 sha256:0087c09897259d45a0df22608979fe6bbafadffda1af0eeb86d88bb1124d770a [2021-06-02T16:04:36.292Z] #43 ... [2021-06-02T16:04:36.292Z] [2021-06-02T16:04:36.292Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-06-02T16:04:36.292Z] #41 sha256:da0da0616255d7eb1d20fe8636c6092ef6e8ab1315d6147aba43def367b29ded [2021-06-02T16:04:36.438Z] #52 DONE 0.1s [2021-06-02T16:04:36.438Z] [2021-06-02T16:04:36.438Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-06-02T16:04:36.438Z] #54 sha256:8736b7a5b43c68a12bbbf9bc361eb6476a30f6fe1ab3c1ff5fc56764d58b0511 [2021-06-02T16:04:36.438Z] #54 DONE 0.2s [2021-06-02T16:04:36.438Z] [2021-06-02T16:04:36.438Z] #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-06-02T16:04:36.438Z] #56 sha256:8837e72c861a32870318b3c9cc38911eacbccbe62c7845adbb83d0707539476f [2021-06-02T16:04:36.625Z] #53 DONE 129.3s [2021-06-02T16:04:36.625Z] [2021-06-02T16:04:36.625Z] #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-06-02T16:04:36.625Z] #56 sha256:f3c76cda506603b30e3d9f284a3e61eea6d952aa22664fa519b77b5f19df4e0e [2021-06-02T16:04:36.625Z] #56 202.7 + bin/containerd [2021-06-02T16:04:36.863Z] #41 DONE 0.5s [2021-06-02T16:04:36.864Z] [2021-06-02T16:04:36.864Z] #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-06-02T16:04:36.864Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-06-02T16:04:36.864Z] #43 161.8 CC criu/uts_ns.o [2021-06-02T16:04:36.864Z] #43 161.9 CC criu/vdso-compat.o [2021-06-02T16:04:36.864Z] #43 162.1 CC criu/vdso.o [2021-06-02T16:04:37.124Z] #43 162.6 LINK criu/built-in.o [2021-06-02T16:04:37.124Z] #43 162.7 LINK criu/criu [2021-06-02T16:04:37.515Z] #56 ... [2021-06-02T16:04:37.515Z] [2021-06-02T16:04:37.515Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-06-02T16:04:37.515Z] #54 sha256:ab269ee53a99c403ad3aa0b6c39bf702fff99e84e900ab56692ec98005132cbf [2021-06-02T16:04:37.515Z] #54 DONE 0.1s [2021-06-02T16:04:37.515Z] [2021-06-02T16:04:37.515Z] #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-06-02T16:04:37.515Z] #56 sha256:5b157f18d06231beb49ce9165e29400308b1ddc281988d8f8828213634783041 [2021-06-02T16:04:37.695Z] #43 163.0 DEP lib/c/criu.d [2021-06-02T16:04:37.695Z] #43 163.1 CC images/rpc.pb-c.o [2021-06-02T16:04:38.266Z] #43 163.5 CC lib/c/criu.o [2021-06-02T16:04:38.527Z] #56 ... [2021-06-02T16:04:38.527Z] [2021-06-02T16:04:38.527Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-06-02T16:04:38.527Z] #54 sha256:cd99a31f0b4213e8938e50349b04a31ed1e5f099fc525bddfdbfb6d9ed7f57d0 [2021-06-02T16:04:38.527Z] #54 DONE 0.3s [2021-06-02T16:04:38.785Z] [2021-06-02T16:04:38.785Z] #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-06-02T16:04:38.785Z] #56 sha256:f3c76cda506603b30e3d9f284a3e61eea6d952aa22664fa519b77b5f19df4e0e [2021-06-02T16:04:38.836Z] #43 164.1 LINK lib/c/built-in.o [2021-06-02T16:04:38.836Z] #43 164.1 LINK lib/c/libcriu.so [2021-06-02T16:04:38.836Z] #43 164.2 LINK lib/c/libcriu.a [2021-06-02T16:04:38.836Z] #43 164.3 GEN magic.py [2021-06-02T16:04:39.097Z] #43 164.4 Note: Building without setproctitle() and strlcpy() support. [2021-06-02T16:04:39.097Z] #43 164.4 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-06-02T16:04:39.097Z] #43 164.4 Note: Building without GnuTLS support [2021-06-02T16:04:39.097Z] #43 164.4 Makefile.config:39: Warn: you have no libnftables installed [2021-06-02T16:04:39.097Z] #43 164.4 Makefile.config:40: Warn: Building without nftables support [2021-06-02T16:04:39.668Z] #43 165.0 fatal: not a git repository (or any of the parent directories): .git [2021-06-02T16:04:40.239Z] #43 165.5 make[1]: Nothing to be done for 'all'. [2021-06-02T16:04:40.809Z] #43 166.0 make[1]: 'images/built-in.o' is up to date. [2021-06-02T16:04:40.809Z] #43 166.0 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-06-02T16:04:40.809Z] #43 166.1 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-06-02T16:04:40.809Z] #43 166.1 make[1]: 'compel/libcompel.a' is up to date. [2021-06-02T16:04:40.809Z] #43 166.1 make[1]: 'compel/compel-host-bin' is up to date. [2021-06-02T16:04:40.809Z] #43 166.1 make[1]: Nothing to be done for 'all'. [2021-06-02T16:04:40.809Z] #43 166.2 make[1]: 'soccr/libsoccr.a' is up to date. [2021-06-02T16:04:40.809Z] #43 166.3 make[2]: Nothing to be done for 'all'. [2021-06-02T16:04:41.069Z] #43 166.4 make[2]: Nothing to be done for 'all'. [2021-06-02T16:04:41.069Z] #43 166.4 make[2]: Nothing to be done for 'all'. [2021-06-02T16:04:41.069Z] #43 166.5 make[2]: Nothing to be done for 'all'. [2021-06-02T16:04:41.330Z] #43 166.5 make[2]: Nothing to be done for 'all'. [2021-06-02T16:04:41.330Z] #43 166.5 make[2]: Nothing to be done for 'all'. [2021-06-02T16:04:41.330Z] #43 166.6 make[2]: Nothing to be done for 'all'. [2021-06-02T16:04:41.330Z] #43 166.7 make[2]: Nothing to be done for 'all'. [2021-06-02T16:04:41.330Z] #43 166.7 INSTALL criu/criu [2021-06-02T16:04:41.590Z] #43 DONE 167.0s [2021-06-02T16:04:41.590Z] [2021-06-02T16:04:41.590Z] #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-06-02T16:04:41.590Z] #53 sha256:5f68cc6a0f3804ad59cf8f2bb7b4cdaf6273467f547269854d70f6b926020765 [2021-06-02T16:04:44.138Z] #53 ... [2021-06-02T16:04:44.138Z] [2021-06-02T16:04:44.138Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-06-02T16:04:44.138Z] #44 sha256:1f1ef9f1e45c24e1f3dd7db10b15080a4042c63c36eb1ea51675e9e9957ff6a7 [2021-06-02T16:04:44.138Z] #44 DONE 0.3s [2021-06-02T16:04:44.138Z] [2021-06-02T16:04:44.138Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-06-02T16:04:44.138Z] #46 sha256:a596cddd4c4d3cbc91dc141eb8de0038d4cd5b1260d6aa43a67ae250c00b2771 [2021-06-02T16:04:44.398Z] #46 DONE 0.3s [2021-06-02T16:04:44.398Z] [2021-06-02T16:04:44.398Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-06-02T16:04:44.398Z] #48 sha256:54e9f95b56081da9491237c99ae38a1e8a1563d1ad28799b7bd5f67f2b594c8b [2021-06-02T16:04:44.398Z] #48 DONE 0.1s [2021-06-02T16:04:44.398Z] [2021-06-02T16:04:44.398Z] #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-06-02T16:04:44.398Z] #56 sha256:ef4de1caa1556bcb9c58e04d0b05c015d950cc589670e8e861e912bd1297c3d2 [2021-06-02T16:04:44.398Z] #56 ... [2021-06-02T16:04:44.398Z] [2021-06-02T16:04:44.398Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-06-02T16:04:44.398Z] #50 sha256:34e297fd3d74849da048d58b8971fef7267426af3837deb091029b5c29cb7b7f [2021-06-02T16:04:44.969Z] #50 DONE 0.3s [2021-06-02T16:04:44.969Z] [2021-06-02T16:04:44.969Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-06-02T16:04:44.969Z] #52 sha256:04ec0ad52e0275da20b26989b5b0543d5406646838fba204ca6156e84a5bc240 [2021-06-02T16:04:44.969Z] #52 DONE 0.1s [2021-06-02T16:04:44.969Z] [2021-06-02T16:04:44.969Z] #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-06-02T16:04:44.969Z] #56 sha256:ef4de1caa1556bcb9c58e04d0b05c015d950cc589670e8e861e912bd1297c3d2 [2021-06-02T16:04:57.196Z] #56 199.1 + bin/containerd [2021-06-02T16:04:57.768Z] #56 ... [2021-06-02T16:04:57.768Z] [2021-06-02T16:04:57.768Z] #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-06-02T16:04:57.768Z] #53 sha256:5f68cc6a0f3804ad59cf8f2bb7b4cdaf6273467f547269854d70f6b926020765 [2021-06-02T16:04:57.768Z] #53 123.4 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-06-02T16:04:57.768Z] #53 124.3 + mkdir -p /build [2021-06-02T16:04:57.768Z] #53 124.3 + cp runc /build/runc [2021-06-02T16:04:57.768Z] #53 DONE 124.6s [2021-06-02T16:04:57.768Z] [2021-06-02T16:04:57.768Z] #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-06-02T16:04:57.768Z] #56 sha256:ef4de1caa1556bcb9c58e04d0b05c015d950cc589670e8e861e912bd1297c3d2 [2021-06-02T16:04:58.413Z] #56 209.8 # github.com/containerd/containerd/cmd/containerd [2021-06-02T16:04:58.413Z] #56 209.8 /usr/bin/ld: /tmp/go-link-659374043/000018.o: in function `New': [2021-06-02T16:04:58.413Z] #56 209.8 /tmp/tmp.fO2OoLc7qS/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2021-06-02T16:04:58.413Z] #56 209.9 + bin/containerd-stress [2021-06-02T16:04:59.151Z] #56 ... [2021-06-02T16:04:59.151Z] [2021-06-02T16:04:59.151Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-06-02T16:04:59.151Z] #54 sha256:ffeb4c5ad4eeac39e126b4d96821578a54060701d3421c76ca9ff34d4da84712 [2021-06-02T16:04:59.151Z] #54 DONE 0.2s [2021-06-02T16:04:59.151Z] [2021-06-02T16:04:59.151Z] #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-06-02T16:04:59.151Z] #56 sha256:ef4de1caa1556bcb9c58e04d0b05c015d950cc589670e8e861e912bd1297c3d2 [2021-06-02T16:04:59.356Z] #56 212.8 + bin/containerd-shim [2021-06-02T16:05:05.954Z] #56 218.6 + bin/containerd-shim-runc-v1 [2021-06-02T16:05:09.262Z] #56 222.9 + bin/containerd-shim-runc-v2 [2021-06-02T16:05:09.539Z] #56 233.3 # github.com/containerd/containerd/cmd/containerd [2021-06-02T16:05:09.539Z] #56 233.3 /usr/bin/ld: /tmp/go-link-290371710/000018.o: in function `New': [2021-06-02T16:05:09.539Z] #56 233.3 /tmp/tmp.3pXJYVJjmQ/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2021-06-02T16:05:09.539Z] #56 233.4 + bin/containerd-stress [2021-06-02T16:05:09.539Z] #56 235.5 + bin/containerd-shim [2021-06-02T16:05:10.648Z] #56 224.3 + binaries [2021-06-02T16:05:10.648Z] #56 224.3 + install -D bin/containerd /build/containerd [2021-06-02T16:05:10.648Z] #56 224.3 + install -D bin/containerd-shim /build/containerd-shim [2021-06-02T16:05:10.648Z] #56 224.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-06-02T16:05:10.648Z] #56 224.4 + install -D bin/ctr /build/ctr [2021-06-02T16:05:10.853Z] #56 233.8 # github.com/containerd/containerd/cmd/containerd [2021-06-02T16:05:10.854Z] #56 233.8 /usr/bin/ld: /tmp/go-link-210540100/000018.o: in function `New': [2021-06-02T16:05:10.854Z] #56 233.8 /tmp/tmp.2UyusuKE9R/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2021-06-02T16:05:10.854Z] #56 233.8 + bin/containerd-stress [2021-06-02T16:05:10.854Z] #56 236.0 + bin/containerd-shim [2021-06-02T16:05:12.559Z] #56 DONE 226.0s [2021-06-02T16:05:13.942Z] [2021-06-02T16:05:13.942Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-06-02T16:05:13.942Z] #57 sha256:2b25c88d96e2c019d519936568441b22778f6f0b37a50ffbdb5b251ce1c70f60 [2021-06-02T16:05:14.784Z] #56 242.5 + bin/containerd-shim-runc-v1 [2021-06-02T16:05:15.332Z] #57 DONE 1.3s [2021-06-02T16:05:15.332Z] [2021-06-02T16:05:15.332Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-06-02T16:05:15.332Z] #61 sha256:cf90cab9851f6636fa439b2cab3a82c9ce7616f6cfa16cfbded72068f3598ec4 [2021-06-02T16:05:15.332Z] #61 DONE 0.4s [2021-06-02T16:05:15.332Z] [2021-06-02T16:05:15.332Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-06-02T16:05:15.332Z] #66 sha256:74b15aed832b2f6ea0dd48a1c2371729a2b8af6908614fce361e66d88be04fff [2021-06-02T16:05:16.120Z] #56 243.0 + bin/containerd-shim-runc-v1 [2021-06-02T16:05:17.242Z] #66 DONE 1.8s [2021-06-02T16:05:17.242Z] [2021-06-02T16:05:17.242Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-06-02T16:05:17.242Z] #68 sha256:b94ffcb6b4d893e36fca340bcfa7762a1d10b671cb6c6b593315a904a7c05857 [2021-06-02T16:05:17.504Z] #68 DONE 0.2s [2021-06-02T16:05:17.504Z] [2021-06-02T16:05:17.504Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-06-02T16:05:17.504Z] #69 sha256:45424340f613ea4c7737b4a18b5c0fc31204ca98b90131569fa2064234f606a0 [2021-06-02T16:05:17.764Z] #69 DONE 0.1s [2021-06-02T16:05:17.764Z] [2021-06-02T16:05:17.764Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-06-02T16:05:17.764Z] #70 sha256:f7ab31ec8eebabf5d7e285f6703e8a06174c2765ea8610a02345a87c0cd689a7 [2021-06-02T16:05:18.951Z] #56 247.4 + bin/containerd-shim-runc-v2 [2021-06-02T16:05:19.448Z] 4612f6d0b889: Pull complete [2021-06-02T16:05:19.877Z] #56 248.4 + binaries [2021-06-02T16:05:19.877Z] #56 248.4 + install -D bin/containerd /build/containerd [2021-06-02T16:05:19.877Z] #56 248.4 + install -D bin/containerd-shim /build/containerd-shim [2021-06-02T16:05:19.877Z] #56 248.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-06-02T16:05:19.877Z] #56 248.5 + install -D bin/ctr /build/ctr [2021-06-02T16:05:20.310Z] #70 DONE 2.3s [2021-06-02T16:05:20.310Z] [2021-06-02T16:05:20.310Z] #71 exporting to image [2021-06-02T16:05:20.310Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-06-02T16:05:20.310Z] #71 exporting layers [2021-06-02T16:05:20.312Z] #56 247.8 + bin/containerd-shim-runc-v2 [2021-06-02T16:05:21.685Z] #56 249.0 + binaries [2021-06-02T16:05:21.685Z] #56 249.0 + install -D bin/containerd /build/containerd [2021-06-02T16:05:21.685Z] #56 249.0 + install -D bin/containerd-shim /build/containerd-shim [2021-06-02T16:05:21.685Z] #56 249.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-06-02T16:05:21.685Z] #56 249.0 + install -D bin/ctr /build/ctr [2021-06-02T16:05:21.761Z] #56 DONE 250.3s [2021-06-02T16:05:22.687Z] [2021-06-02T16:05:22.687Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-06-02T16:05:22.687Z] #57 sha256:f3b1ec072dec0646c8909ce0def65ddc502c9139a234612b2069b21abb1cb68a [2021-06-02T16:05:23.581Z] #56 DONE 250.9s [2021-06-02T16:05:23.611Z] #57 DONE 1.0s [2021-06-02T16:05:23.611Z] [2021-06-02T16:05:23.611Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-06-02T16:05:23.611Z] #61 sha256:9ab251c93c9f2dce8426c79314dd41dc1df9cc1de3ab3e1603930b11847a1ff6 [2021-06-02T16:05:23.866Z] #61 DONE 0.2s [2021-06-02T16:05:23.866Z] [2021-06-02T16:05:23.866Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-06-02T16:05:23.866Z] #66 sha256:b145aa78b765811dabf671e6a39be3beb094af37894130c9c22cbd03a246590c [2021-06-02T16:05:24.147Z] [2021-06-02T16:05:24.147Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-06-02T16:05:24.147Z] #57 sha256:cbab17e8efd4b046017a63fda54603db56140d23c88488116df6346219ba185f [2021-06-02T16:05:24.520Z] #71 exporting layers 4.1s done [2021-06-02T16:05:24.520Z] #71 writing image sha256:eaff688996a39e62482cca9c622ef1006564b057f37f1aee3c84648b631a38e4 done [2021-06-02T16:05:24.520Z] #71 naming to docker.io/library/docker:d414c0c1e8c487170b1d2f5af4946771645c6564 done [2021-06-02T16:05:24.520Z] #71 DONE 4.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-06-02T16:05:24.790Z] #66 DONE 0.9s [2021-06-02T16:05:24.790Z] [2021-06-02T16:05:24.790Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-06-02T16:05:24.790Z] #68 sha256:47a804631f3a78d9a89f9ae5bb2522c969be62a355c36039beb92d7d8809bec0 [2021-06-02T16:05:24.790Z] #68 DONE 0.0s [2021-06-02T16:05:24.790Z] [2021-06-02T16:05:24.790Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-06-02T16:05:24.790Z] #69 sha256:5d4af42fd551678cfa770cecc9a0874ca14c2d31e087e9c79ebf2e443531c5b9 [2021-06-02T16:05:24.790Z] #69 DONE 0.0s [2021-06-02T16:05:24.790Z] [2021-06-02T16:05:24.790Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-06-02T16:05:24.790Z] #70 sha256:fd8760e3f7663b684f6866f2afbfb1c456de2de57dfd39f48306cd71485d310c [2021-06-02T16:05:24.853Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42143/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr28 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d414c0c1e8c487170b1d2f5af4946771645c6564 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d414c0c1e8c487170b1d2f5af4946771645c6564 hack/test/unit [2021-06-02T16:05:25.079Z] #57 DONE 1.0s [2021-06-02T16:05:25.079Z] [2021-06-02T16:05:25.079Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-06-02T16:05:25.079Z] #61 sha256:ef31a52e90ca0aaf94ed4fddf0dacccf205196a95a496b7887f91204099fb8fb [2021-06-02T16:05:25.352Z] #70 DONE 0.7s [2021-06-02T16:05:25.608Z] [2021-06-02T16:05:25.608Z] #71 exporting to image [2021-06-02T16:05:25.608Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-06-02T16:05:25.608Z] #71 exporting layers [2021-06-02T16:05:25.643Z] #61 DONE 0.2s [2021-06-02T16:05:25.643Z] [2021-06-02T16:05:25.643Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-06-02T16:05:25.643Z] #66 sha256:fbaf3e12ee0777c5efc02676e2a9b0d763c14b67f0d67d1f60d723625493566f [2021-06-02T16:05:26.209Z] #66 DONE 1.0s [2021-06-02T16:05:26.466Z] [2021-06-02T16:05:26.466Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-06-02T16:05:26.466Z] #68 sha256:d50ea078e1774f77cb8312c3827463cec0ba3d48d5a32a16dc4575d99317398a [2021-06-02T16:05:26.466Z] #68 DONE 0.1s [2021-06-02T16:05:26.466Z] [2021-06-02T16:05:26.466Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-06-02T16:05:26.466Z] #69 sha256:f984756ebe908a18e3b94ded7b1c65152eeab231796ac70a671fb14d25a17db6 [2021-06-02T16:05:26.466Z] #69 DONE 0.0s [2021-06-02T16:05:26.466Z] [2021-06-02T16:05:26.466Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-06-02T16:05:26.466Z] #70 sha256:c85d9ac6fc1fd8c4eb0a6330756fcb754a807f53c96408de37d86eaa53b3697c [2021-06-02T16:05:27.399Z] #70 DONE 0.8s [2021-06-02T16:05:27.399Z] [2021-06-02T16:05:27.399Z] #71 exporting to image [2021-06-02T16:05:27.399Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-06-02T16:05:27.399Z] #71 exporting layers [2021-06-02T16:05:30.151Z] ? github.com/docker/docker/api [no test files] [2021-06-02T16:05:31.320Z] #56 230.5 # github.com/containerd/containerd/cmd/containerd [2021-06-02T16:05:31.320Z] #56 230.5 /usr/bin/ld: /tmp/go-link-175306224/000018.o: in function `New': [2021-06-02T16:05:31.320Z] #56 230.5 /tmp/tmp.GBSvtrgaJZ/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2021-06-02T16:05:31.320Z] #56 230.6 + bin/containerd-stress [2021-06-02T16:05:31.320Z] #56 232.7 + bin/containerd-shim [2021-06-02T16:05:33.728Z] #71 exporting layers 6.9s done [2021-06-02T16:05:33.728Z] #71 writing image sha256:944da7e755bc89999c673d21800ad12990c6c136215f36b27522576d1b05eaad done [2021-06-02T16:05:33.728Z] #71 naming to docker.io/library/docker:d414c0c1e8c487170b1d2f5af4946771645c6564 done [2021-06-02T16:05:33.728Z] #71 DONE 7.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2021-06-02T16:05:34.110Z] + trap exit INT TERM [2021-06-02T16:05:34.110Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2021-06-02T16:05:34.110Z] + CONTAINER_NAME=docker-pr28 [2021-06-02T16:05:34.110Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42143/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42143/.git:/go/src/github.com/docker/docker/.git --name docker-pr28-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d414c0c1e8c487170b1d2f5af4946771645c6564 -e DOCKER_GRAPHDRIVER docker:d414c0c1e8c487170b1d2f5af4946771645c6564 hack/make.sh dynbinary-daemon [2021-06-02T16:05:35.487Z] [2021-06-02T16:05:35.487Z] Removing bundles/ [2021-06-02T16:05:35.487Z] [2021-06-02T16:05:35.487Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2021-06-02T16:05:35.504Z] #71 exporting layers 7.1s done [2021-06-02T16:05:35.504Z] #71 writing image sha256:0ebfc3b531eb6c3f4dfc9967ff0c4de470ad7e572e7b824f1916ba2464a22db8 done [2021-06-02T16:05:35.504Z] #71 naming to docker.io/library/docker:d414c0c1e8c487170b1d2f5af4946771645c6564 done [2021-06-02T16:05:35.504Z] #71 DONE 7.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-06-02T16:05:35.742Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-06-02T16:05:35.742Z] GOOS="" GOARCH="" GOARM="" [2021-06-02T16:05:35.852Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42143/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr28 -e DOCKER_GITCOMMIT=d414c0c1e8c487170b1d2f5af4946771645c6564 -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_ROOTLESS -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d414c0c1e8c487170b1d2f5af4946771645c6564 hack/make.sh dynbinary test-integration [2021-06-02T16:05:36.603Z] #56 239.6 + bin/containerd-shim-runc-v1 [2021-06-02T16:05:37.228Z] [2021-06-02T16:05:37.228Z] Removing bundles/ [2021-06-02T16:05:37.228Z] [2021-06-02T16:05:37.228Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-06-02T16:05:37.228Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-06-02T16:05:37.228Z] GOOS="" GOARCH="" GOARM="" [2021-06-02T16:05:40.805Z] #56 244.5 + bin/containerd-shim-runc-v2 [2021-06-02T16:05:41.745Z] #56 245.4 + binaries [2021-06-02T16:05:41.745Z] #56 245.4 + install -D bin/containerd /build/containerd [2021-06-02T16:05:41.745Z] #56 245.5 + install -D bin/containerd-shim /build/containerd-shim [2021-06-02T16:05:41.745Z] #56 245.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-06-02T16:05:41.745Z] #56 245.5 + install -D bin/ctr /build/ctr [2021-06-02T16:05:42.456Z] ok github.com/docker/docker/api/server 0.022s coverage: 9.0% of statements [2021-06-02T16:05:43.127Z] #56 DONE 246.9s [2021-06-02T16:05:44.071Z] [2021-06-02T16:05:44.071Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-06-02T16:05:44.071Z] #57 sha256:a994129c6814be55d45c9382b8e3d9199245c39b974f9be13439b01cb43d8411 [2021-06-02T16:05:45.008Z] #57 DONE 0.9s [2021-06-02T16:05:45.008Z] [2021-06-02T16:05:45.008Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-06-02T16:05:45.008Z] #61 sha256:f4ed10db60d2deb11b1c173e30b91450a2c9cbb7c8afd6ffb3a564079f91cb49 [2021-06-02T16:05:45.267Z] #61 DONE 0.2s [2021-06-02T16:05:45.267Z] [2021-06-02T16:05:45.267Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-06-02T16:05:45.267Z] #66 sha256:5a0d173fcd344081581f544d95eafb66445c7190a4b8b3a24d9585e13c07707a [2021-06-02T16:05:46.206Z] #66 DONE 0.9s [2021-06-02T16:05:46.206Z] [2021-06-02T16:05:46.206Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-06-02T16:05:46.206Z] #68 sha256:da4f3ae609a074789a09f43ada1a493a6a32cf0c34c6daf610952b6f7f6f3f8c [2021-06-02T16:05:46.206Z] #68 DONE 0.1s [2021-06-02T16:05:46.465Z] [2021-06-02T16:05:46.465Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-06-02T16:05:46.465Z] #69 sha256:6c4d016c1352823232af45c61c6e7537ad4280fd3ad3caa1f715b1ca4767ee33 [2021-06-02T16:05:46.465Z] #69 DONE 0.0s [2021-06-02T16:05:46.465Z] [2021-06-02T16:05:46.465Z] #70 [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-06-02T16:05:46.465Z] #70 sha256:d2b8d07c1e9d7603b578cbb56acf9dd9a723a8b89450105079f70b574ac356cf [2021-06-02T16:05:47.035Z] #70 0.682 Hit:1 http://deb.debian.org/debian buster-backports InRelease [2021-06-02T16:05:47.035Z] #70 0.683 Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [2021-06-02T16:05:47.035Z] #70 0.683 Hit:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2021-06-02T16:05:47.035Z] #70 0.794 Hit:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2021-06-02T16:05:47.865Z] #70 1.031 Reading package lists... [2021-06-02T16:05:48.434Z] #70 1.651 Reading package lists... [2021-06-02T16:05:48.694Z] #70 2.267 Building dependency tree... [2021-06-02T16:05:48.694Z] #70 2.392 Reading state information... [2021-06-02T16:05:48.694Z] #70 2.495 The following additional packages will be installed: [2021-06-02T16:05:48.953Z] #70 2.495 libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 libjson-c3 libkmod2 [2021-06-02T16:05:48.953Z] #70 2.496 libpam-systemd [2021-06-02T16:05:48.953Z] #70 2.496 Suggested packages: [2021-06-02T16:05:48.953Z] #70 2.496 systemd-container policykit-1 [2021-06-02T16:05:48.953Z] #70 2.496 Recommended packages: [2021-06-02T16:05:48.953Z] #70 2.496 libnss-systemd [2021-06-02T16:05:48.953Z] #70 2.578 The following NEW packages will be installed: [2021-06-02T16:05:48.953Z] #70 2.578 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 [2021-06-02T16:05:48.953Z] #70 2.579 libjson-c3 libkmod2 libpam-systemd systemd systemd-sysv [2021-06-02T16:05:49.212Z] #70 2.846 0 upgraded, 11 newly installed, 0 to remove and 28 not upgraded. [2021-06-02T16:05:49.212Z] #70 2.846 Need to get 4762 kB of archives. [2021-06-02T16:05:49.212Z] #70 2.846 After this operation, 16.6 MB of additional disk space will be used. [2021-06-02T16:05:49.212Z] #70 2.846 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2021-06-02T16:05:49.212Z] #70 2.848 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-06-02T16:05:49.212Z] #70 2.849 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcryptsetup12 amd64 2:2.1.0-5+deb10u2 [193 kB] [2021-06-02T16:05:49.212Z] #70 2.854 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB] [2021-06-02T16:05:49.212Z] #70 2.857 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libkmod2 amd64 26-1 [52.7 kB] [2021-06-02T16:05:49.212Z] #70 2.858 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd amd64 241-7~deb10u7 [3499 kB] [2021-06-02T16:05:49.212Z] #70 2.938 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd-sysv amd64 241-7~deb10u7 [100 kB] [2021-06-02T16:05:49.472Z] #70 2.940 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdbus-1-3 amd64 1.12.20-0+deb10u1 [215 kB] [2021-06-02T16:05:49.472Z] #70 2.942 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus amd64 1.12.20-0+deb10u1 [236 kB] [2021-06-02T16:05:49.472Z] #70 2.944 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpam-systemd amd64 241-7~deb10u7 [209 kB] [2021-06-02T16:05:49.472Z] #70 2.946 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-06-02T16:05:49.472Z] #70 3.105 debconf: delaying package configuration, since apt-utils is not installed [2021-06-02T16:05:49.472Z] #70 3.131 Fetched 4762 kB in 0s (13.2 MB/s) [2021-06-02T16:05:49.472Z] #70 3.160 Selecting previously unselected package libargon2-1:amd64. [2021-06-02T16:05:49.472Z] #70 3.160 (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 ... 28067 files and directories currently installed.) [2021-06-02T16:05:49.472Z] #70 3.174 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ... [2021-06-02T16:05:49.472Z] #70 3.183 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2021-06-02T16:05:49.472Z] #70 3.216 Selecting previously unselected package libjson-c3:amd64. [2021-06-02T16:05:49.472Z] #70 3.219 Preparing to unpack .../1-libjson-c3_0.12.1+ds-2+deb10u1_amd64.deb ... [2021-06-02T16:05:49.472Z] #70 3.224 Unpacking libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... [2021-06-02T16:05:49.472Z] #70 3.261 Selecting previously unselected package libcryptsetup12:amd64. [2021-06-02T16:05:49.472Z] #70 3.264 Preparing to unpack .../2-libcryptsetup12_2%3a2.1.0-5+deb10u2_amd64.deb ... [2021-06-02T16:05:49.472Z] #70 3.269 Unpacking libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... [2021-06-02T16:05:49.472Z] #70 3.319 Selecting previously unselected package libidn11:amd64. [2021-06-02T16:05:49.731Z] #70 3.322 Preparing to unpack .../3-libidn11_1.33-2.2_amd64.deb ... [2021-06-02T16:05:49.731Z] #70 3.326 Unpacking libidn11:amd64 (1.33-2.2) ... [2021-06-02T16:05:49.731Z] #70 3.378 Selecting previously unselected package libkmod2:amd64. [2021-06-02T16:05:49.731Z] #70 3.381 Preparing to unpack .../4-libkmod2_26-1_amd64.deb ... [2021-06-02T16:05:49.731Z] #70 3.386 Unpacking libkmod2:amd64 (26-1) ... [2021-06-02T16:05:49.731Z] #70 3.431 Selecting previously unselected package systemd. [2021-06-02T16:05:49.731Z] #70 3.434 Preparing to unpack .../5-systemd_241-7~deb10u7_amd64.deb ... [2021-06-02T16:05:49.731Z] #70 3.472 Unpacking systemd (241-7~deb10u7) ... [2021-06-02T16:05:50.300Z] #70 3.928 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2021-06-02T16:05:50.300Z] #70 3.942 Setting up libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... [2021-06-02T16:05:50.300Z] #70 3.955 Setting up libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... [2021-06-02T16:05:50.300Z] #70 3.966 Setting up libidn11:amd64 (1.33-2.2) ... [2021-06-02T16:05:50.300Z] #70 3.977 Setting up libkmod2:amd64 (26-1) ... [2021-06-02T16:05:50.300Z] #70 3.992 Setting up systemd (241-7~deb10u7) ... [2021-06-02T16:05:50.300Z] #70 4.048 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2021-06-02T16:05:50.300Z] #70 4.050 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2021-06-02T16:05:50.300Z] #70 4.053 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2021-06-02T16:05:50.300Z] #70 4.053 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2021-06-02T16:05:50.869Z] #70 4.700 Selecting previously unselected package systemd-sysv. [2021-06-02T16:05:51.128Z] #70 4.700 (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 ... 28864 files and directories currently installed.) [2021-06-02T16:05:51.128Z] #70 4.713 Preparing to unpack .../systemd-sysv_241-7~deb10u7_amd64.deb ... [2021-06-02T16:05:51.128Z] #70 4.717 Unpacking systemd-sysv (241-7~deb10u7) ... [2021-06-02T16:05:51.128Z] #70 4.777 Selecting previously unselected package libdbus-1-3:amd64. [2021-06-02T16:05:51.128Z] #70 4.780 Preparing to unpack .../libdbus-1-3_1.12.20-0+deb10u1_amd64.deb ... [2021-06-02T16:05:51.128Z] #70 4.786 Unpacking libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... [2021-06-02T16:05:51.388Z] #70 4.862 Selecting previously unselected package dbus. [2021-06-02T16:05:51.388Z] #70 4.864 Preparing to unpack .../dbus_1.12.20-0+deb10u1_amd64.deb ... [2021-06-02T16:05:51.388Z] #70 4.875 Unpacking dbus (1.12.20-0+deb10u1) ... [2021-06-02T16:05:51.388Z] #70 4.940 Selecting previously unselected package libpam-systemd:amd64. [2021-06-02T16:05:51.388Z] #70 4.943 Preparing to unpack .../libpam-systemd_241-7~deb10u7_amd64.deb ... [2021-06-02T16:05:51.388Z] #70 4.949 Unpacking libpam-systemd:amd64 (241-7~deb10u7) ... [2021-06-02T16:05:51.388Z] #70 4.996 Selecting previously unselected package dbus-user-session. [2021-06-02T16:05:51.388Z] #70 5.000 Preparing to unpack .../dbus-user-session_1.12.20-0+deb10u1_amd64.deb ... [2021-06-02T16:05:51.388Z] #70 5.004 Unpacking dbus-user-session (1.12.20-0+deb10u1) ... [2021-06-02T16:05:51.388Z] #70 5.087 Setting up systemd-sysv (241-7~deb10u7) ... [2021-06-02T16:05:51.388Z] #70 5.104 Setting up libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... [2021-06-02T16:05:51.388Z] #70 5.117 Setting up dbus (1.12.20-0+deb10u1) ... [2021-06-02T16:05:51.388Z] #70 5.251 invoke-rc.d: could not determine current runlevel [2021-06-02T16:05:51.649Z] #70 5.254 invoke-rc.d: policy-rc.d denied execution of start. [2021-06-02T16:05:51.649Z] #70 5.258 Setting up libpam-systemd:amd64 (241-7~deb10u7) ... [2021-06-02T16:05:51.909Z] #70 5.404 Setting up dbus-user-session (1.12.20-0+deb10u1) ... [2021-06-02T16:05:51.909Z] #70 5.423 Processing triggers for systemd (241-7~deb10u7) ... [2021-06-02T16:05:51.909Z] #70 5.433 Processing triggers for libc-bin (2.28-10) ... [2021-06-02T16:05:51.909Z] #70 DONE 5.6s [2021-06-02T16:05:51.909Z] [2021-06-02T16:05:51.909Z] #71 [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-06-02T16:05:51.909Z] #71 sha256:9ba9e04ff26536e6433e1720b48d9cb5e3594bd01470a4ef4fa1d626e29f13eb [2021-06-02T16:05:52.481Z] #71 0.458 % Total % Received % Xferd Average Speed Time Time Time Current [2021-06-02T16:05:52.481Z] #71 0.458 Dload Upload Total Spent Left Speed [2021-06-02T16:05:52.481Z] #71 0.458 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 15319 0 --:--:-- --:--:-- --:--:-- 15319 [2021-06-02T16:05:52.481Z] #71 DONE 0.6s [2021-06-02T16:05:52.740Z] [2021-06-02T16:05:52.740Z] #72 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-06-02T16:05:52.740Z] #72 sha256:43e5ea289b9fa9086453fabc1530227e7346859f7c55e7ba0506b563a81834ec [2021-06-02T16:05:53.681Z] #72 DONE 1.0s [2021-06-02T16:05:53.681Z] [2021-06-02T16:05:53.681Z] #73 exporting to image [2021-06-02T16:05:53.681Z] #73 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-06-02T16:05:53.681Z] #73 exporting layers [2021-06-02T16:06:00.257Z] #73 exporting layers 6.8s done [2021-06-02T16:06:00.257Z] #73 writing image sha256:a4db4e66b0f6e65fab6eea1fd114912e72f9f02bf3dfb95c75d96d90bfd15d18 done [2021-06-02T16:06:00.257Z] #73 naming to docker.io/library/docker:d414c0c1e8c487170b1d2f5af4946771645c6564 done [2021-06-02T16:06:00.257Z] #73 DONE 6.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-06-02T16:06:00.609Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42143/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr28 -e DOCKER_GITCOMMIT=d414c0c1e8c487170b1d2f5af4946771645c6564 -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=master docker:d414c0c1e8c487170b1d2f5af4946771645c6564 hack/make.sh dynbinary test-integration [2021-06-02T16:06:02.518Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2021-06-02T16:06:02.518Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2021-06-02T16:06:02.518Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2021-06-02T16:06:02.518Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2021-06-02T16:06:02.518Z] 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-06-02T16:06:02.518Z] Detected virtualization docker. [2021-06-02T16:06:02.518Z] Detected architecture x86-64. [2021-06-02T16:06:02.518Z] Set hostname to <0af12c84a591>. [2021-06-02T16:06:02.778Z] + source /etc/docker-entrypoint-cmd [2021-06-02T16:06:02.778Z] ++ hack/make.sh dynbinary test-integration [2021-06-02T16:06:03.038Z] [2021-06-02T16:06:03.038Z] Removing bundles/ [2021-06-02T16:06:03.038Z] [2021-06-02T16:06:03.038Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-06-02T16:06:03.038Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-06-02T16:06:03.038Z] GOOS="" GOARCH="" GOARM="" [2021-06-02T16:06:17.840Z] INFO [loader] Go packages loading at mode 575 (compiled_files|name|types_sizes|deps|exports_file|files|imports) took 2m0.425331396s [2021-06-02T16:06:17.840Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 456.246425ms [2021-06-02T16:06:35.962Z] INFO [runner/unused/goanalysis] analyzers took 29.868961036s with top 10 stages: buildssa: 25.496383128s, U1000: 4.372577908s [2021-06-02T16:06:36.182Z] 29d5b6a226d2: Verifying Checksum [2021-06-02T16:06:36.182Z] 29d5b6a226d2: Download complete [2021-06-02T16:06:38.758Z] ok github.com/docker/docker/api/server/httputils 0.020s coverage: 14.7% of statements [2021-06-02T16:06:38.758Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-06-02T16:06:38.758Z] ok github.com/docker/docker/api/server/middleware 0.024s coverage: 37.7% of statements [2021-06-02T16:06:38.758Z] ? github.com/docker/docker/api/server/router [no test files] [2021-06-02T16:06:38.758Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-06-02T16:06:38.758Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-06-02T16:06:38.758Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-06-02T16:06:38.758Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-06-02T16:06:38.758Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-06-02T16:06:38.758Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-06-02T16:06:38.758Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-06-02T16:06:39.020Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-06-02T16:06:39.966Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-06-02T16:06:39.966Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-06-02T16:06:40.229Z] ok github.com/docker/docker/api/types/strslice 0.013s coverage: 90.0% of statements [2021-06-02T16:06:40.491Z] ok github.com/docker/docker/api/types/filters 0.033s coverage: 92.2% of statements [2021-06-02T16:06:40.491Z] ok github.com/docker/docker/api/server/router/swarm 0.042s coverage: 5.7% of statements [2021-06-02T16:06:40.491Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-06-02T16:06:40.491Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-06-02T16:06:40.491Z] ? github.com/docker/docker/api/types [no test files] [2021-06-02T16:06:40.491Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-06-02T16:06:40.491Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-06-02T16:06:40.491Z] ? github.com/docker/docker/api/types/container [no test files] [2021-06-02T16:06:40.491Z] ? github.com/docker/docker/api/types/events [no test files] [2021-06-02T16:06:40.491Z] ? github.com/docker/docker/api/types/image [no test files] [2021-06-02T16:06:40.491Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-06-02T16:06:40.491Z] ? github.com/docker/docker/api/types/network [no test files] [2021-06-02T16:06:40.491Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-06-02T16:06:40.491Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-06-02T16:06:40.491Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-06-02T16:06:40.491Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-06-02T16:06:40.753Z] ok github.com/docker/docker/api/types/time 0.028s coverage: 100.0% of statements [2021-06-02T16:06:40.753Z] ok github.com/docker/docker/api/types/versions 0.009s coverage: 75.0% of statements [2021-06-02T16:06:40.753Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-06-02T16:06:40.753Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-06-02T16:06:40.753Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-06-02T16:06:40.753Z] ? github.com/docker/docker/builder [no test files] [2021-06-02T16:06:40.753Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-06-02T16:06:40.753Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-06-02T16:06:40.753Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-06-02T16:06:40.753Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-06-02T16:06:40.753Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-06-02T16:06:40.753Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-06-02T16:06:40.753Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-06-02T16:06:44.066Z] ok github.com/docker/docker/cli/debug 0.020s coverage: 100.0% of statements [2021-06-02T16:06:44.329Z] ok github.com/docker/docker/builder/remotecontext 0.213s coverage: 13.7% of statements [2021-06-02T16:06:45.275Z] ok github.com/docker/docker/builder/dockerfile 0.422s coverage: 48.5% of statements [2021-06-02T16:06:45.275Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-06-02T16:06:46.665Z] ok github.com/docker/docker/builder/remotecontext/git 4.333s coverage: 86.3% of statements [2021-06-02T16:06:46.665Z] ? github.com/docker/docker/cli [no test files] [2021-06-02T16:06:46.665Z] ? github.com/docker/docker/cli/config [no test files] [2021-06-02T16:06:51.968Z] ok github.com/docker/docker/client 0.233s coverage: 75.4% of statements [2021-06-02T16:07:00.773Z] 8116de3c91c3: Pull complete [2021-06-02T16:07:00.773Z] Digest: sha256:edd6d6de1e7252d2d434af58798db1d96762d738f60e15b24ed631f55e26681d [2021-06-02T16:07:00.773Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-02T16:07:00.773Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-02T16:07:00.773Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2021-06-02T16:07:00.773Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2021-06-02T16:07:00.773Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1935' [2021-06-02T16:07:00.773Z] INFO: Docker version of control daemon [2021-06-02T16:07:00.773Z] [2021-06-02T16:07:00.773Z] Client: [2021-06-02T16:07:00.773Z] Version: 20.10.6 [2021-06-02T16:07:00.773Z] API version: 1.41 [2021-06-02T16:07:00.773Z] Go version: go1.16.3 [2021-06-02T16:07:00.773Z] Git commit: 370c289 [2021-06-02T16:07:00.773Z] Built: Fri Apr 9 22:49:36 2021 [2021-06-02T16:07:00.773Z] OS/Arch: windows/amd64 [2021-06-02T16:07:00.773Z] Context: default [2021-06-02T16:07:00.773Z] Experimental: true [2021-06-02T16:07:00.773Z] [2021-06-02T16:07:00.773Z] Server: Docker Engine - Community [2021-06-02T16:07:00.773Z] Engine: [2021-06-02T16:07:00.773Z] Version: 20.10.6 [2021-06-02T16:07:00.773Z] API version: 1.41 (minimum version 1.24) [2021-06-02T16:07:00.773Z] Go version: go1.13.15 [2021-06-02T16:07:00.773Z] Git commit: 8728dd2 [2021-06-02T16:07:00.773Z] Built: Fri Apr 9 22:45:40 2021 [2021-06-02T16:07:00.773Z] OS/Arch: windows/amd64 [2021-06-02T16:07:00.773Z] Experimental: true [2021-06-02T16:07:00.773Z] [2021-06-02T16:07:00.773Z] INFO: Docker info of control daemon [2021-06-02T16:07:00.773Z] [2021-06-02T16:07:00.773Z] Client: [2021-06-02T16:07:00.773Z] Context: default [2021-06-02T16:07:00.773Z] Debug Mode: false [2021-06-02T16:07:00.773Z] Plugins: [2021-06-02T16:07:00.773Z] app: Docker Application (Docker Inc., v0.8.0) [2021-06-02T16:07:00.773Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-06-02T16:07:00.773Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-06-02T16:07:00.773Z] [2021-06-02T16:07:00.773Z] Server: [2021-06-02T16:07:00.773Z] Containers: 0 [2021-06-02T16:07:00.773Z] Running: 0 [2021-06-02T16:07:00.773Z] Paused: 0 [2021-06-02T16:07:00.773Z] Stopped: 0 [2021-06-02T16:07:00.773Z] Images: 1 [2021-06-02T16:07:00.773Z] Server Version: 20.10.6 [2021-06-02T16:07:00.773Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-06-02T16:07:00.773Z] Windows: [2021-06-02T16:07:00.773Z] LCOW: [2021-06-02T16:07:00.773Z] Logging Driver: json-file [2021-06-02T16:07:00.773Z] Plugins: [2021-06-02T16:07:00.773Z] Volume: local [2021-06-02T16:07:00.773Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-06-02T16:07:00.773Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-06-02T16:07:00.773Z] Swarm: inactive [2021-06-02T16:07:00.773Z] Default Isolation: process [2021-06-02T16:07:00.773Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-06-02T16:07:00.773Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1879) [2021-06-02T16:07:00.773Z] OSType: windows [2021-06-02T16:07:00.773Z] Architecture: x86_64 [2021-06-02T16:07:00.773Z] CPUs: 4 [2021-06-02T16:07:00.773Z] Total Memory: 32GiB [2021-06-02T16:07:00.773Z] Name: azwin-2-6213a0 [2021-06-02T16:07:00.773Z] ID: RLME:2MWS:TYGR:XP2V:HYXJ:JAQI:V4NR:BCD6:RTRS:BBVD:TZQ6:Q2X3 [2021-06-02T16:07:00.773Z] Docker Root Dir: D:\docker [2021-06-02T16:07:00.773Z] Debug Mode: false [2021-06-02T16:07:00.773Z] Registry: https://index.docker.io/v1/ [2021-06-02T16:07:00.773Z] Labels: [2021-06-02T16:07:00.773Z] Experimental: true [2021-06-02T16:07:00.773Z] Insecure Registries: [2021-06-02T16:07:00.773Z] 10.0.0.4:5000 [2021-06-02T16:07:00.773Z] 127.0.0.0/8 [2021-06-02T16:07:00.773Z] Registry Mirrors: [2021-06-02T16:07:00.773Z] http://10.0.0.4:5000/ [2021-06-02T16:07:00.773Z] Live Restore Enabled: false [2021-06-02T16:07:00.773Z] Product License: Community Engine [2021-06-02T16:07:00.773Z] [2021-06-02T16:07:00.773Z] [2021-06-02T16:07:00.773Z] INFO: Commit hash is d414c0c1e8 [2021-06-02T16:07:00.773Z] INFO: Nuke-Everything... [2021-06-02T16:07:00.773Z] INFO: Container count on control daemon to delete is 0 [2021-06-02T16:07:00.773Z] INFO: Nuking d:\CI [2021-06-02T16:07:00.773Z] INFO: Zapped successfully [2021-06-02T16:07:00.773Z] INFO: Location for testing is d:\CI\PR-42143\28 [2021-06-02T16:07:00.773Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-06-02T16:07:00.773Z] [2021-06-02T16:07:00.773Z] [2021-06-02T16:07:00.773Z] INFO: Building the image from Dockerfile.windows at 06/02/2021 16:07:00... [2021-06-02T16:07:00.773Z] [2021-06-02T16:07:06.590Z] Sending build context to Docker daemon 59.56MB [2021-06-02T16:07:06.590Z] [2021-06-02T16:07:06.590Z] Step 1/10 : FROM microsoft/windowsservercore [2021-06-02T16:07:06.590Z] ---> 3a7f23e29bd7 [2021-06-02T16:07:06.590Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-06-02T16:07:06.590Z] ---> Running in 8575174c3281 [2021-06-02T16:07:06.590Z] Removing intermediate container 8575174c3281 [2021-06-02T16:07:06.590Z] ---> 4bfd88f62aac [2021-06-02T16:07:06.590Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2021-06-02T16:07:06.590Z] ---> Running in b405fcacb3e4 [2021-06-02T16:07:07.051Z] Removing intermediate container b405fcacb3e4 [2021-06-02T16:07:07.051Z] ---> 25632d8c9665 [2021-06-02T16:07:07.051Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2021-06-02T16:07:07.051Z] ---> Running in 978011e68f79 [2021-06-02T16:07:07.051Z] Removing intermediate container 978011e68f79 [2021-06-02T16:07:07.051Z] ---> ee704e993e72 [2021-06-02T16:07:07.051Z] 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-06-02T16:07:07.513Z] ---> Running in ce51f20f2be7 [2021-06-02T16:07:07.514Z] Removing intermediate container ce51f20f2be7 [2021-06-02T16:07:07.514Z] ---> 4f16db93d3bb [2021-06-02T16:07:07.514Z] 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-06-02T16:07:07.514Z] ---> Running in 9adc39f9ea99 [2021-06-02T16:07:12.158Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-06-02T16:07:12.158Z] [2021-06-02T16:07:12.158Z] + TEST_INTEGRATION_DEST=1 [2021-06-02T16:07:12.158Z] + CONTAINER_NAME=docker-pr28-1 [2021-06-02T16:07:12.158Z] + TEST_SKIP_INTEGRATION_CLI=1 [2021-06-02T16:07:12.158Z] + run_tests test-integration-flaky [2021-06-02T16:07:12.158Z] + '[' -n 0 ']' [2021-06-02T16:07:12.158Z] + rm= [2021-06-02T16:07:12.158Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42143/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42143/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42143/.git:/go/src/github.com/docker/docker/.git --name docker-pr28-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=d414c0c1e8c487170b1d2f5af4946771645c6564 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d414c0c1e8c487170b1d2f5af4946771645c6564 hack/make.sh test-integration-flaky test-integration [2021-06-02T16:07:12.158Z] + TEST_INTEGRATION_DEST=2 [2021-06-02T16:07:12.158Z] + CONTAINER_NAME=docker-pr28-2 [2021-06-02T16:07:12.158Z] + TEST_SKIP_INTEGRATION=1 [2021-06-02T16:07:12.158Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-06-02T16:07:12.158Z] + run_tests [2021-06-02T16:07:12.158Z] + c=0 [2021-06-02T16:07:12.158Z] + '[' -n 0 ']' [2021-06-02T16:07:12.158Z] + rm= [2021-06-02T16:07:12.158Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42143/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42143/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42143/.git:/go/src/github.com/docker/docker/.git --name docker-pr28-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=d414c0c1e8c487170b1d2f5af4946771645c6564 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d414c0c1e8c487170b1d2f5af4946771645c6564 hack/make.sh '' test-integration [2021-06-02T16:07:12.158Z] + TEST_INTEGRATION_DEST=3 [2021-06-02T16:07:12.158Z] + CONTAINER_NAME=docker-pr28-3 [2021-06-02T16:07:12.158Z] + TEST_SKIP_INTEGRATION=1 [2021-06-02T16:07:12.159Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-06-02T16:07:12.159Z] + run_tests [2021-06-02T16:07:12.159Z] + '[' -n 0 ']' [2021-06-02T16:07:12.159Z] + rm= [2021-06-02T16:07:12.159Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42143/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42143/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42143/.git:/go/src/github.com/docker/docker/.git --name docker-pr28-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=d414c0c1e8c487170b1d2f5af4946771645c6564 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d414c0c1e8c487170b1d2f5af4946771645c6564 hack/make.sh '' test-integration [2021-06-02T16:07:12.159Z] ++ jobs -p [2021-06-02T16:07:12.159Z] + for job in $(jobs -p) [2021-06-02T16:07:12.159Z] + wait 2741 [2021-06-02T16:07:12.159Z] [2021-06-02T16:07:12.159Z] [2021-06-02T16:07:12.159Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-06-02T16:07:12.159Z] [2021-06-02T16:07:12.159Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-06-02T16:07:12.159Z] HOSTNAME=4b5133bf2c97 [2021-06-02T16:07:12.159Z] TEST_SKIP_INTEGRATION=1 [2021-06-02T16:07:12.159Z] TESTDEBUG=0 [2021-06-02T16:07:12.159Z] DEST=bundles/test-integration [2021-06-02T16:07:12.159Z] PWD=/go/src/github.com/docker/docker [2021-06-02T16:07:12.159Z] KEEPBUNDLE=1 [2021-06-02T16:07:12.159Z] DOCKER_GITCOMMIT=d414c0c1e8c487170b1d2f5af4946771645c6564 [2021-06-02T16:07:12.159Z] container=docker [2021-06-02T16:07:12.159Z] HOME=/root [2021-06-02T16:07:12.159Z] GOLANG_VERSION=1.13.15 [2021-06-02T16:07:12.159Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-06-02T16:07:12.159Z] VALIDATE_BRANCH=master [2021-06-02T16:07:12.159Z] TERM=xterm [2021-06-02T16:07:12.159Z] DOCKER_PKG=github.com/docker/docker [2021-06-02T16:07:12.159Z] SHLVL=1 [2021-06-02T16:07:12.159Z] TIMEOUT=120m [2021-06-02T16:07:12.159Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-06-02T16:07:12.159Z] DOCKER_GRAPHDRIVER=overlay2 [2021-06-02T16:07:12.159Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-06-02T16:07:12.159Z] GO111MODULE=off [2021-06-02T16:07:12.159Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-06-02T16:07:12.159Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-06-02T16:07:12.159Z] GOPATH=/go [2021-06-02T16:07:12.159Z] PKG_CONFIG=pkg-config [2021-06-02T16:07:12.159Z] _=/usr/bin/env [2021-06-02T16:07:12.159Z] Building test suite binary ./integration-cli/test.main [2021-06-02T16:07:12.159Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-06-02T16:07:12.159Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-06-02T16:07:12.159Z] HOSTNAME=ec63b654f7fc [2021-06-02T16:07:12.159Z] TEST_SKIP_INTEGRATION=1 [2021-06-02T16:07:12.159Z] TESTDEBUG=0 [2021-06-02T16:07:12.159Z] DEST=bundles/test-integration [2021-06-02T16:07:12.159Z] PWD=/go/src/github.com/docker/docker [2021-06-02T16:07:12.159Z] KEEPBUNDLE=1 [2021-06-02T16:07:12.159Z] DOCKER_GITCOMMIT=d414c0c1e8c487170b1d2f5af4946771645c6564 [2021-06-02T16:07:12.159Z] container=docker [2021-06-02T16:07:12.159Z] HOME=/root [2021-06-02T16:07:12.159Z] GOLANG_VERSION=1.13.15 [2021-06-02T16:07:12.159Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-06-02T16:07:12.159Z] VALIDATE_BRANCH=master [2021-06-02T16:07:12.159Z] TERM=xterm [2021-06-02T16:07:12.159Z] DOCKER_PKG=github.com/docker/docker [2021-06-02T16:07:12.159Z] SHLVL=1 [2021-06-02T16:07:12.159Z] TIMEOUT=120m [2021-06-02T16:07:12.159Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-06-02T16:07:12.159Z] DOCKER_GRAPHDRIVER=overlay2 [2021-06-02T16:07:12.159Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2021-06-02T16:07:12.159Z] GO111MODULE=off [2021-06-02T16:07:12.159Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-06-02T16:07:12.159Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-06-02T16:07:12.159Z] GOPATH=/go [2021-06-02T16:07:12.159Z] PKG_CONFIG=pkg-config [2021-06-02T16:07:12.159Z] _=/usr/bin/env [2021-06-02T16:07:12.159Z] Building test suite binary ./integration-cli/test.main [2021-06-02T16:07:12.159Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2021-06-02T16:07:12.159Z] No new tests added to integration. [2021-06-02T16:07:12.159Z] [2021-06-02T16:07:12.159Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-06-02T16:07:12.159Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-06-02T16:07:12.159Z] HOSTNAME=e293be9f9eaf [2021-06-02T16:07:12.159Z] TESTDEBUG=0 [2021-06-02T16:07:12.159Z] DEST=bundles/test-integration [2021-06-02T16:07:12.159Z] PWD=/go/src/github.com/docker/docker [2021-06-02T16:07:12.159Z] KEEPBUNDLE=1 [2021-06-02T16:07:12.159Z] DOCKER_GITCOMMIT=d414c0c1e8c487170b1d2f5af4946771645c6564 [2021-06-02T16:07:12.159Z] container=docker [2021-06-02T16:07:12.159Z] HOME=/root [2021-06-02T16:07:12.159Z] GOLANG_VERSION=1.13.15 [2021-06-02T16:07:12.159Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-06-02T16:07:12.159Z] VALIDATE_BRANCH=master [2021-06-02T16:07:12.159Z] TERM=xterm [2021-06-02T16:07:12.159Z] DOCKER_PKG=github.com/docker/docker [2021-06-02T16:07:12.159Z] SHLVL=1 [2021-06-02T16:07:12.159Z] TIMEOUT=120m [2021-06-02T16:07:12.159Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-06-02T16:07:12.159Z] DOCKER_GRAPHDRIVER=overlay2 [2021-06-02T16:07:12.159Z] GO111MODULE=off [2021-06-02T16:07:12.159Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-06-02T16:07:12.159Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-06-02T16:07:12.159Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-06-02T16:07:12.159Z] GOPATH=/go [2021-06-02T16:07:12.159Z] PKG_CONFIG=pkg-config [2021-06-02T16:07:12.159Z] _=/usr/bin/env [2021-06-02T16:07:12.159Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-06-02T16:07:12.231Z] [2021-06-02T16:07:12.231Z] SUCCESS: Specified value was saved. [2021-06-02T16:07:13.205Z] INFO: Downloading git... [2021-06-02T16:07:13.671Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-06-02T16:07:13.671Z] [2021-06-02T16:07:13.671Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-06-02T16:07:13.671Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-06-02T16:07:13.671Z] HOSTNAME=91f3dc2a2bd4 [2021-06-02T16:07:13.671Z] DEST=bundles/test-integration [2021-06-02T16:07:13.671Z] PWD=/go/src/github.com/docker/docker [2021-06-02T16:07:13.671Z] DOCKER_ROOTLESS=1 [2021-06-02T16:07:13.671Z] DOCKER_GITCOMMIT=d414c0c1e8c487170b1d2f5af4946771645c6564 [2021-06-02T16:07:13.671Z] container=docker [2021-06-02T16:07:13.671Z] HOME=/root [2021-06-02T16:07:13.671Z] GOLANG_VERSION=1.13.15 [2021-06-02T16:07:13.671Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-06-02T16:07:13.671Z] VALIDATE_BRANCH=master [2021-06-02T16:07:13.671Z] TERM=xterm [2021-06-02T16:07:13.671Z] DOCKER_PKG=github.com/docker/docker [2021-06-02T16:07:13.671Z] SHLVL=1 [2021-06-02T16:07:13.671Z] TIMEOUT=120m [2021-06-02T16:07:13.671Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-06-02T16:07:13.671Z] DOCKER_GRAPHDRIVER=overlay2 [2021-06-02T16:07:13.671Z] GO111MODULE=off [2021-06-02T16:07:13.671Z] DOCKER_EXPERIMENTAL=1 [2021-06-02T16:07:13.671Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-06-02T16:07:13.671Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-06-02T16:07:13.671Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-06-02T16:07:13.671Z] GOPATH=/go [2021-06-02T16:07:13.671Z] PKG_CONFIG=pkg-config [2021-06-02T16:07:13.671Z] _=/usr/bin/env [2021-06-02T16:07:13.671Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-06-02T16:07:14.752Z] INFO: Downloading go... [2021-06-02T16:07:16.948Z] INFO: Downloading compiler 1 of 3... [2021-06-02T16:07:17.922Z] INFO: Downloading compiler 2 of 3... [2021-06-02T16:07:18.901Z] INFO: Downloading compiler 3 of 3... [2021-06-02T16:07:19.362Z] INFO: Extracting git... [2021-06-02T16:07:24.109Z] ok github.com/docker/docker/cmd/dockerd 0.154s coverage: 29.1% of statements [2021-06-02T16:07:24.109Z] ok github.com/docker/docker/container 0.174s coverage: 34.6% of statements [2021-06-02T16:07:24.109Z] ? github.com/docker/docker/container/stream [no test files] [2021-06-02T16:07:24.109Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-06-02T16:07:24.109Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-06-02T16:07:24.109Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-06-02T16:07:24.109Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.034s coverage: 65.3% of statements [2021-06-02T16:07:24.685Z] ok github.com/docker/docker/daemon/cluster/convert 0.069s coverage: 35.9% of statements [2021-06-02T16:07:28.914Z] ok github.com/docker/docker/daemon/cluster 0.126s coverage: 0.5% of statements [2021-06-02T16:07:30.308Z] ok github.com/docker/docker/daemon/discovery 0.021s coverage: 30.0% of statements [2021-06-02T16:07:30.570Z] ok github.com/docker/docker/daemon/config 0.127s coverage: 81.8% of statements [2021-06-02T16:07:31.777Z] INFO: Expanding go... [2021-06-02T16:07:31.965Z] ok github.com/docker/docker/daemon/events 0.074s coverage: 50.0% of statements [2021-06-02T16:07:32.540Z] ok github.com/docker/docker/daemon/graphdriver 0.065s coverage: 2.2% of statements [2021-06-02T16:07:36.758Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.016s coverage: 3.1% of statements [2021-06-02T16:07:36.758Z] ok github.com/docker/docker/daemon/graphdriver/aufs 2.994s coverage: 73.3% of statements [2021-06-02T16:07:37.020Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.495s coverage: 14.1% of statements [2021-06-02T16:07:38.411Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.935s coverage: 56.2% of statements [2021-06-02T16:07:38.986Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.028s coverage: 1.9% of statements [2021-06-02T16:07:39.526Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-06-02T16:07:39.526Z] [2021-06-02T16:07:39.526Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-06-02T16:07:39.526Z] DOCKER_SYSTEMD=1 [2021-06-02T16:07:39.526Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-06-02T16:07:39.526Z] HOSTNAME=0af12c84a591 [2021-06-02T16:07:39.526Z] DEST=bundles/test-integration [2021-06-02T16:07:39.526Z] PWD=/go/src/github.com/docker/docker [2021-06-02T16:07:39.526Z] DOCKER_GITCOMMIT=d414c0c1e8c487170b1d2f5af4946771645c6564 [2021-06-02T16:07:39.526Z] container=docker [2021-06-02T16:07:39.526Z] HOME=/root [2021-06-02T16:07:39.526Z] LANG=C.UTF-8 [2021-06-02T16:07:39.526Z] INVOCATION_ID=d05609195eab45b8a2ba307e54b45946 [2021-06-02T16:07:39.526Z] GOLANG_VERSION=1.13.15 [2021-06-02T16:07:39.526Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-06-02T16:07:39.526Z] VALIDATE_BRANCH=master [2021-06-02T16:07:39.526Z] TERM=xterm [2021-06-02T16:07:39.526Z] DOCKER_PKG=github.com/docker/docker [2021-06-02T16:07:39.526Z] SHLVL=3 [2021-06-02T16:07:39.526Z] TIMEOUT=120m [2021-06-02T16:07:39.526Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-06-02T16:07:39.526Z] DOCKER_GRAPHDRIVER=overlay2 [2021-06-02T16:07:39.526Z] GO111MODULE=off [2021-06-02T16:07:39.526Z] DOCKER_EXPERIMENTAL=1 [2021-06-02T16:07:39.526Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-06-02T16:07:39.526Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-06-02T16:07:39.526Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-06-02T16:07:39.526Z] GOPATH=/go [2021-06-02T16:07:39.526Z] PKG_CONFIG=pkg-config [2021-06-02T16:07:39.526Z] _=/usr/bin/env [2021-06-02T16:07:39.526Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-06-02T16:07:40.249Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-06-02T16:07:40.249Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-06-02T16:07:41.539Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.804s coverage: 49.4% of statements [2021-06-02T16:07:43.461Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 1.503s coverage: 57.7% of statements [2021-06-02T16:07:43.461Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.020s coverage: 57.5% of statements [2021-06-02T16:07:44.057Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.083s coverage: 46.2% of statements [2021-06-02T16:07:44.639Z] ok github.com/docker/docker/daemon/links 0.038s coverage: 93.0% of statements [2021-06-02T16:07:45.224Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.029s coverage: 3.0% of statements [2021-06-02T16:07:45.798Z] ok github.com/docker/docker/daemon 12.270s coverage: 17.3% of statements [2021-06-02T16:07:45.798Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-06-02T16:07:45.798Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-06-02T16:07:45.798Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-06-02T16:07:45.798Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-06-02T16:07:45.798Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-06-02T16:07:45.798Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-06-02T16:07:45.798Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-06-02T16:07:47.189Z] ok github.com/docker/docker/daemon/logger 0.254s coverage: 43.5% of statements [2021-06-02T16:07:48.141Z] ok github.com/docker/docker/daemon/images 0.054s coverage: 6.7% of statements [2021-06-02T16:07:48.141Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-06-02T16:07:48.141Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-06-02T16:07:48.141Z] ok github.com/docker/docker/daemon/logger/gelf 0.025s coverage: 67.0% of statements [2021-06-02T16:07:48.356Z] 29d5b6a226d2: Pull complete [2021-06-02T16:07:48.356Z] Digest: sha256:e92dcad0bf84dc0ec9fdcf076eb32c9cb664a0605be1843365b6fc3e9de2306b [2021-06-02T16:07:48.356Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-02T16:07:48.356Z] mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-02T16:07:48.356Z] INFO: docker pull of mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 completed successfully [2021-06-02T16:07:48.356Z] INFO: Tagging mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 as microsoft/windowsservercore [2021-06-02T16:07:48.356Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20295.1' [2021-06-02T16:07:48.356Z] INFO: Docker version of control daemon [2021-06-02T16:07:48.356Z] [2021-06-02T16:07:48.356Z] Client: Mirantis Container Runtime [2021-06-02T16:07:48.356Z] Version: 20.10.0 [2021-06-02T16:07:48.356Z] API version: 1.41 [2021-06-02T16:07:48.356Z] Go version: go1.13.15 [2021-06-02T16:07:48.356Z] Git commit: 6ee42dc [2021-06-02T16:07:48.356Z] Built: 03/11/2021 13:24:56 [2021-06-02T16:07:48.356Z] OS/Arch: windows/amd64 [2021-06-02T16:07:48.356Z] Context: default [2021-06-02T16:07:48.356Z] Experimental: true [2021-06-02T16:07:48.356Z] [2021-06-02T16:07:48.356Z] Server: Mirantis Container Runtime [2021-06-02T16:07:48.356Z] Engine: [2021-06-02T16:07:48.356Z] Version: 20.10.0 [2021-06-02T16:07:48.356Z] API version: 1.41 (minimum version 1.24) [2021-06-02T16:07:48.356Z] Go version: go1.13.15 [2021-06-02T16:07:48.356Z] Git commit: 1e08f21e79 [2021-06-02T16:07:48.356Z] Built: 03/11/2021 13:23:32 [2021-06-02T16:07:48.356Z] OS/Arch: windows/amd64 [2021-06-02T16:07:48.356Z] Experimental: true [2021-06-02T16:07:48.356Z] [2021-06-02T16:07:48.356Z] INFO: Docker info of control daemon [2021-06-02T16:07:48.356Z] [2021-06-02T16:07:48.356Z] Client: [2021-06-02T16:07:48.356Z] Context: default [2021-06-02T16:07:48.356Z] Debug Mode: false [2021-06-02T16:07:48.356Z] Plugins: [2021-06-02T16:07:48.356Z] app: Docker Application (Docker Inc., v0.8.0) [2021-06-02T16:07:48.356Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-06-02T16:07:48.356Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-06-02T16:07:48.356Z] [2021-06-02T16:07:48.356Z] Server: [2021-06-02T16:07:48.356Z] Containers: 0 [2021-06-02T16:07:48.356Z] Running: 0 [2021-06-02T16:07:48.356Z] Paused: 0 [2021-06-02T16:07:48.356Z] Stopped: 0 [2021-06-02T16:07:48.356Z] Images: 1 [2021-06-02T16:07:48.356Z] Server Version: 20.10.0 [2021-06-02T16:07:48.356Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-06-02T16:07:48.356Z] Windows: [2021-06-02T16:07:48.356Z] LCOW: [2021-06-02T16:07:48.356Z] Logging Driver: json-file [2021-06-02T16:07:48.356Z] Plugins: [2021-06-02T16:07:48.356Z] Volume: local [2021-06-02T16:07:48.356Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-06-02T16:07:48.356Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-06-02T16:07:48.356Z] Swarm: inactive [2021-06-02T16:07:48.356Z] Default Isolation: process [2021-06-02T16:07:48.356Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-06-02T16:07:48.356Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-06-02T16:07:48.356Z] OSType: windows [2021-06-02T16:07:48.356Z] Architecture: x86_64 [2021-06-02T16:07:48.356Z] CPUs: 4 [2021-06-02T16:07:48.356Z] Total Memory: 32GiB [2021-06-02T16:07:48.356Z] Name: azwin-2-8315a0 [2021-06-02T16:07:48.356Z] ID: HIW7:RJDB:LAOZ:BJYL:XAN5:UZSY:3HLA:IGW5:APOR:JIRV:4S77:NKO6 [2021-06-02T16:07:48.356Z] Docker Root Dir: D:\docker [2021-06-02T16:07:48.356Z] Debug Mode: false [2021-06-02T16:07:48.356Z] Registry: https://index.docker.io/v1/ [2021-06-02T16:07:48.356Z] Labels: [2021-06-02T16:07:48.356Z] Experimental: true [2021-06-02T16:07:48.356Z] Insecure Registries: [2021-06-02T16:07:48.356Z] 10.0.0.4:5000 [2021-06-02T16:07:48.356Z] 127.0.0.0/8 [2021-06-02T16:07:48.356Z] Registry Mirrors: [2021-06-02T16:07:48.356Z] http://10.0.0.4:5000/ [2021-06-02T16:07:48.356Z] Live Restore Enabled: false [2021-06-02T16:07:48.356Z] [2021-06-02T16:07:48.356Z] [2021-06-02T16:07:48.356Z] INFO: Commit hash is d414c0c1e8 [2021-06-02T16:07:48.356Z] INFO: Nuke-Everything... [2021-06-02T16:07:48.356Z] INFO: Container count on control daemon to delete is 0 [2021-06-02T16:07:48.356Z] INFO: Nuking d:\CI [2021-06-02T16:07:48.356Z] INFO: Zapped successfully [2021-06-02T16:07:48.356Z] INFO: Location for testing is d:\CI\PR-42143\28 [2021-06-02T16:07:48.356Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-06-02T16:07:48.356Z] [2021-06-02T16:07:48.356Z] [2021-06-02T16:07:48.356Z] INFO: Building the image from Dockerfile.windows at 06/02/2021 16:07:41... [2021-06-02T16:07:48.356Z] [2021-06-02T16:07:48.356Z] Sending build context to Docker daemon 59.56MB [2021-06-02T16:07:48.356Z] [2021-06-02T16:07:48.356Z] Step 1/10 : FROM microsoft/windowsservercore [2021-06-02T16:07:48.356Z] ---> 39d157a84080 [2021-06-02T16:07:48.356Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-06-02T16:07:48.356Z] ---> Running in 355b780ac5c6 [2021-06-02T16:07:48.356Z] Removing intermediate container 355b780ac5c6 [2021-06-02T16:07:48.356Z] ---> 019b71b70efb [2021-06-02T16:07:48.356Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2021-06-02T16:07:48.356Z] ---> Running in 3b6637de9e69 [2021-06-02T16:07:48.356Z] Removing intermediate container 3b6637de9e69 [2021-06-02T16:07:48.356Z] ---> 76a7064b6626 [2021-06-02T16:07:48.356Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2021-06-02T16:07:48.356Z] ---> Running in 3d00df31af84 [2021-06-02T16:07:48.356Z] Removing intermediate container 3d00df31af84 [2021-06-02T16:07:48.356Z] ---> 2e3b4b6c04c3 [2021-06-02T16:07:48.356Z] 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-06-02T16:07:48.356Z] ---> Running in 947b2e11eab6 [2021-06-02T16:07:48.356Z] Removing intermediate container 947b2e11eab6 [2021-06-02T16:07:48.356Z] ---> f36c6fbe53d0 [2021-06-02T16:07:48.356Z] 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-06-02T16:07:48.356Z] ---> Running in 9ec086df1dfe [2021-06-02T16:07:48.717Z] ok github.com/docker/docker/daemon/logger/awslogs 0.381s coverage: 77.8% of statements [2021-06-02T16:07:48.717Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-06-02T16:07:48.717Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-06-02T16:07:48.979Z] ok github.com/docker/docker/daemon/logger/journald 0.050s coverage: 23.9% of statements [2021-06-02T16:07:49.240Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.031s coverage: 87.2% of statements [2021-06-02T16:07:49.814Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.068s coverage: 69.9% of statements [2021-06-02T16:07:50.760Z] ok github.com/docker/docker/daemon/logger/local 0.064s coverage: 75.2% of statements [2021-06-02T16:07:50.760Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-06-02T16:07:51.022Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.047s coverage: 31.5% of statements [2021-06-02T16:07:51.598Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.100s coverage: 59.3% of statements [2021-06-02T16:07:52.154Z] [2021-06-02T16:07:52.155Z] SUCCESS: Specified value was saved. [2021-06-02T16:07:52.171Z] ok github.com/docker/docker/daemon/logger/templates 0.025s coverage: 8.3% of statements [2021-06-02T16:07:52.433Z] ok github.com/docker/docker/daemon/logger/syslog 0.040s coverage: 46.8% of statements [2021-06-02T16:07:52.926Z] INFO: Expanding compiler 1 of 3... [2021-06-02T16:07:52.926Z] INFO: Expanding compiler 2 of 3... [2021-06-02T16:07:53.192Z] INFO: Downloading git... [2021-06-02T16:07:53.381Z] ok github.com/docker/docker/daemon/network 0.046s coverage: 63.8% of statements [2021-06-02T16:07:54.182Z] INFO: Downloading go... [2021-06-02T16:07:54.327Z] ok github.com/docker/docker/daemon/logger/splunk 1.847s coverage: 82.5% of statements [2021-06-02T16:07:54.327Z] ? github.com/docker/docker/daemon/names [no test files] [2021-06-02T16:07:54.327Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-06-02T16:07:54.327Z] ok github.com/docker/docker/distribution/metadata 0.107s coverage: 48.2% of statements [2021-06-02T16:07:56.248Z] ok github.com/docker/docker/errdefs 0.014s coverage: 53.1% of statements [2021-06-02T16:07:56.248Z] ok github.com/docker/docker/distribution 0.279s coverage: 25.2% of statements [2021-06-02T16:07:56.248Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-06-02T16:07:56.370Z] INFO: Downloading compiler 1 of 3... [2021-06-02T16:07:56.510Z] ok github.com/docker/docker/image 0.058s coverage: 86.6% of statements [2021-06-02T16:07:56.835Z] INFO: Downloading compiler 2 of 3... [2021-06-02T16:07:56.835Z] INFO: Downloading compiler 3 of 3... [2021-06-02T16:07:56.835Z] INFO: Extracting git... [2021-06-02T16:07:57.429Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m17.990577204s with top 10 stages: buildssa: 1m42.853819604s, goimports: 22.475017484s, unconvert: 12.245852339s, gosec: 10.339805188s, golint: 6.050187154s, ineffassign: 4.445543393s, misspell: 4.430039797s, vrp: 3.559458279s, inspect: 3.2885366s, printf: 2.219495911s [2021-06-02T16:07:57.429Z] INFO [runner] Issues before processing: 2262, after processing: 0 [2021-06-02T16:07:57.429Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 1683/1683, skip_files: 1683/1683, autogenerated_exclude: 1578/1683, cgo: 1683/2262, identifier_marker: 1578/1578, exclude-rules: 64/1578, nolint: 0/64, skip_dirs: 1683/1683, exclude: 1578/1578, path_prettifier: 1683/1683 [2021-06-02T16:07:57.429Z] INFO [runner] processing took 58.409163ms with stages: nolint: 25.067318ms, identifier_marker: 15.906183ms, path_prettifier: 8.119948ms, autogenerated_exclude: 4.128847ms, exclude-rules: 3.271883ms, skip_dirs: 1.624587ms, cgo: 179.257µs, filename_unadjuster: 106.685µs, max_same_issues: 1.103µs, uniq_by_line: 794ns, max_from_linter: 500ns, diff: 487ns, exclude: 384ns, source_code: 365ns, skip_files: 292ns, max_per_file_from_linter: 271ns, path_shortener: 259ns [2021-06-02T16:07:57.429Z] INFO [runner] linters took 1m42.470257592s with stages: goanalysis_metalinter: 1m21.063564195s, unused: 21.348070724s [2021-06-02T16:07:57.429Z] INFO File cache stats: 1457 entries of total size 6.8MiB [2021-06-02T16:07:57.429Z] INFO Memory: 1542 samples, avg is 753.8MB, max is 3570.1MB [2021-06-02T16:07:57.429Z] INFO Execution took 3m43.36408627s [2021-06-02T16:07:57.429Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [2021-06-02T16:07:57.459Z] ok github.com/docker/docker/distribution/xfer 1.721s coverage: 85.1% of statements [2021-06-02T16:07:57.459Z] ? github.com/docker/docker/dockerversion [no test files] [2021-06-02T16:07:57.459Z] ok github.com/docker/docker/image/cache 0.025s coverage: 19.2% of statements [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2021-06-02T16:07:57.642Z] INFO: Expanding compiler 3 of 3... [2021-06-02T16:07:57.722Z] ok github.com/docker/docker/image/tarexport 0.031s coverage: 0.6% of statements [2021-06-02T16:07:57.773Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42143/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr28 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d414c0c1e8c487170b1d2f5af4946771645c6564 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d414c0c1e8c487170b1d2f5af4946771645c6564 hack/make.sh dynbinary-daemon test-docker-py [2021-06-02T16:07:58.296Z] ok github.com/docker/docker/image/v1 0.053s coverage: 25.0% of statements [2021-06-02T16:07:58.296Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-06-02T16:07:58.296Z] ok github.com/docker/docker/libcontainerd/queue 0.032s coverage: 100.0% of statements [2021-06-02T16:07:58.343Z] [2021-06-02T16:07:58.343Z] Removing bundles/ [2021-06-02T16:07:58.343Z] [2021-06-02T16:07:58.343Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2021-06-02T16:07:58.343Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-06-02T16:07:58.343Z] GOOS="" GOARCH="" GOARM="" [2021-06-02T16:07:58.615Z] INFO: Removing downloaded files... [2021-06-02T16:07:58.615Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2021-06-02T16:07:58.615Z] INFO: Configuring git core.autocrlf... [2021-06-02T16:07:59.694Z] ok github.com/docker/docker/oci 0.034s coverage: 45.2% of statements [2021-06-02T16:07:59.694Z] ok github.com/docker/docker/pkg/aaparser 0.013s coverage: 52.9% of statements [2021-06-02T16:07:59.956Z] ok github.com/docker/docker/opts 0.094s coverage: 67.1% of statements [2021-06-02T16:08:00.903Z] ok github.com/docker/docker/pkg/broadcaster 0.031s coverage: 100.0% of statements [2021-06-02T16:08:01.849Z] ok github.com/docker/docker/pkg/authorization 0.415s coverage: 68.3% of statements [2021-06-02T16:08:01.849Z] ok github.com/docker/docker/pkg/capabilities 0.013s coverage: 87.5% of statements [2021-06-02T16:08:02.197Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-06-02T16:08:02.794Z] ok github.com/docker/docker/pkg/directory 0.013s coverage: 80.0% of statements [2021-06-02T16:08:03.058Z] ok github.com/docker/docker/pkg/archive 1.292s coverage: 82.2% of statements [2021-06-02T16:08:03.320Z] ok github.com/docker/docker/pkg/discovery 0.012s coverage: 58.3% of statements [2021-06-02T16:08:03.893Z] ok github.com/docker/docker/pkg/discovery/file 0.025s coverage: 97.6% of statements [2021-06-02T16:08:04.464Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [2021-06-02T16:08:05.037Z] ok github.com/docker/docker/pkg/discovery/nodes 0.011s coverage: 93.8% of statements [2021-06-02T16:08:05.610Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2021-06-02T16:08:05.871Z] ok github.com/docker/docker/pkg/chrootarchive 3.027s coverage: 43.2% of statements [2021-06-02T16:08:06.159Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-06-02T16:08:06.814Z] ok github.com/docker/docker/pkg/filenotify 0.610s coverage: 67.0% of statements [2021-06-02T16:08:06.814Z] ok github.com/docker/docker/pkg/fileutils 0.039s coverage: 88.7% of statements [2021-06-02T16:08:07.097Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-06-02T16:08:07.227Z] INFO: Expanding go... [2021-06-02T16:08:07.387Z] ok github.com/docker/docker/pkg/fsutils 0.230s coverage: 85.1% of statements [2021-06-02T16:08:07.387Z] ok github.com/docker/docker/pkg/homedir 0.014s coverage: 11.4% of statements [2021-06-02T16:08:07.648Z] ok github.com/docker/docker/pkg/discovery/kv 3.086s coverage: 84.1% of statements [2021-06-02T16:08:08.222Z] ok github.com/docker/docker/layer 7.643s coverage: 68.8% of statements [2021-06-02T16:08:08.222Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-06-02T16:08:08.222Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-06-02T16:08:08.222Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-06-02T16:08:08.222Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-06-02T16:08:08.222Z] ? github.com/docker/docker/oci/caps [no test files] [2021-06-02T16:08:08.222Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-06-02T16:08:08.222Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-06-02T16:08:08.484Z] ok github.com/docker/docker/pkg/jsonmessage 0.017s coverage: 91.7% of statements [2021-06-02T16:08:08.746Z] ok github.com/docker/docker/pkg/longpath 0.017s coverage: 100.0% of statements [2021-06-02T16:08:09.008Z] ok github.com/docker/docker/pkg/ioutils 0.646s coverage: 70.6% of statements [2021-06-02T16:08:09.271Z] ok github.com/docker/docker/pkg/idtools 0.917s coverage: 69.5% of statements [2021-06-02T16:08:09.271Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-06-02T16:08:09.271Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-06-02T16:08:09.271Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-06-02T16:08:09.271Z] ok github.com/docker/docker/pkg/namesgenerator 0.036s coverage: 85.7% of statements [2021-06-02T16:08:09.271Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-06-02T16:08:09.534Z] ok github.com/docker/docker/pkg/parsers 0.051s coverage: 97.0% of statements [2021-06-02T16:08:09.534Z] ok github.com/docker/docker/pkg/parsers/kernel 0.023s coverage: 60.0% of statements [2021-06-02T16:08:09.796Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.030s coverage: 86.7% of statements [2021-06-02T16:08:10.058Z] ok github.com/docker/docker/pkg/pidfile 0.057s coverage: 82.4% of statements [2021-06-02T16:08:10.058Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-06-02T16:08:10.058Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-06-02T16:08:10.637Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.022s coverage: 56.8% of statements [2021-06-02T16:08:11.211Z] ok github.com/docker/docker/pkg/pools 0.031s coverage: 88.2% of statements [2021-06-02T16:08:11.211Z] ok github.com/docker/docker/pkg/plugins/transport 0.039s coverage: 85.7% of statements [2021-06-02T16:08:11.474Z] ok github.com/docker/docker/pkg/progress 0.026s coverage: 75.9% of statements [2021-06-02T16:08:12.046Z] ok github.com/docker/docker/pkg/reexec 0.019s coverage: 82.4% of statements [2021-06-02T16:08:12.618Z] ok github.com/docker/docker/pkg/stdcopy 0.011s coverage: 100.0% of statements [2021-06-02T16:08:12.878Z] ok github.com/docker/docker/pkg/pubsub 1.079s coverage: 75.0% of statements [2021-06-02T16:08:13.140Z] ok github.com/docker/docker/pkg/streamformatter 0.011s coverage: 66.2% of statements [2021-06-02T16:08:13.140Z] ok github.com/docker/docker/pkg/stringid 0.010s coverage: 70.6% of statements [2021-06-02T16:08:14.397Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-06-02T16:08:14.397Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-06-02T16:08:14.528Z] ok github.com/docker/docker/pkg/sysinfo 0.030s coverage: 54.9% of statements [2021-06-02T16:08:14.528Z] ok github.com/docker/docker/pkg/system 0.023s coverage: 36.9% of statements [2021-06-02T16:08:14.963Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-06-02T16:08:15.101Z] ok github.com/docker/docker/pkg/tailfile 0.098s coverage: 88.6% of statements [2021-06-02T16:08:15.673Z] ok github.com/docker/docker/pkg/tarsum 0.108s coverage: 89.3% of statements [2021-06-02T16:08:15.673Z] testing: warning: no tests to run [2021-06-02T16:08:15.673Z] coverage: [no statements] [2021-06-02T16:08:15.673Z] ok github.com/docker/docker/pkg/term/windows 0.008s coverage: [no statements] [no tests to run] [2021-06-02T16:08:15.897Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-06-02T16:08:16.155Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-06-02T16:08:16.246Z] ok github.com/docker/docker/pkg/urlutil 0.008s coverage: 100.0% of statements [2021-06-02T16:08:16.246Z] ok github.com/docker/docker/pkg/truncindex 0.109s coverage: 91.5% of statements [2021-06-02T16:08:16.246Z] ok github.com/docker/docker/pkg/signal 3.998s coverage: 62.3% of statements [2021-06-02T16:08:16.508Z] ok github.com/docker/docker/pkg/useragent 0.018s coverage: 88.9% of statements [2021-06-02T16:08:17.455Z] ok github.com/docker/docker/plugin/v2 0.018s coverage: 14.5% of statements [2021-06-02T16:08:18.032Z] ok github.com/docker/docker/profiles/seccomp 0.050s coverage: 85.4% of statements [2021-06-02T16:08:18.057Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-06-02T16:08:18.976Z] ok github.com/docker/docker/plugin 0.546s coverage: 23.2% of statements [2021-06-02T16:08:18.976Z] ok github.com/docker/docker/reference 0.020s coverage: 84.4% of statements [2021-06-02T16:08:20.365Z] ok github.com/docker/docker/registry/resumable 0.036s coverage: 100.0% of statements [2021-06-02T16:08:20.627Z] ok github.com/docker/docker/quota 0.525s coverage: 71.4% of statements [2021-06-02T16:08:20.889Z] ok github.com/docker/docker/restartmanager 0.011s coverage: 45.3% of statements [2021-06-02T16:08:21.151Z] ok github.com/docker/docker/registry 0.199s coverage: 58.8% of statements [2021-06-02T16:08:21.724Z] ok github.com/docker/docker/testutil 0.054s coverage: 62.5% of statements [2021-06-02T16:08:21.985Z] ok github.com/docker/docker/runconfig 0.040s coverage: 66.1% of statements [2021-06-02T16:08:22.242Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-06-02T16:08:23.615Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-06-02T16:08:24.615Z] ok github.com/docker/docker/volume/drivers 0.023s coverage: 36.1% of statements [2021-06-02T16:08:24.876Z] ok github.com/docker/docker/volume/mounts 0.087s coverage: 67.0% of statements [2021-06-02T16:08:24.989Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-06-02T16:08:25.017Z] INFO: Expanding compiler 1 of 3... [2021-06-02T16:08:25.137Z] ok github.com/docker/docker/volume/local 0.203s coverage: 76.4% of statements [2021-06-02T16:08:25.247Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-06-02T16:08:25.989Z] INFO: Expanding compiler 2 of 3... [2021-06-02T16:08:26.521Z] ok github.com/docker/docker/volume/service 0.028s coverage: 73.1% of statements [2021-06-02T16:08:26.621Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-06-02T16:08:27.995Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-06-02T16:08:29.045Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-06-02T16:08:29.368Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-06-02T16:08:30.303Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-06-02T16:08:30.686Z] INFO: Expanding compiler 3 of 3... [2021-06-02T16:08:30.686Z] INFO: Removing downloaded files... [2021-06-02T16:08:30.686Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2021-06-02T16:08:30.686Z] INFO: Configuring git core.autocrlf... [2021-06-02T16:08:31.243Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-06-02T16:08:32.616Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-06-02T16:08:32.616Z] Using test binary docker [2021-06-02T16:08:32.616Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-06-02T16:08:32.616Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-06-02T16:08:32.616Z] INFO: Waiting for daemon to start... [2021-06-02T16:08:32.616Z] Starting dockerd [2021-06-02T16:08:35.893Z] . [2021-06-02T16:08:35.893Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-06-02T16:08:35.893Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-06-02T16:08:35.893Z] Error: No such image: emptyfs [2021-06-02T16:08:35.893Z] Running integration-test (iteration 1) [2021-06-02T16:08:35.893Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-06-02T16:08:41.270Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-06-02T16:08:41.270Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-06-02T16:08:42.211Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-06-02T16:08:43.151Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-06-02T16:08:43.411Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-06-02T16:08:45.318Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-06-02T16:08:48.472Z] ok github.com/docker/docker/pkg/plugins 33.646s coverage: 76.6% of statements [2021-06-02T16:08:48.472Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-06-02T16:08:48.472Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-06-02T16:08:48.472Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-06-02T16:08:48.472Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-06-02T16:08:48.472Z] ? github.com/docker/docker/pkg/term [no test files] [2021-06-02T16:08:48.472Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-06-02T16:08:48.472Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-06-02T16:08:48.472Z] ? github.com/docker/docker/rootless [no test files] [2021-06-02T16:08:48.472Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-06-02T16:08:48.472Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-06-02T16:08:48.472Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-06-02T16:08:48.472Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-06-02T16:08:48.472Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-06-02T16:08:48.472Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-06-02T16:08:48.472Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-06-02T16:08:48.472Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-06-02T16:08:48.472Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-06-02T16:08:48.472Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-06-02T16:08:48.472Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-06-02T16:08:48.472Z] ? github.com/docker/docker/testutil/request [no test files] [2021-06-02T16:08:48.472Z] ? github.com/docker/docker/volume [no test files] [2021-06-02T16:08:48.472Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-06-02T16:08:48.472Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-06-02T16:08:48.472Z] [2021-06-02T16:08:48.472Z] === Skipped [2021-06-02T16:08:48.472Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-06-02T16:08:48.472Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-02T16:08:48.472Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-02T16:08:48.472Z] [2021-06-02T16:08:48.472Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-06-02T16:08:48.472Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-02T16:08:48.472Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-02T16:08:48.472Z] [2021-06-02T16:08:48.472Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-06-02T16:08:48.472Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-02T16:08:48.472Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-02T16:08:48.472Z] [2021-06-02T16:08:48.472Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-06-02T16:08:48.472Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-02T16:08:48.472Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-02T16:08:48.472Z] [2021-06-02T16:08:48.472Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-06-02T16:08:48.472Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-02T16:08:48.472Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-02T16:08:48.472Z] [2021-06-02T16:08:48.472Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-06-02T16:08:48.472Z] graphtest_unix.go:73: No driver to put! [2021-06-02T16:08:48.472Z] [2021-06-02T16:08:48.472Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-06-02T16:08:48.472Z] time="2021-06-02T16:07:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-02T16:08:48.472Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-02T16:08:48.472Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-02T16:08:48.472Z] [2021-06-02T16:08:48.472Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-06-02T16:08:48.472Z] time="2021-06-02T16:07:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-02T16:08:48.472Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-02T16:08:48.472Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-02T16:08:48.472Z] [2021-06-02T16:08:48.472Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-06-02T16:08:48.472Z] time="2021-06-02T16:07:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-02T16:08:48.472Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-02T16:08:48.472Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-02T16:08:48.472Z] [2021-06-02T16:08:48.472Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-06-02T16:08:48.472Z] time="2021-06-02T16:07:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-02T16:08:48.472Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-02T16:08:48.472Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-02T16:08:48.472Z] [2021-06-02T16:08:48.472Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-06-02T16:08:48.472Z] time="2021-06-02T16:07:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-02T16:08:48.472Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-02T16:08:48.472Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-02T16:08:48.472Z] [2021-06-02T16:08:48.472Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-06-02T16:08:48.472Z] graphtest_unix.go:73: No driver to put! [2021-06-02T16:08:48.472Z] [2021-06-02T16:08:48.472Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-06-02T16:08:48.472Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-06-02T16:08:48.472Z] [2021-06-02T16:08:48.472Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-06-02T16:08:48.472Z] overlay_test.go:49: Fails to compute changes intermittently [2021-06-02T16:08:48.472Z] [2021-06-02T16:08:48.472Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-06-02T16:08:48.472Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-06-02T16:08:48.472Z] [2021-06-02T16:08:48.472Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-06-02T16:08:48.472Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-06-02T16:08:48.472Z] [2021-06-02T16:08:48.472Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-06-02T16:08:48.472Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-02T16:08:48.472Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-02T16:08:48.472Z] [2021-06-02T16:08:48.472Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-06-02T16:08:48.472Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-02T16:08:48.472Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-02T16:08:48.472Z] [2021-06-02T16:08:48.472Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-06-02T16:08:48.472Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-02T16:08:48.472Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-02T16:08:48.472Z] [2021-06-02T16:08:48.472Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-06-02T16:08:48.472Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-02T16:08:48.472Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-02T16:08:48.472Z] [2021-06-02T16:08:48.472Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-06-02T16:08:48.472Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-02T16:08:48.472Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-02T16:08:48.472Z] [2021-06-02T16:08:48.472Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-06-02T16:08:48.472Z] graphtest_unix.go:73: No driver to put! [2021-06-02T16:08:48.472Z] [2021-06-02T16:08:48.472Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-06-02T16:08:48.472Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-06-02T16:08:48.472Z] [2021-06-02T16:08:48.472Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-06-02T16:08:48.472Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-06-02T16:08:48.472Z] [2021-06-02T16:08:48.472Z] [2021-06-02T16:08:48.472Z] DONE 2255 tests, 24 skipped in 196.780s Post stage [Pipeline] junit [2021-06-02T16:08:48.493Z] Recording test results [2021-06-02T16:08:49.521Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-06-02T16:08:50.118Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-06-02T16:08:50.476Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42143/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr28 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d414c0c1e8c487170b1d2f5af4946771645c6564 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d414c0c1e8c487170b1d2f5af4946771645c6564 hack/make.sh dynbinary test-integration [2021-06-02T16:08:51.422Z] [2021-06-02T16:08:51.422Z] Removing bundles/ [2021-06-02T16:08:51.422Z] [2021-06-02T16:08:51.422Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-06-02T16:08:51.422Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-06-02T16:08:51.422Z] GOOS="" GOARCH="" GOARM="" [2021-06-02T16:08:51.432Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-06-02T16:08:52.812Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-06-02T16:08:53.752Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-06-02T16:08:55.133Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-06-02T16:08:56.514Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-06-02T16:08:57.806Z] Loaded image: buildpack-deps:buster [2021-06-02T16:08:57.806Z] Loaded image: busybox:latest [2021-06-02T16:08:57.806Z] Loaded image: busybox:glibc [2021-06-02T16:08:58.423Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-06-02T16:08:59.178Z] Loaded image: debian:bullseye [2021-06-02T16:08:59.178Z] Loaded image: hello-world:latest [2021-06-02T16:08:59.178Z] Loaded image: arm32v7/hello-world:latest [2021-06-02T16:08:59.178Z] INFO: Testing against a local daemon [2021-06-02T16:08:59.178Z] === RUN TestCgroupNamespacesBuild [2021-06-02T16:08:59.363Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-06-02T16:09:00.744Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-06-02T16:09:01.705Z] --- PASS: TestCgroupNamespacesBuild (2.62s) [2021-06-02T16:09:01.705Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-06-02T16:09:02.125Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-06-02T16:09:02.125Z] Using test binary docker [2021-06-02T16:09:02.125Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-06-02T16:09:02.125Z] Starting apparmor (via systemctl): apparmor.service. [2021-06-02T16:09:02.125Z] INFO: Waiting for daemon to start... [2021-06-02T16:09:02.125Z] Starting dockerd [2021-06-02T16:09:03.586Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-06-02T16:09:03.842Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-06-02T16:09:04.031Z] . [2021-06-02T16:09:04.031Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-06-02T16:09:04.031Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-06-02T16:09:04.031Z] Error: No such image: emptyfs [2021-06-02T16:09:04.229Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.45s) [2021-06-02T16:09:04.229Z] === RUN TestBuildWithSession [2021-06-02T16:09:04.229Z] --- SKIP: TestBuildWithSession (0.00s) [2021-06-02T16:09:04.229Z] build_session_test.go:25: TODO: BuildKit [2021-06-02T16:09:04.229Z] === RUN TestBuildSquashParent [2021-06-02T16:09:04.291Z] Running integration-test (iteration 1) [2021-06-02T16:09:04.291Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-06-02T16:09:10.776Z] Removing intermediate container 9adc39f9ea99 [2021-06-02T16:09:10.776Z] ---> 1262c8b647e5 [2021-06-02T16:09:10.776Z] 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-06-02T16:09:10.776Z] ---> Running in 9e70b722a5b9 [2021-06-02T16:09:10.776Z] INFO: Building gotestsum version v0.5.3 in C:\gopath [2021-06-02T16:09:10.776Z] go: finding gotest.tools v0.5.3 [2021-06-02T16:09:10.776Z] go: finding gotest.tools/gotestsum v0.5.3 [2021-06-02T16:09:10.776Z] go: downloading gotest.tools/gotestsum v0.5.3 [2021-06-02T16:09:10.776Z] go: extracting gotest.tools/gotestsum v0.5.3 [2021-06-02T16:09:11.237Z] go: downloading github.com/spf13/pflag v1.0.3 [2021-06-02T16:09:11.237Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-02T16:09:11.237Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-02T16:09:11.237Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-02T16:09:11.237Z] go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-02T16:09:11.237Z] go: extracting github.com/spf13/pflag v1.0.3 [2021-06-02T16:09:11.237Z] go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-02T16:09:11.237Z] go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-06-02T16:09:11.237Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-02T16:09:11.237Z] go: downloading github.com/fatih/color v1.9.0 [2021-06-02T16:09:11.237Z] go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-06-02T16:09:11.237Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-02T16:09:11.237Z] go: extracting github.com/fatih/color v1.9.0 [2021-06-02T16:09:11.710Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-02T16:09:11.710Z] go: downloading github.com/pkg/errors v0.9.1 [2021-06-02T16:09:11.710Z] go: extracting github.com/pkg/errors v0.9.1 [2021-06-02T16:09:11.710Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-06-02T16:09:11.710Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-06-02T16:09:11.710Z] go: extracting github.com/mattn/go-colorable v0.1.6 [2021-06-02T16:09:11.710Z] go: extracting github.com/mattn/go-isatty v0.0.12 [2021-06-02T16:09:11.710Z] go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-02T16:09:11.710Z] go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-02T16:09:12.333Z] --- PASS: TestBuildSquashParent (7.85s) [2021-06-02T16:09:12.333Z] === RUN TestBuildWithRemoveAndForceRemove [2021-06-02T16:09:12.333Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-02T16:09:12.333Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-02T16:09:12.333Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-02T16:09:12.333Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-02T16:09:12.333Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-02T16:09:12.333Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-02T16:09:12.333Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-02T16:09:12.333Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-02T16:09:12.333Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-02T16:09:12.333Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-02T16:09:12.333Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-02T16:09:12.333Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-02T16:09:12.333Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-02T16:09:12.333Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-02T16:09:12.685Z] go: finding github.com/fatih/color v1.9.0 [2021-06-02T16:09:12.685Z] go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-02T16:09:12.685Z] go: finding github.com/pkg/errors v0.9.1 [2021-06-02T16:09:12.685Z] go: finding github.com/spf13/pflag v1.0.3 [2021-06-02T16:09:13.147Z] go: finding github.com/mattn/go-colorable v0.1.6 [2021-06-02T16:09:13.147Z] go: finding github.com/mattn/go-isatty v0.0.12 [2021-06-02T16:09:13.147Z] go: finding github.com/jonboulle/clockwork v0.1.0 [2021-06-02T16:09:13.147Z] go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-02T16:09:13.147Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-02T16:09:13.147Z] go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-02T16:09:13.147Z] go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-02T16:09:15.611Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-02T16:09:15.611Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-02T16:09:16.904Z] INFO: Build done for gotestsum... [2021-06-02T16:09:18.138Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-02T16:09:18.138Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-02T16:09:19.186Z] Loaded image: buildpack-deps:buster [2021-06-02T16:09:19.186Z] Loaded image: busybox:latest [2021-06-02T16:09:19.186Z] Loaded image: busybox:glibc [2021-06-02T16:09:19.754Z] Loaded image: debian:bullseye [2021-06-02T16:09:20.014Z] Loaded image: hello-world:latest [2021-06-02T16:09:20.273Z] Loaded image: arm32v7/hello-world:latest [2021-06-02T16:09:20.533Z] INFO: Testing against a local daemon [2021-06-02T16:09:20.533Z] === RUN TestCgroupNamespacesBuild [2021-06-02T16:09:21.417Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-06-02T16:09:21.417Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.09s) [2021-06-02T16:09:21.417Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.12s) [2021-06-02T16:09:21.417Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.02s) [2021-06-02T16:09:21.417Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.03s) [2021-06-02T16:09:21.417Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.03s) [2021-06-02T16:09:21.417Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.03s) [2021-06-02T16:09:21.417Z] === RUN TestBuildMultiStageCopy [2021-06-02T16:09:21.417Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-06-02T16:09:23.070Z] --- PASS: TestCgroupNamespacesBuild (2.70s) [2021-06-02T16:09:23.070Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-06-02T16:09:24.694Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-06-02T16:09:24.979Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.66s) [2021-06-02T16:09:24.979Z] === RUN TestBuildWithSession [2021-06-02T16:09:24.979Z] --- SKIP: TestBuildWithSession (0.00s) [2021-06-02T16:09:24.979Z] build_session_test.go:25: TODO: BuildKit [2021-06-02T16:09:24.979Z] === RUN TestBuildSquashParent [2021-06-02T16:09:25.258Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-06-02T16:09:26.199Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-06-02T16:09:27.154Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-06-02T16:09:28.089Z] --- PASS: TestBuildMultiStageCopy (6.89s) [2021-06-02T16:09:28.089Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.88s) [2021-06-02T16:09:28.089Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.01s) [2021-06-02T16:09:28.089Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2021-06-02T16:09:28.089Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.01s) [2021-06-02T16:09:28.089Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.99s) [2021-06-02T16:09:28.089Z] === RUN TestBuildMultiStageParentConfig [2021-06-02T16:09:29.317Z] Removing intermediate container 9e70b722a5b9 [2021-06-02T16:09:29.317Z] ---> f2e8b9ad4684 [2021-06-02T16:09:29.317Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2021-06-02T16:09:29.317Z] ---> Running in aff49391eca8 [2021-06-02T16:09:29.317Z] Removing intermediate container aff49391eca8 [2021-06-02T16:09:29.317Z] ---> d70f993e67ae [2021-06-02T16:09:29.317Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-06-02T16:09:29.317Z] ---> Running in 8e16757f10b5 [2021-06-02T16:09:29.317Z] Removing intermediate container 8e16757f10b5 [2021-06-02T16:09:29.317Z] ---> e96332629bb7 [2021-06-02T16:09:29.317Z] Step 10/10 : COPY . . [2021-06-02T16:09:31.599Z] --- PASS: TestBuildSquashParent (6.17s) [2021-06-02T16:09:31.599Z] === RUN TestBuildWithRemoveAndForceRemove [2021-06-02T16:09:31.599Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-02T16:09:31.599Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-02T16:09:31.599Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-02T16:09:31.599Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-02T16:09:31.599Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-02T16:09:31.599Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-02T16:09:31.599Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-02T16:09:31.599Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-02T16:09:31.599Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-02T16:09:31.599Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-02T16:09:31.599Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-02T16:09:31.599Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-02T16:09:31.599Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-02T16:09:31.599Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-02T16:09:33.345Z] --- PASS: TestBuildMultiStageParentConfig (5.02s) [2021-06-02T16:09:33.345Z] === RUN TestBuildLabelWithTargets [2021-06-02T16:09:33.508Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-02T16:09:33.508Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-02T16:09:34.822Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-06-02T16:09:34.823Z] [2021-06-02T16:09:34.823Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2021-06-02T16:09:34.823Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2021-06-02T16:09:34.823Z] Using test binary docker [2021-06-02T16:09:34.823Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-06-02T16:09:34.823Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-06-02T16:09:34.823Z] INFO: Waiting for daemon to start... [2021-06-02T16:09:34.823Z] Starting dockerd [2021-06-02T16:09:34.823Z] . [2021-06-02T16:09:34.823Z] INFO: Building docker-sdk-python3:5.0.0... [2021-06-02T16:09:36.049Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-02T16:09:36.049Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-02T16:09:38.591Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-06-02T16:09:38.591Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.39s) [2021-06-02T16:09:38.591Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.64s) [2021-06-02T16:09:38.591Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.30s) [2021-06-02T16:09:38.591Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.36s) [2021-06-02T16:09:38.591Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.17s) [2021-06-02T16:09:38.591Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.22s) [2021-06-02T16:09:38.591Z] === RUN TestBuildMultiStageCopy [2021-06-02T16:09:38.591Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-06-02T16:09:40.499Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-06-02T16:09:40.499Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-06-02T16:09:40.760Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-06-02T16:09:41.020Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-06-02T16:09:41.279Z] --- PASS: TestBuildMultiStageCopy (3.03s) [2021-06-02T16:09:41.279Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.01s) [2021-06-02T16:09:41.279Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.24s) [2021-06-02T16:09:41.279Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.28s) [2021-06-02T16:09:41.279Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.25s) [2021-06-02T16:09:41.279Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.26s) [2021-06-02T16:09:41.279Z] === RUN TestBuildMultiStageParentConfig [2021-06-02T16:09:41.445Z] --- PASS: TestBuildLabelWithTargets (7.98s) [2021-06-02T16:09:41.445Z] === RUN TestBuildWithEmptyLayers [2021-06-02T16:09:41.848Z] --- PASS: TestBuildMultiStageParentConfig (0.74s) [2021-06-02T16:09:41.849Z] === RUN TestBuildLabelWithTargets [2021-06-02T16:09:42.805Z] Removing intermediate container 9ec086df1dfe [2021-06-02T16:09:42.805Z] ---> c8a1c3b49998 [2021-06-02T16:09:42.805Z] 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-06-02T16:09:42.805Z] ---> Running in 84d6b786d5e8 [2021-06-02T16:09:42.805Z] INFO: Building gotestsum version v0.5.3 in C:\gopath [2021-06-02T16:09:42.805Z] go: finding gotest.tools v0.5.3 [2021-06-02T16:09:42.805Z] go: finding gotest.tools/gotestsum v0.5.3 [2021-06-02T16:09:42.805Z] go: downloading gotest.tools/gotestsum v0.5.3 [2021-06-02T16:09:42.805Z] go: extracting gotest.tools/gotestsum v0.5.3 [2021-06-02T16:09:42.805Z] go: downloading github.com/fatih/color v1.9.0 [2021-06-02T16:09:42.805Z] go: downloading github.com/spf13/pflag v1.0.3 [2021-06-02T16:09:42.805Z] go: extracting github.com/fatih/color v1.9.0 [2021-06-02T16:09:42.805Z] go: extracting github.com/spf13/pflag v1.0.3 [2021-06-02T16:09:42.805Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-02T16:09:42.805Z] go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-06-02T16:09:42.805Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-02T16:09:42.805Z] go: downloading github.com/pkg/errors v0.9.1 [2021-06-02T16:09:42.805Z] go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-06-02T16:09:42.805Z] go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-02T16:09:42.805Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-06-02T16:09:42.805Z] go: extracting github.com/mattn/go-colorable v0.1.6 [2021-06-02T16:09:42.805Z] go: extracting github.com/pkg/errors v0.9.1 [2021-06-02T16:09:42.805Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-02T16:09:42.805Z] go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-02T16:09:42.805Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-02T16:09:42.805Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-06-02T16:09:42.805Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-02T16:09:42.805Z] go: extracting github.com/mattn/go-isatty v0.0.12 [2021-06-02T16:09:42.805Z] go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-02T16:09:42.805Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-02T16:09:42.805Z] go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-02T16:09:42.805Z] go: finding github.com/fatih/color v1.9.0 [2021-06-02T16:09:42.805Z] go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-02T16:09:42.805Z] go: finding github.com/pkg/errors v0.9.1 [2021-06-02T16:09:42.805Z] go: finding github.com/spf13/pflag v1.0.3 [2021-06-02T16:09:42.805Z] go: finding github.com/mattn/go-colorable v0.1.6 [2021-06-02T16:09:42.805Z] go: finding github.com/mattn/go-isatty v0.0.12 [2021-06-02T16:09:42.805Z] go: finding github.com/jonboulle/clockwork v0.1.0 [2021-06-02T16:09:42.805Z] go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-02T16:09:42.805Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-02T16:09:42.805Z] go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-02T16:09:42.805Z] go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-02T16:09:43.229Z] --- PASS: TestBuildLabelWithTargets (1.10s) [2021-06-02T16:09:43.229Z] === RUN TestBuildWithEmptyLayers [2021-06-02T16:09:43.798Z] --- PASS: TestBuildWithEmptyLayers (0.68s) [2021-06-02T16:09:43.798Z] === RUN TestBuildMultiStageOnBuild [2021-06-02T16:09:44.721Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2021-06-02T16:09:44.722Z] === RUN TestBuildMultiStageOnBuild [2021-06-02T16:09:45.067Z] INFO: Build done for gotestsum... [2021-06-02T16:09:46.337Z] --- PASS: TestBuildMultiStageOnBuild (2.50s) [2021-06-02T16:09:46.337Z] === RUN TestBuildUncleanTarFilenames [2021-06-02T16:09:46.908Z] --- PASS: TestBuildUncleanTarFilenames (0.71s) [2021-06-02T16:09:46.908Z] === RUN TestBuildMultiStageLayerLeak [2021-06-02T16:09:49.448Z] --- PASS: TestBuildMultiStageLayerLeak (2.33s) [2021-06-02T16:09:49.448Z] === RUN TestBuildWithHugeFile [2021-06-02T16:09:49.980Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2021-06-02T16:09:49.980Z] === RUN TestBuildUncleanTarFilenames [2021-06-02T16:09:49.980Z] --- PASS: TestBuildUncleanTarFilenames (0.70s) [2021-06-02T16:09:49.980Z] === RUN TestBuildMultiStageLayerLeak [2021-06-02T16:09:54.159Z] --- PASS: TestBuildMultiStageLayerLeak (4.29s) [2021-06-02T16:09:54.159Z] === RUN TestBuildWithHugeFile [2021-06-02T16:09:54.539Z] ---> 8fa1f8084f57 [2021-06-02T16:09:54.539Z] Successfully built 8fa1f8084f57 [2021-06-02T16:09:54.539Z] Successfully tagged docker:latest [2021-06-02T16:09:54.539Z] INFO: Image build ended at 06/02/2021 16:09:52. Duration:00:02:51.8441516 [2021-06-02T16:09:54.539Z] [2021-06-02T16:09:54.539Z] [2021-06-02T16:09:54.539Z] INFO: Building the test binaries at 06/02/2021 16:09:52... [2021-06-02T16:09:55.402Z] Removing intermediate container 84d6b786d5e8 [2021-06-02T16:09:55.402Z] ---> cb7783ecf211 [2021-06-02T16:09:55.402Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2021-06-02T16:09:55.402Z] ---> Running in 9d6c382fdfb3 [2021-06-02T16:09:55.402Z] Removing intermediate container 9d6c382fdfb3 [2021-06-02T16:09:55.402Z] ---> 9a9d45430031 [2021-06-02T16:09:55.402Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-06-02T16:09:55.402Z] ---> Running in c7fc1ac17d45 [2021-06-02T16:09:55.402Z] Removing intermediate container c7fc1ac17d45 [2021-06-02T16:09:55.402Z] ---> 131308c63b37 [2021-06-02T16:09:55.402Z] Step 10/10 : COPY . . [2021-06-02T16:09:56.733Z] INFO: make.ps1 starting at 06/02/2021 16:09:56 [2021-06-02T16:09:56.733Z] INFO: Git commit (d414c0c1e8) assumed from DOCKER_GITCOMMIT environment variable [2021-06-02T16:09:56.733Z] INFO: Invoking autogen... [2021-06-02T16:09:57.194Z] INFO: Building daemon... [2021-06-02T16:10:12.990Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-06-02T16:10:12.990Z] [2021-06-02T16:10:12.990Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-06-02T16:10:12.990Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-06-02T16:10:12.990Z] HOSTNAME=2019ee94f821 [2021-06-02T16:10:12.990Z] TESTDEBUG=0 [2021-06-02T16:10:12.990Z] DEST=bundles/test-integration [2021-06-02T16:10:12.990Z] PWD=/go/src/github.com/docker/docker [2021-06-02T16:10:12.990Z] DOCKER_GITCOMMIT=d414c0c1e8c487170b1d2f5af4946771645c6564 [2021-06-02T16:10:12.990Z] container=docker [2021-06-02T16:10:12.990Z] HOME=/root [2021-06-02T16:10:12.990Z] GOLANG_VERSION=1.13.15 [2021-06-02T16:10:12.990Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-06-02T16:10:12.990Z] VALIDATE_BRANCH=master [2021-06-02T16:10:12.990Z] TERM=xterm [2021-06-02T16:10:12.990Z] DOCKER_PKG=github.com/docker/docker [2021-06-02T16:10:12.990Z] SHLVL=1 [2021-06-02T16:10:12.990Z] TIMEOUT=120m [2021-06-02T16:10:12.990Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-06-02T16:10:12.990Z] DOCKER_GRAPHDRIVER=overlay2 [2021-06-02T16:10:12.990Z] GO111MODULE=off [2021-06-02T16:10:12.990Z] DOCKER_EXPERIMENTAL=1 [2021-06-02T16:10:12.991Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-06-02T16:10:12.991Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-06-02T16:10:12.991Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-06-02T16:10:12.991Z] GOPATH=/go [2021-06-02T16:10:12.991Z] PKG_CONFIG=pkg-config [2021-06-02T16:10:12.991Z] _=/usr/bin/env [2021-06-02T16:10:12.991Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-06-02T16:10:13.686Z] sha256:7c7002d9c5b93fdc9b4a98d3ff9cbebef97df3a004769dcaae49e2e3da85f3bd [2021-06-02T16:10:13.686Z] INFO: Starting docker-py tests... [2021-06-02T16:10:13.686Z] ============================= test session starts ============================== [2021-06-02T16:10:13.686Z] platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 [2021-06-02T16:10:13.686Z] rootdir: /src, inifile: pytest.ini [2021-06-02T16:10:13.686Z] plugins: timeout-1.3.3, cov-2.6.1 [2021-06-02T16:10:13.686Z] collected 390 items / 1 deselected / 389 selected [2021-06-02T16:10:13.686Z] [2021-06-02T16:10:16.520Z] ---> bb19f7eef4bf [2021-06-02T16:10:16.520Z] Successfully built bb19f7eef4bf [2021-06-02T16:10:16.520Z] Successfully tagged docker:latest [2021-06-02T16:10:16.520Z] INFO: Image build ended at 06/02/2021 16:10:14. Duration:00:02:32.8738398 [2021-06-02T16:10:16.520Z] [2021-06-02T16:10:16.520Z] [2021-06-02T16:10:16.520Z] INFO: Building the test binaries at 06/02/2021 16:10:14... [2021-06-02T16:10:18.701Z] INFO: make.ps1 starting at 06/02/2021 16:10:18 [2021-06-02T16:10:19.161Z] INFO: Git commit (d414c0c1e8) assumed from DOCKER_GITCOMMIT environment variable [2021-06-02T16:10:19.161Z] INFO: Invoking autogen... [2021-06-02T16:10:19.161Z] INFO: Building daemon... [2021-06-02T16:10:25.221Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-06-02T16:10:34.986Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-06-02T16:10:34.986Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-06-02T16:10:35.258Z] tests/integration/api_build_test.py .......................X [ 6%] [2021-06-02T16:10:36.087Z] tests/integration/api_client_test.py ..... [ 7%] [2021-06-02T16:10:37.622Z] tests/integration/api_config_test.py ..... [ 8%] [2021-06-02T16:10:45.708Z] --- PASS: TestBuildWithHugeFile (53.87s) [2021-06-02T16:10:45.708Z] === RUN TestBuildWCOWSandboxSize [2021-06-02T16:10:45.708Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-06-02T16:10:45.708Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-02T16:10:45.708Z] === RUN TestBuildWithEmptyDockerfile [2021-06-02T16:10:45.708Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-02T16:10:45.708Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-02T16:10:45.708Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-02T16:10:45.708Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-02T16:10:45.708Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-02T16:10:45.708Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-02T16:10:45.708Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-02T16:10:45.708Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-02T16:10:45.708Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-02T16:10:45.708Z] --- PASS: TestBuildWithEmptyDockerfile (0.14s) [2021-06-02T16:10:45.708Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s) [2021-06-02T16:10:45.708Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s) [2021-06-02T16:10:45.708Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2021-06-02T16:10:45.708Z] === RUN TestBuildPreserveOwnership [2021-06-02T16:10:45.708Z] === RUN TestBuildPreserveOwnership/copy_from [2021-06-02T16:10:47.089Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-06-02T16:10:47.103Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-06-02T16:10:48.469Z] --- PASS: TestBuildPreserveOwnership (4.87s) [2021-06-02T16:10:48.469Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.39s) [2021-06-02T16:10:48.469Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.47s) [2021-06-02T16:10:48.469Z] === RUN TestBuildPlatformInvalid [2021-06-02T16:10:48.469Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2021-06-02T16:10:48.469Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-06-02T16:10:48.991Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-06-02T16:10:50.367Z] --- PASS: TestBuildWithHugeFile (54.53s) [2021-06-02T16:10:50.367Z] === RUN TestBuildWCOWSandboxSize [2021-06-02T16:10:50.367Z] --- SKIP: TestBuildWCOWSandboxSize (0.02s) [2021-06-02T16:10:50.367Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-02T16:10:50.367Z] === RUN TestBuildWithEmptyDockerfile [2021-06-02T16:10:50.367Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-02T16:10:50.367Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-02T16:10:50.367Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-02T16:10:50.367Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-02T16:10:50.367Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-02T16:10:50.367Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-02T16:10:50.367Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-02T16:10:50.367Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-02T16:10:50.367Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-02T16:10:50.367Z] --- PASS: TestBuildWithEmptyDockerfile (0.16s) [2021-06-02T16:10:50.367Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.19s) [2021-06-02T16:10:50.367Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.19s) [2021-06-02T16:10:50.367Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2021-06-02T16:10:50.367Z] === RUN TestBuildPreserveOwnership [2021-06-02T16:10:50.367Z] === RUN TestBuildPreserveOwnership/copy_from [2021-06-02T16:10:53.122Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-06-02T16:10:53.158Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-06-02T16:10:55.625Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-06-02T16:10:55.675Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-06-02T16:10:56.600Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-06-02T16:10:59.804Z] --- PASS: TestBuildPreserveOwnership (10.02s) [2021-06-02T16:10:59.804Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.01s) [2021-06-02T16:10:59.804Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2021-06-02T16:10:59.804Z] === RUN TestBuildPlatformInvalid [2021-06-02T16:10:59.804Z] --- PASS: TestBuildPlatformInvalid (0.10s) [2021-06-02T16:10:59.804Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-06-02T16:10:59.804Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-06-02T16:10:59.804Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-06-02T16:10:59.804Z] PASS [2021-06-02T16:10:59.804Z] [2021-06-02T16:10:59.804Z] === Skipped [2021-06-02T16:10:59.804Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-06-02T16:10:59.804Z] build_session_test.go:25: TODO: BuildKit [2021-06-02T16:10:59.804Z] [2021-06-02T16:10:59.804Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.02s) [2021-06-02T16:10:59.804Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-02T16:10:59.804Z] [2021-06-02T16:10:59.804Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-06-02T16:10:59.804Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-06-02T16:10:59.804Z] [2021-06-02T16:10:59.804Z] [2021-06-02T16:10:59.804Z] DONE 34 tests, 3 skipped in 143.524s [2021-06-02T16:10:59.804Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-06-02T16:10:59.804Z] INFO: Testing against a local daemon [2021-06-02T16:10:59.804Z] === RUN TestConfigInspect [2021-06-02T16:10:59.804Z] --- SKIP: TestConfigInspect (0.02s) [2021-06-02T16:10:59.804Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:10:59.804Z] === RUN TestConfigList [2021-06-02T16:10:59.804Z] --- SKIP: TestConfigList (0.01s) [2021-06-02T16:10:59.804Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:10:59.804Z] === RUN TestConfigsCreateAndDelete [2021-06-02T16:10:59.804Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2021-06-02T16:10:59.804Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:10:59.804Z] === RUN TestConfigsUpdate [2021-06-02T16:10:59.804Z] --- SKIP: TestConfigsUpdate (0.02s) [2021-06-02T16:10:59.804Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:10:59.804Z] === RUN TestTemplatedConfig [2021-06-02T16:10:59.804Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-06-02T16:10:59.804Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:10:59.804Z] === RUN TestConfigCreateResolve [2021-06-02T16:10:59.804Z] --- SKIP: TestConfigCreateResolve (0.01s) [2021-06-02T16:10:59.804Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:10:59.804Z] === RUN TestConfigDaemonLibtrustID [2021-06-02T16:11:01.175Z] --- PASS: TestConfigDaemonLibtrustID (1.54s) [2021-06-02T16:11:01.175Z] PASS [2021-06-02T16:11:01.175Z] [2021-06-02T16:11:01.175Z] === Skipped [2021-06-02T16:11:01.175Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2021-06-02T16:11:01.175Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:11:01.175Z] [2021-06-02T16:11:01.175Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2021-06-02T16:11:01.175Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:11:01.175Z] [2021-06-02T16:11:01.175Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2021-06-02T16:11:01.175Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:11:01.175Z] [2021-06-02T16:11:01.175Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.02s) [2021-06-02T16:11:01.175Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:11:01.175Z] [2021-06-02T16:11:01.175Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2021-06-02T16:11:01.175Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:11:01.175Z] [2021-06-02T16:11:01.175Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2021-06-02T16:11:01.175Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:11:01.175Z] [2021-06-02T16:11:01.175Z] [2021-06-02T16:11:01.175Z] DONE 7 tests, 6 skipped in 1.773s [2021-06-02T16:11:01.175Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-06-02T16:11:01.281Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-06-02T16:11:01.434Z] INFO: Testing against a local daemon [2021-06-02T16:11:01.434Z] === RUN TestCheckpoint [2021-06-02T16:11:01.434Z] --- SKIP: TestCheckpoint (0.00s) [2021-06-02T16:11:01.434Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-02T16:11:01.434Z] === RUN TestContainerInvalidJSON [2021-06-02T16:11:01.434Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-06-02T16:11:01.434Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-06-02T16:11:01.434Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-06-02T16:11:01.434Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-06-02T16:11:01.434Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-06-02T16:11:01.434Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-06-02T16:11:01.434Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-06-02T16:11:01.434Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-06-02T16:11:01.434Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-06-02T16:11:01.434Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-06-02T16:11:01.434Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2021-06-02T16:11:01.434Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-06-02T16:11:01.434Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-06-02T16:11:01.434Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-06-02T16:11:01.434Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2021-06-02T16:11:01.434Z] === RUN TestCopyFromContainerPathIsNotDir [2021-06-02T16:11:01.434Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2021-06-02T16:11:01.434Z] === RUN TestCopyToContainerPathDoesNotExist [2021-06-02T16:11:01.434Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2021-06-02T16:11:01.434Z] === RUN TestCopyToContainerPathIsNotDir [2021-06-02T16:11:01.692Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2021-06-02T16:11:01.692Z] === RUN TestCopyFromContainer [2021-06-02T16:11:01.937Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-06-02T16:11:02.226Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-06-02T16:11:03.365Z] Loaded image: buildpack-deps:buster [2021-06-02T16:11:03.365Z] Loaded image: busybox:latest [2021-06-02T16:11:03.365Z] Loaded image: busybox:glibc [2021-06-02T16:11:03.616Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-06-02T16:11:04.303Z] Loaded image: debian:bullseye [2021-06-02T16:11:04.303Z] Loaded image: hello-world:latest [2021-06-02T16:11:04.563Z] Loaded image: arm32v7/hello-world:latest [2021-06-02T16:11:05.002Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-06-02T16:11:05.575Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-06-02T16:11:05.871Z] === RUN TestCopyFromContainer// [2021-06-02T16:11:05.871Z] === RUN TestCopyFromContainer//bar/root [2021-06-02T16:11:05.871Z] === RUN TestCopyFromContainer//bar/root/ [2021-06-02T16:11:05.871Z] === RUN TestCopyFromContainer/bar/quux [2021-06-02T16:11:05.871Z] === RUN TestCopyFromContainer/bar/quux/ [2021-06-02T16:11:05.871Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-06-02T16:11:05.871Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-06-02T16:11:05.871Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-06-02T16:11:05.871Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-06-02T16:11:05.871Z] === RUN TestCopyFromContainer/bar/notarget [2021-06-02T16:11:05.871Z] --- PASS: TestCopyFromContainer (4.29s) [2021-06-02T16:11:05.871Z] --- PASS: TestCopyFromContainer// (0.07s) [2021-06-02T16:11:05.871Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2021-06-02T16:11:05.871Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2021-06-02T16:11:05.871Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2021-06-02T16:11:05.871Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2021-06-02T16:11:05.871Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2021-06-02T16:11:05.871Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2021-06-02T16:11:05.871Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2021-06-02T16:11:05.871Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2021-06-02T16:11:05.871Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2021-06-02T16:11:05.871Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-06-02T16:11:05.871Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-02T16:11:05.871Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-02T16:11:05.871Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-02T16:11:05.871Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-02T16:11:05.871Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-02T16:11:05.871Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-02T16:11:05.871Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-02T16:11:05.871Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-02T16:11:05.871Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-02T16:11:05.871Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-06-02T16:11:05.871Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-06-02T16:11:05.871Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-06-02T16:11:05.871Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-06-02T16:11:05.871Z] === RUN TestCreateLinkToNonExistingContainer [2021-06-02T16:11:05.871Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-06-02T16:11:05.871Z] === RUN TestCreateWithInvalidEnv [2021-06-02T16:11:05.871Z] === RUN TestCreateWithInvalidEnv/0 [2021-06-02T16:11:05.871Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-06-02T16:11:05.871Z] === RUN TestCreateWithInvalidEnv/1 [2021-06-02T16:11:05.871Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-06-02T16:11:05.871Z] === RUN TestCreateWithInvalidEnv/2 [2021-06-02T16:11:05.871Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-06-02T16:11:05.871Z] === CONT TestCreateWithInvalidEnv/0 [2021-06-02T16:11:05.871Z] === CONT TestCreateWithInvalidEnv/2 [2021-06-02T16:11:05.871Z] === CONT TestCreateWithInvalidEnv/1 [2021-06-02T16:11:05.871Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-06-02T16:11:05.871Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-06-02T16:11:05.871Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-06-02T16:11:05.871Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-06-02T16:11:05.871Z] === RUN TestCreateTmpfsMountsTarget [2021-06-02T16:11:05.871Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-06-02T16:11:05.871Z] === RUN TestCreateWithCustomMaskedPaths [2021-06-02T16:11:07.493Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-06-02T16:11:08.399Z] --- PASS: TestCreateWithCustomMaskedPaths (2.12s) [2021-06-02T16:11:08.399Z] === RUN TestCreateWithCustomReadonlyPaths [2021-06-02T16:11:09.321Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-06-02T16:11:09.321Z] [2021-06-02T16:11:09.321Z] ________ ____ __. [2021-06-02T16:11:09.321Z] \_____ \ | |/ _| [2021-06-02T16:11:09.321Z] / | \| < [2021-06-02T16:11:09.321Z] / | \ | \ [2021-06-02T16:11:09.321Z] \_______ /____|__ \ [2021-06-02T16:11:09.321Z] \/ \/ [2021-06-02T16:11:09.321Z] [2021-06-02T16:11:09.321Z] INFO: make.ps1 ended at 06/02/2021 16:11:06 [2021-06-02T16:11:09.321Z] INFO: Binaries build ended at 06/02/2021 16:11:08. Duration:00:01:15.9303316 [2021-06-02T16:11:09.781Z] INFO: Copying the built daemon binary to d:\CI\PR-42143\28\binary\dockerd-d414c0c1e8.exe... [2021-06-02T16:11:09.781Z] INFO: Copying the built client binary to d:\CI\PR-42143\28\binary\docker-d414c0c1e8.exe... [2021-06-02T16:11:09.781Z] INFO: Copying dockerversion from the container... [2021-06-02T16:11:09.781Z] INFO: Copying the golang package from the container to d:\CI\PR-42143\28\installer\go.zip... [2021-06-02T16:11:10.295Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.05s) [2021-06-02T16:11:10.295Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-06-02T16:11:10.295Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-02T16:11:10.295Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-02T16:11:10.295Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-02T16:11:10.295Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-02T16:11:10.295Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-02T16:11:10.295Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-02T16:11:10.295Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-02T16:11:10.295Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-02T16:11:10.295Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-02T16:11:10.295Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-02T16:11:10.295Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-02T16:11:10.295Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-02T16:11:10.295Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-02T16:11:10.295Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-02T16:11:10.295Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-02T16:11:10.295Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-06-02T16:11:10.295Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-06-02T16:11:10.295Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-06-02T16:11:10.295Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-06-02T16:11:10.295Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-06-02T16:11:10.295Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-06-02T16:11:10.295Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-06-02T16:11:10.750Z] INFO: Extracting go.zip to d:\CI\PR-42143\28\go [2021-06-02T16:11:10.861Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.64s) [2021-06-02T16:11:10.861Z] === RUN TestCreateDifferentPlatform [2021-06-02T16:11:10.861Z] === RUN TestCreateDifferentPlatform/different_os [2021-06-02T16:11:10.861Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-06-02T16:11:10.861Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-06-02T16:11:10.861Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-06-02T16:11:10.861Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-06-02T16:11:10.861Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-06-02T16:11:10.861Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2021-06-02T16:11:10.861Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-06-02T16:11:10.861Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2021-06-02T16:11:10.861Z] === RUN TestContainerStartOnDaemonRestart [2021-06-02T16:11:10.861Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2021-06-02T16:11:10.861Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-06-02T16:11:10.861Z] === RUN TestDaemonRestartIpcMode [2021-06-02T16:11:10.861Z] === PAUSE TestDaemonRestartIpcMode [2021-06-02T16:11:10.861Z] === RUN TestDaemonHostGatewayIP [2021-06-02T16:11:10.861Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2021-06-02T16:11:10.861Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-02T16:11:10.861Z] === RUN TestRestartDaemonWithRestartingContainer [2021-06-02T16:11:10.861Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-06-02T16:11:10.861Z] === RUN TestContainerKillOnDaemonStart [2021-06-02T16:11:10.861Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-06-02T16:11:10.861Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-06-02T16:11:10.861Z] === RUN TestDiff [2021-06-02T16:11:11.704Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-06-02T16:11:11.794Z] --- PASS: TestDiff (0.68s) [2021-06-02T16:11:11.794Z] === RUN TestExecWithCloseStdin [2021-06-02T16:11:12.688Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (23.93s) [2021-06-02T16:11:12.688Z] PASS [2021-06-02T16:11:12.688Z] [2021-06-02T16:11:12.688Z] === Skipped [2021-06-02T16:11:12.688Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-06-02T16:11:12.688Z] build_session_test.go:25: TODO: BuildKit [2021-06-02T16:11:12.688Z] [2021-06-02T16:11:12.688Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2021-06-02T16:11:12.688Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-02T16:11:12.688Z] [2021-06-02T16:11:12.688Z] [2021-06-02T16:11:12.688Z] DONE 34 tests, 2 skipped in 128.130s [2021-06-02T16:11:12.688Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-06-02T16:11:12.688Z] INFO: Testing against a local daemon [2021-06-02T16:11:12.688Z] === RUN TestConfigInspect [2021-06-02T16:11:12.729Z] --- PASS: TestExecWithCloseStdin (0.97s) [2021-06-02T16:11:12.729Z] === RUN TestExec [2021-06-02T16:11:13.620Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-06-02T16:11:13.663Z] --- PASS: TestExec (0.98s) [2021-06-02T16:11:13.663Z] === RUN TestExecUser [2021-06-02T16:11:14.597Z] --- PASS: TestExecUser (0.99s) [2021-06-02T16:11:14.597Z] === RUN TestExportContainerAndImportImage [2021-06-02T16:11:15.006Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-06-02T16:11:15.223Z] --- PASS: TestConfigInspect (2.45s) [2021-06-02T16:11:15.223Z] === RUN TestConfigList [2021-06-02T16:11:15.387Z] tests/integration/api_container_test.py ....x...........x............... [ 16%] [2021-06-02T16:11:15.531Z] --- PASS: TestExportContainerAndImportImage (0.88s) [2021-06-02T16:11:15.531Z] === RUN TestExportContainerAfterDaemonRestart [2021-06-02T16:11:15.948Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-06-02T16:11:16.773Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-06-02T16:11:17.761Z] --- PASS: TestConfigList (2.30s) [2021-06-02T16:11:17.761Z] === RUN TestConfigsCreateAndDelete [2021-06-02T16:11:17.866Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-06-02T16:11:18.808Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-06-02T16:11:18.812Z] --- PASS: TestExportContainerAfterDaemonRestart (3.34s) [2021-06-02T16:11:18.812Z] === RUN TestHealthCheckWorkdir [2021-06-02T16:11:19.288Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-06-02T16:11:19.669Z] --- PASS: TestConfigsCreateAndDelete (2.33s) [2021-06-02T16:11:19.669Z] === RUN TestConfigsUpdate [2021-06-02T16:11:20.186Z] --- PASS: TestHealthCheckWorkdir (1.39s) [2021-06-02T16:11:20.186Z] === RUN TestHealthKillContainer [2021-06-02T16:11:20.725Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-06-02T16:11:22.111Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-06-02T16:11:22.252Z] --- PASS: TestConfigsUpdate (2.34s) [2021-06-02T16:11:22.252Z] === RUN TestTemplatedConfig [2021-06-02T16:11:23.455Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-06-02T16:11:23.464Z] --- PASS: TestHealthKillContainer (3.04s) [2021-06-02T16:11:23.464Z] === RUN TestInspectCpusetInConfigPre120 [2021-06-02T16:11:23.497Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-06-02T16:11:24.028Z] --- PASS: TestInspectCpusetInConfigPre120 (0.66s) [2021-06-02T16:11:24.028Z] === RUN TestIpcModeNone [2021-06-02T16:11:24.886Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-06-02T16:11:24.886Z] Using test binary docker [2021-06-02T16:11:24.886Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-06-02T16:11:24.886Z] +++ /etc/init.d/apparmor start [2021-06-02T16:11:24.886Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-06-02T16:11:24.886Z] INFO: Waiting for daemon to start... [2021-06-02T16:11:24.886Z] Starting dockerd [2021-06-02T16:11:24.886Z] +++ 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-06-02T16:11:24.961Z] --- PASS: TestIpcModeNone (0.97s) [2021-06-02T16:11:24.961Z] === RUN TestIpcModePrivate [2021-06-02T16:11:25.344Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-06-02T16:11:25.544Z] --- PASS: TestTemplatedConfig (3.52s) [2021-06-02T16:11:25.544Z] === RUN TestConfigCreateResolve [2021-06-02T16:11:25.893Z] --- PASS: TestIpcModePrivate (0.97s) [2021-06-02T16:11:25.893Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2021-06-02T16:11:25.893Z] === RUN TestIpcModeShareable [2021-06-02T16:11:25.893Z] --- SKIP: TestIpcModeShareable (0.00s) [2021-06-02T16:11:25.893Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-02T16:11:25.893Z] === RUN TestAPIIpcModeShareableAndContainer [2021-06-02T16:11:28.082Z] --- PASS: TestConfigCreateResolve (2.27s) [2021-06-02T16:11:28.082Z] === RUN TestConfigDaemonLibtrustID [2021-06-02T16:11:28.342Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2021-06-02T16:11:28.342Z] PASS [2021-06-02T16:11:28.342Z] [2021-06-02T16:11:28.342Z] DONE 7 tests in 15.868s [2021-06-02T16:11:28.342Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-06-02T16:11:28.342Z] INFO: Testing against a local daemon [2021-06-02T16:11:28.342Z] === RUN TestCheckpoint [2021-06-02T16:11:28.342Z] --- SKIP: TestCheckpoint (0.00s) [2021-06-02T16:11:28.342Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-02T16:11:28.342Z] === RUN TestContainerInvalidJSON [2021-06-02T16:11:28.342Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-06-02T16:11:28.342Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-06-02T16:11:28.342Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-06-02T16:11:28.342Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-06-02T16:11:28.342Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-06-02T16:11:28.342Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-06-02T16:11:28.342Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-06-02T16:11:28.342Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-06-02T16:11:28.342Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-06-02T16:11:28.342Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-06-02T16:11:28.342Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-06-02T16:11:28.342Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-06-02T16:11:28.342Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-06-02T16:11:28.342Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-06-02T16:11:28.601Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2021-06-02T16:11:28.601Z] === RUN TestCopyFromContainerPathIsNotDir [2021-06-02T16:11:28.601Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2021-06-02T16:11:28.601Z] === RUN TestCopyToContainerPathDoesNotExist [2021-06-02T16:11:28.601Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2021-06-02T16:11:28.601Z] === RUN TestCopyToContainerPathIsNotDir [2021-06-02T16:11:28.601Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2021-06-02T16:11:28.601Z] === RUN TestCopyFromContainer [2021-06-02T16:11:29.222Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.83s) [2021-06-02T16:11:29.222Z] === RUN TestAPIIpcModeHost [2021-06-02T16:11:29.222Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2021-06-02T16:11:29.222Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-02T16:11:29.222Z] === RUN TestDaemonIpcModeShareable [2021-06-02T16:11:29.222Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2021-06-02T16:11:29.222Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-02T16:11:29.222Z] === RUN TestDaemonIpcModePrivate [2021-06-02T16:11:29.350Z] . [2021-06-02T16:11:29.350Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-06-02T16:11:29.350Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-06-02T16:11:29.350Z] Error: No such image: emptyfs [2021-06-02T16:11:29.350Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-06-02T16:11:29.350Z] ++++ docker load [2021-06-02T16:11:29.350Z] Running integration-test (iteration 1) [2021-06-02T16:11:29.350Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2021-06-02T16:11:29.350Z] ++ 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-06-02T16:11:29.350Z] ++ set -e [2021-06-02T16:11:29.350Z] ++ '[' -n 0 ']' [2021-06-02T16:11:29.350Z] ++ set -x [2021-06-02T16:11:29.350Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-06-02T16:11:29.512Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-06-02T16:11:29.982Z] === RUN TestCopyFromContainer// [2021-06-02T16:11:30.242Z] === RUN TestCopyFromContainer//bar/root [2021-06-02T16:11:30.242Z] === RUN TestCopyFromContainer//bar/root/ [2021-06-02T16:11:30.242Z] === RUN TestCopyFromContainer/bar/quux [2021-06-02T16:11:30.242Z] === RUN TestCopyFromContainer/bar/quux/ [2021-06-02T16:11:30.502Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-06-02T16:11:30.502Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-06-02T16:11:30.502Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-06-02T16:11:30.502Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-06-02T16:11:30.762Z] === RUN TestCopyFromContainer/bar/notarget [2021-06-02T16:11:30.762Z] --- PASS: TestCopyFromContainer (2.16s) [2021-06-02T16:11:30.762Z] --- PASS: TestCopyFromContainer// (0.08s) [2021-06-02T16:11:30.762Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2021-06-02T16:11:30.762Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2021-06-02T16:11:30.762Z] --- PASS: TestCopyFromContainer/bar/quux (0.09s) [2021-06-02T16:11:30.762Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2021-06-02T16:11:30.762Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2021-06-02T16:11:30.762Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2021-06-02T16:11:30.762Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2021-06-02T16:11:30.762Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2021-06-02T16:11:30.762Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2021-06-02T16:11:30.762Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-06-02T16:11:30.762Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-02T16:11:30.762Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-02T16:11:30.762Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-02T16:11:30.762Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-02T16:11:30.762Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-02T16:11:30.762Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-02T16:11:30.762Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-02T16:11:30.762Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-02T16:11:30.762Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-02T16:11:30.762Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-06-02T16:11:30.762Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-06-02T16:11:30.762Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-06-02T16:11:30.762Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-06-02T16:11:30.762Z] === RUN TestCreateLinkToNonExistingContainer [2021-06-02T16:11:30.762Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-06-02T16:11:30.762Z] === RUN TestCreateWithInvalidEnv [2021-06-02T16:11:30.762Z] === RUN TestCreateWithInvalidEnv/0 [2021-06-02T16:11:30.762Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-06-02T16:11:30.762Z] === RUN TestCreateWithInvalidEnv/1 [2021-06-02T16:11:30.762Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-06-02T16:11:30.762Z] === RUN TestCreateWithInvalidEnv/2 [2021-06-02T16:11:30.762Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-06-02T16:11:30.762Z] === CONT TestCreateWithInvalidEnv/0 [2021-06-02T16:11:30.762Z] === CONT TestCreateWithInvalidEnv/2 [2021-06-02T16:11:30.762Z] === CONT TestCreateWithInvalidEnv/1 [2021-06-02T16:11:30.762Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-06-02T16:11:30.762Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-06-02T16:11:30.762Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-06-02T16:11:30.762Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-06-02T16:11:30.762Z] === RUN TestCreateTmpfsMountsTarget [2021-06-02T16:11:31.022Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2021-06-02T16:11:31.022Z] === RUN TestCreateWithCustomMaskedPaths [2021-06-02T16:11:31.285Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-06-02T16:11:31.285Z] [2021-06-02T16:11:31.285Z] ________ ____ __. [2021-06-02T16:11:31.285Z] \_____ \ | |/ _| [2021-06-02T16:11:31.285Z] / | \| < [2021-06-02T16:11:31.285Z] / | \ | \ [2021-06-02T16:11:31.285Z] \_______ /____|__ \ [2021-06-02T16:11:31.285Z] \/ \/ [2021-06-02T16:11:31.285Z] [2021-06-02T16:11:31.285Z] INFO: make.ps1 ended at 06/02/2021 16:11:23 [2021-06-02T16:11:31.285Z] INFO: Binaries build ended at 06/02/2021 16:11:24. Duration:00:01:09.7865062 [2021-06-02T16:11:31.285Z] INFO: Copying the built daemon binary to d:\CI\PR-42143\28\binary\dockerd-d414c0c1e8.exe... [2021-06-02T16:11:31.285Z] INFO: Copying the built client binary to d:\CI\PR-42143\28\binary\docker-d414c0c1e8.exe... [2021-06-02T16:11:31.285Z] INFO: Copying dockerversion from the container... [2021-06-02T16:11:31.285Z] INFO: Copying the golang package from the container to d:\CI\PR-42143\28\installer\go.zip... [2021-06-02T16:11:31.285Z] INFO: Extracting go.zip to d:\CI\PR-42143\28\go [2021-06-02T16:11:31.754Z] --- PASS: TestDaemonIpcModePrivate (2.70s) [2021-06-02T16:11:31.754Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2021-06-02T16:11:31.754Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-06-02T16:11:31.754Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2021-06-02T16:11:31.754Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-02T16:11:31.754Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-06-02T16:11:31.754Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2021-06-02T16:11:31.754Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-02T16:11:31.754Z] === RUN TestIpcModeOlderClient [2021-06-02T16:11:31.754Z] === PAUSE TestIpcModeOlderClient [2021-06-02T16:11:31.754Z] === RUN TestKillContainerInvalidSignal [2021-06-02T16:11:31.867Z] INFO: Extraction ended at 06/02/2021 16:11:30. Duration:00:00:19.9331027 [2021-06-02T16:11:31.867Z] INFO: Updating the golang and path environment variables [2021-06-02T16:11:31.867Z] INFO: GOPATH=d:\gopath [2021-06-02T16:11:31.867Z] INFO: go version go1.13.15 windows/amd64 [2021-06-02T16:11:31.867Z] INFO: Running the daemon under test in debug mode [2021-06-02T16:11:31.867Z] INFO: Starting a daemon under test... [2021-06-02T16:11:31.867Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42143\28\daemon --pidfile d:\CI\PR-42143\28\docker.pid -D [2021-06-02T16:11:31.867Z] INFO: Process started successfully. [2021-06-02T16:11:31.867Z] INFO: Start tailing logs of the daemon under tests [2021-06-02T16:11:31.867Z] INFO: Waiting for the daemon under test to start... [2021-06-02T16:11:32.011Z] --- PASS: TestKillContainerInvalidSignal (0.75s) [2021-06-02T16:11:32.011Z] === RUN TestKillContainer [2021-06-02T16:11:32.011Z] === RUN TestKillContainer/no_signal [2021-06-02T16:11:32.821Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-06-02T16:11:32.943Z] === RUN TestKillContainer/non_killing_signal [2021-06-02T16:11:33.508Z] === RUN TestKillContainer/killing_signal [2021-06-02T16:11:33.563Z] --- PASS: TestCreateWithCustomMaskedPaths (2.60s) [2021-06-02T16:11:33.563Z] === RUN TestCreateWithCustomReadonlyPaths [2021-06-02T16:11:34.441Z] --- PASS: TestKillContainer (2.14s) [2021-06-02T16:11:34.441Z] --- PASS: TestKillContainer/no_signal (0.66s) [2021-06-02T16:11:34.441Z] --- PASS: TestKillContainer/non_killing_signal (0.54s) [2021-06-02T16:11:34.441Z] --- PASS: TestKillContainer/killing_signal (0.73s) [2021-06-02T16:11:34.441Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-06-02T16:11:34.441Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-06-02T16:11:35.006Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-06-02T16:11:35.571Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.37s) [2021-06-02T16:11:35.571Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.68s) [2021-06-02T16:11:35.571Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.53s) [2021-06-02T16:11:35.571Z] === RUN TestKillStoppedContainer [2021-06-02T16:11:35.571Z] --- PASS: TestKillStoppedContainer (0.05s) [2021-06-02T16:11:35.571Z] === RUN TestKillStoppedContainerAPIPre120 [2021-06-02T16:11:35.828Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2021-06-02T16:11:35.828Z] === RUN TestKillDifferentUserContainer [2021-06-02T16:11:36.100Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.50s) [2021-06-02T16:11:36.100Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-06-02T16:11:36.100Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-02T16:11:36.100Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-02T16:11:36.100Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-02T16:11:36.100Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-02T16:11:36.100Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-02T16:11:36.100Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-02T16:11:36.100Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-02T16:11:36.100Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-02T16:11:36.100Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-02T16:11:36.100Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-02T16:11:36.100Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-02T16:11:36.100Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-02T16:11:36.100Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-02T16:11:36.100Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-02T16:11:36.100Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-02T16:11:36.100Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-06-02T16:11:36.100Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-06-02T16:11:36.100Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-06-02T16:11:36.100Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-06-02T16:11:36.100Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-06-02T16:11:36.100Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-06-02T16:11:36.100Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-06-02T16:11:36.394Z] --- PASS: TestKillDifferentUserContainer (0.68s) [2021-06-02T16:11:36.394Z] === RUN TestInspectOomKilledTrue [2021-06-02T16:11:36.394Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-06-02T16:11:36.394Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-02T16:11:36.394Z] === RUN TestInspectOomKilledFalse [2021-06-02T16:11:36.394Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-06-02T16:11:36.394Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-02T16:11:36.394Z] === RUN TestLinksEtcHostsContentMatch [2021-06-02T16:11:36.394Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2021-06-02T16:11:36.394Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-06-02T16:11:36.394Z] === RUN TestLinksContainerNames [2021-06-02T16:11:37.039Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.85s) [2021-06-02T16:11:37.039Z] === RUN TestCreateDifferentPlatform [2021-06-02T16:11:37.039Z] === RUN TestCreateDifferentPlatform/different_os [2021-06-02T16:11:37.039Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-06-02T16:11:37.039Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-06-02T16:11:37.039Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-06-02T16:11:37.039Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-06-02T16:11:37.039Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-06-02T16:11:37.039Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2021-06-02T16:11:37.039Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-06-02T16:11:37.039Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2021-06-02T16:11:37.039Z] === RUN TestContainerStartOnDaemonRestart [2021-06-02T16:11:37.039Z] === PAUSE TestContainerStartOnDaemonRestart [2021-06-02T16:11:37.039Z] === RUN TestDaemonRestartIpcMode [2021-06-02T16:11:37.039Z] === PAUSE TestDaemonRestartIpcMode [2021-06-02T16:11:37.039Z] === RUN TestDaemonHostGatewayIP [2021-06-02T16:11:37.039Z] === PAUSE TestDaemonHostGatewayIP [2021-06-02T16:11:37.039Z] === RUN TestRestartDaemonWithRestartingContainer [2021-06-02T16:11:37.039Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-06-02T16:11:37.039Z] === RUN TestContainerKillOnDaemonStart [2021-06-02T16:11:37.039Z] === PAUSE TestContainerKillOnDaemonStart [2021-06-02T16:11:37.039Z] === RUN TestDiff [2021-06-02T16:11:37.767Z] --- PASS: TestLinksContainerNames (1.43s) [2021-06-02T16:11:37.767Z] === RUN TestLogsFollowTailEmpty [2021-06-02T16:11:37.978Z] --- PASS: TestDiff (0.82s) [2021-06-02T16:11:37.978Z] === RUN TestExecWithCloseStdin [2021-06-02T16:11:38.071Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-06-02T16:11:38.701Z] --- PASS: TestLogsFollowTailEmpty (0.72s) [2021-06-02T16:11:38.701Z] === RUN TestContainerNetworkMountsNoChown [2021-06-02T16:11:38.917Z] --- PASS: TestExecWithCloseStdin (1.11s) [2021-06-02T16:11:38.917Z] === RUN TestExec [2021-06-02T16:11:39.267Z] --- PASS: TestContainerNetworkMountsNoChown (0.67s) [2021-06-02T16:11:39.267Z] === RUN TestMountDaemonRoot [2021-06-02T16:11:39.267Z] === RUN TestMountDaemonRoot/default [2021-06-02T16:11:39.267Z] === PAUSE TestMountDaemonRoot/default [2021-06-02T16:11:39.267Z] === RUN TestMountDaemonRoot/private [2021-06-02T16:11:39.267Z] === PAUSE TestMountDaemonRoot/private [2021-06-02T16:11:39.267Z] === RUN TestMountDaemonRoot/rprivate [2021-06-02T16:11:39.267Z] === PAUSE TestMountDaemonRoot/rprivate [2021-06-02T16:11:39.267Z] === RUN TestMountDaemonRoot/slave [2021-06-02T16:11:39.267Z] === PAUSE TestMountDaemonRoot/slave [2021-06-02T16:11:39.267Z] === RUN TestMountDaemonRoot/rslave [2021-06-02T16:11:39.267Z] === PAUSE TestMountDaemonRoot/rslave [2021-06-02T16:11:39.267Z] === RUN TestMountDaemonRoot/shared [2021-06-02T16:11:39.267Z] === PAUSE TestMountDaemonRoot/shared [2021-06-02T16:11:39.267Z] === RUN TestMountDaemonRoot/rshared [2021-06-02T16:11:39.267Z] === PAUSE TestMountDaemonRoot/rshared [2021-06-02T16:11:39.267Z] === CONT TestMountDaemonRoot/default [2021-06-02T16:11:39.267Z] === RUN TestMountDaemonRoot/default/bind_root [2021-06-02T16:11:39.267Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-06-02T16:11:39.267Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-06-02T16:11:39.267Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-06-02T16:11:39.267Z] === RUN TestMountDaemonRoot/default/mount_root [2021-06-02T16:11:39.267Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-06-02T16:11:39.267Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-06-02T16:11:39.267Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-06-02T16:11:39.267Z] === CONT TestMountDaemonRoot/default/bind_root [2021-06-02T16:11:39.267Z] === CONT TestMountDaemonRoot/rprivate [2021-06-02T16:11:39.267Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-06-02T16:11:39.267Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-06-02T16:11:39.267Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-06-02T16:11:39.267Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-06-02T16:11:39.267Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-06-02T16:11:39.267Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-06-02T16:11:39.267Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-06-02T16:11:39.267Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-06-02T16:11:39.267Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-06-02T16:11:39.267Z] === CONT TestMountDaemonRoot/rshared [2021-06-02T16:11:39.267Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-06-02T16:11:39.267Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-06-02T16:11:39.267Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-06-02T16:11:39.267Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-06-02T16:11:39.267Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-06-02T16:11:39.267Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-06-02T16:11:39.267Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-06-02T16:11:39.267Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-06-02T16:11:39.267Z] === CONT TestMountDaemonRoot/shared [2021-06-02T16:11:39.267Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-06-02T16:11:39.267Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-06-02T16:11:39.267Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-06-02T16:11:39.267Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-06-02T16:11:39.267Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-06-02T16:11:39.267Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-06-02T16:11:39.267Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-06-02T16:11:39.267Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-06-02T16:11:39.267Z] === CONT TestMountDaemonRoot/rslave [2021-06-02T16:11:39.267Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-06-02T16:11:39.267Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-06-02T16:11:39.267Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-06-02T16:11:39.267Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-06-02T16:11:39.267Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-06-02T16:11:39.267Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-06-02T16:11:39.267Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-06-02T16:11:39.267Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-06-02T16:11:39.267Z] === CONT TestMountDaemonRoot/slave [2021-06-02T16:11:39.267Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-06-02T16:11:39.267Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-06-02T16:11:39.267Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-06-02T16:11:39.267Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-06-02T16:11:39.267Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-06-02T16:11:39.267Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-06-02T16:11:39.267Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-06-02T16:11:39.267Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-06-02T16:11:39.267Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-06-02T16:11:39.267Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-06-02T16:11:39.267Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-06-02T16:11:39.267Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-06-02T16:11:39.267Z] === CONT TestMountDaemonRoot/private [2021-06-02T16:11:39.267Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-06-02T16:11:39.267Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-06-02T16:11:39.267Z] === RUN TestMountDaemonRoot/private/bind_root [2021-06-02T16:11:39.267Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-06-02T16:11:39.267Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-06-02T16:11:39.267Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-06-02T16:11:39.267Z] === RUN TestMountDaemonRoot/private/mount_root [2021-06-02T16:11:39.267Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-06-02T16:11:39.267Z] === CONT TestMountDaemonRoot/default/mount_root [2021-06-02T16:11:39.267Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-06-02T16:11:39.267Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-06-02T16:11:39.525Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-06-02T16:11:39.525Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-06-02T16:11:39.525Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-06-02T16:11:39.525Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-06-02T16:11:39.525Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-06-02T16:11:39.525Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-06-02T16:11:39.525Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-06-02T16:11:39.525Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-06-02T16:11:39.525Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-06-02T16:11:39.525Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-06-02T16:11:39.525Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-06-02T16:11:39.525Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-06-02T16:11:39.525Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-06-02T16:11:39.783Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-06-02T16:11:39.783Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-06-02T16:11:39.783Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-06-02T16:11:39.783Z] === CONT TestMountDaemonRoot/private/mount_root [2021-06-02T16:11:39.783Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-06-02T16:11:39.783Z] === CONT TestMountDaemonRoot/private/bind_root [2021-06-02T16:11:39.783Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-06-02T16:11:39.783Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-06-02T16:11:39.783Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-06-02T16:11:39.783Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-06-02T16:11:39.783Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-06-02T16:11:39.783Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-06-02T16:11:39.783Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-06-02T16:11:39.783Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2021-06-02T16:11:39.783Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2021-06-02T16:11:39.783Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2021-06-02T16:11:39.783Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2021-06-02T16:11:39.783Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-06-02T16:11:39.783Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2021-06-02T16:11:39.783Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2021-06-02T16:11:39.783Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2021-06-02T16:11:39.783Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2021-06-02T16:11:39.783Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-06-02T16:11:39.783Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-06-02T16:11:39.783Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2021-06-02T16:11:39.783Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2021-06-02T16:11:39.783Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2021-06-02T16:11:39.783Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-06-02T16:11:39.783Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2021-06-02T16:11:39.783Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2021-06-02T16:11:39.783Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2021-06-02T16:11:39.783Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2021-06-02T16:11:39.783Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-06-02T16:11:39.783Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-06-02T16:11:39.783Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2021-06-02T16:11:39.783Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-06-02T16:11:39.783Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-06-02T16:11:39.783Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-06-02T16:11:39.783Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-06-02T16:11:39.783Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-06-02T16:11:39.783Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-06-02T16:11:39.783Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-06-02T16:11:39.783Z] === RUN TestContainerBindMountNonRecursive [2021-06-02T16:11:39.783Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2021-06-02T16:11:39.783Z] 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-06-02T16:11:39.783Z] === RUN TestContainerVolumesMountedAsShared [2021-06-02T16:11:39.783Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2021-06-02T16:11:39.783Z] 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-06-02T16:11:39.783Z] === RUN TestContainerVolumesMountedAsSlave [2021-06-02T16:11:39.783Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2021-06-02T16:11:39.783Z] 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-06-02T16:11:39.783Z] === RUN TestNetworkNat [2021-06-02T16:11:40.299Z] --- PASS: TestExec (1.14s) [2021-06-02T16:11:40.299Z] === RUN TestExecUser [2021-06-02T16:11:40.587Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-06-02T16:11:40.717Z] --- PASS: TestNetworkNat (0.82s) [2021-06-02T16:11:40.717Z] === RUN TestNetworkLocalhostTCPNat [2021-06-02T16:11:41.237Z] --- PASS: TestExecUser (1.19s) [2021-06-02T16:11:41.237Z] === RUN TestExportContainerAndImportImage [2021-06-02T16:11:41.596Z] Loaded image: buildpack-deps:buster [2021-06-02T16:11:41.596Z] Loaded image: busybox:latest [2021-06-02T16:11:41.596Z] Loaded image: busybox:glibc [2021-06-02T16:11:41.650Z] --- PASS: TestNetworkLocalhostTCPNat (0.86s) [2021-06-02T16:11:41.650Z] === RUN TestNetworkLoopbackNat [2021-06-02T16:11:42.182Z] --- PASS: TestExportContainerAndImportImage (1.03s) [2021-06-02T16:11:42.182Z] === RUN TestExportContainerAfterDaemonRestart [2021-06-02T16:11:43.567Z] --- PASS: TestExportContainerAfterDaemonRestart (1.32s) [2021-06-02T16:11:43.567Z] === RUN TestHealthCheckWorkdir [2021-06-02T16:11:43.900Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-06-02T16:11:44.207Z] Loaded image: debian:bullseye [2021-06-02T16:11:44.927Z] --- PASS: TestNetworkLoopbackNat (3.10s) [2021-06-02T16:11:44.927Z] === RUN TestPause [2021-06-02T16:11:44.927Z] --- SKIP: TestPause (0.00s) [2021-06-02T16:11:44.927Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-02T16:11:44.927Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-06-02T16:11:44.927Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-02T16:11:44.927Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-02T16:11:44.927Z] === RUN TestPauseStopPausedContainer [2021-06-02T16:11:44.927Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2021-06-02T16:11:44.927Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-02T16:11:44.927Z] === RUN TestPidHost [2021-06-02T16:11:45.475Z] --- PASS: TestHealthCheckWorkdir (1.67s) [2021-06-02T16:11:45.475Z] === RUN TestHealthKillContainer [2021-06-02T16:11:45.589Z] Loaded image: hello-world:latest [2021-06-02T16:11:46.529Z] Loaded image: arm32v7/hello-world:latest [2021-06-02T16:11:46.790Z] INFO: Testing against a local daemon [2021-06-02T16:11:46.790Z] === RUN TestCgroupNamespacesBuild [2021-06-02T16:11:46.825Z] --- PASS: TestPidHost (1.92s) [2021-06-02T16:11:46.825Z] === RUN TestPsFilter [2021-06-02T16:11:46.825Z] --- PASS: TestPsFilter (0.13s) [2021-06-02T16:11:46.825Z] === RUN TestRemoveContainerWithRemovedVolume [2021-06-02T16:11:47.389Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.66s) [2021-06-02T16:11:47.389Z] === RUN TestRemoveContainerWithVolume [2021-06-02T16:11:47.957Z] --- PASS: TestRemoveContainerWithVolume (0.70s) [2021-06-02T16:11:47.957Z] === RUN TestRemoveContainerRunning [2021-06-02T16:11:48.068Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-06-02T16:11:48.068Z] Using test binary docker [2021-06-02T16:11:48.068Z] +++ /etc/init.d/apparmor start [2021-06-02T16:11:48.068Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-06-02T16:11:48.068Z] Starting dockerd [2021-06-02T16:11:48.068Z] INFO: Waiting for daemon to start... [2021-06-02T16:11:48.068Z] +++ 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-06-02T16:11:48.766Z] --- PASS: TestHealthKillContainer (3.26s) [2021-06-02T16:11:48.766Z] === RUN TestInspectCpusetInConfigPre120 [2021-06-02T16:11:48.890Z] --- PASS: TestRemoveContainerRunning (0.69s) [2021-06-02T16:11:48.890Z] === RUN TestRemoveContainerForceRemoveRunning [2021-06-02T16:11:48.987Z] INFO: Extraction ended at 06/02/2021 16:11:46. Duration:00:00:19.1115382 [2021-06-02T16:11:48.987Z] INFO: Updating the golang and path environment variables [2021-06-02T16:11:48.987Z] INFO: GOPATH=d:\gopath [2021-06-02T16:11:48.987Z] INFO: go version go1.13.15 windows/amd64 [2021-06-02T16:11:48.987Z] INFO: Running the daemon under test in debug mode [2021-06-02T16:11:48.987Z] INFO: Starting a daemon under test... [2021-06-02T16:11:48.987Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42143\28\daemon --pidfile d:\CI\PR-42143\28\docker.pid -D [2021-06-02T16:11:48.987Z] INFO: Process started successfully. [2021-06-02T16:11:48.987Z] INFO: Start tailing logs of the daemon under tests [2021-06-02T16:11:48.987Z] INFO: Waiting for the daemon under test to start... [2021-06-02T16:11:49.335Z] --- PASS: TestInspectCpusetInConfigPre120 (0.86s) [2021-06-02T16:11:49.335Z] === RUN TestIpcModeNone [2021-06-02T16:11:49.336Z] --- PASS: TestCgroupNamespacesBuild (2.68s) [2021-06-02T16:11:49.336Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-06-02T16:11:49.434Z] . [2021-06-02T16:11:49.455Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.68s) [2021-06-02T16:11:49.455Z] === RUN TestRemoveInvalidContainer [2021-06-02T16:11:49.455Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-06-02T16:11:49.455Z] === RUN TestRenameLinkedContainer [2021-06-02T16:11:49.690Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-06-02T16:11:49.690Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-06-02T16:11:49.990Z] Error: No such image: emptyfs [2021-06-02T16:11:49.990Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-06-02T16:11:49.990Z] ++++ docker load [2021-06-02T16:11:50.246Z] Running integration-test (iteration 1) [2021-06-02T16:11:50.246Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-06-02T16:11:50.246Z] ++ 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-06-02T16:11:50.246Z] ++ set -e [2021-06-02T16:11:50.246Z] ++ '[' -n 0 ']' [2021-06-02T16:11:50.246Z] ++ set -x [2021-06-02T16:11:50.246Z] ++ env -i DEST=/go/src/github.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-06-02T16:11:50.715Z] --- PASS: TestIpcModeNone (1.12s) [2021-06-02T16:11:50.715Z] === RUN TestIpcModePrivate [2021-06-02T16:11:51.249Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.91s) [2021-06-02T16:11:51.249Z] === RUN TestBuildWithSession [2021-06-02T16:11:51.249Z] --- SKIP: TestBuildWithSession (0.00s) [2021-06-02T16:11:51.249Z] build_session_test.go:25: TODO: BuildKit [2021-06-02T16:11:51.249Z] === RUN TestBuildSquashParent [2021-06-02T16:11:51.654Z] --- PASS: TestIpcModePrivate (1.14s) [2021-06-02T16:11:51.654Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:55, shared: false, mustBeShared: false [2021-06-02T16:11:51.654Z] === RUN TestIpcModeShareable [2021-06-02T16:11:52.734Z] --- PASS: TestRenameLinkedContainer (2.77s) [2021-06-02T16:11:52.734Z] === RUN TestRenameStoppedContainer [2021-06-02T16:11:52.734Z] --- PASS: TestRenameStoppedContainer (0.65s) [2021-06-02T16:11:52.734Z] === RUN TestRenameRunningContainerAndReuse [2021-06-02T16:11:52.971Z] .....INFO: Daemon under test started and replied! [2021-06-02T16:11:52.971Z] INFO: Docker version of the daemon under test [2021-06-02T16:11:52.971Z] [2021-06-02T16:11:52.971Z] Client: [2021-06-02T16:11:52.971Z] Version: 17.06.2-ce [2021-06-02T16:11:52.971Z] API version: 1.30 [2021-06-02T16:11:52.971Z] Go version: go1.8.3 [2021-06-02T16:11:52.971Z] Git commit: cec0b72 [2021-06-02T16:11:52.971Z] Built: Tue Sep 5 19:57:19 2017 [2021-06-02T16:11:52.971Z] OS/Arch: windows/amd64 [2021-06-02T16:11:52.971Z] [2021-06-02T16:11:52.971Z] Server: [2021-06-02T16:11:52.971Z] Version: 0.0.0-dev [2021-06-02T16:11:52.971Z] API version: 1.41 (minimum version 1.24) [2021-06-02T16:11:52.971Z] Go version: go1.13.15 [2021-06-02T16:11:52.971Z] Git commit: d414c0c1e8 [2021-06-02T16:11:52.971Z] Built: 06/02/2021 16:09:56 [2021-06-02T16:11:52.971Z] OS/Arch: windows/amd64 [2021-06-02T16:11:52.971Z] Experimental: false [2021-06-02T16:11:52.971Z] [2021-06-02T16:11:52.971Z] INFO: Docker info of the daemon under test [2021-06-02T16:11:52.971Z] [2021-06-02T16:11:52.971Z] Containers: 0 [2021-06-02T16:11:52.971Z] Running: 0 [2021-06-02T16:11:52.971Z] Paused: 0 [2021-06-02T16:11:52.971Z] Stopped: 0 [2021-06-02T16:11:52.971Z] Images: 0 [2021-06-02T16:11:52.971Z] Server Version: 0.0.0-dev [2021-06-02T16:11:52.971Z] Storage Driver: windowsfilter [2021-06-02T16:11:52.971Z] Windows: [2021-06-02T16:11:52.971Z] Logging Driver: json-file [2021-06-02T16:11:52.971Z] Plugins: [2021-06-02T16:11:52.971Z] Volume: local [2021-06-02T16:11:52.971Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-06-02T16:11:52.971Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-06-02T16:11:52.971Z] Swarm: inactive [2021-06-02T16:11:52.971Z] Default Isolation: process [2021-06-02T16:11:52.971Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-06-02T16:11:52.971Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1879) [2021-06-02T16:11:52.971Z] OSType: windows [2021-06-02T16:11:52.971Z] Architecture: x86_64 [2021-06-02T16:11:52.971Z] CPUs: 4 [2021-06-02T16:11:52.971Z] Total Memory: 32GiB [2021-06-02T16:11:52.971Z] Name: azwin-2-6213a0 [2021-06-02T16:11:52.971Z] ID: VZ5S:BSQX:5FD3:6RBG:LY4T:6A23:PZBG:CN5N:VDJK:UVOP:4GWW:BDQR [2021-06-02T16:11:52.971Z] Docker Root Dir: D:\CI\PR-42143\28\daemon [2021-06-02T16:11:52.971Z] Debug Mode (client): false [2021-06-02T16:11:52.971Z] Debug Mode (server): true [2021-06-02T16:11:52.971Z] File Descriptors: -1 [2021-06-02T16:11:52.971Z] Goroutines: 16 [2021-06-02T16:11:52.971Z] System Time: 2021-06-02T16:11:50.1632777Z [2021-06-02T16:11:52.971Z] EventsListeners: 0 [2021-06-02T16:11:52.971Z] Registry: https://index.docker.io/v1/ [2021-06-02T16:11:52.971Z] Labels: [2021-06-02T16:11:52.971Z] Experimental: false [2021-06-02T16:11:52.971Z] Insecure Registries: [2021-06-02T16:11:52.971Z] 127.0.0.0/8 [2021-06-02T16:11:52.971Z] Live Restore Enabled: false [2021-06-02T16:11:52.971Z] [2021-06-02T16:11:52.971Z] [2021-06-02T16:11:52.971Z] INFO: Docker images of the daemon under test [2021-06-02T16:11:52.971Z] [2021-06-02T16:11:52.971Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-02T16:11:52.971Z] [2021-06-02T16:11:52.971Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2021-06-02T16:11:52.971Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2021-06-02T16:11:52.971Z] ltsc2019: Pulling from windows/servercore [2021-06-02T16:11:52.971Z] 4612f6d0b889: Pulling fs layer [2021-06-02T16:11:52.971Z] 8116de3c91c3: Pulling fs layer [2021-06-02T16:11:53.036Z] --- PASS: TestIpcModeShareable (1.09s) [2021-06-02T16:11:53.036Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true [2021-06-02T16:11:53.036Z] === RUN TestAPIIpcModeShareableAndContainer [2021-06-02T16:11:54.109Z] --- PASS: TestRenameRunningContainerAndReuse (1.37s) [2021-06-02T16:11:54.109Z] === RUN TestRenameInvalidName [2021-06-02T16:11:55.041Z] --- PASS: TestRenameInvalidName (0.70s) [2021-06-02T16:11:55.041Z] === RUN TestRenameAnonymousContainer [2021-06-02T16:11:56.332Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.13s) [2021-06-02T16:11:56.332Z] === RUN TestAPIIpcModeHost [2021-06-02T16:11:56.902Z] --- PASS: TestAPIIpcModeHost (1.14s) [2021-06-02T16:11:56.902Z] === RUN TestDaemonIpcModeShareable [2021-06-02T16:11:57.568Z] --- PASS: TestRenameAnonymousContainer (2.41s) [2021-06-02T16:11:57.568Z] === RUN TestRenameContainerWithSameName [2021-06-02T16:11:58.134Z] --- PASS: TestRenameContainerWithSameName (0.70s) [2021-06-02T16:11:58.134Z] === RUN TestRenameContainerWithLinkedContainer [2021-06-02T16:11:58.788Z] 8116de3c91c3: Verifying Checksum [2021-06-02T16:11:58.788Z] 8116de3c91c3: Download complete [2021-06-02T16:11:58.810Z] --- PASS: TestDaemonIpcModeShareable (1.77s) [2021-06-02T16:11:58.810Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-06-02T16:11:58.810Z] === RUN TestDaemonIpcModePrivate [2021-06-02T16:11:59.406Z] --- PASS: TestBuildSquashParent (7.00s) [2021-06-02T16:11:59.406Z] === RUN TestBuildWithRemoveAndForceRemove [2021-06-02T16:11:59.406Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-02T16:11:59.406Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-02T16:11:59.406Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-02T16:11:59.406Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-02T16:11:59.406Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-02T16:11:59.406Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-02T16:11:59.406Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-02T16:11:59.406Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-02T16:11:59.406Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-02T16:11:59.406Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-02T16:11:59.406Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-02T16:11:59.406Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-02T16:11:59.406Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-02T16:11:59.406Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-02T16:11:59.406Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-02T16:11:59.406Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-02T16:11:59.507Z] --- PASS: TestRenameContainerWithLinkedContainer (1.37s) [2021-06-02T16:11:59.507Z] === RUN TestResize [2021-06-02T16:12:00.073Z] --- PASS: TestResize (0.69s) [2021-06-02T16:12:00.073Z] === RUN TestResizeWithInvalidSize [2021-06-02T16:12:00.638Z] --- PASS: TestResizeWithInvalidSize (0.69s) [2021-06-02T16:12:00.638Z] === RUN TestResizeWhenContainerNotStarted [2021-06-02T16:12:00.718Z] --- PASS: TestDaemonIpcModePrivate (1.72s) [2021-06-02T16:12:00.718Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-06-02T16:12:00.718Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-06-02T16:12:01.354Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-02T16:12:01.354Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-02T16:12:01.571Z] --- PASS: TestResizeWhenContainerNotStarted (0.70s) [2021-06-02T16:12:01.571Z] === RUN TestDaemonRestartKillContainers [2021-06-02T16:12:01.571Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-06-02T16:12:01.571Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-06-02T16:12:01.571Z] === RUN TestCgroupNamespacesRun [2021-06-02T16:12:02.626Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.84s) [2021-06-02T16:12:02.626Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-06-02T16:12:02.626Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-06-02T16:12:03.899Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2021-06-02T16:12:03.899Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.89s) [2021-06-02T16:12:03.899Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.11s) [2021-06-02T16:12:03.899Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.29s) [2021-06-02T16:12:03.899Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.40s) [2021-06-02T16:12:03.899Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.43s) [2021-06-02T16:12:03.899Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.67s) [2021-06-02T16:12:03.899Z] === RUN TestBuildMultiStageCopy [2021-06-02T16:12:03.899Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-06-02T16:12:04.099Z] --- PASS: TestCgroupNamespacesRun (2.69s) [2021-06-02T16:12:04.099Z] === RUN TestCgroupNamespacesRunPrivileged [2021-06-02T16:12:04.535Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.81s) [2021-06-02T16:12:04.535Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-06-02T16:12:04.535Z] === RUN TestIpcModeOlderClient [2021-06-02T16:12:04.535Z] === PAUSE TestIpcModeOlderClient [2021-06-02T16:12:04.535Z] === RUN TestKillContainerInvalidSignal [2021-06-02T16:12:04.795Z] --- PASS: TestKillContainerInvalidSignal (0.74s) [2021-06-02T16:12:04.795Z] === RUN TestKillContainer [2021-06-02T16:12:04.795Z] === RUN TestKillContainer/no_signal [2021-06-02T16:12:05.733Z] === RUN TestKillContainer/non_killing_signal [2021-06-02T16:12:06.302Z] === RUN TestKillContainer/killing_signal [2021-06-02T16:12:06.442Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-06-02T16:12:06.624Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.20s) [2021-06-02T16:12:06.624Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-06-02T16:12:06.703Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-06-02T16:12:06.763Z] ...INFO: Daemon under test started and replied! [2021-06-02T16:12:06.763Z] INFO: Docker version of the daemon under test [2021-06-02T16:12:06.763Z] [2021-06-02T16:12:06.763Z] Client: [2021-06-02T16:12:06.763Z] Version: 17.06.2-ce [2021-06-02T16:12:06.763Z] API version: 1.30 [2021-06-02T16:12:06.763Z] Go version: go1.8.3 [2021-06-02T16:12:06.763Z] Git commit: cec0b72 [2021-06-02T16:12:06.763Z] Built: Tue Sep 5 19:57:19 2017 [2021-06-02T16:12:06.763Z] OS/Arch: windows/amd64 [2021-06-02T16:12:06.763Z] [2021-06-02T16:12:06.763Z] Server: [2021-06-02T16:12:06.763Z] Version: 0.0.0-dev [2021-06-02T16:12:06.763Z] API version: 1.41 (minimum version 1.24) [2021-06-02T16:12:06.763Z] Go version: go1.13.15 [2021-06-02T16:12:06.763Z] Git commit: d414c0c1e8 [2021-06-02T16:12:06.763Z] Built: 06/02/2021 16:10:18 [2021-06-02T16:12:06.763Z] OS/Arch: windows/amd64 [2021-06-02T16:12:06.763Z] Experimental: false [2021-06-02T16:12:06.763Z] [2021-06-02T16:12:06.763Z] INFO: Docker info of the daemon under test [2021-06-02T16:12:06.763Z] [2021-06-02T16:12:06.763Z] Containers: 0 [2021-06-02T16:12:06.763Z] Running: 0 [2021-06-02T16:12:06.763Z] Paused: 0 [2021-06-02T16:12:06.763Z] Stopped: 0 [2021-06-02T16:12:06.763Z] Images: 0 [2021-06-02T16:12:06.763Z] Server Version: 0.0.0-dev [2021-06-02T16:12:06.763Z] Storage Driver: windowsfilter [2021-06-02T16:12:06.763Z] Windows: [2021-06-02T16:12:06.763Z] Logging Driver: json-file [2021-06-02T16:12:06.763Z] Plugins: [2021-06-02T16:12:06.763Z] Volume: local [2021-06-02T16:12:06.763Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-06-02T16:12:06.763Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-06-02T16:12:06.763Z] Swarm: inactive [2021-06-02T16:12:06.763Z] Default Isolation: process [2021-06-02T16:12:06.763Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-06-02T16:12:06.763Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-06-02T16:12:06.763Z] OSType: windows [2021-06-02T16:12:06.763Z] Architecture: x86_64 [2021-06-02T16:12:06.763Z] CPUs: 4 [2021-06-02T16:12:06.763Z] Total Memory: 32GiB [2021-06-02T16:12:06.763Z] Name: azwin-2-8315a0 [2021-06-02T16:12:06.763Z] ID: NUJT:6RV6:ISV6:RCLK:VCFA:MUG7:XQFY:7MP4:BUH2:IRB4:LGXM:TCE2 [2021-06-02T16:12:06.763Z] Docker Root Dir: D:\CI\PR-42143\28\daemon [2021-06-02T16:12:06.763Z] Debug Mode (client): false [2021-06-02T16:12:06.763Z] Debug Mode (server): true [2021-06-02T16:12:06.763Z] File Descriptors: -1 [2021-06-02T16:12:06.763Z] Goroutines: 16 [2021-06-02T16:12:06.763Z] System Time: 2021-06-02T16:12:05.7154302Z [2021-06-02T16:12:06.763Z] EventsListeners: 0 [2021-06-02T16:12:06.763Z] Registry: https://index.docker.io/v1/ [2021-06-02T16:12:06.763Z] Labels: [2021-06-02T16:12:06.763Z] Experimental: false [2021-06-02T16:12:06.763Z] Insecure Registries: [2021-06-02T16:12:06.763Z] 127.0.0.0/8 [2021-06-02T16:12:06.763Z] Live Restore Enabled: false [2021-06-02T16:12:06.763Z] [2021-06-02T16:12:06.763Z] [2021-06-02T16:12:06.763Z] INFO: Docker images of the daemon under test [2021-06-02T16:12:06.763Z] [2021-06-02T16:12:06.763Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-02T16:12:06.763Z] [2021-06-02T16:12:06.763Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore/insider [2021-06-02T16:12:06.763Z] INFO: Pulling mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 from docker hub into daemon under test. This may take some time... [2021-06-02T16:12:06.763Z] 10.0.20295.1: Pulling from windows/servercore/insider [2021-06-02T16:12:06.763Z] 29d5b6a226d2: Pulling fs layer [2021-06-02T16:12:06.964Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-06-02T16:12:07.240Z] --- PASS: TestKillContainer (2.22s) [2021-06-02T16:12:07.240Z] --- PASS: TestKillContainer/no_signal (0.70s) [2021-06-02T16:12:07.240Z] --- PASS: TestKillContainer/non_killing_signal (0.56s) [2021-06-02T16:12:07.240Z] --- PASS: TestKillContainer/killing_signal (0.75s) [2021-06-02T16:12:07.240Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-06-02T16:12:07.240Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-06-02T16:12:07.543Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-06-02T16:12:07.804Z] --- PASS: TestBuildMultiStageCopy (3.98s) [2021-06-02T16:12:07.804Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.22s) [2021-06-02T16:12:07.804Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.51s) [2021-06-02T16:12:07.804Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.36s) [2021-06-02T16:12:07.804Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.38s) [2021-06-02T16:12:07.804Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.50s) [2021-06-02T16:12:07.804Z] === RUN TestBuildMultiStageParentConfig [2021-06-02T16:12:07.809Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-06-02T16:12:08.769Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.57s) [2021-06-02T16:12:08.769Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.69s) [2021-06-02T16:12:08.769Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.60s) [2021-06-02T16:12:08.769Z] === RUN TestKillStoppedContainer [2021-06-02T16:12:08.769Z] --- PASS: TestKillStoppedContainer (0.07s) [2021-06-02T16:12:08.769Z] === RUN TestKillStoppedContainerAPIPre120 [2021-06-02T16:12:08.769Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.12s) [2021-06-02T16:12:08.769Z] === RUN TestKillDifferentUserContainer [2021-06-02T16:12:09.152Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.72s) [2021-06-02T16:12:09.152Z] === RUN TestCgroupNamespacesRunHostMode [2021-06-02T16:12:09.189Z] --- PASS: TestBuildMultiStageParentConfig (1.04s) [2021-06-02T16:12:09.189Z] === RUN TestBuildLabelWithTargets [2021-06-02T16:12:09.738Z] --- PASS: TestKillDifferentUserContainer (0.77s) [2021-06-02T16:12:09.738Z] === RUN TestInspectOomKilledTrue [2021-06-02T16:12:09.738Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-06-02T16:12:09.738Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-06-02T16:12:09.738Z] === RUN TestInspectOomKilledFalse [2021-06-02T16:12:10.309Z] --- PASS: TestInspectOomKilledFalse (0.78s) [2021-06-02T16:12:10.309Z] === RUN TestLinksEtcHostsContentMatch [2021-06-02T16:12:10.573Z] --- PASS: TestBuildLabelWithTargets (1.62s) [2021-06-02T16:12:10.573Z] === RUN TestBuildWithEmptyLayers [2021-06-02T16:12:11.247Z] --- PASS: TestLinksEtcHostsContentMatch (0.87s) [2021-06-02T16:12:11.247Z] === RUN TestLinksContainerNames [2021-06-02T16:12:11.515Z] --- PASS: TestBuildWithEmptyLayers (0.78s) [2021-06-02T16:12:11.515Z] === RUN TestBuildMultiStageOnBuild [2021-06-02T16:12:11.678Z] --- PASS: TestCgroupNamespacesRunHostMode (2.76s) [2021-06-02T16:12:11.678Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-06-02T16:12:12.628Z] --- PASS: TestLinksContainerNames (1.42s) [2021-06-02T16:12:12.628Z] === RUN TestLogsFollowTailEmpty [2021-06-02T16:12:13.566Z] --- PASS: TestLogsFollowTailEmpty (0.71s) [2021-06-02T16:12:13.566Z] === RUN TestContainerNetworkMountsNoChown [2021-06-02T16:12:13.614Z] 4612f6d0b889: Verifying Checksum [2021-06-02T16:12:13.614Z] 4612f6d0b889: Download complete [2021-06-02T16:12:14.060Z] --- PASS: TestBuildMultiStageOnBuild (2.63s) [2021-06-02T16:12:14.060Z] === RUN TestBuildUncleanTarFilenames [2021-06-02T16:12:14.507Z] --- PASS: TestContainerNetworkMountsNoChown (0.85s) [2021-06-02T16:12:14.507Z] === RUN TestMountDaemonRoot [2021-06-02T16:12:14.507Z] === RUN TestMountDaemonRoot/default [2021-06-02T16:12:14.507Z] === PAUSE TestMountDaemonRoot/default [2021-06-02T16:12:14.507Z] === RUN TestMountDaemonRoot/private [2021-06-02T16:12:14.507Z] === PAUSE TestMountDaemonRoot/private [2021-06-02T16:12:14.507Z] === RUN TestMountDaemonRoot/rprivate [2021-06-02T16:12:14.507Z] === PAUSE TestMountDaemonRoot/rprivate [2021-06-02T16:12:14.507Z] === RUN TestMountDaemonRoot/slave [2021-06-02T16:12:14.507Z] === PAUSE TestMountDaemonRoot/slave [2021-06-02T16:12:14.507Z] === RUN TestMountDaemonRoot/rslave [2021-06-02T16:12:14.507Z] === PAUSE TestMountDaemonRoot/rslave [2021-06-02T16:12:14.507Z] === RUN TestMountDaemonRoot/shared [2021-06-02T16:12:14.507Z] === PAUSE TestMountDaemonRoot/shared [2021-06-02T16:12:14.507Z] === RUN TestMountDaemonRoot/rshared [2021-06-02T16:12:14.507Z] === PAUSE TestMountDaemonRoot/rshared [2021-06-02T16:12:14.507Z] === CONT TestMountDaemonRoot/default [2021-06-02T16:12:14.507Z] === RUN TestMountDaemonRoot/default/bind_root [2021-06-02T16:12:14.507Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-06-02T16:12:14.507Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-06-02T16:12:14.507Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-06-02T16:12:14.507Z] === RUN TestMountDaemonRoot/default/mount_root [2021-06-02T16:12:14.507Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-06-02T16:12:14.507Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-06-02T16:12:14.507Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-06-02T16:12:14.507Z] === CONT TestMountDaemonRoot/default/bind_root [2021-06-02T16:12:14.507Z] === CONT TestMountDaemonRoot/rshared [2021-06-02T16:12:14.507Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-06-02T16:12:14.507Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-06-02T16:12:14.507Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-06-02T16:12:14.507Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-06-02T16:12:14.507Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-06-02T16:12:14.507Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-06-02T16:12:14.507Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-06-02T16:12:14.507Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-06-02T16:12:14.507Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-06-02T16:12:14.507Z] === CONT TestMountDaemonRoot/shared [2021-06-02T16:12:14.507Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-06-02T16:12:14.507Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-06-02T16:12:14.507Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-06-02T16:12:14.507Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-06-02T16:12:14.507Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-06-02T16:12:14.507Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-06-02T16:12:14.507Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-06-02T16:12:14.507Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-06-02T16:12:14.507Z] === CONT TestMountDaemonRoot/rslave [2021-06-02T16:12:14.507Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-06-02T16:12:14.507Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-06-02T16:12:14.507Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-06-02T16:12:14.507Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-06-02T16:12:14.507Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-06-02T16:12:14.507Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-06-02T16:12:14.507Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-06-02T16:12:14.507Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-06-02T16:12:14.507Z] === CONT TestMountDaemonRoot/slave [2021-06-02T16:12:14.507Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-06-02T16:12:14.507Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-06-02T16:12:14.507Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-06-02T16:12:14.507Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-06-02T16:12:14.507Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-06-02T16:12:14.507Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-06-02T16:12:14.507Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-06-02T16:12:14.507Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-06-02T16:12:14.507Z] === CONT TestMountDaemonRoot/rprivate [2021-06-02T16:12:14.507Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-06-02T16:12:14.507Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-06-02T16:12:14.507Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-06-02T16:12:14.507Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-06-02T16:12:14.507Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-06-02T16:12:14.507Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-06-02T16:12:14.507Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-06-02T16:12:14.507Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-06-02T16:12:14.507Z] === CONT TestMountDaemonRoot/private [2021-06-02T16:12:14.507Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-06-02T16:12:14.507Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-06-02T16:12:14.507Z] === RUN TestMountDaemonRoot/private/bind_root [2021-06-02T16:12:14.507Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-06-02T16:12:14.507Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-06-02T16:12:14.507Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-06-02T16:12:14.507Z] === RUN TestMountDaemonRoot/private/mount_root [2021-06-02T16:12:14.507Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-06-02T16:12:14.507Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-06-02T16:12:14.507Z] === CONT TestMountDaemonRoot/default/mount_root [2021-06-02T16:12:14.507Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-06-02T16:12:14.507Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-06-02T16:12:14.507Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-06-02T16:12:14.507Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-06-02T16:12:14.507Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-06-02T16:12:14.507Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-06-02T16:12:14.507Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-06-02T16:12:14.507Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-06-02T16:12:14.507Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-06-02T16:12:14.507Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-06-02T16:12:14.507Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-06-02T16:12:14.507Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-06-02T16:12:14.507Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-06-02T16:12:14.507Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-06-02T16:12:14.507Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-06-02T16:12:14.507Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-06-02T16:12:14.507Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-06-02T16:12:14.767Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-06-02T16:12:14.767Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-06-02T16:12:14.767Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-06-02T16:12:14.767Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-06-02T16:12:14.767Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-06-02T16:12:14.767Z] === CONT TestMountDaemonRoot/private/mount_root [2021-06-02T16:12:14.767Z] === CONT TestMountDaemonRoot/private/bind_root [2021-06-02T16:12:14.767Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-06-02T16:12:14.767Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-06-02T16:12:14.767Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2021-06-02T16:12:14.767Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2021-06-02T16:12:14.767Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.03s) [2021-06-02T16:12:14.767Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2021-06-02T16:12:14.767Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-06-02T16:12:14.767Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2021-06-02T16:12:14.767Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2021-06-02T16:12:14.767Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2021-06-02T16:12:14.767Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2021-06-02T16:12:14.767Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-06-02T16:12:14.767Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-06-02T16:12:14.767Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-06-02T16:12:14.767Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2021-06-02T16:12:14.767Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-06-02T16:12:14.767Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-06-02T16:12:14.767Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2021-06-02T16:12:14.767Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2021-06-02T16:12:14.767Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2021-06-02T16:12:14.767Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2021-06-02T16:12:14.767Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-06-02T16:12:14.767Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-06-02T16:12:14.767Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-06-02T16:12:14.767Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-06-02T16:12:14.767Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2021-06-02T16:12:14.767Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-06-02T16:12:14.767Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-06-02T16:12:14.767Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-06-02T16:12:14.767Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-06-02T16:12:14.767Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2021-06-02T16:12:14.767Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-06-02T16:12:14.767Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2021-06-02T16:12:14.767Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-06-02T16:12:14.767Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-06-02T16:12:14.767Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-06-02T16:12:14.767Z] === RUN TestContainerBindMountNonRecursive [2021-06-02T16:12:14.956Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.71s) [2021-06-02T16:12:14.956Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-06-02T16:12:15.443Z] --- PASS: TestBuildUncleanTarFilenames (1.19s) [2021-06-02T16:12:15.444Z] === RUN TestBuildMultiStageLayerLeak [2021-06-02T16:12:16.853Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.22s) [2021-06-02T16:12:16.853Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-06-02T16:12:17.306Z] --- PASS: TestContainerBindMountNonRecursive (2.13s) [2021-06-02T16:12:17.306Z] === RUN TestContainerVolumesMountedAsShared [2021-06-02T16:12:17.306Z] --- PASS: TestContainerVolumesMountedAsShared (0.46s) [2021-06-02T16:12:17.306Z] === RUN TestContainerVolumesMountedAsSlave [2021-06-02T16:12:17.988Z] --- PASS: TestBuildMultiStageLayerLeak (2.87s) [2021-06-02T16:12:17.988Z] === RUN TestBuildWithHugeFile [2021-06-02T16:12:18.246Z] --- PASS: TestContainerVolumesMountedAsSlave (0.86s) [2021-06-02T16:12:18.246Z] === RUN TestNetworkNat [2021-06-02T16:12:18.750Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.71s) [2021-06-02T16:12:18.750Z] === RUN TestCgroupNamespacesRunOlderClient [2021-06-02T16:12:18.815Z] --- PASS: TestNetworkNat (0.74s) [2021-06-02T16:12:18.815Z] === RUN TestNetworkLocalhostTCPNat [2021-06-02T16:12:19.753Z] --- PASS: TestNetworkLocalhostTCPNat (0.70s) [2021-06-02T16:12:19.753Z] === RUN TestNetworkLoopbackNat [2021-06-02T16:12:21.276Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.72s) [2021-06-02T16:12:21.276Z] === RUN TestNISDomainname [2021-06-02T16:12:21.276Z] --- SKIP: TestNISDomainname (0.01s) [2021-06-02T16:12:21.276Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-06-02T16:12:21.276Z] === RUN TestHostnameDnsResolution [2021-06-02T16:12:22.649Z] --- PASS: TestHostnameDnsResolution (1.24s) [2021-06-02T16:12:22.649Z] === RUN TestStats [2021-06-02T16:12:22.649Z] --- SKIP: TestStats (0.00s) [2021-06-02T16:12:22.649Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-02T16:12:22.649Z] === RUN TestStopContainerWithTimeout [2021-06-02T16:12:22.649Z] === RUN TestStopContainerWithTimeout/0 [2021-06-02T16:12:22.649Z] === PAUSE TestStopContainerWithTimeout/0 [2021-06-02T16:12:22.649Z] === RUN TestStopContainerWithTimeout/1 [2021-06-02T16:12:22.649Z] === PAUSE TestStopContainerWithTimeout/1 [2021-06-02T16:12:22.649Z] === RUN TestStopContainerWithTimeout/3 [2021-06-02T16:12:22.649Z] === PAUSE TestStopContainerWithTimeout/3 [2021-06-02T16:12:22.649Z] === RUN TestStopContainerWithTimeout/-1 [2021-06-02T16:12:22.649Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-06-02T16:12:22.649Z] === CONT TestStopContainerWithTimeout/0 [2021-06-02T16:12:22.649Z] === CONT TestStopContainerWithTimeout/-1 [2021-06-02T16:12:23.044Z] --- PASS: TestNetworkLoopbackNat (3.17s) [2021-06-02T16:12:23.044Z] === RUN TestPause [2021-06-02T16:12:23.583Z] === CONT TestStopContainerWithTimeout/3 [2021-06-02T16:12:23.614Z] --- PASS: TestPause (0.74s) [2021-06-02T16:12:23.614Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-06-02T16:12:23.614Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-02T16:12:23.614Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-02T16:12:23.614Z] === RUN TestPauseStopPausedContainer [2021-06-02T16:12:24.066Z] ..........................xx.................... [ 29%] [2021-06-02T16:12:24.553Z] --- PASS: TestPauseStopPausedContainer (0.79s) [2021-06-02T16:12:24.553Z] === RUN TestPidHost [2021-06-02T16:12:25.480Z] === CONT TestStopContainerWithTimeout/1 [2021-06-02T16:12:26.461Z] --- PASS: TestPidHost (2.07s) [2021-06-02T16:12:26.461Z] === RUN TestPsFilter [2021-06-02T16:12:26.461Z] --- PASS: TestPsFilter (0.14s) [2021-06-02T16:12:26.461Z] === RUN TestRemoveContainerWithRemovedVolume [2021-06-02T16:12:27.400Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.71s) [2021-06-02T16:12:27.400Z] === RUN TestRemoveContainerWithVolume [2021-06-02T16:12:27.401Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-06-02T16:12:27.401Z] --- PASS: TestStopContainerWithTimeout/0 (1.09s) [2021-06-02T16:12:27.401Z] --- PASS: TestStopContainerWithTimeout/-1 (3.00s) [2021-06-02T16:12:27.401Z] --- PASS: TestStopContainerWithTimeout/3 (2.67s) [2021-06-02T16:12:27.401Z] --- PASS: TestStopContainerWithTimeout/1 (1.71s) [2021-06-02T16:12:27.401Z] === RUN TestDeleteDevicemapper [2021-06-02T16:12:27.401Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-06-02T16:12:27.401Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-02T16:12:27.401Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-06-02T16:12:27.970Z] --- PASS: TestRemoveContainerWithVolume (0.79s) [2021-06-02T16:12:27.970Z] === RUN TestRemoveContainerRunning [2021-06-02T16:12:28.910Z] --- PASS: TestRemoveContainerRunning (0.73s) [2021-06-02T16:12:28.910Z] === RUN TestRemoveContainerForceRemoveRunning [2021-06-02T16:12:29.480Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.76s) [2021-06-02T16:12:29.480Z] === RUN TestRemoveInvalidContainer [2021-06-02T16:12:29.480Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-06-02T16:12:29.480Z] === RUN TestRenameLinkedContainer [2021-06-02T16:12:29.939Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.76s) [2021-06-02T16:12:29.939Z] === RUN TestUpdateMemory [2021-06-02T16:12:29.939Z] --- SKIP: TestUpdateMemory (0.00s) [2021-06-02T16:12:29.939Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-02T16:12:29.939Z] === RUN TestUpdateCPUQuota [2021-06-02T16:12:29.939Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2021-06-02T16:12:29.939Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-02T16:12:29.939Z] === RUN TestUpdatePidsLimit [2021-06-02T16:12:29.939Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2021-06-02T16:12:29.939Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-02T16:12:29.939Z] === RUN TestUpdateRestartPolicy [2021-06-02T16:12:32.773Z] --- PASS: TestRenameLinkedContainer (2.93s) [2021-06-02T16:12:32.773Z] === RUN TestRenameStoppedContainer [2021-06-02T16:12:33.342Z] --- PASS: TestRenameStoppedContainer (0.70s) [2021-06-02T16:12:33.342Z] === RUN TestRenameRunningContainerAndReuse [2021-06-02T16:12:34.724Z] --- PASS: TestRenameRunningContainerAndReuse (1.49s) [2021-06-02T16:12:34.724Z] === RUN TestRenameInvalidName [2021-06-02T16:12:35.294Z] --- PASS: TestRenameInvalidName (0.71s) [2021-06-02T16:12:35.294Z] === RUN TestRenameAnonymousContainer [2021-06-02T16:12:36.870Z] Loaded image: buildpack-deps:buster [2021-06-02T16:12:36.870Z] Loaded image: busybox:latest [2021-06-02T16:12:36.870Z] Loaded image: busybox:glibc [2021-06-02T16:12:38.587Z] --- PASS: TestRenameAnonymousContainer (2.62s) [2021-06-02T16:12:38.587Z] === RUN TestRenameContainerWithSameName [2021-06-02T16:12:38.801Z] Loaded image: debian:bullseye [2021-06-02T16:12:38.801Z] Loaded image: hello-world:latest [2021-06-02T16:12:38.847Z] --- PASS: TestRenameContainerWithSameName (0.77s) [2021-06-02T16:12:38.847Z] === RUN TestRenameContainerWithLinkedContainer [2021-06-02T16:12:39.058Z] Loaded image: arm32v7/hello-world:latest [2021-06-02T16:12:39.058Z] INFO: Testing against a local daemon [2021-06-02T16:12:39.058Z] === RUN TestCgroupNamespacesBuild [2021-06-02T16:12:40.227Z] --- PASS: TestRenameContainerWithLinkedContainer (1.41s) [2021-06-02T16:12:40.227Z] === RUN TestResize [2021-06-02T16:12:40.797Z] --- PASS: TestResize (0.72s) [2021-06-02T16:12:40.797Z] === RUN TestResizeWithInvalidSize [2021-06-02T16:12:41.737Z] --- PASS: TestResizeWithInvalidSize (0.75s) [2021-06-02T16:12:41.737Z] === RUN TestResizeWhenContainerNotStarted [2021-06-02T16:12:42.309Z] --- PASS: TestResizeWhenContainerNotStarted (0.72s) [2021-06-02T16:12:42.309Z] === RUN TestDaemonRestartKillContainers [2021-06-02T16:12:42.309Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-02T16:12:42.309Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-02T16:12:42.309Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-02T16:12:42.309Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-02T16:12:42.309Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-02T16:12:42.309Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-02T16:12:42.309Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-02T16:12:42.309Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-02T16:12:42.309Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-02T16:12:42.309Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-02T16:12:42.309Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-02T16:12:42.309Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-02T16:12:42.309Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-02T16:12:42.309Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-02T16:12:42.309Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-02T16:12:42.309Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-02T16:12:42.309Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-02T16:12:42.309Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-02T16:12:42.309Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-02T16:12:42.309Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-02T16:12:42.309Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-02T16:12:42.309Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-02T16:12:42.309Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-02T16:12:42.309Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-02T16:12:42.309Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-02T16:12:42.309Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-02T16:12:42.326Z] --- PASS: TestCgroupNamespacesBuild (3.15s) [2021-06-02T16:12:42.326Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-06-02T16:12:44.798Z] --- PASS: TestUpdateRestartPolicy (12.55s) [2021-06-02T16:12:44.798Z] === RUN TestUpdateRestartWithAutoRemove [2021-06-02T16:12:44.798Z] --- PASS: TestUpdateRestartWithAutoRemove (0.75s) [2021-06-02T16:12:44.798Z] === RUN TestWaitNonBlocked [2021-06-02T16:12:44.798Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-02T16:12:44.798Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-02T16:12:44.798Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-02T16:12:44.798Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-02T16:12:44.798Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-02T16:12:44.798Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-02T16:12:44.798Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-06-02T16:12:44.798Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.11s) [2021-06-02T16:12:44.798Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.14s) [2021-06-02T16:12:44.798Z] === RUN TestWaitBlocked [2021-06-02T16:12:44.798Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-02T16:12:44.798Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-02T16:12:44.798Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-06-02T16:12:44.798Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-06-02T16:12:44.798Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-02T16:12:44.798Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-06-02T16:12:44.847Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-02T16:12:44.847Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-02T16:12:45.638Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.72s) [2021-06-02T16:12:45.638Z] === RUN TestBuildWithSession [2021-06-02T16:12:45.638Z] --- SKIP: TestBuildWithSession (0.00s) [2021-06-02T16:12:45.638Z] build_session_test.go:25: TODO: BuildKit [2021-06-02T16:12:45.638Z] === RUN TestBuildSquashParent [2021-06-02T16:12:45.730Z] --- PASS: TestWaitBlocked (0.01s) [2021-06-02T16:12:45.730Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.24s) [2021-06-02T16:12:45.730Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.28s) [2021-06-02T16:12:45.730Z] === CONT TestDaemonRestartIpcMode [2021-06-02T16:12:45.730Z] === CONT TestIpcModeOlderClient [2021-06-02T16:12:45.730Z] --- PASS: TestIpcModeOlderClient (0.12s) [2021-06-02T16:12:45.730Z] === CONT TestRestartDaemonWithRestartingContainer [2021-06-02T16:12:45.788Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-02T16:12:46.359Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-02T16:12:47.298Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-02T16:12:47.557Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-02T16:12:49.466Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-02T16:12:49.726Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-02T16:12:50.773Z] tests/integration/api_exec_test.py ..................... [ 34%] [2021-06-02T16:12:51.107Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.97s) [2021-06-02T16:12:51.671Z] --- PASS: TestDaemonRestartIpcMode (5.88s) [2021-06-02T16:12:51.671Z] PASS [2021-06-02T16:12:51.671Z] [2021-06-02T16:12:51.671Z] === Skipped [2021-06-02T16:12:51.671Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-06-02T16:12:51.671Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-02T16:12:51.671Z] [2021-06-02T16:12:51.671Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2021-06-02T16:12:51.671Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-06-02T16:12:51.671Z] [2021-06-02T16:12:51.671Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2021-06-02T16:12:51.671Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-02T16:12:51.671Z] [2021-06-02T16:12:51.671Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2021-06-02T16:12:51.671Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-06-02T16:12:51.671Z] [2021-06-02T16:12:51.671Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2021-06-02T16:12:51.671Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-02T16:12:51.671Z] [2021-06-02T16:12:51.671Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2021-06-02T16:12:51.671Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-02T16:12:51.671Z] [2021-06-02T16:12:51.671Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2021-06-02T16:12:51.671Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-02T16:12:51.671Z] [2021-06-02T16:12:51.671Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2021-06-02T16:12:51.671Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-02T16:12:51.671Z] [2021-06-02T16:12:51.671Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2021-06-02T16:12:51.671Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-02T16:12:51.671Z] [2021-06-02T16:12:51.671Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-06-02T16:12:51.671Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-02T16:12:51.671Z] [2021-06-02T16:12:51.671Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-06-02T16:12:51.671Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-02T16:12:51.671Z] [2021-06-02T16:12:51.671Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2021-06-02T16:12:51.671Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-06-02T16:12:51.671Z] [2021-06-02T16:12:51.671Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2021-06-02T16:12:51.671Z] 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-06-02T16:12:51.671Z] [2021-06-02T16:12:51.671Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2021-06-02T16:12:51.671Z] 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-06-02T16:12:51.671Z] [2021-06-02T16:12:51.671Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2021-06-02T16:12:51.671Z] 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-06-02T16:12:51.671Z] [2021-06-02T16:12:51.671Z] === SKIP: amd64.integration.container TestPause (0.00s) [2021-06-02T16:12:51.671Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-02T16:12:51.671Z] [2021-06-02T16:12:51.671Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-02T16:12:51.671Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-02T16:12:51.671Z] [2021-06-02T16:12:51.671Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2021-06-02T16:12:51.671Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-02T16:12:51.671Z] [2021-06-02T16:12:51.671Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2021-06-02T16:12:51.671Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-06-02T16:12:51.671Z] [2021-06-02T16:12:51.671Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2021-06-02T16:12:51.671Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-06-02T16:12:51.671Z] [2021-06-02T16:12:51.671Z] === SKIP: amd64.integration.container TestStats (0.00s) [2021-06-02T16:12:51.671Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-02T16:12:51.671Z] [2021-06-02T16:12:51.671Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-06-02T16:12:51.671Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-02T16:12:51.671Z] [2021-06-02T16:12:51.671Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-06-02T16:12:51.671Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-02T16:12:51.671Z] [2021-06-02T16:12:51.671Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2021-06-02T16:12:51.671Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-02T16:12:51.671Z] [2021-06-02T16:12:51.671Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2021-06-02T16:12:51.671Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-02T16:12:51.671Z] [2021-06-02T16:12:51.671Z] [2021-06-02T16:12:51.671Z] DONE 177 tests, 25 skipped in 110.398s [2021-06-02T16:12:51.671Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-06-02T16:12:51.671Z] INFO: Testing against a local daemon [2021-06-02T16:12:51.671Z] === RUN TestCommitInheritsEnv [2021-06-02T16:12:53.024Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-02T16:12:53.024Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-02T16:12:53.566Z] --- PASS: TestCommitInheritsEnv (1.44s) [2021-06-02T16:12:53.566Z] === RUN TestImportExtremelyLargeImageWorks [2021-06-02T16:12:53.566Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-06-02T16:12:53.566Z] === RUN TestImagesFilterMultiReference [2021-06-02T16:12:53.566Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2021-06-02T16:12:53.566Z] === RUN TestImagePullPlatformInvalid [2021-06-02T16:12:53.566Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-06-02T16:12:53.566Z] === RUN TestRemoveImageOrphaning [2021-06-02T16:12:55.466Z] --- PASS: TestRemoveImageOrphaning (1.88s) [2021-06-02T16:12:55.466Z] === RUN TestRemoveImageGarbageCollector [2021-06-02T16:12:55.466Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-06-02T16:12:55.466Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-06-02T16:12:55.466Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-06-02T16:12:55.466Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-06-02T16:12:55.466Z] === RUN TestTagInvalidReference [2021-06-02T16:12:55.466Z] --- PASS: TestTagInvalidReference (0.01s) [2021-06-02T16:12:55.466Z] === RUN TestTagValidPrefixedRepo [2021-06-02T16:12:55.466Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2021-06-02T16:12:55.466Z] === RUN TestTagExistedNameWithoutForce [2021-06-02T16:12:55.466Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-06-02T16:12:55.466Z] === RUN TestTagOfficialNames [2021-06-02T16:12:55.466Z] --- PASS: TestTagOfficialNames (0.08s) [2021-06-02T16:12:55.466Z] === RUN TestTagMatchesDigest [2021-06-02T16:12:55.466Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-06-02T16:12:55.466Z] === CONT TestImportExtremelyLargeImageWorks [2021-06-02T16:12:55.563Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-06-02T16:12:55.563Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.25s) [2021-06-02T16:12:55.563Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.49s) [2021-06-02T16:12:55.563Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.27s) [2021-06-02T16:12:55.563Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.34s) [2021-06-02T16:12:55.563Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.27s) [2021-06-02T16:12:55.563Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.30s) [2021-06-02T16:12:55.563Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.21s) [2021-06-02T16:12:55.563Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.27s) [2021-06-02T16:12:55.563Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.24s) [2021-06-02T16:12:55.563Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.13s) [2021-06-02T16:12:55.563Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.22s) [2021-06-02T16:12:55.563Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.28s) [2021-06-02T16:12:55.563Z] === RUN TestCgroupNamespacesRun [2021-06-02T16:12:56.996Z] --- PASS: TestCgroupNamespacesRun (1.81s) [2021-06-02T16:12:56.996Z] === RUN TestCgroupNamespacesRunPrivileged [2021-06-02T16:12:56.996Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2021-06-02T16:12:56.996Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-06-02T16:12:56.996Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-06-02T16:12:58.093Z] --- PASS: TestBuildSquashParent (13.15s) [2021-06-02T16:12:58.093Z] === RUN TestBuildWithRemoveAndForceRemove [2021-06-02T16:12:58.093Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-02T16:12:58.093Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-02T16:12:58.093Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-02T16:12:58.093Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-02T16:12:58.093Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-02T16:12:58.093Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-02T16:12:58.093Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-02T16:12:58.093Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-02T16:12:58.093Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-02T16:12:58.093Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-02T16:12:58.093Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-02T16:12:58.094Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-02T16:12:58.094Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-02T16:12:58.094Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-02T16:12:58.924Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.75s) [2021-06-02T16:12:58.924Z] === RUN TestCgroupNamespacesRunHostMode [2021-06-02T16:13:00.117Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2021-06-02T16:13:00.835Z] --- PASS: TestCgroupNamespacesRunHostMode (1.75s) [2021-06-02T16:13:00.835Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-06-02T16:13:02.216Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.79s) [2021-06-02T16:13:02.216Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-06-02T16:13:03.597Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.26s) [2021-06-02T16:13:03.597Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-06-02T16:13:04.375Z] tests/integration/api_image_test.py ............s..... [ 40%] [2021-06-02T16:13:04.534Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.79s) [2021-06-02T16:13:04.534Z] === RUN TestCgroupNamespacesRunOlderClient [2021-06-02T16:13:04.673Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-02T16:13:04.673Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-02T16:13:06.444Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.14s) [2021-06-02T16:13:06.444Z] === RUN TestNISDomainname [2021-06-02T16:13:07.824Z] --- PASS: TestNISDomainname (1.41s) [2021-06-02T16:13:07.824Z] === RUN TestHostnameDnsResolution [2021-06-02T16:13:09.204Z] --- PASS: TestHostnameDnsResolution (1.24s) [2021-06-02T16:13:09.204Z] === RUN TestStats [2021-06-02T16:13:09.962Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-02T16:13:09.962Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-02T16:13:12.495Z] --- PASS: TestStats (2.76s) [2021-06-02T16:13:12.495Z] === RUN TestStopContainerWithTimeout [2021-06-02T16:13:12.495Z] === RUN TestStopContainerWithTimeout/0 [2021-06-02T16:13:12.495Z] === PAUSE TestStopContainerWithTimeout/0 [2021-06-02T16:13:12.495Z] === RUN TestStopContainerWithTimeout/1 [2021-06-02T16:13:12.495Z] === PAUSE TestStopContainerWithTimeout/1 [2021-06-02T16:13:12.495Z] === RUN TestStopContainerWithTimeout/3 [2021-06-02T16:13:12.495Z] === PAUSE TestStopContainerWithTimeout/3 [2021-06-02T16:13:12.495Z] === RUN TestStopContainerWithTimeout/-1 [2021-06-02T16:13:12.495Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-06-02T16:13:12.495Z] === CONT TestStopContainerWithTimeout/0 [2021-06-02T16:13:12.495Z] === CONT TestStopContainerWithTimeout/-1 [2021-06-02T16:13:13.063Z] === CONT TestStopContainerWithTimeout/3 [2021-06-02T16:13:14.268Z] --- PASS: TestBuildWithHugeFile (49.01s) [2021-06-02T16:13:14.268Z] === RUN TestBuildWCOWSandboxSize [2021-06-02T16:13:14.268Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-06-02T16:13:14.268Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-02T16:13:14.268Z] === RUN TestBuildWithEmptyDockerfile [2021-06-02T16:13:14.268Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-02T16:13:14.268Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-02T16:13:14.268Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-02T16:13:14.268Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-02T16:13:14.268Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-02T16:13:14.268Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-02T16:13:14.268Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-02T16:13:14.268Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-02T16:13:14.268Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-02T16:13:14.268Z] --- PASS: TestBuildWithEmptyDockerfile (0.21s) [2021-06-02T16:13:14.268Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.19s) [2021-06-02T16:13:14.268Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.19s) [2021-06-02T16:13:14.268Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.20s) [2021-06-02T16:13:14.268Z] === RUN TestBuildPreserveOwnership [2021-06-02T16:13:14.268Z] === RUN TestBuildPreserveOwnership/copy_from [2021-06-02T16:13:14.268Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-06-02T16:13:14.268Z] --- PASS: TestBuildPreserveOwnership (6.68s) [2021-06-02T16:13:14.268Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.85s) [2021-06-02T16:13:14.268Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.82s) [2021-06-02T16:13:14.268Z] === RUN TestBuildPlatformInvalid [2021-06-02T16:13:14.268Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2021-06-02T16:13:14.268Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-06-02T16:13:14.970Z] === CONT TestStopContainerWithTimeout/1 [2021-06-02T16:13:15.209Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-06-02T16:13:15.209Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (5.40s) [2021-06-02T16:13:15.209Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (5.43s) [2021-06-02T16:13:15.209Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (5.40s) [2021-06-02T16:13:15.209Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (5.61s) [2021-06-02T16:13:15.209Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (5.71s) [2021-06-02T16:13:15.209Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (5.58s) [2021-06-02T16:13:15.209Z] === RUN TestBuildMultiStageCopy [2021-06-02T16:13:15.209Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-06-02T16:13:16.877Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-06-02T16:13:16.877Z] --- PASS: TestStopContainerWithTimeout/0 (1.05s) [2021-06-02T16:13:16.877Z] --- PASS: TestStopContainerWithTimeout/-1 (2.99s) [2021-06-02T16:13:16.877Z] --- PASS: TestStopContainerWithTimeout/3 (2.68s) [2021-06-02T16:13:16.877Z] --- PASS: TestStopContainerWithTimeout/1 (1.73s) [2021-06-02T16:13:16.877Z] === RUN TestDeleteDevicemapper [2021-06-02T16:13:16.877Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-06-02T16:13:16.877Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-02T16:13:16.877Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-06-02T16:13:18.477Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-06-02T16:13:19.405Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-06-02T16:13:19.966Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-06-02T16:13:20.172Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.34s) [2021-06-02T16:13:20.172Z] === RUN TestUpdateMemory [2021-06-02T16:13:20.528Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-06-02T16:13:21.091Z] --- PASS: TestBuildMultiStageCopy (6.25s) [2021-06-02T16:13:21.091Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.81s) [2021-06-02T16:13:21.091Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.62s) [2021-06-02T16:13:21.091Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.60s) [2021-06-02T16:13:21.091Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.56s) [2021-06-02T16:13:21.091Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.67s) [2021-06-02T16:13:21.091Z] === RUN TestBuildMultiStageParentConfig [2021-06-02T16:13:21.551Z] --- PASS: TestUpdateMemory (1.32s) [2021-06-02T16:13:21.551Z] === RUN TestUpdateCPUQuota [2021-06-02T16:13:22.456Z] --- PASS: TestBuildMultiStageParentConfig (1.32s) [2021-06-02T16:13:22.456Z] === RUN TestBuildLabelWithTargets [2021-06-02T16:13:24.972Z] --- PASS: TestBuildLabelWithTargets (2.22s) [2021-06-02T16:13:24.973Z] === RUN TestBuildWithEmptyLayers [2021-06-02T16:13:25.072Z] tests/integration/api_network_test.py ............................ [ 47%] [2021-06-02T16:13:25.903Z] --- PASS: TestBuildWithEmptyLayers (1.33s) [2021-06-02T16:13:25.903Z] === RUN TestBuildMultiStageOnBuild [2021-06-02T16:13:28.122Z] --- PASS: TestUpdateCPUQuota (6.83s) [2021-06-02T16:13:28.122Z] === RUN TestUpdatePidsLimit [2021-06-02T16:13:28.122Z] === RUN TestUpdatePidsLimit/update_from_none [2021-06-02T16:13:29.061Z] === RUN TestUpdatePidsLimit/no_change [2021-06-02T16:13:29.179Z] Loaded image: buildpack-deps:buster [2021-06-02T16:13:29.179Z] Loaded image: busybox:latest [2021-06-02T16:13:29.179Z] Loaded image: busybox:glibc [2021-06-02T16:13:29.440Z] Loaded image: debian:bullseye [2021-06-02T16:13:29.630Z] === RUN TestUpdatePidsLimit/update_lower [2021-06-02T16:13:29.701Z] Loaded image: hello-world:latest [2021-06-02T16:13:29.701Z] Loaded image: arm32v7/hello-world:latest [2021-06-02T16:13:30.070Z] --- PASS: TestBuildMultiStageOnBuild (4.18s) [2021-06-02T16:13:30.070Z] === RUN TestBuildUncleanTarFilenames [2021-06-02T16:13:30.200Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-06-02T16:13:31.142Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-06-02T16:13:31.711Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-06-02T16:13:31.960Z] --- PASS: TestBuildUncleanTarFilenames (1.94s) [2021-06-02T16:13:31.960Z] === RUN TestBuildMultiStageLayerLeak [2021-06-02T16:13:32.650Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-06-02T16:13:32.825Z] tests/integration/api_plugin_test.py ........... [ 50%] [2021-06-02T16:13:34.030Z] --- PASS: TestUpdatePidsLimit (5.74s) [2021-06-02T16:13:34.030Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.71s) [2021-06-02T16:13:34.030Z] --- PASS: TestUpdatePidsLimit/no_change (0.69s) [2021-06-02T16:13:34.030Z] --- PASS: TestUpdatePidsLimit/update_lower (0.70s) [2021-06-02T16:13:34.030Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.85s) [2021-06-02T16:13:34.030Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.72s) [2021-06-02T16:13:34.030Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.70s) [2021-06-02T16:13:34.030Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.72s) [2021-06-02T16:13:34.030Z] === RUN TestUpdateRestartPolicy [2021-06-02T16:13:34.590Z] tests/integration/api_secret_test.py ..... [ 51%] [2021-06-02T16:13:37.204Z] --- PASS: TestBuildMultiStageLayerLeak (4.71s) [2021-06-02T16:13:37.204Z] === RUN TestBuildWithHugeFile [2021-06-02T16:13:37.768Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-06-02T16:13:37.768Z] Using test binary docker [2021-06-02T16:13:37.768Z] +++ /etc/init.d/apparmor start [2021-06-02T16:13:37.768Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-06-02T16:13:37.768Z] Starting dockerd [2021-06-02T16:13:37.768Z] INFO: Waiting for daemon to start... [2021-06-02T16:13:37.768Z] +++ 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-06-02T16:13:38.024Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-06-02T16:13:38.024Z] Using test binary docker [2021-06-02T16:13:38.024Z] +++ /etc/init.d/apparmor start [2021-06-02T16:13:38.024Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-06-02T16:13:38.024Z] INFO: Waiting for daemon to start... [2021-06-02T16:13:38.024Z] Starting dockerd [2021-06-02T16:13:38.024Z] +++ 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-06-02T16:13:38.654Z] tests/integration/api_service_test.py ....................s............. [ 60%] [2021-06-02T16:13:39.697Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (25.18s) [2021-06-02T16:13:39.697Z] PASS [2021-06-02T16:13:39.697Z] [2021-06-02T16:13:39.697Z] === Skipped [2021-06-02T16:13:39.697Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2021-06-02T16:13:39.697Z] build_session_test.go:25: TODO: BuildKit [2021-06-02T16:13:39.697Z] [2021-06-02T16:13:39.697Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-06-02T16:13:39.697Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-02T16:13:39.697Z] [2021-06-02T16:13:39.697Z] [2021-06-02T16:13:39.697Z] DONE 34 tests, 2 skipped in 130.137s [2021-06-02T16:13:39.697Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2021-06-02T16:13:39.697Z] ++ 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-06-02T16:13:39.697Z] ++ set -e [2021-06-02T16:13:39.697Z] ++ '[' -n 0 ']' [2021-06-02T16:13:39.697Z] ++ set -x [2021-06-02T16:13:39.698Z] ++ env -i DEST=/go/src/github.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-06-02T16:13:39.698Z] INFO: Testing against a local daemon [2021-06-02T16:13:39.698Z] === RUN TestConfigInspect [2021-06-02T16:13:40.534Z] . [2021-06-02T16:13:40.534Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-06-02T16:13:40.534Z] [2021-06-02T16:13:40.534Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-06-02T16:13:40.534Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-06-02T16:13:40.534Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-06-02T16:13:40.534Z] Error: No such image: emptyfs [2021-06-02T16:13:40.534Z] ++++ docker load [2021-06-02T16:13:40.534Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-06-02T16:13:40.534Z] Error: No such image: emptyfs [2021-06-02T16:13:40.534Z] ++++ docker load [2021-06-02T16:13:40.534Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-06-02T16:13:40.789Z] Running integration-test (iteration 1) [2021-06-02T16:13:40.789Z] 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-06-02T16:13:40.789Z] ++ 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-06-02T16:13:40.789Z] ++ set -e [2021-06-02T16:13:40.789Z] ++ '[' -n 0 ']' [2021-06-02T16:13:40.789Z] ++ set -x [2021-06-02T16:13:40.789Z] ++ env -i DEST=/go/src/github.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-06-02T16:13:40.789Z] Running integration-test (iteration 1) [2021-06-02T16:13:40.789Z] 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-06-02T16:13:40.789Z] ++ 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-06-02T16:13:40.789Z] ++ set -e [2021-06-02T16:13:40.789Z] ++ '[' -n 0 ']' [2021-06-02T16:13:40.789Z] ++ set -x [2021-06-02T16:13:40.789Z] ++ env -i DEST=/go/src/github.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-06-02T16:13:42.996Z] --- PASS: TestConfigInspect (3.20s) [2021-06-02T16:13:42.996Z] === RUN TestConfigList [2021-06-02T16:13:46.294Z] --- PASS: TestConfigList (3.05s) [2021-06-02T16:13:46.294Z] === RUN TestConfigsCreateAndDelete [2021-06-02T16:13:48.217Z] 29d5b6a226d2: Verifying Checksum [2021-06-02T16:13:48.218Z] 29d5b6a226d2: Download complete [2021-06-02T16:13:48.917Z] --- PASS: TestUpdateRestartPolicy (12.84s) [2021-06-02T16:13:48.917Z] === RUN TestUpdateRestartWithAutoRemove [2021-06-02T16:13:48.917Z] --- PASS: TestUpdateRestartWithAutoRemove (0.76s) [2021-06-02T16:13:48.917Z] === RUN TestWaitNonBlocked [2021-06-02T16:13:48.917Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-02T16:13:48.917Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-02T16:13:48.917Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-02T16:13:48.917Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-02T16:13:48.917Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-02T16:13:48.917Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-02T16:13:48.917Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-06-02T16:13:48.917Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.09s) [2021-06-02T16:13:48.917Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.14s) [2021-06-02T16:13:48.917Z] === RUN TestWaitBlocked [2021-06-02T16:13:48.917Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-02T16:13:48.917Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-02T16:13:48.917Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-06-02T16:13:48.917Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-06-02T16:13:48.917Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-02T16:13:48.917Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-06-02T16:13:49.600Z] --- PASS: TestConfigsCreateAndDelete (3.03s) [2021-06-02T16:13:49.600Z] === RUN TestConfigsUpdate [2021-06-02T16:13:49.856Z] --- PASS: TestWaitBlocked (0.01s) [2021-06-02T16:13:49.856Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.06s) [2021-06-02T16:13:49.856Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.17s) [2021-06-02T16:13:49.856Z] === CONT TestContainerStartOnDaemonRestart [2021-06-02T16:13:49.856Z] === CONT TestContainerKillOnDaemonStart [2021-06-02T16:13:52.146Z] --- PASS: TestConfigsUpdate (2.99s) [2021-06-02T16:13:52.146Z] === RUN TestTemplatedConfig [2021-06-02T16:13:53.113Z] .......................... [ 67%] [2021-06-02T16:13:53.150Z] --- PASS: TestContainerStartOnDaemonRestart (2.99s) [2021-06-02T16:13:53.150Z] === CONT TestIpcModeOlderClient [2021-06-02T16:13:53.150Z] --- PASS: TestIpcModeOlderClient (0.06s) [2021-06-02T16:13:53.150Z] === CONT TestDaemonHostGatewayIP [2021-06-02T16:13:56.356Z] --- PASS: TestTemplatedConfig (3.63s) [2021-06-02T16:13:56.356Z] === RUN TestConfigCreateResolve [2021-06-02T16:13:56.443Z] --- PASS: TestDaemonHostGatewayIP (3.36s) [2021-06-02T16:13:56.443Z] === CONT TestRestartDaemonWithRestartingContainer [2021-06-02T16:13:58.901Z] --- PASS: TestConfigCreateResolve (3.00s) [2021-06-02T16:13:58.901Z] === RUN TestConfigDaemonLibtrustID [2021-06-02T16:13:59.020Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.50s) [2021-06-02T16:13:59.020Z] === CONT TestDaemonRestartIpcMode [2021-06-02T16:13:59.482Z] --- PASS: TestConfigDaemonLibtrustID (0.68s) [2021-06-02T16:13:59.482Z] PASS [2021-06-02T16:13:59.482Z] [2021-06-02T16:13:59.482Z] DONE 7 tests in 19.752s [2021-06-02T16:13:59.482Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2021-06-02T16:13:59.482Z] ++ 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-06-02T16:13:59.482Z] ++ set -e [2021-06-02T16:13:59.482Z] ++ '[' -n 0 ']' [2021-06-02T16:13:59.482Z] ++ set -x [2021-06-02T16:13:59.482Z] ++ env -i DEST=/go/src/github.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-06-02T16:13:59.742Z] INFO: Testing against a local daemon [2021-06-02T16:13:59.742Z] === RUN TestCheckpoint [2021-06-02T16:13:59.742Z] --- SKIP: TestCheckpoint (0.00s) [2021-06-02T16:13:59.742Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-02T16:13:59.742Z] === RUN TestContainerInvalidJSON [2021-06-02T16:13:59.742Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-06-02T16:13:59.742Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-06-02T16:13:59.742Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-06-02T16:13:59.742Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-06-02T16:13:59.742Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-06-02T16:13:59.742Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-06-02T16:13:59.742Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-06-02T16:13:59.742Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-06-02T16:13:59.742Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-06-02T16:13:59.742Z] --- PASS: TestContainerInvalidJSON (0.03s) [2021-06-02T16:13:59.742Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-06-02T16:13:59.742Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-06-02T16:13:59.742Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-06-02T16:13:59.742Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-06-02T16:13:59.742Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s) [2021-06-02T16:13:59.742Z] === RUN TestCopyFromContainerPathIsNotDir [2021-06-02T16:13:59.742Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s) [2021-06-02T16:13:59.742Z] === RUN TestCopyToContainerPathDoesNotExist [2021-06-02T16:14:00.004Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2021-06-02T16:14:00.004Z] === RUN TestCopyToContainerPathIsNotDir [2021-06-02T16:14:00.004Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s) [2021-06-02T16:14:00.004Z] === RUN TestCopyFromContainer [2021-06-02T16:14:01.920Z] === RUN TestCopyFromContainer// [2021-06-02T16:14:01.920Z] === RUN TestCopyFromContainer//bar/root [2021-06-02T16:14:01.920Z] === RUN TestCopyFromContainer//bar/root/ [2021-06-02T16:14:02.181Z] === RUN TestCopyFromContainer/bar/quux [2021-06-02T16:14:02.181Z] === RUN TestCopyFromContainer/bar/quux/ [2021-06-02T16:14:02.323Z] --- PASS: TestDaemonRestartIpcMode (3.06s) [2021-06-02T16:14:02.323Z] --- PASS: TestContainerKillOnDaemonStart (12.37s) [2021-06-02T16:14:02.323Z] PASS [2021-06-02T16:14:02.323Z] [2021-06-02T16:14:02.323Z] === Skipped [2021-06-02T16:14:02.323Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-06-02T16:14:02.323Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-02T16:14:02.323Z] [2021-06-02T16:14:02.323Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-06-02T16:14:02.323Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-06-02T16:14:02.323Z] [2021-06-02T16:14:02.323Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-02T16:14:02.323Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-02T16:14:02.323Z] [2021-06-02T16:14:02.323Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2021-06-02T16:14:02.323Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-06-02T16:14:02.323Z] [2021-06-02T16:14:02.323Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-06-02T16:14:02.323Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-02T16:14:02.323Z] [2021-06-02T16:14:02.323Z] [2021-06-02T16:14:02.323Z] DONE 196 tests, 5 skipped in 153.777s [2021-06-02T16:14:02.323Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-06-02T16:14:02.323Z] INFO: Testing against a local daemon [2021-06-02T16:14:02.323Z] === RUN TestCommitInheritsEnv [2021-06-02T16:14:02.441Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-06-02T16:14:02.441Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-06-02T16:14:02.441Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-06-02T16:14:02.583Z] --- PASS: TestCommitInheritsEnv (0.32s) [2021-06-02T16:14:02.583Z] === RUN TestImportExtremelyLargeImageWorks [2021-06-02T16:14:02.583Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-06-02T16:14:02.583Z] === RUN TestImagesFilterMultiReference [2021-06-02T16:14:02.583Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2021-06-02T16:14:02.583Z] === RUN TestImagePullPlatformInvalid [2021-06-02T16:14:02.583Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-06-02T16:14:02.583Z] === RUN TestRemoveImageOrphaning [2021-06-02T16:14:02.702Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-06-02T16:14:02.702Z] === RUN TestCopyFromContainer/bar/notarget [2021-06-02T16:14:02.963Z] --- PASS: TestCopyFromContainer (2.94s) [2021-06-02T16:14:02.963Z] --- PASS: TestCopyFromContainer// (0.12s) [2021-06-02T16:14:02.963Z] --- PASS: TestCopyFromContainer//bar/root (0.12s) [2021-06-02T16:14:02.963Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2021-06-02T16:14:02.963Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2021-06-02T16:14:02.963Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2021-06-02T16:14:02.963Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2021-06-02T16:14:02.963Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2021-06-02T16:14:02.963Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s) [2021-06-02T16:14:02.963Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2021-06-02T16:14:02.963Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2021-06-02T16:14:02.963Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-06-02T16:14:02.963Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-02T16:14:02.963Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-02T16:14:02.963Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-02T16:14:02.963Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-02T16:14:02.963Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-02T16:14:02.963Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-02T16:14:02.963Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-02T16:14:02.963Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-02T16:14:02.963Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-02T16:14:02.963Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-06-02T16:14:02.963Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-06-02T16:14:02.963Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-06-02T16:14:02.963Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-06-02T16:14:02.963Z] === RUN TestCreateLinkToNonExistingContainer [2021-06-02T16:14:02.963Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2021-06-02T16:14:02.963Z] === RUN TestCreateWithInvalidEnv [2021-06-02T16:14:02.963Z] === RUN TestCreateWithInvalidEnv/0 [2021-06-02T16:14:02.963Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-06-02T16:14:02.963Z] === RUN TestCreateWithInvalidEnv/1 [2021-06-02T16:14:02.963Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-06-02T16:14:02.963Z] === RUN TestCreateWithInvalidEnv/2 [2021-06-02T16:14:02.963Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-06-02T16:14:02.963Z] === CONT TestCreateWithInvalidEnv/0 [2021-06-02T16:14:02.963Z] === CONT TestCreateWithInvalidEnv/1 [2021-06-02T16:14:02.963Z] === CONT TestCreateWithInvalidEnv/2 [2021-06-02T16:14:02.963Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-06-02T16:14:02.963Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-06-02T16:14:02.963Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-06-02T16:14:02.963Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-06-02T16:14:02.963Z] === RUN TestCreateTmpfsMountsTarget [2021-06-02T16:14:02.963Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2021-06-02T16:14:02.963Z] === RUN TestCreateWithCustomMaskedPaths [2021-06-02T16:14:03.152Z] --- PASS: TestRemoveImageOrphaning (0.36s) [2021-06-02T16:14:03.152Z] === RUN TestRemoveImageGarbageCollector [2021-06-02T16:14:05.058Z] --- PASS: TestRemoveImageGarbageCollector (2.06s) [2021-06-02T16:14:05.058Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-06-02T16:14:05.058Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-06-02T16:14:05.058Z] === RUN TestTagInvalidReference [2021-06-02T16:14:05.058Z] --- PASS: TestTagInvalidReference (0.01s) [2021-06-02T16:14:05.058Z] === RUN TestTagValidPrefixedRepo [2021-06-02T16:14:05.058Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-06-02T16:14:05.058Z] === RUN TestTagExistedNameWithoutForce [2021-06-02T16:14:05.058Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-06-02T16:14:05.058Z] === RUN TestTagOfficialNames [2021-06-02T16:14:05.317Z] --- PASS: TestTagOfficialNames (0.07s) [2021-06-02T16:14:05.317Z] === RUN TestTagMatchesDigest [2021-06-02T16:14:05.317Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-06-02T16:14:05.317Z] === CONT TestImportExtremelyLargeImageWorks [2021-06-02T16:14:06.260Z] --- PASS: TestCreateWithCustomMaskedPaths (2.89s) [2021-06-02T16:14:06.260Z] === RUN TestCreateWithCustomReadonlyPaths [2021-06-02T16:14:08.803Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.63s) [2021-06-02T16:14:08.803Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-06-02T16:14:08.803Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-02T16:14:08.803Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-02T16:14:08.803Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-02T16:14:08.803Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-02T16:14:08.803Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-02T16:14:08.803Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-02T16:14:08.803Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-02T16:14:08.803Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-02T16:14:08.803Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-02T16:14:08.803Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-02T16:14:08.803Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-02T16:14:08.803Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-02T16:14:08.803Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-02T16:14:08.803Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-02T16:14:08.803Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-02T16:14:08.803Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-06-02T16:14:08.803Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2021-06-02T16:14:08.803Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2021-06-02T16:14:08.803Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2021-06-02T16:14:08.803Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.05s) [2021-06-02T16:14:08.803Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2021-06-02T16:14:08.803Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-06-02T16:14:09.745Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.84s) [2021-06-02T16:14:09.745Z] === RUN TestCreateDifferentPlatform [2021-06-02T16:14:09.745Z] === RUN TestCreateDifferentPlatform/different_os [2021-06-02T16:14:09.745Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-06-02T16:14:09.745Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-06-02T16:14:09.745Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-06-02T16:14:09.745Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-06-02T16:14:09.745Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-06-02T16:14:09.745Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2021-06-02T16:14:09.745Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-06-02T16:14:09.745Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.08s) [2021-06-02T16:14:09.745Z] === RUN TestContainerStartOnDaemonRestart [2021-06-02T16:14:09.745Z] === PAUSE TestContainerStartOnDaemonRestart [2021-06-02T16:14:09.745Z] === RUN TestDaemonRestartIpcMode [2021-06-02T16:14:09.745Z] === PAUSE TestDaemonRestartIpcMode [2021-06-02T16:14:09.745Z] === RUN TestDaemonHostGatewayIP [2021-06-02T16:14:09.745Z] === PAUSE TestDaemonHostGatewayIP [2021-06-02T16:14:09.745Z] === RUN TestRestartDaemonWithRestartingContainer [2021-06-02T16:14:09.745Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-06-02T16:14:09.745Z] === RUN TestContainerKillOnDaemonStart [2021-06-02T16:14:09.745Z] === PAUSE TestContainerKillOnDaemonStart [2021-06-02T16:14:09.745Z] === RUN TestDiff [2021-06-02T16:14:10.686Z] --- PASS: TestDiff (0.92s) [2021-06-02T16:14:10.686Z] === RUN TestExecWithCloseStdin [2021-06-02T16:14:12.069Z] --- PASS: TestExecWithCloseStdin (1.19s) [2021-06-02T16:14:12.069Z] === RUN TestExec [2021-06-02T16:14:13.011Z] --- PASS: TestExec (1.15s) [2021-06-02T16:14:13.011Z] === RUN TestExecUser [2021-06-02T16:14:14.395Z] --- PASS: TestExecUser (1.23s) [2021-06-02T16:14:14.395Z] === RUN TestExportContainerAndImportImage [2021-06-02T16:14:15.336Z] --- PASS: TestExportContainerAndImportImage (1.19s) [2021-06-02T16:14:15.336Z] === RUN TestExportContainerAfterDaemonRestart [2021-06-02T16:14:17.248Z] --- PASS: TestExportContainerAfterDaemonRestart (1.86s) [2021-06-02T16:14:17.248Z] === RUN TestHealthCheckWorkdir [2021-06-02T16:14:19.159Z] --- PASS: TestHealthCheckWorkdir (1.59s) [2021-06-02T16:14:19.159Z] === RUN TestHealthKillContainer [2021-06-02T16:14:22.458Z] --- PASS: TestHealthKillContainer (3.13s) [2021-06-02T16:14:22.458Z] === RUN TestInspectCpusetInConfigPre120 [2021-06-02T16:14:23.028Z] --- PASS: TestInspectCpusetInConfigPre120 (1.04s) [2021-06-02T16:14:23.028Z] === RUN TestIpcModeNone [2021-06-02T16:14:24.411Z] --- PASS: TestIpcModeNone (1.17s) [2021-06-02T16:14:24.412Z] === RUN TestIpcModePrivate [2021-06-02T16:14:25.353Z] --- PASS: TestIpcModePrivate (1.13s) [2021-06-02T16:14:25.353Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:70, shared: false, mustBeShared: false [2021-06-02T16:14:25.353Z] === RUN TestIpcModeShareable [2021-06-02T16:14:26.293Z] --- PASS: TestIpcModeShareable (1.15s) [2021-06-02T16:14:26.293Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:64, shared: true, mustBeShared: true [2021-06-02T16:14:26.293Z] === RUN TestAPIIpcModeShareableAndContainer [2021-06-02T16:14:27.448Z] Loaded image: buildpack-deps:buster [2021-06-02T16:14:27.448Z] Loaded image: buildpack-deps:buster [2021-06-02T16:14:27.448Z] Loaded image: busybox:latest [2021-06-02T16:14:27.448Z] Loaded image: busybox:latest [2021-06-02T16:14:27.448Z] Loaded image: busybox:glibc [2021-06-02T16:14:27.448Z] Loaded image: busybox:glibc [2021-06-02T16:14:30.496Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.31s) [2021-06-02T16:14:30.496Z] === RUN TestAPIIpcModeHost [2021-06-02T16:14:30.713Z] Loaded image: debian:bullseye [2021-06-02T16:14:30.713Z] Loaded image: debian:bullseye [2021-06-02T16:14:30.713Z] Loaded image: hello-world:latest [2021-06-02T16:14:30.713Z] Loaded image: hello-world:latest [2021-06-02T16:14:30.757Z] --- PASS: TestAPIIpcModeHost (1.14s) [2021-06-02T16:14:30.757Z] === RUN TestDaemonIpcModeShareable [2021-06-02T16:14:30.969Z] Loaded image: arm32v7/hello-world:latest [2021-06-02T16:14:30.969Z] Loaded image: arm32v7/hello-world:latest [2021-06-02T16:14:30.969Z] INFO: Testing against a local daemon [2021-06-02T16:14:30.969Z] === RUN TestDockerDaemonSuite [2021-06-02T16:14:30.969Z] INFO: Testing against a local daemon [2021-06-02T16:14:30.969Z] === RUN TestDockerSuite [2021-06-02T16:14:30.969Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2021-06-02T16:14:30.969Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-06-02T16:14:30.969Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-06-02T16:14:30.969Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-06-02T16:14:30.969Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-06-02T16:14:30.969Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-06-02T16:14:30.969Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-06-02T16:14:30.969Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-06-02T16:14:31.256Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-06-02T16:14:33.299Z] --- PASS: TestDaemonIpcModeShareable (2.15s) [2021-06-02T16:14:33.299Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:73, shared: true, mustBeShared: true [2021-06-02T16:14:33.299Z] === RUN TestDaemonIpcModePrivate [2021-06-02T16:14:34.571Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-06-02T16:14:34.571Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-06-02T16:14:35.133Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-06-02T16:14:35.133Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-06-02T16:14:35.212Z] --- PASS: TestDaemonIpcModePrivate (2.16s) [2021-06-02T16:14:35.212Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: false, mustBeShared: false [2021-06-02T16:14:35.212Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-06-02T16:14:35.443Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2021-06-02T16:14:36.060Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-06-02T16:14:36.060Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-06-02T16:14:36.060Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-06-02T16:14:37.756Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.08s) [2021-06-02T16:14:37.756Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: false, mustBeShared: false [2021-06-02T16:14:37.756Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-06-02T16:14:37.947Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-06-02T16:14:38.508Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-06-02T16:14:38.508Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-06-02T16:14:38.508Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-06-02T16:14:38.764Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2021-06-02T16:14:39.671Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.25s) [2021-06-02T16:14:39.671Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:73, shared: true, mustBeShared: true [2021-06-02T16:14:39.671Z] === RUN TestIpcModeOlderClient [2021-06-02T16:14:39.671Z] === PAUSE TestIpcModeOlderClient [2021-06-02T16:14:39.671Z] === RUN TestKillContainerInvalidSignal [2021-06-02T16:14:39.690Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-06-02T16:14:40.508Z] 4612f6d0b889: Pull complete [2021-06-02T16:14:40.612Z] --- PASS: TestKillContainerInvalidSignal (0.95s) [2021-06-02T16:14:40.612Z] === RUN TestKillContainer [2021-06-02T16:14:40.612Z] === RUN TestKillContainer/no_signal [2021-06-02T16:14:41.053Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-06-02T16:14:41.053Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-06-02T16:14:41.308Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-06-02T16:14:41.308Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-06-02T16:14:41.308Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-06-02T16:14:41.552Z] === RUN TestKillContainer/non_killing_signal [2021-06-02T16:14:42.137Z] === RUN TestKillContainer/killing_signal [2021-06-02T16:14:43.086Z] --- PASS: TestKillContainer (2.66s) [2021-06-02T16:14:43.086Z] --- PASS: TestKillContainer/no_signal (0.88s) [2021-06-02T16:14:43.086Z] --- PASS: TestKillContainer/non_killing_signal (0.64s) [2021-06-02T16:14:43.086Z] --- PASS: TestKillContainer/killing_signal (0.86s) [2021-06-02T16:14:43.086Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-06-02T16:14:43.086Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-06-02T16:14:44.028Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-06-02T16:14:44.969Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.73s) [2021-06-02T16:14:44.969Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.86s) [2021-06-02T16:14:44.969Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.63s) [2021-06-02T16:14:44.969Z] === RUN TestKillStoppedContainer [2021-06-02T16:14:44.969Z] --- PASS: TestKillStoppedContainer (0.07s) [2021-06-02T16:14:44.969Z] === RUN TestKillStoppedContainerAPIPre120 [2021-06-02T16:14:44.969Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2021-06-02T16:14:44.969Z] === RUN TestKillDifferentUserContainer [2021-06-02T16:14:45.911Z] --- PASS: TestKillDifferentUserContainer (0.89s) [2021-06-02T16:14:45.911Z] === RUN TestInspectOomKilledTrue [2021-06-02T16:14:45.911Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2021-06-02T16:14:45.911Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-02T16:14:45.911Z] === RUN TestInspectOomKilledFalse [2021-06-02T16:14:45.911Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-06-02T16:14:45.911Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-02T16:14:45.911Z] === RUN TestLinksEtcHostsContentMatch [2021-06-02T16:14:46.549Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-06-02T16:14:46.851Z] --- PASS: TestLinksEtcHostsContentMatch (0.95s) [2021-06-02T16:14:46.851Z] === RUN TestLinksContainerNames [2021-06-02T16:14:46.903Z] --- PASS: TestImportExtremelyLargeImageWorks (102.63s) [2021-06-02T16:14:46.903Z] PASS [2021-06-02T16:14:46.903Z] [2021-06-02T16:14:46.903Z] === Skipped [2021-06-02T16:14:46.903Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-06-02T16:14:46.903Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-06-02T16:14:46.903Z] [2021-06-02T16:14:46.903Z] [2021-06-02T16:14:46.903Z] DONE 12 tests, 1 skipped in 106.487s [2021-06-02T16:14:46.903Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-06-02T16:14:46.903Z] INFO: Testing against a local daemon [2021-06-02T16:14:46.903Z] === RUN TestNetworkCreateDelete [2021-06-02T16:14:46.903Z] --- PASS: TestNetworkCreateDelete (0.17s) [2021-06-02T16:14:46.903Z] === RUN TestDockerNetworkDeletePreferID [2021-06-02T16:14:46.903Z] --- PASS: TestDockerNetworkDeletePreferID (0.39s) [2021-06-02T16:14:46.903Z] === RUN TestDaemonDNSFallback [2021-06-02T16:14:46.903Z] --- PASS: TestDaemonDNSFallback (7.63s) [2021-06-02T16:14:46.903Z] === RUN TestInspectNetwork [2021-06-02T16:14:46.903Z] --- SKIP: TestInspectNetwork (0.00s) [2021-06-02T16:14:46.903Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:14:46.903Z] === RUN TestRunContainerWithBridgeNone [2021-06-02T16:14:46.903Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-06-02T16:14:46.903Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-02T16:14:46.903Z] === RUN TestNetworkInvalidJSON [2021-06-02T16:14:46.903Z] === RUN TestNetworkInvalidJSON//networks/create [2021-06-02T16:14:46.903Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-06-02T16:14:46.903Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-06-02T16:14:46.903Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-06-02T16:14:46.903Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-02T16:14:46.903Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-02T16:14:46.903Z] === CONT TestNetworkInvalidJSON//networks/create [2021-06-02T16:14:46.903Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-02T16:14:46.903Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-06-02T16:14:46.903Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-06-02T16:14:46.903Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-06-02T16:14:46.903Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-06-02T16:14:46.903Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-06-02T16:14:46.903Z] === RUN TestNetworkList [2021-06-02T16:14:46.903Z] === RUN TestNetworkList//networks [2021-06-02T16:14:46.903Z] === PAUSE TestNetworkList//networks [2021-06-02T16:14:46.903Z] === RUN TestNetworkList//networks/ [2021-06-02T16:14:46.903Z] === PAUSE TestNetworkList//networks/ [2021-06-02T16:14:46.903Z] === CONT TestNetworkList//networks [2021-06-02T16:14:46.903Z] === CONT TestNetworkList//networks/ [2021-06-02T16:14:46.903Z] --- PASS: TestNetworkList (0.01s) [2021-06-02T16:14:46.903Z] --- PASS: TestNetworkList//networks (0.00s) [2021-06-02T16:14:46.903Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-06-02T16:14:46.903Z] === RUN TestHostIPv4BridgeLabel [2021-06-02T16:14:46.903Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-06-02T16:14:46.903Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-02T16:14:46.903Z] === RUN TestDaemonRestartWithLiveRestore [2021-06-02T16:14:46.903Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2021-06-02T16:14:46.903Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-02T16:14:46.903Z] === RUN TestDaemonDefaultNetworkPools [2021-06-02T16:14:46.903Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-06-02T16:14:46.903Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-02T16:14:46.903Z] === RUN TestDaemonRestartWithExistingNetwork [2021-06-02T16:14:46.903Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-06-02T16:14:46.903Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-02T16:14:46.903Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-06-02T16:14:46.903Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-06-02T16:14:46.903Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-02T16:14:46.903Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-06-02T16:14:46.903Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-06-02T16:14:46.903Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-02T16:14:46.903Z] === RUN TestServiceWithPredefinedNetwork [2021-06-02T16:14:46.903Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-06-02T16:14:46.903Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:14:46.903Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-06-02T16:14:46.903Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-02T16:14:46.903Z] service_test.go:242: FLAKY_TEST [2021-06-02T16:14:46.903Z] === RUN TestServiceWithDataPathPortInit [2021-06-02T16:14:46.903Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-06-02T16:14:46.903Z] service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:14:46.903Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-06-02T16:14:46.903Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-06-02T16:14:46.903Z] service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:14:46.903Z] PASS [2021-06-02T16:14:46.903Z] [2021-06-02T16:14:46.903Z] === Skipped [2021-06-02T16:14:46.903Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2021-06-02T16:14:46.903Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:14:46.903Z] [2021-06-02T16:14:46.903Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2021-06-02T16:14:46.903Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-02T16:14:46.903Z] [2021-06-02T16:14:46.903Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2021-06-02T16:14:46.903Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-02T16:14:46.903Z] [2021-06-02T16:14:46.903Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2021-06-02T16:14:46.903Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-02T16:14:46.903Z] [2021-06-02T16:14:46.903Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.00s) [2021-06-02T16:14:46.903Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-02T16:14:46.903Z] [2021-06-02T16:14:46.903Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.00s) [2021-06-02T16:14:46.903Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-02T16:14:46.903Z] [2021-06-02T16:14:46.903Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-06-02T16:14:46.903Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-02T16:14:46.903Z] [2021-06-02T16:14:46.904Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-06-02T16:14:46.904Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-02T16:14:46.904Z] [2021-06-02T16:14:46.904Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2021-06-02T16:14:46.904Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:14:46.904Z] [2021-06-02T16:14:46.904Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-02T16:14:46.904Z] service_test.go:242: FLAKY_TEST [2021-06-02T16:14:46.904Z] [2021-06-02T16:14:46.904Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.00s) [2021-06-02T16:14:46.904Z] service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:14:46.904Z] [2021-06-02T16:14:46.904Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-06-02T16:14:46.904Z] service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:14:46.904Z] [2021-06-02T16:14:46.904Z] [2021-06-02T16:14:46.904Z] DONE 22 tests, 12 skipped in 8.380s [2021-06-02T16:14:46.904Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-06-02T16:14:46.904Z] INFO: Testing against a local daemon [2021-06-02T16:14:46.904Z] === RUN TestDockerNetworkIpvlanPersistance [2021-06-02T16:14:46.904Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2021-06-02T16:14:46.904Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-02T16:14:46.904Z] === RUN TestDockerNetworkIpvlan [2021-06-02T16:14:46.904Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-06-02T16:14:46.904Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-02T16:14:46.904Z] PASS [2021-06-02T16:14:46.904Z] [2021-06-02T16:14:46.904Z] === Skipped [2021-06-02T16:14:46.904Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2021-06-02T16:14:46.904Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-02T16:14:46.904Z] [2021-06-02T16:14:46.904Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-06-02T16:14:46.904Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-02T16:14:46.904Z] [2021-06-02T16:14:46.904Z] [2021-06-02T16:14:46.904Z] DONE 2 tests, 2 skipped in 0.178s [2021-06-02T16:14:46.904Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-06-02T16:14:46.904Z] INFO: Testing against a local daemon [2021-06-02T16:14:46.904Z] === RUN TestDockerNetworkMacvlanPersistance [2021-06-02T16:14:46.904Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2021-06-02T16:14:46.904Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-02T16:14:46.904Z] === RUN TestDockerNetworkMacvlan [2021-06-02T16:14:46.904Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2021-06-02T16:14:46.904Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-02T16:14:46.904Z] PASS [2021-06-02T16:14:46.904Z] [2021-06-02T16:14:46.904Z] === Skipped [2021-06-02T16:14:46.904Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2021-06-02T16:14:46.904Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-02T16:14:46.904Z] [2021-06-02T16:14:46.904Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2021-06-02T16:14:46.904Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-02T16:14:46.904Z] [2021-06-02T16:14:46.904Z] [2021-06-02T16:14:46.904Z] DONE 2 tests, 2 skipped in 0.178s [2021-06-02T16:14:46.904Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-06-02T16:14:46.904Z] testing: warning: no tests to run [2021-06-02T16:14:46.904Z] PASS [2021-06-02T16:14:46.904Z] [2021-06-02T16:14:46.904Z] DONE 0 tests in 0.027s [2021-06-02T16:14:46.904Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-06-02T16:14:46.904Z] INFO: Testing against a local daemon [2021-06-02T16:14:46.904Z] === RUN TestAuthZPluginAllowRequest [2021-06-02T16:14:46.904Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2021-06-02T16:14:46.904Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-02T16:14:46.904Z] === RUN TestAuthZPluginTLS [2021-06-02T16:14:46.904Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2021-06-02T16:14:46.904Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-02T16:14:46.904Z] === RUN TestAuthZPluginDenyRequest [2021-06-02T16:14:46.904Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2021-06-02T16:14:46.904Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-02T16:14:46.904Z] === RUN TestAuthZPluginAPIDenyResponse [2021-06-02T16:14:46.904Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2021-06-02T16:14:46.904Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-02T16:14:46.904Z] === RUN TestAuthZPluginDenyResponse [2021-06-02T16:14:46.904Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2021-06-02T16:14:46.904Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-02T16:14:46.904Z] === RUN TestAuthZPluginAllowEventStream [2021-06-02T16:14:46.904Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2021-06-02T16:14:46.904Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-02T16:14:46.904Z] === RUN TestAuthZPluginErrorResponse [2021-06-02T16:14:46.904Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2021-06-02T16:14:46.904Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-02T16:14:46.904Z] === RUN TestAuthZPluginErrorRequest [2021-06-02T16:14:46.904Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2021-06-02T16:14:46.904Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-02T16:14:46.904Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-06-02T16:14:46.904Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-06-02T16:14:46.904Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-02T16:14:46.904Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-06-02T16:14:46.904Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-06-02T16:14:46.904Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-02T16:14:46.904Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-06-02T16:14:46.904Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-06-02T16:14:46.904Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-02T16:14:46.904Z] === RUN TestAuthZPluginHeader [2021-06-02T16:14:46.904Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2021-06-02T16:14:46.904Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-02T16:14:46.904Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-06-02T16:14:47.161Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.30s) [2021-06-02T16:14:47.161Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-02T16:14:47.161Z] === RUN TestAuthZPluginV2Disable [2021-06-02T16:14:47.419Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2021-06-02T16:14:47.419Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-02T16:14:47.419Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-06-02T16:14:47.419Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-06-02T16:14:47.419Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-02T16:14:47.419Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-06-02T16:14:47.419Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2021-06-02T16:14:47.419Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-02T16:14:47.419Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-06-02T16:14:47.419Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2021-06-02T16:14:47.419Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-02T16:14:47.419Z] PASS [2021-06-02T16:14:47.419Z] [2021-06-02T16:14:47.419Z] === Skipped [2021-06-02T16:14:47.419Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2021-06-02T16:14:47.419Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-02T16:14:47.419Z] [2021-06-02T16:14:47.419Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2021-06-02T16:14:47.419Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-02T16:14:47.419Z] [2021-06-02T16:14:47.419Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2021-06-02T16:14:47.419Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-02T16:14:47.419Z] [2021-06-02T16:14:47.419Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2021-06-02T16:14:47.419Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-02T16:14:47.419Z] [2021-06-02T16:14:47.419Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2021-06-02T16:14:47.419Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-02T16:14:47.419Z] [2021-06-02T16:14:47.419Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2021-06-02T16:14:47.419Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-02T16:14:47.419Z] [2021-06-02T16:14:47.420Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2021-06-02T16:14:47.420Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-02T16:14:47.420Z] [2021-06-02T16:14:47.420Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2021-06-02T16:14:47.420Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-02T16:14:47.420Z] [2021-06-02T16:14:47.420Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-06-02T16:14:47.420Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-02T16:14:47.420Z] [2021-06-02T16:14:47.420Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-06-02T16:14:47.420Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-02T16:14:47.420Z] [2021-06-02T16:14:47.420Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-06-02T16:14:47.420Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-02T16:14:47.420Z] [2021-06-02T16:14:47.420Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2021-06-02T16:14:47.420Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-02T16:14:47.420Z] [2021-06-02T16:14:47.420Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.30s) [2021-06-02T16:14:47.420Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-02T16:14:47.420Z] [2021-06-02T16:14:47.420Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2021-06-02T16:14:47.420Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-02T16:14:47.420Z] [2021-06-02T16:14:47.420Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-06-02T16:14:47.420Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-02T16:14:47.420Z] [2021-06-02T16:14:47.420Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2021-06-02T16:14:47.420Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-02T16:14:47.420Z] [2021-06-02T16:14:47.420Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2021-06-02T16:14:47.420Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-02T16:14:47.420Z] [2021-06-02T16:14:47.420Z] [2021-06-02T16:14:47.420Z] DONE 17 tests, 17 skipped in 0.500s [2021-06-02T16:14:47.420Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-06-02T16:14:47.420Z] INFO: Testing against a local daemon [2021-06-02T16:14:47.420Z] === RUN TestPluginInvalidJSON [2021-06-02T16:14:47.677Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-06-02T16:14:47.677Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-06-02T16:14:47.677Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-06-02T16:14:47.677Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-06-02T16:14:47.677Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-06-02T16:14:47.677Z] === RUN TestPluginInstall [2021-06-02T16:14:47.677Z] --- SKIP: TestPluginInstall (0.00s) [2021-06-02T16:14:47.677Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-02T16:14:47.677Z] === RUN TestPluginsWithRuntimes [2021-06-02T16:14:47.677Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-06-02T16:14:47.677Z] plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2021-06-02T16:14:47.677Z] === RUN TestPluginBackCompatMediaTypes [2021-06-02T16:14:47.677Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-06-02T16:14:47.677Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2021-06-02T16:14:47.677Z] PASS [2021-06-02T16:14:47.677Z] [2021-06-02T16:14:47.677Z] === Skipped [2021-06-02T16:14:47.677Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2021-06-02T16:14:47.677Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-02T16:14:47.677Z] [2021-06-02T16:14:47.677Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2021-06-02T16:14:47.677Z] plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2021-06-02T16:14:47.677Z] [2021-06-02T16:14:47.677Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2021-06-02T16:14:47.677Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2021-06-02T16:14:47.677Z] [2021-06-02T16:14:47.677Z] [2021-06-02T16:14:47.677Z] DONE 5 tests, 3 skipped in 0.201s [2021-06-02T16:14:47.677Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-06-02T16:14:47.677Z] INFO: Testing against a local daemon [2021-06-02T16:14:47.677Z] === RUN TestExternalGraphDriver [2021-06-02T16:14:47.677Z] --- SKIP: TestExternalGraphDriver (0.08s) [2021-06-02T16:14:47.677Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-06-02T16:14:47.677Z] === RUN TestGraphdriverPluginV2 [2021-06-02T16:14:48.441Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-06-02T16:14:49.394Z] --- PASS: TestLinksContainerNames (2.07s) [2021-06-02T16:14:49.394Z] === RUN TestLogsFollowTailEmpty [2021-06-02T16:14:49.964Z] --- PASS: TestLogsFollowTailEmpty (1.07s) [2021-06-02T16:14:49.964Z] === RUN TestContainerNetworkMountsNoChown [2021-06-02T16:14:50.583Z] tests/integration/api_volume_test.py ......... [ 74%] [2021-06-02T16:14:50.905Z] --- PASS: TestContainerNetworkMountsNoChown (0.88s) [2021-06-02T16:14:50.905Z] === RUN TestMountDaemonRoot [2021-06-02T16:14:50.905Z] === RUN TestMountDaemonRoot/default [2021-06-02T16:14:50.905Z] === PAUSE TestMountDaemonRoot/default [2021-06-02T16:14:50.905Z] === RUN TestMountDaemonRoot/private [2021-06-02T16:14:50.905Z] === PAUSE TestMountDaemonRoot/private [2021-06-02T16:14:50.905Z] === RUN TestMountDaemonRoot/rprivate [2021-06-02T16:14:50.905Z] === PAUSE TestMountDaemonRoot/rprivate [2021-06-02T16:14:50.905Z] === RUN TestMountDaemonRoot/slave [2021-06-02T16:14:50.905Z] === PAUSE TestMountDaemonRoot/slave [2021-06-02T16:14:50.905Z] === RUN TestMountDaemonRoot/rslave [2021-06-02T16:14:50.905Z] === PAUSE TestMountDaemonRoot/rslave [2021-06-02T16:14:50.905Z] === RUN TestMountDaemonRoot/shared [2021-06-02T16:14:50.905Z] === PAUSE TestMountDaemonRoot/shared [2021-06-02T16:14:50.905Z] === RUN TestMountDaemonRoot/rshared [2021-06-02T16:14:50.905Z] === PAUSE TestMountDaemonRoot/rshared [2021-06-02T16:14:50.905Z] === CONT TestMountDaemonRoot/default [2021-06-02T16:14:50.905Z] === RUN TestMountDaemonRoot/default/bind_root [2021-06-02T16:14:50.905Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-06-02T16:14:50.905Z] === CONT TestMountDaemonRoot/rslave [2021-06-02T16:14:50.905Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-06-02T16:14:50.905Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-06-02T16:14:50.905Z] === RUN TestMountDaemonRoot/default/mount_root [2021-06-02T16:14:50.905Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-06-02T16:14:50.905Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-06-02T16:14:50.905Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-06-02T16:14:50.905Z] === CONT TestMountDaemonRoot/slave [2021-06-02T16:14:50.905Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-06-02T16:14:50.905Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-06-02T16:14:50.905Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-06-02T16:14:50.905Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-06-02T16:14:50.905Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-06-02T16:14:50.905Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-06-02T16:14:50.905Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-06-02T16:14:50.905Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-06-02T16:14:50.905Z] === CONT TestMountDaemonRoot/shared [2021-06-02T16:14:50.905Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-06-02T16:14:50.905Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-06-02T16:14:50.905Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-06-02T16:14:50.905Z] === CONT TestMountDaemonRoot/rprivate [2021-06-02T16:14:50.905Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-06-02T16:14:50.905Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-06-02T16:14:50.905Z] === CONT TestMountDaemonRoot/private [2021-06-02T16:14:50.905Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-06-02T16:14:50.905Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-06-02T16:14:50.905Z] === RUN TestMountDaemonRoot/private/bind_root [2021-06-02T16:14:50.905Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-06-02T16:14:50.905Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-06-02T16:14:50.905Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-06-02T16:14:50.905Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-06-02T16:14:50.905Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-06-02T16:14:50.905Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-06-02T16:14:50.905Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-06-02T16:14:50.905Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-06-02T16:14:50.905Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-06-02T16:14:50.905Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-06-02T16:14:50.905Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-06-02T16:14:50.905Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-06-02T16:14:50.905Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-06-02T16:14:50.905Z] === RUN TestMountDaemonRoot/private/mount_root [2021-06-02T16:14:50.905Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-06-02T16:14:50.905Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-06-02T16:14:50.905Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-06-02T16:14:50.905Z] === CONT TestMountDaemonRoot/default/bind_root [2021-06-02T16:14:50.905Z] === CONT TestMountDaemonRoot/rshared [2021-06-02T16:14:50.905Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-06-02T16:14:50.905Z] === CONT TestMountDaemonRoot/default/mount_root [2021-06-02T16:14:50.905Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-06-02T16:14:50.905Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-06-02T16:14:50.905Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-06-02T16:14:50.905Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-06-02T16:14:50.905Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-06-02T16:14:50.905Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-06-02T16:14:50.905Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-06-02T16:14:50.905Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-06-02T16:14:50.905Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-06-02T16:14:50.905Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-06-02T16:14:50.905Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-06-02T16:14:50.905Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-06-02T16:14:50.905Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-06-02T16:14:50.905Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-06-02T16:14:50.905Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-06-02T16:14:50.905Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-06-02T16:14:50.905Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-06-02T16:14:50.905Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-06-02T16:14:50.905Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-06-02T16:14:50.905Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-06-02T16:14:50.905Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-06-02T16:14:50.905Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-06-02T16:14:50.905Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-06-02T16:14:50.905Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-06-02T16:14:51.166Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-06-02T16:14:51.166Z] === CONT TestMountDaemonRoot/private/bind_root [2021-06-02T16:14:51.166Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-06-02T16:14:51.166Z] === CONT TestMountDaemonRoot/private/mount_root [2021-06-02T16:14:51.166Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-06-02T16:14:51.166Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-06-02T16:14:51.166Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-06-02T16:14:51.166Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-06-02T16:14:51.166Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-06-02T16:14:51.166Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-06-02T16:14:51.166Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-06-02T16:14:51.166Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-06-02T16:14:51.166Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-06-02T16:14:51.166Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-06-02T16:14:51.166Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-06-02T16:14:51.166Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-06-02T16:14:51.166Z] --- PASS: TestMountDaemonRoot (0.04s) [2021-06-02T16:14:51.166Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-06-02T16:14:51.166Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2021-06-02T16:14:51.166Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2021-06-02T16:14:51.166Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2021-06-02T16:14:51.166Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2021-06-02T16:14:51.166Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-06-02T16:14:51.166Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2021-06-02T16:14:51.166Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2021-06-02T16:14:51.166Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2021-06-02T16:14:51.166Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2021-06-02T16:14:51.166Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-06-02T16:14:51.166Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2021-06-02T16:14:51.166Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2021-06-02T16:14:51.166Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2021-06-02T16:14:51.166Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2021-06-02T16:14:51.166Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-06-02T16:14:51.166Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2021-06-02T16:14:51.166Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2021-06-02T16:14:51.166Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2021-06-02T16:14:51.166Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2021-06-02T16:14:51.166Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-06-02T16:14:51.166Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2021-06-02T16:14:51.166Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2021-06-02T16:14:51.166Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2021-06-02T16:14:51.166Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2021-06-02T16:14:51.166Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-06-02T16:14:51.166Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2021-06-02T16:14:51.166Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2021-06-02T16:14:51.166Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2021-06-02T16:14:51.166Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2021-06-02T16:14:51.166Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-06-02T16:14:51.166Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-06-02T16:14:51.166Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2021-06-02T16:14:51.166Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2021-06-02T16:14:51.166Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2021-06-02T16:14:51.166Z] === RUN TestContainerBindMountNonRecursive [2021-06-02T16:14:51.746Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-06-02T16:14:53.116Z] tests/integration/client_test.py ..... [ 75%] [2021-06-02T16:14:53.116Z] tests/integration/context_api_test.py ... [ 76%] [2021-06-02T16:14:53.376Z] tests/integration/errors_test.py . [ 76%] [2021-06-02T16:14:53.710Z] --- PASS: TestContainerBindMountNonRecursive (2.27s) [2021-06-02T16:14:53.710Z] === RUN TestContainerVolumesMountedAsShared [2021-06-02T16:14:54.228Z] --- PASS: TestGraphdriverPluginV2 (5.98s) [2021-06-02T16:14:54.228Z] PASS [2021-06-02T16:14:54.228Z] [2021-06-02T16:14:54.228Z] === Skipped [2021-06-02T16:14:54.228Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.08s) [2021-06-02T16:14:54.228Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-06-02T16:14:54.228Z] [2021-06-02T16:14:54.228Z] [2021-06-02T16:14:54.228Z] DONE 2 tests, 1 skipped in 6.207s [2021-06-02T16:14:54.228Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-06-02T16:14:54.228Z] INFO: Testing against a local daemon [2021-06-02T16:14:54.228Z] === RUN TestContinueAfterPluginCrash [2021-06-02T16:14:54.228Z] === PAUSE TestContinueAfterPluginCrash [2021-06-02T16:14:54.228Z] === RUN TestReadPluginNoRead [2021-06-02T16:14:54.228Z] === PAUSE TestReadPluginNoRead [2021-06-02T16:14:54.228Z] === RUN TestDaemonStartWithLogOpt [2021-06-02T16:14:54.228Z] === PAUSE TestDaemonStartWithLogOpt [2021-06-02T16:14:54.228Z] === CONT TestContinueAfterPluginCrash [2021-06-02T16:14:54.228Z] === CONT TestDaemonStartWithLogOpt [2021-06-02T16:14:54.259Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-06-02T16:14:54.281Z] --- PASS: TestContainerVolumesMountedAsShared (0.69s) [2021-06-02T16:14:54.281Z] === RUN TestContainerVolumesMountedAsSlave [2021-06-02T16:14:55.185Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-06-02T16:14:55.222Z] --- PASS: TestContainerVolumesMountedAsSlave (0.89s) [2021-06-02T16:14:55.222Z] === RUN TestNetworkNat [2021-06-02T16:14:56.163Z] --- PASS: TestNetworkNat (0.99s) [2021-06-02T16:14:56.163Z] === RUN TestNetworkLocalhostTCPNat [2021-06-02T16:14:56.548Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-06-02T16:14:57.103Z] --- PASS: TestNetworkLocalhostTCPNat (0.95s) [2021-06-02T16:14:57.103Z] === RUN TestNetworkLoopbackNat [2021-06-02T16:14:57.556Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2021-06-02T16:14:57.814Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-06-02T16:14:59.747Z] === RUN TestDockerSuite/TestAttachAfterDetach [2021-06-02T16:15:00.401Z] --- PASS: TestNetworkLoopbackNat (3.33s) [2021-06-02T16:15:00.401Z] === RUN TestPause [2021-06-02T16:15:00.782Z] --- PASS: TestDaemonStartWithLogOpt (6.83s) [2021-06-02T16:15:00.782Z] === CONT TestReadPluginNoRead [2021-06-02T16:15:01.115Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2021-06-02T16:15:01.344Z] --- PASS: TestPause (0.96s) [2021-06-02T16:15:01.344Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-06-02T16:15:01.344Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-02T16:15:01.344Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-02T16:15:01.344Z] === RUN TestPauseStopPausedContainer [2021-06-02T16:15:02.084Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2021-06-02T16:15:02.727Z] --- PASS: TestPauseStopPausedContainer (1.09s) [2021-06-02T16:15:02.727Z] === RUN TestPidHost [2021-06-02T16:15:04.599Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2021-06-02T16:15:04.599Z] === RUN TestDockerSuite/TestAttachDetach [2021-06-02T16:15:04.638Z] --- PASS: TestPidHost (2.31s) [2021-06-02T16:15:04.638Z] === RUN TestPsFilter [2021-06-02T16:15:04.898Z] --- PASS: TestPsFilter (0.17s) [2021-06-02T16:15:04.898Z] === RUN TestRemoveContainerWithRemovedVolume [2021-06-02T16:15:04.961Z] === RUN TestReadPluginNoRead/default [2021-06-02T16:15:04.961Z] --- PASS: TestContinueAfterPluginCrash (10.73s) [2021-06-02T16:15:05.840Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.83s) [2021-06-02T16:15:05.840Z] === RUN TestRemoveContainerWithVolume [2021-06-02T16:15:06.490Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-06-02T16:15:06.745Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2021-06-02T16:15:06.780Z] --- PASS: TestRemoveContainerWithVolume (0.85s) [2021-06-02T16:15:06.780Z] === RUN TestRemoveContainerRunning [2021-06-02T16:15:06.859Z] === RUN TestReadPluginNoRead/disabled_caching [2021-06-02T16:15:07.674Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-06-02T16:15:07.721Z] --- PASS: TestRemoveContainerRunning (0.89s) [2021-06-02T16:15:07.721Z] === RUN TestRemoveContainerForceRemoveRunning [2021-06-02T16:15:08.292Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.90s) [2021-06-02T16:15:08.292Z] === RUN TestRemoveInvalidContainer [2021-06-02T16:15:08.292Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-06-02T16:15:08.292Z] === RUN TestRenameLinkedContainer [2021-06-02T16:15:09.383Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-06-02T16:15:10.186Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-06-02T16:15:12.073Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-06-02T16:15:12.073Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2021-06-02T16:15:12.495Z] --- PASS: TestRenameLinkedContainer (3.41s) [2021-06-02T16:15:12.495Z] === RUN TestRenameStoppedContainer [2021-06-02T16:15:12.660Z] --- PASS: TestReadPluginNoRead (11.30s) [2021-06-02T16:15:12.660Z] --- PASS: TestReadPluginNoRead/default (2.53s) [2021-06-02T16:15:12.660Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.57s) [2021-06-02T16:15:12.660Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.58s) [2021-06-02T16:15:12.660Z] read_test.go:92: [d873822f39330] daemon is not started [2021-06-02T16:15:12.660Z] PASS [2021-06-02T16:15:12.660Z] [2021-06-02T16:15:12.660Z] DONE 6 tests in 18.285s [2021-06-02T16:15:12.660Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-06-02T16:15:12.660Z] testing: warning: no tests to run [2021-06-02T16:15:12.660Z] PASS [2021-06-02T16:15:12.660Z] [2021-06-02T16:15:12.660Z] DONE 0 tests in 0.065s [2021-06-02T16:15:12.660Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-06-02T16:15:12.660Z] INFO: Testing against a local daemon [2021-06-02T16:15:12.660Z] === RUN TestPluginWithDevMounts [2021-06-02T16:15:12.660Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-06-02T16:15:12.660Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-06-02T16:15:12.660Z] PASS [2021-06-02T16:15:12.660Z] [2021-06-02T16:15:12.660Z] === Skipped [2021-06-02T16:15:12.660Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2021-06-02T16:15:12.660Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-06-02T16:15:12.660Z] [2021-06-02T16:15:12.660Z] [2021-06-02T16:15:12.660Z] DONE 1 tests, 1 skipped in 0.142s [2021-06-02T16:15:12.660Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-06-02T16:15:12.660Z] INFO: Testing against a local daemon [2021-06-02T16:15:12.660Z] === RUN TestSecretInspect [2021-06-02T16:15:12.660Z] --- SKIP: TestSecretInspect (0.02s) [2021-06-02T16:15:12.660Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:12.660Z] === RUN TestSecretList [2021-06-02T16:15:12.660Z] --- SKIP: TestSecretList (0.01s) [2021-06-02T16:15:12.660Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:12.660Z] === RUN TestSecretsCreateAndDelete [2021-06-02T16:15:12.660Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2021-06-02T16:15:12.660Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:12.660Z] === RUN TestSecretsUpdate [2021-06-02T16:15:12.660Z] --- SKIP: TestSecretsUpdate (0.01s) [2021-06-02T16:15:12.660Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:12.660Z] === RUN TestTemplatedSecret [2021-06-02T16:15:12.660Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-06-02T16:15:12.660Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:12.660Z] === RUN TestSecretCreateResolve [2021-06-02T16:15:12.660Z] --- SKIP: TestSecretCreateResolve (0.01s) [2021-06-02T16:15:12.660Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:12.660Z] PASS [2021-06-02T16:15:12.660Z] [2021-06-02T16:15:12.660Z] === Skipped [2021-06-02T16:15:12.660Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s) [2021-06-02T16:15:12.660Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:12.660Z] [2021-06-02T16:15:12.660Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2021-06-02T16:15:12.660Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:12.660Z] [2021-06-02T16:15:12.660Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2021-06-02T16:15:12.660Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:12.660Z] [2021-06-02T16:15:12.660Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2021-06-02T16:15:12.660Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:12.660Z] [2021-06-02T16:15:12.660Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2021-06-02T16:15:12.660Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:12.660Z] [2021-06-02T16:15:12.660Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2021-06-02T16:15:12.660Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:12.660Z] [2021-06-02T16:15:12.660Z] [2021-06-02T16:15:12.660Z] DONE 6 tests, 6 skipped in 0.188s [2021-06-02T16:15:12.660Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-06-02T16:15:12.660Z] INFO: Testing against a local daemon [2021-06-02T16:15:12.660Z] === RUN TestServiceCreateInit [2021-06-02T16:15:12.660Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-06-02T16:15:12.660Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-06-02T16:15:12.660Z] --- PASS: TestServiceCreateInit (0.03s) [2021-06-02T16:15:12.660Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-02T16:15:12.660Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:12.660Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-02T16:15:12.660Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:12.660Z] === RUN TestCreateServiceMultipleTimes [2021-06-02T16:15:12.660Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2021-06-02T16:15:12.660Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:12.660Z] === RUN TestCreateServiceConflict [2021-06-02T16:15:12.660Z] --- SKIP: TestCreateServiceConflict (0.01s) [2021-06-02T16:15:12.660Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:12.660Z] === RUN TestCreateServiceMaxReplicas [2021-06-02T16:15:12.660Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2021-06-02T16:15:12.660Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:12.660Z] === RUN TestCreateWithDuplicateNetworkNames [2021-06-02T16:15:12.660Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2021-06-02T16:15:12.661Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:12.661Z] === RUN TestCreateServiceSecretFileMode [2021-06-02T16:15:12.661Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2021-06-02T16:15:12.661Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:12.661Z] === RUN TestCreateServiceConfigFileMode [2021-06-02T16:15:12.755Z] --- PASS: TestRenameStoppedContainer (0.83s) [2021-06-02T16:15:12.755Z] === RUN TestRenameRunningContainerAndReuse [2021-06-02T16:15:12.918Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2021-06-02T16:15:12.918Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:12.918Z] === RUN TestCreateServiceSysctls [2021-06-02T16:15:12.918Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-06-02T16:15:12.918Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:12.918Z] === RUN TestCreateServiceCapabilities [2021-06-02T16:15:12.918Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-06-02T16:15:12.918Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:12.918Z] === RUN TestInspect [2021-06-02T16:15:12.918Z] --- SKIP: TestInspect (0.01s) [2021-06-02T16:15:12.918Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:12.918Z] === RUN TestCreateJob [2021-06-02T16:15:12.918Z] --- SKIP: TestCreateJob (0.01s) [2021-06-02T16:15:12.918Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:12.918Z] === RUN TestReplicatedJob [2021-06-02T16:15:12.918Z] --- SKIP: TestReplicatedJob (0.01s) [2021-06-02T16:15:12.918Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:12.918Z] === RUN TestUpdateReplicatedJob [2021-06-02T16:15:12.918Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2021-06-02T16:15:12.918Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:12.918Z] === RUN TestServiceListWithStatuses [2021-06-02T16:15:12.918Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-06-02T16:15:12.918Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-02T16:15:12.918Z] === RUN TestDockerNetworkConnectAlias [2021-06-02T16:15:12.918Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2021-06-02T16:15:12.918Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:12.918Z] === RUN TestDockerNetworkReConnect [2021-06-02T16:15:12.918Z] --- SKIP: TestDockerNetworkReConnect (0.02s) [2021-06-02T16:15:12.918Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:12.918Z] === RUN TestServicePlugin [2021-06-02T16:15:13.479Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-06-02T16:15:14.666Z] --- PASS: TestRenameRunningContainerAndReuse (1.80s) [2021-06-02T16:15:14.666Z] === RUN TestRenameInvalidName [2021-06-02T16:15:15.237Z] --- PASS: TestRenameInvalidName (0.86s) [2021-06-02T16:15:15.237Z] === RUN TestRenameAnonymousContainer [2021-06-02T16:15:15.368Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-06-02T16:15:15.368Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2021-06-02T16:15:17.098Z] --- SKIP: TestServicePlugin (3.49s) [2021-06-02T16:15:17.098Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:17.098Z] === RUN TestServiceUpdateLabel [2021-06-02T16:15:17.098Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2021-06-02T16:15:17.098Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:17.098Z] === RUN TestServiceUpdateSecrets [2021-06-02T16:15:17.098Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2021-06-02T16:15:17.098Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:17.098Z] === RUN TestServiceUpdateConfigs [2021-06-02T16:15:17.098Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2021-06-02T16:15:17.098Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:17.098Z] === RUN TestServiceUpdateNetwork [2021-06-02T16:15:17.098Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2021-06-02T16:15:17.098Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:17.098Z] === RUN TestServiceUpdatePidsLimit [2021-06-02T16:15:17.098Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s) [2021-06-02T16:15:17.098Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:17.098Z] PASS [2021-06-02T16:15:17.098Z] [2021-06-02T16:15:17.098Z] === Skipped [2021-06-02T16:15:17.098Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-02T16:15:17.098Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-02T16:15:17.098Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:17.098Z] [2021-06-02T16:15:17.098Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-02T16:15:17.098Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-02T16:15:17.098Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:17.098Z] [2021-06-02T16:15:17.098Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2021-06-02T16:15:17.098Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:17.098Z] [2021-06-02T16:15:17.098Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2021-06-02T16:15:17.099Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:17.099Z] [2021-06-02T16:15:17.099Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2021-06-02T16:15:17.099Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:17.099Z] [2021-06-02T16:15:17.099Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2021-06-02T16:15:17.099Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:17.099Z] [2021-06-02T16:15:17.099Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2021-06-02T16:15:17.099Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:17.099Z] [2021-06-02T16:15:17.099Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2021-06-02T16:15:17.099Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:17.099Z] [2021-06-02T16:15:17.099Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2021-06-02T16:15:17.099Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:17.099Z] [2021-06-02T16:15:17.099Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2021-06-02T16:15:17.099Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:17.099Z] [2021-06-02T16:15:17.099Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2021-06-02T16:15:17.099Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:17.099Z] [2021-06-02T16:15:17.099Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2021-06-02T16:15:17.099Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:17.099Z] [2021-06-02T16:15:17.099Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2021-06-02T16:15:17.099Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:17.099Z] [2021-06-02T16:15:17.099Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2021-06-02T16:15:17.099Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:17.099Z] [2021-06-02T16:15:17.099Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-06-02T16:15:17.099Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-02T16:15:17.099Z] [2021-06-02T16:15:17.099Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2021-06-02T16:15:17.099Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:17.099Z] [2021-06-02T16:15:17.099Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.02s) [2021-06-02T16:15:17.099Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:17.099Z] [2021-06-02T16:15:17.099Z] === SKIP: amd64.integration.service TestServicePlugin (3.49s) [2021-06-02T16:15:17.099Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:17.099Z] [2021-06-02T16:15:17.099Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2021-06-02T16:15:17.099Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:17.099Z] [2021-06-02T16:15:17.099Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2021-06-02T16:15:17.099Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:17.099Z] [2021-06-02T16:15:17.099Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2021-06-02T16:15:17.099Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:17.099Z] [2021-06-02T16:15:17.099Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2021-06-02T16:15:17.099Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:17.099Z] [2021-06-02T16:15:17.099Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s) [2021-06-02T16:15:17.099Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-02T16:15:17.099Z] [2021-06-02T16:15:17.099Z] [2021-06-02T16:15:17.099Z] DONE 24 tests, 23 skipped in 3.953s [2021-06-02T16:15:17.099Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-06-02T16:15:17.099Z] INFO: Testing against a local daemon [2021-06-02T16:15:17.099Z] === RUN TestSessionCreate [2021-06-02T16:15:17.099Z] --- PASS: TestSessionCreate (0.03s) [2021-06-02T16:15:17.099Z] === RUN TestSessionCreateWithBadUpgrade [2021-06-02T16:15:17.099Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-06-02T16:15:17.099Z] PASS [2021-06-02T16:15:17.099Z] [2021-06-02T16:15:17.099Z] DONE 2 tests in 0.182s [2021-06-02T16:15:17.099Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-06-02T16:15:17.099Z] INFO: Testing against a local daemon [2021-06-02T16:15:17.099Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-06-02T16:15:17.099Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-02T16:15:17.099Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-06-02T16:15:17.099Z] === RUN TestEventsExecDie [2021-06-02T16:15:18.032Z] --- PASS: TestEventsExecDie (1.03s) [2021-06-02T16:15:18.032Z] === RUN TestEventsBackwardsCompatible [2021-06-02T16:15:18.032Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2021-06-02T16:15:18.032Z] === RUN TestInfoBinaryCommits [2021-06-02T16:15:18.032Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-06-02T16:15:18.032Z] === RUN TestInfoAPIVersioned [2021-06-02T16:15:18.032Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-06-02T16:15:18.032Z] === RUN TestInfoDiscoveryBackend [2021-06-02T16:15:18.632Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-06-02T16:15:18.632Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2021-06-02T16:15:18.889Z] --- PASS: TestBuildWithHugeFile (102.16s) [2021-06-02T16:15:18.889Z] === RUN TestBuildWCOWSandboxSize [2021-06-02T16:15:18.889Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-06-02T16:15:18.889Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-02T16:15:18.889Z] === RUN TestBuildWithEmptyDockerfile [2021-06-02T16:15:18.889Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-02T16:15:18.889Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-02T16:15:18.889Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-02T16:15:18.889Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-02T16:15:18.889Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-02T16:15:18.889Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-02T16:15:18.889Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-02T16:15:18.889Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-02T16:15:19.144Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-02T16:15:19.399Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2021-06-02T16:15:19.399Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.20s) [2021-06-02T16:15:19.399Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.25s) [2021-06-02T16:15:19.399Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.16s) [2021-06-02T16:15:19.399Z] === RUN TestBuildPreserveOwnership [2021-06-02T16:15:19.399Z] === RUN TestBuildPreserveOwnership/copy_from [2021-06-02T16:15:19.404Z] --- PASS: TestInfoDiscoveryBackend (1.52s) [2021-06-02T16:15:19.404Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-06-02T16:15:19.443Z] --- PASS: TestRenameAnonymousContainer (3.48s) [2021-06-02T16:15:19.443Z] === RUN TestRenameContainerWithSameName [2021-06-02T16:15:19.703Z] --- PASS: TestRenameContainerWithSameName (0.98s) [2021-06-02T16:15:19.703Z] === RUN TestRenameContainerWithLinkedContainer [2021-06-02T16:15:19.899Z] tests/integration/models_containers_test.py ............................ [ 83%] [2021-06-02T16:15:20.324Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-06-02T16:15:21.615Z] --- PASS: TestRenameContainerWithLinkedContainer (1.75s) [2021-06-02T16:15:21.615Z] === RUN TestResize [2021-06-02T16:15:22.299Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-06-02T16:15:22.299Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-06-02T16:15:22.559Z] --- PASS: TestResize (0.89s) [2021-06-02T16:15:22.559Z] === RUN TestResizeWithInvalidSize [2021-06-02T16:15:23.500Z] --- PASS: TestResizeWithInvalidSize (0.89s) [2021-06-02T16:15:23.500Z] === RUN TestResizeWhenContainerNotStarted [2021-06-02T16:15:23.580Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.42s) [2021-06-02T16:15:23.580Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-06-02T16:15:23.580Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-06-02T16:15:23.580Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-02T16:15:23.580Z] === RUN TestInfoAPI [2021-06-02T16:15:23.580Z] --- PASS: TestInfoAPI (0.02s) [2021-06-02T16:15:23.580Z] === RUN TestInfoAPIWarnings [2021-06-02T16:15:23.665Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2021-06-02T16:15:23.665Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-06-02T16:15:24.447Z] --- PASS: TestResizeWhenContainerNotStarted (0.93s) [2021-06-02T16:15:24.447Z] === RUN TestDaemonRestartKillContainers [2021-06-02T16:15:24.447Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-02T16:15:24.447Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-02T16:15:24.447Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-02T16:15:24.447Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-02T16:15:24.447Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-02T16:15:24.447Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-02T16:15:24.447Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-02T16:15:24.447Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-02T16:15:24.447Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-02T16:15:24.447Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-02T16:15:24.447Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-02T16:15:24.447Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-02T16:15:24.447Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-02T16:15:24.447Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-02T16:15:24.447Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-02T16:15:24.447Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-02T16:15:24.447Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-02T16:15:24.447Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-02T16:15:24.447Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-02T16:15:24.447Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-02T16:15:24.447Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-02T16:15:24.447Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-02T16:15:24.447Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-02T16:15:24.447Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-02T16:15:24.447Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-02T16:15:24.447Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-02T16:15:24.447Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-02T16:15:24.447Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-02T16:15:24.591Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-06-02T16:15:25.151Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-06-02T16:15:25.843Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-02T16:15:27.230Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-02T16:15:27.230Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-02T16:15:27.230Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-02T16:15:28.413Z] --- PASS: TestBuildPreserveOwnership (8.66s) [2021-06-02T16:15:28.413Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.74s) [2021-06-02T16:15:28.413Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.91s) [2021-06-02T16:15:28.413Z] === RUN TestBuildPlatformInvalid [2021-06-02T16:15:28.413Z] --- PASS: TestBuildPlatformInvalid (0.23s) [2021-06-02T16:15:28.413Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-06-02T16:15:28.413Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2021-06-02T16:15:28.619Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-02T16:15:28.619Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-02T16:15:28.880Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-02T16:15:28.880Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-02T16:15:29.558Z] 29d5b6a226d2: Pull complete [2021-06-02T16:15:29.558Z] Digest: sha256:e92dcad0bf84dc0ec9fdcf076eb32c9cb664a0605be1843365b6fc3e9de2306b [2021-06-02T16:15:29.558Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-02T16:15:29.558Z] INFO: docker pull of mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 into daemon under test completed successfully [2021-06-02T16:15:29.558Z] INFO: Tagging mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 as microsoft/windowsservercore in daemon under test [2021-06-02T16:15:29.558Z] INFO: Version of mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 is '10.0.20295.1' [2021-06-02T16:15:29.558Z] WARN: Skipping validation tests [2021-06-02T16:15:29.558Z] INFO: Running unit tests at 06/02/2021 16:15:20... [2021-06-02T16:15:29.558Z] INFO: make.ps1 starting at 06/02/2021 16:15:24 [2021-06-02T16:15:29.558Z] INFO: Git commit (d414c0c1e8) assumed from DOCKER_GITCOMMIT environment variable [2021-06-02T16:15:29.558Z] INFO: Invoking autogen... [2021-06-02T16:15:29.558Z] INFO: Running unit tests... [2021-06-02T16:15:32.619Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2021-06-02T16:15:33.151Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-06-02T16:15:33.151Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.69s) [2021-06-02T16:15:33.151Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.83s) [2021-06-02T16:15:33.151Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.95s) [2021-06-02T16:15:33.151Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.05s) [2021-06-02T16:15:33.151Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.62s) [2021-06-02T16:15:33.151Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.82s) [2021-06-02T16:15:33.151Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.66s) [2021-06-02T16:15:33.151Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.68s) [2021-06-02T16:15:33.151Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.86s) [2021-06-02T16:15:33.151Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.04s) [2021-06-02T16:15:33.151Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.77s) [2021-06-02T16:15:33.151Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.93s) [2021-06-02T16:15:33.151Z] === RUN TestCgroupNamespacesRun [2021-06-02T16:15:33.588Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2021-06-02T16:15:35.062Z] --- PASS: TestCgroupNamespacesRun (2.15s) [2021-06-02T16:15:35.062Z] === RUN TestCgroupNamespacesRunPrivileged [2021-06-02T16:15:35.356Z] 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-06-02T16:15:36.852Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2021-06-02T16:15:36.973Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.85s) [2021-06-02T16:15:36.973Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-06-02T16:15:37.107Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2021-06-02T16:15:37.667Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2021-06-02T16:15:38.668Z] ......... [ 86%] [2021-06-02T16:15:38.886Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.03s) [2021-06-02T16:15:38.886Z] === RUN TestCgroupNamespacesRunHostMode [2021-06-02T16:15:40.183Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2021-06-02T16:15:40.183Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2021-06-02T16:15:41.430Z] --- PASS: TestCgroupNamespacesRunHostMode (2.02s) [2021-06-02T16:15:41.430Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-06-02T16:15:41.640Z] --- PASS: TestInfoAPIWarnings (17.37s) [2021-06-02T16:15:41.640Z] === RUN TestInfoDebug [2021-06-02T16:15:41.907Z] --- PASS: TestInfoDebug (1.53s) [2021-06-02T16:15:41.907Z] === RUN TestInfoInsecureRegistries [2021-06-02T16:15:42.436Z] ? github.com/docker/docker/api [no test files] [2021-06-02T16:15:43.290Z] --- PASS: TestInfoInsecureRegistries (1.53s) [2021-06-02T16:15:43.290Z] === RUN TestInfoRegistryMirrors [2021-06-02T16:15:43.345Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.15s) [2021-06-02T16:15:43.345Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-06-02T16:15:43.445Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2021-06-02T16:15:43.915Z] tests/integration/models_images_test.py ............... [ 89%] [2021-06-02T16:15:45.212Z] --- PASS: TestInfoRegistryMirrors (1.52s) [2021-06-02T16:15:45.212Z] === RUN TestLoginFailsWithBadCredentials [2021-06-02T16:15:45.212Z] --- PASS: TestLoginFailsWithBadCredentials (0.20s) [2021-06-02T16:15:45.212Z] === RUN TestPingCacheHeaders [2021-06-02T16:15:45.212Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-06-02T16:15:45.212Z] === RUN TestPingGet [2021-06-02T16:15:45.212Z] --- PASS: TestPingGet (0.01s) [2021-06-02T16:15:45.212Z] === RUN TestPingHead [2021-06-02T16:15:45.212Z] --- PASS: TestPingHead (0.02s) [2021-06-02T16:15:45.212Z] === RUN TestVersion [2021-06-02T16:15:45.212Z] --- PASS: TestVersion (0.02s) [2021-06-02T16:15:45.212Z] PASS [2021-06-02T16:15:45.212Z] [2021-06-02T16:15:45.212Z] === Skipped [2021-06-02T16:15:45.212Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-02T16:15:45.212Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-06-02T16:15:45.212Z] [2021-06-02T16:15:45.212Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-06-02T16:15:45.212Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-02T16:15:45.212Z] [2021-06-02T16:15:45.212Z] [2021-06-02T16:15:45.212Z] DONE 18 tests, 2 skipped in 28.442s [2021-06-02T16:15:45.212Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-06-02T16:15:45.212Z] INFO: Testing against a local daemon [2021-06-02T16:15:45.212Z] === RUN TestVolumesCreateAndList [2021-06-02T16:15:45.212Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-06-02T16:15:45.212Z] === RUN TestVolumesRemove [2021-06-02T16:15:45.256Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.86s) [2021-06-02T16:15:45.256Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-06-02T16:15:45.332Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2021-06-02T16:15:45.470Z] --- PASS: TestVolumesRemove (0.06s) [2021-06-02T16:15:45.470Z] === RUN TestVolumesInspect [2021-06-02T16:15:45.470Z] --- PASS: TestVolumesInspect (0.02s) [2021-06-02T16:15:45.470Z] === RUN TestVolumesInvalidJSON [2021-06-02T16:15:45.470Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-06-02T16:15:45.470Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-06-02T16:15:45.470Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-06-02T16:15:45.470Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-06-02T16:15:45.470Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-06-02T16:15:45.470Z] PASS [2021-06-02T16:15:45.470Z] [2021-06-02T16:15:45.470Z] DONE 5 tests in 0.270s [2021-06-02T16:15:45.470Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-06-02T16:15:45.470Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12399 is not a child of this shell [2021-06-02T16:15:45.470Z] warning: PID 12399 from bundles/test-integration/docker.pid had a nonzero exit code [2021-06-02T16:15:45.470Z] Leaving: AppArmorNo profiles have been unloaded. [2021-06-02T16:15:45.470Z] [2021-06-02T16:15:45.470Z] Unloading profiles will leave already running processes permanently [2021-06-02T16:15:45.470Z] unconfined, which can lead to unexpected situations. [2021-06-02T16:15:45.470Z] [2021-06-02T16:15:45.470Z] To set a process to complain mode, use the command line tool [2021-06-02T16:15:45.470Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-06-02T16:15:45.470Z] Removing test suite binaries [2021-06-02T16:15:45.470Z] exiting test-integration [2021-06-02T16:15:45.470Z] ++ exit 0 [2021-06-02T16:15:45.814Z] tests/integration/models_networks_test.py .... [ 91%] [2021-06-02T16:15:45.828Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.93s) [2021-06-02T16:15:45.828Z] === RUN TestCgroupNamespacesRunOlderClient [2021-06-02T16:15:46.401Z] [2021-06-02T16:15:48.372Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.03s) [2021-06-02T16:15:48.372Z] === RUN TestNISDomainname [2021-06-02T16:15:48.594Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig Post stage [Pipeline] junit [2021-06-02T16:15:48.946Z] Recording test results [2021-06-02T16:15:49.313Z] --- PASS: TestNISDomainname (1.42s) [2021-06-02T16:15:49.313Z] === RUN TestHostnameDnsResolution [2021-06-02T16:15:50.000Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2021-06-02T16:15:50.510Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [2021-06-02T16:15:50.561Z] === RUN TestDockerDaemonSuite/TestDaemonEvents Post stage [Pipeline] sh [2021-06-02T16:15:50.859Z] + echo Ensuring container killed. [2021-06-02T16:15:50.860Z] Ensuring container killed. [2021-06-02T16:15:50.860Z] + docker rm -vf docker-pr28 [2021-06-02T16:15:50.860Z] Error: No such container: docker-pr28 [Pipeline] sh [2021-06-02T16:15:51.087Z] tests/integration/models_nodes_test.py . [ 91%] [2021-06-02T16:15:51.153Z] + echo Chowning /workspace to jenkins user [2021-06-02T16:15:51.154Z] Chowning /workspace to jenkins user [2021-06-02T16:15:51.154Z] + id -u [2021-06-02T16:15:51.154Z] + id -g [2021-06-02T16:15:51.154Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42143:/workspace busybox chown -R 1000:1000 /workspace [2021-06-02T16:15:51.154Z] Unable to find image 'busybox:latest' locally [2021-06-02T16:15:51.229Z] --- PASS: TestHostnameDnsResolution (1.78s) [2021-06-02T16:15:51.229Z] === RUN TestStats [2021-06-02T16:15:51.414Z] latest: Pulling from library/busybox [2021-06-02T16:15:51.673Z] 92f8b3f0730f: Pulling fs layer [2021-06-02T16:15:51.673Z] 92f8b3f0730f: Download complete [2021-06-02T16:15:51.931Z] 92f8b3f0730f: Pull complete [2021-06-02T16:15:51.931Z] Digest: sha256:b5fc1d7b2e4ea86a06b0cf88de915a2c43a99a00b6b3c0af731e5f4c07ae8eff [2021-06-02T16:15:51.931Z] Status: Downloaded newer image for busybox:latest [2021-06-02T16:15:52.467Z] tests/integration/models_resources_test.py . [ 91%] [2021-06-02T16:15:53.074Z] === RUN TestDockerSuite/TestBuildAddBadLinks [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-06-02T16:15:54.000Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-06-02T16:15:54.135Z] + bundleName=amd64-rootless [2021-06-02T16:15:54.135Z] + echo Creating amd64-rootless-bundles.tar.gz [2021-06-02T16:15:54.135Z] Creating amd64-rootless-bundles.tar.gz [2021-06-02T16:15:54.135Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [2021-06-02T16:15:54.135Z] + 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-06-02T16:15:54.145Z] Archiving artifacts [2021-06-02T16:15:54.256Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2021-06-02T16:15:54.526Z] --- PASS: TestStats (2.91s) [2021-06-02T16:15:54.526Z] === RUN TestStopContainerWithTimeout [2021-06-02T16:15:54.526Z] === RUN TestStopContainerWithTimeout/0 [2021-06-02T16:15:54.526Z] === PAUSE TestStopContainerWithTimeout/0 [2021-06-02T16:15:54.526Z] === RUN TestStopContainerWithTimeout/1 [2021-06-02T16:15:54.526Z] === PAUSE TestStopContainerWithTimeout/1 [2021-06-02T16:15:54.526Z] === RUN TestStopContainerWithTimeout/3 [2021-06-02T16:15:54.526Z] === PAUSE TestStopContainerWithTimeout/3 [2021-06-02T16:15:54.526Z] === RUN TestStopContainerWithTimeout/-1 [2021-06-02T16:15:54.526Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-06-02T16:15:54.526Z] === CONT TestStopContainerWithTimeout/0 [2021-06-02T16:15:54.526Z] === CONT TestStopContainerWithTimeout/3 [2021-06-02T16:15:54.526Z] === CONT TestStopContainerWithTimeout/-1 [2021-06-02T16:15:54.526Z] === CONT TestStopContainerWithTimeout/1 [2021-06-02T16:15:56.144Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-06-02T16:15:56.144Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-06-02T16:15:56.216Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42143/28/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-06-02T16:15:56.531Z] + make clean [2021-06-02T16:15:56.789Z] docker volume rm -f docker-dev-cache [2021-06-02T16:15:56.789Z] docker-dev-cache [Pipeline] deleteDir [2021-06-02T16:15:56.795Z] --- PASS: TestImportExtremelyLargeImageWorks (101.84s) [2021-06-02T16:15:56.795Z] PASS [2021-06-02T16:15:56.795Z] [2021-06-02T16:15:56.795Z] DONE 12 tests in 104.899s [2021-06-02T16:15:56.795Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-06-02T16:15:56.795Z] INFO: Testing against a local daemon [2021-06-02T16:15:56.795Z] === RUN TestNetworkCreateDelete [2021-06-02T16:15:56.795Z] --- PASS: TestNetworkCreateDelete (0.13s) [2021-06-02T16:15:56.795Z] === RUN TestDockerNetworkDeletePreferID [2021-06-02T16:15:56.795Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2021-06-02T16:15:56.795Z] === RUN TestDaemonDNSFallback [2021-06-02T16:15:56.795Z] --- PASS: TestDaemonDNSFallback (6.70s) [2021-06-02T16:15:56.795Z] === RUN TestInspectNetwork [2021-06-02T16:15:57.071Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2021-06-02T16:15:57.346Z] === RUN TestMiddlewares [2021-06-02T16:15:57.346Z] --- PASS: TestMiddlewares (0.00s) [2021-06-02T16:15:57.346Z] PASS [2021-06-02T16:15:57.346Z] coverage: 9.0% of statements [2021-06-02T16:15:57.346Z] ok github.com/docker/docker/api/server 0.069s coverage: 9.0% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-02T16:15:57.825Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-06-02T16:15:57.825Z] --- PASS: TestStopContainerWithTimeout/0 (1.49s) [2021-06-02T16:15:57.825Z] --- PASS: TestStopContainerWithTimeout/1 (2.45s) [2021-06-02T16:15:57.825Z] --- PASS: TestStopContainerWithTimeout/-1 (3.11s) [2021-06-02T16:15:57.825Z] --- PASS: TestStopContainerWithTimeout/3 (3.20s) [2021-06-02T16:15:57.825Z] === RUN TestDeleteDevicemapper [2021-06-02T16:15:57.825Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-06-02T16:15:57.825Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-02T16:15:57.825Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-06-02T16:15:57.997Z] Loaded image: buildpack-deps:buster [2021-06-02T16:15:57.997Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2021-06-02T16:15:58.176Z] === RUN TestInspectNetwork/full_network_id [2021-06-02T16:15:58.176Z] === RUN TestInspectNetwork/partial_network_id [2021-06-02T16:15:58.176Z] === RUN TestInspectNetwork/network_name [2021-06-02T16:15:58.176Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-06-02T16:15:58.253Z] Loaded image: busybox:latest [2021-06-02T16:15:58.508Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2021-06-02T16:15:58.508Z] Loaded image: busybox:glibc [2021-06-02T16:15:58.566Z] tests/integration/models_services_test.py ..............X. [ 95%] [2021-06-02T16:15:59.069Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2021-06-02T16:15:59.630Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2021-06-02T16:16:00.236Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2021-06-02T16:16:00.236Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-06-02T16:16:01.126Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.76s) [2021-06-02T16:16:01.126Z] === RUN TestUpdateMemory [2021-06-02T16:16:01.126Z] --- SKIP: TestUpdateMemory (0.00s) [2021-06-02T16:16:01.126Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-06-02T16:16:01.126Z] === RUN TestUpdateCPUQuota [2021-06-02T16:16:01.323Z] tests/integration/models_swarm_test.py .. [ 96%] [2021-06-02T16:16:01.583Z] tests/integration/models_volumes_test.py .. [ 96%] [2021-06-02T16:16:02.368Z] --- PASS: TestInspectNetwork (7.87s) [2021-06-02T16:16:02.368Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-06-02T16:16:02.368Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-06-02T16:16:02.368Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-06-02T16:16:02.368Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-06-02T16:16:02.368Z] === RUN TestRunContainerWithBridgeNone [2021-06-02T16:16:03.545Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-06-02T16:16:03.804Z] Loaded image: debian:bullseye [2021-06-02T16:16:04.059Z] Loaded image: hello-world:latest [2021-06-02T16:16:04.359Z] Loaded image: arm32v7/hello-world:latest [2021-06-02T16:16:04.359Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2021-06-02T16:16:04.919Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-06-02T16:16:05.660Z] --- PASS: TestRunContainerWithBridgeNone (3.20s) [2021-06-02T16:16:05.661Z] === RUN TestNetworkInvalidJSON [2021-06-02T16:16:05.661Z] === RUN TestNetworkInvalidJSON//networks/create [2021-06-02T16:16:05.661Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-06-02T16:16:05.661Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-06-02T16:16:05.661Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-06-02T16:16:05.661Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-02T16:16:05.661Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-02T16:16:05.661Z] === CONT TestNetworkInvalidJSON//networks/create [2021-06-02T16:16:05.661Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-02T16:16:05.661Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-06-02T16:16:05.661Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-06-02T16:16:05.661Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-06-02T16:16:05.661Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-06-02T16:16:05.661Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-06-02T16:16:05.661Z] === RUN TestNetworkList [2021-06-02T16:16:05.661Z] === RUN TestNetworkList//networks [2021-06-02T16:16:05.661Z] === PAUSE TestNetworkList//networks [2021-06-02T16:16:05.661Z] === RUN TestNetworkList//networks/ [2021-06-02T16:16:05.661Z] === PAUSE TestNetworkList//networks/ [2021-06-02T16:16:05.661Z] === CONT TestNetworkList//networks [2021-06-02T16:16:05.661Z] === CONT TestNetworkList//networks/ [2021-06-02T16:16:05.661Z] --- PASS: TestNetworkList (0.02s) [2021-06-02T16:16:05.661Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-06-02T16:16:05.661Z] --- PASS: TestNetworkList//networks (0.00s) [2021-06-02T16:16:05.661Z] === RUN TestHostIPv4BridgeLabel [2021-06-02T16:16:05.920Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2021-06-02T16:16:05.920Z] === RUN TestDaemonRestartWithLiveRestore [2021-06-02T16:16:06.639Z] tests/integration/regression_test.py ...... [ 98%] [2021-06-02T16:16:06.899Z] tests/integration/credentials/store_test.py ...... [ 99%] [2021-06-02T16:16:06.899Z] tests/integration/credentials/utils_test.py . [100%] [2021-06-02T16:16:06.899Z] [2021-06-02T16:16:06.899Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2021-06-02T16:16:06.899Z] =========================== short test summary info ============================ [2021-06-02T16:16:06.899Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2021-06-02T16:16:06.899Z] CONFIG_RT_GROUP_SCHED isn't enabled [2021-06-02T16:16:06.899Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2021-06-02T16:16:06.899Z] Not supported on most drivers [2021-06-02T16:16:06.899Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2021-06-02T16:16:06.899Z] Output of docker top depends on host distro, and is not formalized. [2021-06-02T16:16:06.899Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2021-06-02T16:16:06.899Z] Output of docker top depends on host distro, and is not formalized. [2021-06-02T16:16:06.899Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2021-06-02T16:16:06.899Z] Can fail if eth0 has multiple IP addresses [2021-06-02T16:16:06.899Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2021-06-02T16:16:06.899Z] This doesn't seem to be taken into account by the engine [2021-06-02T16:16:06.899Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2021-06-02T16:16:06.899Z] SKIPPED [1] tests/integration/api_service_test.py:473: API version is too low (< 1.40) [2021-06-02T16:16:06.899Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2021-06-02T16:16:06.899Z] = 378 passed, 3 skipped, 1 deselected, 6 xfailed, 2 xpassed in 354.56 seconds == [2021-06-02T16:16:07.158Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2021-06-02T16:16:07.299Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2021-06-02T16:16:07.299Z] === RUN TestDaemonDefaultNetworkPools [2021-06-02T16:16:07.704Z] --- PASS: TestUpdateCPUQuota (5.84s) [2021-06-02T16:16:07.704Z] === RUN TestUpdatePidsLimit [2021-06-02T16:16:07.704Z] === RUN TestUpdatePidsLimit/update_from_none [2021-06-02T16:16:07.704Z] === RUN TestUpdatePidsLimit/no_change [2021-06-02T16:16:07.867Z] --- PASS: TestDaemonDefaultNetworkPools (0.75s) [2021-06-02T16:16:07.867Z] === RUN TestDaemonRestartWithExistingNetwork [2021-06-02T16:16:08.274Z] === RUN TestUpdatePidsLimit/update_lower [2021-06-02T16:16:08.806Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2021-06-02T16:16:08.806Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-06-02T16:16:08.845Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-06-02T16:16:09.784Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-06-02T16:16:10.186Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s) [2021-06-02T16:16:10.186Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-06-02T16:16:10.355Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-06-02T16:16:10.755Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2021-06-02T16:16:10.755Z] === RUN TestServiceWithPredefinedNetwork [2021-06-02T16:16:10.925Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-06-02T16:16:12.841Z] --- PASS: TestUpdatePidsLimit (5.66s) [2021-06-02T16:16:12.841Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.72s) [2021-06-02T16:16:12.841Z] --- PASS: TestUpdatePidsLimit/no_change (0.68s) [2021-06-02T16:16:12.841Z] --- PASS: TestUpdatePidsLimit/update_lower (0.66s) [2021-06-02T16:16:12.841Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.68s) [2021-06-02T16:16:12.841Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.67s) [2021-06-02T16:16:12.841Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.68s) [2021-06-02T16:16:12.841Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.66s) [2021-06-02T16:16:12.841Z] === RUN TestUpdateRestartPolicy [2021-06-02T16:16:13.045Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2021-06-02T16:16:14.049Z] --- PASS: TestServiceWithPredefinedNetwork (2.78s) [2021-06-02T16:16:14.049Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-06-02T16:16:14.049Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-02T16:16:14.049Z] service_test.go:242: FLAKY_TEST [2021-06-02T16:16:14.049Z] === RUN TestServiceWithDataPathPortInit [2021-06-02T16:16:14.953Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2021-06-02T16:16:14.953Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2021-06-02T16:16:15.914Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (47.63s) [2021-06-02T16:16:15.914Z] PASS [2021-06-02T16:16:15.914Z] [2021-06-02T16:16:15.914Z] === Skipped [2021-06-02T16:16:15.914Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-06-02T16:16:15.914Z] build_session_test.go:25: TODO: BuildKit [2021-06-02T16:16:15.914Z] [2021-06-02T16:16:15.914Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-06-02T16:16:15.914Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-02T16:16:15.914Z] [2021-06-02T16:16:15.914Z] [2021-06-02T16:16:15.914Z] DONE 34 tests, 2 skipped in 265.526s [2021-06-02T16:16:15.914Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-06-02T16:16:15.914Z] ++ 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-06-02T16:16:15.914Z] ++ set -e [2021-06-02T16:16:15.914Z] ++ '[' -n 0 ']' [2021-06-02T16:16:15.914Z] ++ set -x [2021-06-02T16:16:15.914Z] ++ env -i DEST=/go/src/github.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-06-02T16:16:16.174Z] INFO: Testing against a local daemon [2021-06-02T16:16:16.174Z] === RUN TestConfigInspect [2021-06-02T16:16:16.734Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-06-02T16:16:17.659Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2021-06-02T16:16:19.369Z] Leaving: AppArmorNo profiles have been unloaded. [2021-06-02T16:16:19.369Z] [2021-06-02T16:16:19.369Z] Unloading profiles will leave already running processes permanently [2021-06-02T16:16:19.369Z] unconfined, which can lead to unexpected situations. [2021-06-02T16:16:19.369Z] [2021-06-02T16:16:19.369Z] To set a process to complain mode, use the command line tool [2021-06-02T16:16:19.369Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-06-02T16:16:19.369Z] Post stage [Pipeline] junit [2021-06-02T16:16:19.641Z] Recording test results [2021-06-02T16:16:20.171Z] --- PASS: TestConfigInspect (3.68s) [2021-06-02T16:16:20.171Z] === RUN TestConfigList [2021-06-02T16:16:20.602Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2021-06-02T16:16:20.731Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2021-06-02T16:16:20.889Z] + echo Ensuring container killed. [2021-06-02T16:16:20.889Z] Ensuring container killed. [2021-06-02T16:16:20.889Z] + docker rm -vf docker-pr28 [2021-06-02T16:16:20.889Z] Error: No such container: docker-pr28 [Pipeline] sh [2021-06-02T16:16:21.174Z] + echo Chowning /workspace to jenkins user [2021-06-02T16:16:21.174Z] Chowning /workspace to jenkins user [2021-06-02T16:16:21.174Z] + id -u [2021-06-02T16:16:21.174Z] + id -g [2021-06-02T16:16:21.174Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42143:/workspace busybox chown -R 1000:1000 /workspace [2021-06-02T16:16:21.174Z] Unable to find image 'busybox:latest' locally [2021-06-02T16:16:21.174Z] latest: Pulling from library/busybox [2021-06-02T16:16:21.434Z] 92f8b3f0730f: Pulling fs layer [2021-06-02T16:16:21.434Z] 92f8b3f0730f: Verifying Checksum [2021-06-02T16:16:21.434Z] 92f8b3f0730f: Download complete [2021-06-02T16:16:21.696Z] 92f8b3f0730f: Pull complete [2021-06-02T16:16:21.696Z] Digest: sha256:b5fc1d7b2e4ea86a06b0cf88de915a2c43a99a00b6b3c0af731e5f4c07ae8eff [2021-06-02T16:16:21.696Z] Status: Downloaded newer image for busybox:latest [2021-06-02T16:16:22.617Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-06-02T16:16:22.617Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-06-02T16:16:22.935Z] + bundleName=docker-py [2021-06-02T16:16:22.935Z] + echo Creating docker-py-bundles.tar.gz [2021-06-02T16:16:22.935Z] Creating docker-py-bundles.tar.gz [2021-06-02T16:16:22.935Z] + 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-06-02T16:16:22.947Z] Archiving artifacts [2021-06-02T16:16:23.179Z] --- PASS: TestConfigList (3.30s) [2021-06-02T16:16:23.179Z] === RUN TestConfigsCreateAndDelete [2021-06-02T16:16:23.179Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2021-06-02T16:16:24.543Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-06-02T16:16:24.569Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42143/28/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2021-06-02T16:16:24.921Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42143/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr28 -e DOCKER_GITCOMMIT=d414c0c1e8c487170b1d2f5af4946771645c6564 -e DOCKER_GRAPHDRIVER docker:d414c0c1e8c487170b1d2f5af4946771645c6564 hack/make.sh binary-daemon [2021-06-02T16:16:25.469Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2021-06-02T16:16:25.490Z] [2021-06-02T16:16:25.490Z] Removing bundles/ [2021-06-02T16:16:25.490Z] [2021-06-02T16:16:25.490Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2021-06-02T16:16:25.490Z] Building: bundles/binary-daemon/dockerd-dev [2021-06-02T16:16:25.490Z] GOOS="" GOARCH="" GOARM="" [2021-06-02T16:16:26.394Z] --- PASS: TestConfigsCreateAndDelete (3.38s) [2021-06-02T16:16:26.394Z] === RUN TestConfigsUpdate [2021-06-02T16:16:27.738Z] --- PASS: TestUpdateRestartPolicy (13.21s) [2021-06-02T16:16:27.739Z] === RUN TestUpdateRestartWithAutoRemove [2021-06-02T16:16:27.739Z] --- PASS: TestUpdateRestartWithAutoRemove (0.89s) [2021-06-02T16:16:27.739Z] === RUN TestWaitNonBlocked [2021-06-02T16:16:27.739Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-02T16:16:27.739Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-02T16:16:27.739Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-02T16:16:27.739Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-02T16:16:27.739Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-02T16:16:27.739Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-02T16:16:27.739Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-06-02T16:16:27.739Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.06s) [2021-06-02T16:16:27.739Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.11s) [2021-06-02T16:16:27.739Z] === RUN TestWaitBlocked [2021-06-02T16:16:27.739Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-02T16:16:27.739Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-02T16:16:27.739Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-06-02T16:16:27.739Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-06-02T16:16:27.739Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-02T16:16:27.739Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-06-02T16:16:28.938Z] --- PASS: TestServiceWithDataPathPortInit (15.53s) [2021-06-02T16:16:28.938Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-06-02T16:16:29.123Z] --- PASS: TestWaitBlocked (0.03s) [2021-06-02T16:16:29.123Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.09s) [2021-06-02T16:16:29.123Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.13s) [2021-06-02T16:16:29.123Z] === CONT TestContainerStartOnDaemonRestart [2021-06-02T16:16:29.123Z] === CONT TestContainerKillOnDaemonStart [2021-06-02T16:16:29.123Z] === CONT TestIpcModeOlderClient [2021-06-02T16:16:29.123Z] === CONT TestDaemonHostGatewayIP [2021-06-02T16:16:29.123Z] --- PASS: TestIpcModeOlderClient (0.11s) [2021-06-02T16:16:29.123Z] === CONT TestDaemonRestartIpcMode [2021-06-02T16:16:29.701Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-06-02T16:16:29.701Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2021-06-02T16:16:29.701Z] --- PASS: TestConfigsUpdate (3.14s) [2021-06-02T16:16:29.701Z] === RUN TestTemplatedConfig [2021-06-02T16:16:29.997Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2021-06-02T16:16:30.924Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-06-02T16:16:31.180Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-06-02T16:16:32.431Z] --- PASS: TestContainerStartOnDaemonRestart (3.60s) [2021-06-02T16:16:32.431Z] === CONT TestRestartDaemonWithRestartingContainer [2021-06-02T16:16:34.345Z] --- PASS: TestDaemonRestartIpcMode (5.04s) [2021-06-02T16:16:34.445Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2021-06-02T16:16:34.606Z] --- PASS: TestDaemonHostGatewayIP (5.69s) [2021-06-02T16:16:35.004Z] --- PASS: TestTemplatedConfig (5.36s) [2021-06-02T16:16:35.005Z] === RUN TestConfigCreateResolve [2021-06-02T16:16:35.931Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-06-02T16:16:36.516Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.66s) [2021-06-02T16:16:36.990Z] 8116de3c91c3: Pull complete [2021-06-02T16:16:36.990Z] Digest: sha256:edd6d6de1e7252d2d434af58798db1d96762d738f60e15b24ed631f55e26681d [2021-06-02T16:16:36.990Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-02T16:16:36.990Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2021-06-02T16:16:36.990Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2021-06-02T16:16:36.990Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1935' [2021-06-02T16:16:36.990Z] WARN: Skipping validation tests [2021-06-02T16:16:36.990Z] INFO: Running unit tests at 06/02/2021 16:16:22... [2021-06-02T16:16:36.990Z] INFO: make.ps1 starting at 06/02/2021 16:16:27 [2021-06-02T16:16:36.990Z] INFO: Git commit (d414c0c1e8) assumed from DOCKER_GITCOMMIT environment variable [2021-06-02T16:16:36.990Z] INFO: Invoking autogen... [2021-06-02T16:16:36.990Z] INFO: Running unit tests... [2021-06-02T16:16:37.063Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.55s) [2021-06-02T16:16:37.063Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:pmk2wag7wptuqlk0dw4ykrdam Created:2021-06-02 16:16:30.385393701 +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[2fde2745af4350cd1772af4d0c6f50295aba4d68f0103b443ecbef551a7f6d78:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.hn0atkskmhtfv2mfkuaq8te9f EndpointID:155e9fe5e3c66a95481351e4b9fb847b9a93ee9a2fb2a98e92bf634774cd6d07 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:530da817d807689061bd74ae467fceba86e02190db9ffe105bcfd5f55d7f9643 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:6fc0f5b35563 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.hn0atkskmhtfv2mfkuaq8te9f EndpointID:155e9fe5e3c66a95481351e4b9fb847b9a93ee9a2fb2a98e92bf634774cd6d07 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-06-02T16:16:37.063Z] PASS [2021-06-02T16:16:37.063Z] [2021-06-02T16:16:37.063Z] === Skipped [2021-06-02T16:16:37.063Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-02T16:16:37.063Z] service_test.go:242: FLAKY_TEST [2021-06-02T16:16:37.063Z] [2021-06-02T16:16:37.063Z] [2021-06-02T16:16:37.063Z] DONE 26 tests, 1 skipped in 49.510s [2021-06-02T16:16:37.063Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-06-02T16:16:37.063Z] INFO: Testing against a local daemon [2021-06-02T16:16:37.063Z] === RUN TestDockerNetworkIpvlanPersistance [2021-06-02T16:16:37.063Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-02T16:16:37.063Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-02T16:16:37.063Z] === RUN TestDockerNetworkIpvlan [2021-06-02T16:16:37.063Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-06-02T16:16:37.063Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-02T16:16:37.063Z] PASS [2021-06-02T16:16:37.063Z] [2021-06-02T16:16:37.063Z] === Skipped [2021-06-02T16:16:37.063Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-02T16:16:37.063Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-02T16:16:37.063Z] [2021-06-02T16:16:37.063Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-06-02T16:16:37.063Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-02T16:16:37.063Z] [2021-06-02T16:16:37.063Z] [2021-06-02T16:16:37.063Z] DONE 2 tests, 2 skipped in 0.036s [2021-06-02T16:16:37.063Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-06-02T16:16:37.063Z] INFO: Testing against a local daemon [2021-06-02T16:16:37.063Z] === RUN TestDockerNetworkMacvlanPersistance [2021-06-02T16:16:37.296Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2021-06-02T16:16:37.450Z] 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-06-02T16:16:37.551Z] --- PASS: TestConfigCreateResolve (2.53s) [2021-06-02T16:16:37.551Z] === RUN TestConfigDaemonLibtrustID [2021-06-02T16:16:38.002Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.32s) [2021-06-02T16:16:38.002Z] === RUN TestDockerNetworkMacvlan [2021-06-02T16:16:38.112Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2021-06-02T16:16:38.112Z] PASS [2021-06-02T16:16:38.112Z] [2021-06-02T16:16:38.112Z] DONE 7 tests in 22.124s [2021-06-02T16:16:38.112Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-06-02T16:16:38.112Z] ++ 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-06-02T16:16:38.112Z] ++ set -e [2021-06-02T16:16:38.112Z] ++ '[' -n 0 ']' [2021-06-02T16:16:38.112Z] ++ set -x [2021-06-02T16:16:38.112Z] ++ env -i DEST=/go/src/github.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-06-02T16:16:38.368Z] INFO: Testing against a local daemon [2021-06-02T16:16:38.368Z] === RUN TestCheckpoint [2021-06-02T16:16:38.368Z] --- SKIP: TestCheckpoint (0.00s) [2021-06-02T16:16:38.368Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-02T16:16:38.368Z] === RUN TestContainerInvalidJSON [2021-06-02T16:16:38.368Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-06-02T16:16:38.368Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-06-02T16:16:38.368Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-06-02T16:16:38.368Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-06-02T16:16:38.368Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-06-02T16:16:38.368Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-06-02T16:16:38.368Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-06-02T16:16:38.368Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-06-02T16:16:38.368Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-06-02T16:16:38.368Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-06-02T16:16:38.368Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-06-02T16:16:38.368Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-06-02T16:16:38.368Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-06-02T16:16:38.368Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-06-02T16:16:38.368Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2021-06-02T16:16:38.368Z] === RUN TestCopyFromContainerPathIsNotDir [2021-06-02T16:16:38.368Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2021-06-02T16:16:38.368Z] === RUN TestCopyToContainerPathDoesNotExist [2021-06-02T16:16:38.368Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2021-06-02T16:16:38.368Z] === RUN TestCopyToContainerPathIsNotDir [2021-06-02T16:16:38.634Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2021-06-02T16:16:38.634Z] === RUN TestCopyFromContainer [2021-06-02T16:16:38.889Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-06-02T16:16:38.940Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-06-02T16:16:39.508Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-06-02T16:16:40.253Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-06-02T16:16:40.448Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-06-02T16:16:41.179Z] === RUN TestCopyFromContainer// [2021-06-02T16:16:41.179Z] === RUN TestCopyFromContainer//bar/root [2021-06-02T16:16:41.179Z] === RUN TestCopyFromContainer//bar/root/ [2021-06-02T16:16:41.434Z] === RUN TestCopyFromContainer/bar/quux [2021-06-02T16:16:41.434Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2021-06-02T16:16:41.691Z] === RUN TestCopyFromContainer/bar/quux/ [2021-06-02T16:16:41.691Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-06-02T16:16:41.947Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-06-02T16:16:41.947Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-06-02T16:16:42.203Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2021-06-02T16:16:42.203Z] === RUN TestDockerSuite/TestBuildAddScript [2021-06-02T16:16:42.203Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-06-02T16:16:42.203Z] === RUN TestCopyFromContainer/bar/notarget [2021-06-02T16:16:42.459Z] --- PASS: TestCopyFromContainer (4.02s) [2021-06-02T16:16:42.459Z] --- PASS: TestCopyFromContainer// (0.13s) [2021-06-02T16:16:42.459Z] --- PASS: TestCopyFromContainer//bar/root (0.12s) [2021-06-02T16:16:42.459Z] --- PASS: TestCopyFromContainer//bar/root/ (0.16s) [2021-06-02T16:16:42.459Z] --- PASS: TestCopyFromContainer/bar/quux (0.15s) [2021-06-02T16:16:42.459Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.18s) [2021-06-02T16:16:42.459Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s) [2021-06-02T16:16:42.459Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s) [2021-06-02T16:16:42.459Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.15s) [2021-06-02T16:16:42.459Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.15s) [2021-06-02T16:16:42.459Z] --- PASS: TestCopyFromContainer/bar/notarget (0.17s) [2021-06-02T16:16:42.459Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-06-02T16:16:42.459Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-02T16:16:42.459Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-02T16:16:42.459Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-02T16:16:42.459Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-02T16:16:42.459Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-02T16:16:42.459Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-02T16:16:42.459Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-02T16:16:42.459Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-02T16:16:42.459Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-02T16:16:42.459Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-06-02T16:16:42.459Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-06-02T16:16:42.459Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-06-02T16:16:42.459Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-06-02T16:16:42.459Z] === RUN TestCreateLinkToNonExistingContainer [2021-06-02T16:16:42.717Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2021-06-02T16:16:42.717Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2021-06-02T16:16:42.717Z] === RUN TestCreateWithInvalidEnv [2021-06-02T16:16:42.717Z] === RUN TestCreateWithInvalidEnv/0 [2021-06-02T16:16:42.717Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-06-02T16:16:42.717Z] === RUN TestCreateWithInvalidEnv/1 [2021-06-02T16:16:42.717Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-06-02T16:16:42.717Z] === RUN TestCreateWithInvalidEnv/2 [2021-06-02T16:16:42.717Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-06-02T16:16:42.717Z] === CONT TestCreateWithInvalidEnv/0 [2021-06-02T16:16:42.717Z] === CONT TestCreateWithInvalidEnv/2 [2021-06-02T16:16:42.717Z] === CONT TestCreateWithInvalidEnv/1 [2021-06-02T16:16:42.717Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2021-06-02T16:16:42.717Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-06-02T16:16:42.717Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-06-02T16:16:42.717Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-06-02T16:16:42.717Z] === RUN TestCreateTmpfsMountsTarget [2021-06-02T16:16:42.717Z] --- PASS: TestCreateTmpfsMountsTarget (0.05s) [2021-06-02T16:16:42.717Z] === RUN TestCreateWithCustomMaskedPaths [2021-06-02T16:16:42.989Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-06-02T16:16:43.103Z] --- PASS: TestContainerKillOnDaemonStart (13.09s) [2021-06-02T16:16:43.103Z] PASS [2021-06-02T16:16:43.103Z] [2021-06-02T16:16:43.103Z] === Skipped [2021-06-02T16:16:43.103Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2021-06-02T16:16:43.103Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-02T16:16:43.103Z] [2021-06-02T16:16:43.103Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.01s) [2021-06-02T16:16:43.103Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-02T16:16:43.103Z] [2021-06-02T16:16:43.103Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2021-06-02T16:16:43.103Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-02T16:16:43.103Z] [2021-06-02T16:16:43.103Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-02T16:16:43.103Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-02T16:16:43.103Z] [2021-06-02T16:16:43.103Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2021-06-02T16:16:43.103Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-02T16:16:43.103Z] [2021-06-02T16:16:43.103Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2021-06-02T16:16:43.103Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-06-02T16:16:43.103Z] [2021-06-02T16:16:43.103Z] [2021-06-02T16:16:43.103Z] DONE 196 tests, 6 skipped in 162.617s [2021-06-02T16:16:43.103Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2021-06-02T16:16:43.103Z] ++ 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-06-02T16:16:43.103Z] ++ set -e [2021-06-02T16:16:43.103Z] ++ '[' -n 0 ']' [2021-06-02T16:16:43.103Z] ++ set -x [2021-06-02T16:16:43.103Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-06-02T16:16:43.103Z] INFO: Testing against a local daemon [2021-06-02T16:16:43.103Z] === RUN TestCommitInheritsEnv [2021-06-02T16:16:43.103Z] --- PASS: TestCommitInheritsEnv (0.46s) [2021-06-02T16:16:43.103Z] === RUN TestImportExtremelyLargeImageWorks [2021-06-02T16:16:43.103Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.01s) [2021-06-02T16:16:43.103Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-06-02T16:16:43.103Z] === RUN TestImagesFilterMultiReference [2021-06-02T16:16:43.103Z] --- PASS: TestImagesFilterMultiReference (0.11s) [2021-06-02T16:16:43.103Z] === RUN TestImagePullPlatformInvalid [2021-06-02T16:16:43.103Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2021-06-02T16:16:43.103Z] === RUN TestRemoveImageOrphaning [2021-06-02T16:16:43.278Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2021-06-02T16:16:43.363Z] --- PASS: TestRemoveImageOrphaning (0.44s) [2021-06-02T16:16:43.364Z] === RUN TestRemoveImageGarbageCollector [2021-06-02T16:16:43.364Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-06-02T16:16:43.364Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-02T16:16:43.364Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-06-02T16:16:43.364Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2021-06-02T16:16:43.364Z] === RUN TestTagInvalidReference [2021-06-02T16:16:43.364Z] --- PASS: TestTagInvalidReference (0.03s) [2021-06-02T16:16:43.364Z] === RUN TestTagValidPrefixedRepo [2021-06-02T16:16:43.624Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2021-06-02T16:16:43.624Z] === RUN TestTagExistedNameWithoutForce [2021-06-02T16:16:43.624Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-06-02T16:16:43.624Z] === RUN TestTagOfficialNames [2021-06-02T16:16:43.624Z] --- PASS: TestTagOfficialNames (0.10s) [2021-06-02T16:16:43.624Z] === RUN TestTagMatchesDigest [2021-06-02T16:16:43.624Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-06-02T16:16:43.624Z] PASS [2021-06-02T16:16:43.624Z] [2021-06-02T16:16:43.624Z] === Skipped [2021-06-02T16:16:43.624Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.01s) [2021-06-02T16:16:43.624Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-06-02T16:16:43.624Z] [2021-06-02T16:16:43.624Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-06-02T16:16:43.624Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-02T16:16:43.624Z] [2021-06-02T16:16:43.624Z] [2021-06-02T16:16:43.624Z] DONE 12 tests, 2 skipped in 1.674s [2021-06-02T16:16:43.624Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2021-06-02T16:16:43.624Z] ++ 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-06-02T16:16:43.624Z] ++ set -e [2021-06-02T16:16:43.624Z] ++ '[' -n 0 ']' [2021-06-02T16:16:43.624Z] ++ set -x [2021-06-02T16:16:43.624Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-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-06-02T16:16:43.885Z] INFO: Testing against a local daemon [2021-06-02T16:16:43.885Z] === RUN TestNetworkCreateDelete [2021-06-02T16:16:44.456Z] --- PASS: TestNetworkCreateDelete (0.45s) [2021-06-02T16:16:44.456Z] === RUN TestDockerNetworkDeletePreferID [2021-06-02T16:16:45.790Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2021-06-02T16:16:45.840Z] --- PASS: TestDockerNetworkDeletePreferID (1.32s) [2021-06-02T16:16:45.840Z] === RUN TestDaemonDNSFallback [2021-06-02T16:16:46.038Z] ? github.com/docker/docker/api [no test files] [2021-06-02T16:16:46.286Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-06-02T16:16:46.717Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-06-02T16:16:46.717Z] --- PASS: TestCreateWithCustomMaskedPaths (3.97s) [2021-06-02T16:16:46.717Z] === RUN TestCreateWithCustomReadonlyPaths [2021-06-02T16:16:47.685Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-06-02T16:16:48.225Z] === RUN TestBoolValue [2021-06-02T16:16:48.225Z] --- PASS: TestBoolValue (0.00s) [2021-06-02T16:16:48.225Z] === RUN TestBoolValueOrDefault [2021-06-02T16:16:48.225Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-06-02T16:16:48.225Z] === RUN TestInt64ValueOrZero [2021-06-02T16:16:48.225Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-06-02T16:16:48.225Z] === RUN TestInt64ValueOrDefault [2021-06-02T16:16:48.225Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-06-02T16:16:48.225Z] === RUN TestInt64ValueOrDefaultWithError [2021-06-02T16:16:48.225Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-06-02T16:16:48.225Z] === RUN TestJsonContentType [2021-06-02T16:16:48.225Z] --- PASS: TestJsonContentType (0.00s) [2021-06-02T16:16:48.225Z] PASS [2021-06-02T16:16:48.225Z] coverage: 14.7% of statements [2021-06-02T16:16:48.225Z] ok github.com/docker/docker/api/server/httputils 0.054s coverage: 14.7% of statements [2021-06-02T16:16:48.225Z] === RUN TestMaskSecretKeys [2021-06-02T16:16:48.225Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-06-02T16:16:48.225Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-06-02T16:16:48.225Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-06-02T16:16:48.225Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-06-02T16:16:48.225Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-06-02T16:16:48.225Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-06-02T16:16:48.225Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-06-02T16:16:48.225Z] === RUN TestVersionMiddlewareVersion [2021-06-02T16:16:48.225Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-06-02T16:16:48.225Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-06-02T16:16:48.225Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-06-02T16:16:48.225Z] PASS [2021-06-02T16:16:48.225Z] coverage: 37.7% of statements [2021-06-02T16:16:48.225Z] ok github.com/docker/docker/api/server/middleware 0.106s coverage: 37.7% of statements [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/api/server/router [no test files] [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-06-02T16:16:48.225Z] === RUN TestToJSON [2021-06-02T16:16:48.225Z] --- PASS: TestToJSON (0.00s) [2021-06-02T16:16:48.225Z] === RUN TestToParamWithVersion [2021-06-02T16:16:48.225Z] --- PASS: TestToParamWithVersion (0.00s) [2021-06-02T16:16:48.225Z] === RUN TestFromJSON [2021-06-02T16:16:48.225Z] --- PASS: TestFromJSON (0.00s) [2021-06-02T16:16:48.225Z] === RUN TestEmpty [2021-06-02T16:16:48.225Z] --- PASS: TestEmpty (0.00s) [2021-06-02T16:16:48.225Z] === RUN TestArgsMatchKVListEmptySources [2021-06-02T16:16:48.225Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-06-02T16:16:48.225Z] === RUN TestArgsMatchKVList [2021-06-02T16:16:48.225Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-06-02T16:16:48.225Z] === RUN TestArgsMatch [2021-06-02T16:16:48.225Z] --- PASS: TestArgsMatch (0.00s) [2021-06-02T16:16:48.225Z] === RUN TestAdd [2021-06-02T16:16:48.225Z] --- PASS: TestAdd (0.00s) [2021-06-02T16:16:48.225Z] === RUN TestDel [2021-06-02T16:16:48.225Z] --- PASS: TestDel (0.00s) [2021-06-02T16:16:48.225Z] === RUN TestLen [2021-06-02T16:16:48.225Z] --- PASS: TestLen (0.00s) [2021-06-02T16:16:48.225Z] === RUN TestExactMatch [2021-06-02T16:16:48.225Z] --- PASS: TestExactMatch (0.00s) [2021-06-02T16:16:48.225Z] === RUN TestOnlyOneExactMatch [2021-06-02T16:16:48.225Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-06-02T16:16:48.225Z] === RUN TestContains [2021-06-02T16:16:48.225Z] --- PASS: TestContains (0.00s) [2021-06-02T16:16:48.225Z] === RUN TestValidate [2021-06-02T16:16:48.225Z] --- PASS: TestValidate (0.00s) [2021-06-02T16:16:48.225Z] === RUN TestWalkValues [2021-06-02T16:16:48.225Z] --- PASS: TestWalkValues (0.00s) [2021-06-02T16:16:48.225Z] === RUN TestFuzzyMatch [2021-06-02T16:16:48.225Z] --- PASS: TestFuzzyMatch (0.00s) [2021-06-02T16:16:48.225Z] === RUN TestClone [2021-06-02T16:16:48.225Z] --- PASS: TestClone (0.00s) [2021-06-02T16:16:48.225Z] PASS [2021-06-02T16:16:48.225Z] coverage: 92.2% of statements [2021-06-02T16:16:48.225Z] ok github.com/docker/docker/api/types/filters 0.040s coverage: 92.2% of statements [2021-06-02T16:16:48.225Z] === RUN TestStrSliceMarshalJSON [2021-06-02T16:16:48.225Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-06-02T16:16:48.225Z] === RUN TestStrSliceUnmarshalJSON [2021-06-02T16:16:48.225Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-06-02T16:16:48.225Z] === RUN TestStrSliceUnmarshalString [2021-06-02T16:16:48.225Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-06-02T16:16:48.225Z] === RUN TestStrSliceUnmarshalSlice [2021-06-02T16:16:48.225Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-06-02T16:16:48.225Z] PASS [2021-06-02T16:16:48.225Z] coverage: 90.0% of statements [2021-06-02T16:16:48.225Z] ok github.com/docker/docker/api/types/strslice 0.035s coverage: 90.0% of statements [2021-06-02T16:16:48.225Z] === RUN TestDurationToSecondsString [2021-06-02T16:16:48.225Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-06-02T16:16:48.225Z] === RUN TestGetTimestamp [2021-06-02T16:16:48.225Z] === RUN TestAdjustForAPIVersion [2021-06-02T16:16:48.225Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-06-02T16:16:48.225Z] PASS [2021-06-02T16:16:48.225Z] coverage: 5.7% of statements [2021-06-02T16:16:48.225Z] ok github.com/docker/docker/api/server/router/swarm 0.067s coverage: 5.7% of statements [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/api/types [no test files] [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/api/types/container [no test files] [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/api/types/events [no test files] [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/api/types/image [no test files] [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/api/types/network [no test files] [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-06-02T16:16:48.225Z] --- PASS: TestGetTimestamp (0.13s) [2021-06-02T16:16:48.225Z] === RUN TestParseTimestamps [2021-06-02T16:16:48.225Z] --- PASS: TestParseTimestamps (0.00s) [2021-06-02T16:16:48.225Z] PASS [2021-06-02T16:16:48.225Z] coverage: 100.0% of statements [2021-06-02T16:16:48.225Z] ok github.com/docker/docker/api/types/time 0.175s coverage: 100.0% of statements [2021-06-02T16:16:48.225Z] === RUN TestCompareVersion [2021-06-02T16:16:48.225Z] --- PASS: TestCompareVersion (0.00s) [2021-06-02T16:16:48.225Z] PASS [2021-06-02T16:16:48.225Z] coverage: 75.0% of statements [2021-06-02T16:16:48.225Z] ok github.com/docker/docker/api/types/versions 0.055s coverage: 75.0% of statements [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/builder [no test files] [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-06-02T16:16:48.225Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-06-02T16:16:49.765Z] === RUN TestParseRemoteURL [2021-06-02T16:16:49.765Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-06-02T16:16:49.765Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-06-02T16:16:49.765Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-06-02T16:16:49.765Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-06-02T16:16:49.765Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-06-02T16:16:49.765Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-06-02T16:16:49.765Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-06-02T16:16:49.765Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-06-02T16:16:49.765Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-06-02T16:16:49.765Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-06-02T16:16:49.765Z] --- PASS: TestParseRemoteURL (0.00s) [2021-06-02T16:16:49.765Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-06-02T16:16:49.765Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-06-02T16:16:49.765Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-06-02T16:16:49.765Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-06-02T16:16:49.765Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-06-02T16:16:49.765Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-06-02T16:16:49.765Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-06-02T16:16:49.765Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-06-02T16:16:49.765Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-06-02T16:16:49.765Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-06-02T16:16:49.765Z] === RUN TestCloneArgsSmartHttp [2021-06-02T16:16:49.765Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2021-06-02T16:16:49.765Z] === RUN TestCloneArgsDumbHttp [2021-06-02T16:16:49.765Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-06-02T16:16:49.765Z] === RUN TestCloneArgsGit [2021-06-02T16:16:49.765Z] --- PASS: TestCloneArgsGit (0.00s) [2021-06-02T16:16:49.765Z] === RUN TestCheckoutGit [2021-06-02T16:16:50.197Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2021-06-02T16:16:50.453Z] --- PASS: TestCreateWithCustomReadonlyPaths (3.67s) [2021-06-02T16:16:50.453Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-06-02T16:16:50.453Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-02T16:16:50.453Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-02T16:16:50.453Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-02T16:16:50.453Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-02T16:16:50.453Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-02T16:16:50.453Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-02T16:16:50.453Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-02T16:16:50.453Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-02T16:16:50.453Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-02T16:16:50.453Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-02T16:16:50.453Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-02T16:16:50.453Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-02T16:16:50.453Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-02T16:16:50.453Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-02T16:16:50.453Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-02T16:16:50.453Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2021-06-02T16:16:50.453Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2021-06-02T16:16:50.453Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2021-06-02T16:16:50.453Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2021-06-02T16:16:50.453Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2021-06-02T16:16:50.453Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-06-02T16:16:50.453Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-06-02T16:16:51.600Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-06-02T16:16:51.819Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.23s) [2021-06-02T16:16:51.819Z] === RUN TestCreateDifferentPlatform [2021-06-02T16:16:51.819Z] === RUN TestCreateDifferentPlatform/different_os [2021-06-02T16:16:51.819Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-06-02T16:16:51.819Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-06-02T16:16:51.819Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-06-02T16:16:51.819Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-06-02T16:16:51.819Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-06-02T16:16:51.819Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2021-06-02T16:16:51.819Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-06-02T16:16:51.819Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2021-06-02T16:16:51.819Z] === RUN TestContainerStartOnDaemonRestart [2021-06-02T16:16:51.819Z] === PAUSE TestContainerStartOnDaemonRestart [2021-06-02T16:16:51.819Z] === RUN TestDaemonRestartIpcMode [2021-06-02T16:16:51.819Z] === PAUSE TestDaemonRestartIpcMode [2021-06-02T16:16:51.819Z] === RUN TestDaemonHostGatewayIP [2021-06-02T16:16:51.819Z] === PAUSE TestDaemonHostGatewayIP [2021-06-02T16:16:51.819Z] === RUN TestRestartDaemonWithRestartingContainer [2021-06-02T16:16:51.819Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-06-02T16:16:51.819Z] === RUN TestContainerKillOnDaemonStart [2021-06-02T16:16:51.819Z] === PAUSE TestContainerKillOnDaemonStart [2021-06-02T16:16:51.819Z] === RUN TestDiff [2021-06-02T16:16:51.948Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-06-02T16:16:51.948Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2021-06-02T16:16:51.948Z] === RUN TestProcessNoDockerignore [2021-06-02T16:16:51.948Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-06-02T16:16:51.948Z] === RUN TestProcessShouldLeaveAllFiles [2021-06-02T16:16:51.948Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-06-02T16:16:51.948Z] === RUN TestDetectContentType [2021-06-02T16:16:51.948Z] --- PASS: TestDetectContentType (0.00s) [2021-06-02T16:16:51.948Z] === RUN TestSelectAcceptableMIME [2021-06-02T16:16:51.948Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-06-02T16:16:51.948Z] === RUN TestInspectEmptyResponse [2021-06-02T16:16:51.948Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-06-02T16:16:51.948Z] === RUN TestInspectResponseBinary [2021-06-02T16:16:51.948Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-06-02T16:16:51.948Z] === RUN TestResponseUnsupportedContentType [2021-06-02T16:16:51.948Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-06-02T16:16:51.948Z] === RUN TestInspectResponseTextSimple [2021-06-02T16:16:51.948Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-06-02T16:16:51.948Z] === RUN TestInspectResponseEmptyContentType [2021-06-02T16:16:51.948Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-06-02T16:16:51.948Z] === RUN TestUnknownContentLength [2021-06-02T16:16:51.948Z] --- PASS: TestUnknownContentLength (0.00s) [2021-06-02T16:16:51.948Z] === RUN TestDownloadRemote [2021-06-02T16:16:51.948Z] === RUN TestEnable [2021-06-02T16:16:51.948Z] --- PASS: TestEnable (0.00s) [2021-06-02T16:16:51.948Z] === RUN TestDisable [2021-06-02T16:16:51.948Z] --- PASS: TestDisable (0.00s) [2021-06-02T16:16:51.948Z] === RUN TestEnabled [2021-06-02T16:16:51.948Z] --- PASS: TestEnabled (0.00s) [2021-06-02T16:16:51.948Z] PASS [2021-06-02T16:16:51.948Z] coverage: 100.0% of statements [2021-06-02T16:16:51.948Z] ok github.com/docker/docker/cli/debug 0.045s coverage: 100.0% of statements [2021-06-02T16:16:51.948Z] --- PASS: TestDownloadRemote (0.09s) [2021-06-02T16:16:51.948Z] === RUN TestGetWithStatusError [2021-06-02T16:16:51.948Z] --- PASS: TestGetWithStatusError (0.00s) [2021-06-02T16:16:51.948Z] === RUN TestCloseRootDirectory [2021-06-02T16:16:51.948Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-06-02T16:16:51.948Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:16:51.948Z] === RUN TestHashFile [2021-06-02T16:16:51.948Z] --- SKIP: TestHashFile (0.00s) [2021-06-02T16:16:51.948Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:16:51.948Z] === RUN TestHashSubdir [2021-06-02T16:16:51.948Z] --- SKIP: TestHashSubdir (0.00s) [2021-06-02T16:16:51.948Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:16:51.948Z] === RUN TestRemoveDirectory [2021-06-02T16:16:51.948Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-06-02T16:16:51.948Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:16:51.948Z] PASS [2021-06-02T16:16:51.948Z] coverage: 9.3% of statements [2021-06-02T16:16:51.948Z] ok github.com/docker/docker/builder/remotecontext 0.277s coverage: 9.3% of statements [2021-06-02T16:16:52.408Z] === RUN TestGetAllAllowed [2021-06-02T16:16:52.408Z] --- PASS: TestGetAllAllowed (0.00s) [2021-06-02T16:16:52.408Z] === RUN TestGetAllMeta [2021-06-02T16:16:52.408Z] --- PASS: TestGetAllMeta (0.00s) [2021-06-02T16:16:52.408Z] === RUN TestWarnOnUnusedBuildArgs [2021-06-02T16:16:52.408Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-06-02T16:16:52.408Z] === RUN TestIsUnreferencedBuiltin [2021-06-02T16:16:52.408Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-06-02T16:16:52.408Z] === RUN TestIsExistingDirectory [2021-06-02T16:16:52.408Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-06-02T16:16:52.408Z] === RUN TestGetFilenameForDownload [2021-06-02T16:16:52.408Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-06-02T16:16:52.408Z] === RUN TestEnv2Variables [2021-06-02T16:16:52.408Z] --- PASS: TestEnv2Variables (0.00s) [2021-06-02T16:16:52.408Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-06-02T16:16:52.408Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-06-02T16:16:52.408Z] === RUN TestMaintainer [2021-06-02T16:16:52.408Z] --- PASS: TestMaintainer (0.00s) [2021-06-02T16:16:52.408Z] === RUN TestLabel [2021-06-02T16:16:52.408Z] --- PASS: TestLabel (0.00s) [2021-06-02T16:16:52.408Z] === RUN TestFromScratch [2021-06-02T16:16:52.408Z] --- PASS: TestFromScratch (0.00s) [2021-06-02T16:16:52.408Z] === RUN TestFromWithArg [2021-06-02T16:16:52.408Z] --- PASS: TestFromWithArg (0.00s) [2021-06-02T16:16:52.408Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-06-02T16:16:52.408Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-06-02T16:16:52.408Z] === RUN TestFromWithUndefinedArg [2021-06-02T16:16:52.408Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-06-02T16:16:52.408Z] === RUN TestFromMultiStageWithNamedStage [2021-06-02T16:16:52.408Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-06-02T16:16:52.408Z] === RUN TestOnbuild [2021-06-02T16:16:52.408Z] --- PASS: TestOnbuild (0.00s) [2021-06-02T16:16:52.408Z] === RUN TestWorkdir [2021-06-02T16:16:52.408Z] --- PASS: TestWorkdir (0.00s) [2021-06-02T16:16:52.408Z] === RUN TestCmd [2021-06-02T16:16:52.408Z] --- PASS: TestCmd (0.00s) [2021-06-02T16:16:52.408Z] === RUN TestHealthcheckNone [2021-06-02T16:16:52.408Z] --- PASS: TestHealthcheckNone (0.00s) [2021-06-02T16:16:52.408Z] === RUN TestHealthcheckCmd [2021-06-02T16:16:52.408Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-06-02T16:16:52.408Z] === RUN TestEntrypoint [2021-06-02T16:16:52.408Z] --- PASS: TestEntrypoint (0.00s) [2021-06-02T16:16:52.408Z] === RUN TestExpose [2021-06-02T16:16:52.408Z] --- PASS: TestExpose (0.00s) [2021-06-02T16:16:52.408Z] === RUN TestUser [2021-06-02T16:16:52.408Z] --- PASS: TestUser (0.00s) [2021-06-02T16:16:52.408Z] === RUN TestVolume [2021-06-02T16:16:52.408Z] --- PASS: TestVolume (0.00s) [2021-06-02T16:16:52.408Z] === RUN TestStopSignal [2021-06-02T16:16:52.408Z] --- SKIP: TestStopSignal (0.00s) [2021-06-02T16:16:52.408Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-06-02T16:16:52.408Z] === RUN TestArg [2021-06-02T16:16:52.408Z] --- PASS: TestArg (0.00s) [2021-06-02T16:16:52.408Z] === RUN TestShell [2021-06-02T16:16:52.408Z] --- PASS: TestShell (0.00s) [2021-06-02T16:16:52.408Z] === RUN TestPrependEnvOnCmd [2021-06-02T16:16:52.408Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-06-02T16:16:52.408Z] === RUN TestRunWithBuildArgs [2021-06-02T16:16:52.408Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-06-02T16:16:52.408Z] === RUN TestRunIgnoresHealthcheck [2021-06-02T16:16:52.408Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-06-02T16:16:52.408Z] === RUN TestDispatchUnsupportedOptions [2021-06-02T16:16:52.408Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-06-02T16:16:52.408Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-06-02T16:16:52.408Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-06-02T16:16:52.408Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-06-02T16:16:52.408Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-06-02T16:16:52.408Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-06-02T16:16:52.408Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-06-02T16:16:52.408Z] === RUN TestNormalizeWorkdir [2021-06-02T16:16:52.408Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-06-02T16:16:52.408Z] === RUN TestDispatch [2021-06-02T16:16:52.408Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-06-02T16:16:52.408Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-06-02T16:16:52.408Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-06-02T16:16:52.408Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-06-02T16:16:52.408Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-06-02T16:16:52.746Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2021-06-02T16:16:52.867Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-06-02T16:16:52.868Z] === RUN TestDispatch/COPY_url [2021-06-02T16:16:52.868Z] --- PASS: TestDispatch (0.05s) [2021-06-02T16:16:52.868Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2021-06-02T16:16:52.868Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-06-02T16:16:52.868Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-06-02T16:16:52.868Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-06-02T16:16:52.868Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-06-02T16:16:52.868Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-06-02T16:16:52.868Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-06-02T16:16:52.868Z] === RUN TestAddScratchImageAddsToMounts [2021-06-02T16:16:52.868Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-06-02T16:16:52.868Z] === RUN TestAddFromScratchPopulatesPlatform [2021-06-02T16:16:52.868Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-06-02T16:16:52.868Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-06-02T16:16:52.868Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-06-02T16:16:52.868Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-06-02T16:16:52.868Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-06-02T16:16:52.868Z] === RUN TestImageSourceGetAddsToMounts [2021-06-02T16:16:52.868Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-06-02T16:16:52.868Z] === RUN TestEmptyDockerfile [2021-06-02T16:16:52.868Z] --- PASS: TestEmptyDockerfile (0.01s) [2021-06-02T16:16:52.868Z] === RUN TestSymlinkDockerfile [2021-06-02T16:16:52.868Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-06-02T16:16:52.868Z] === RUN TestDockerfileOutsideTheBuildContext [2021-06-02T16:16:52.868Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.01s) [2021-06-02T16:16:52.868Z] === RUN TestNonExistingDockerfile [2021-06-02T16:16:52.868Z] --- PASS: TestNonExistingDockerfile (0.01s) [2021-06-02T16:16:52.868Z] === RUN TestCopyRunConfig [2021-06-02T16:16:52.868Z] --- PASS: TestCopyRunConfig (0.00s) [2021-06-02T16:16:52.868Z] === RUN TestDeepCopyRunConfig [2021-06-02T16:16:52.868Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-06-02T16:16:52.868Z] === RUN TestExportImage [2021-06-02T16:16:52.868Z] --- PASS: TestExportImage (0.00s) [2021-06-02T16:16:52.868Z] === RUN TestNormalizeDest [2021-06-02T16:16:52.868Z] --- PASS: TestNormalizeDest (0.00s) [2021-06-02T16:16:52.868Z] PASS [2021-06-02T16:16:52.868Z] coverage: 46.8% of statements [2021-06-02T16:16:52.868Z] ok github.com/docker/docker/builder/dockerfile 0.264s coverage: 46.8% of statements [2021-06-02T16:16:52.868Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-06-02T16:16:52.982Z] --- PASS: TestDockerNetworkMacvlan (15.02s) [2021-06-02T16:16:52.982Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2021-06-02T16:16:52.982Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2021-06-02T16:16:52.982Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.68s) [2021-06-02T16:16:52.982Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.92s) [2021-06-02T16:16:52.982Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.35s) [2021-06-02T16:16:52.982Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.41s) [2021-06-02T16:16:52.982Z] PASS [2021-06-02T16:16:52.982Z] [2021-06-02T16:16:52.982Z] DONE 8 tests in 16.375s [2021-06-02T16:16:52.982Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-06-02T16:16:52.982Z] testing: warning: no tests to run [2021-06-02T16:16:52.982Z] PASS [2021-06-02T16:16:52.982Z] [2021-06-02T16:16:52.982Z] DONE 0 tests in 0.007s [2021-06-02T16:16:52.982Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-06-02T16:16:52.982Z] INFO: Testing against a local daemon [2021-06-02T16:16:52.982Z] === RUN TestAuthZPluginAllowRequest [2021-06-02T16:16:53.001Z] --- PASS: TestDiff (1.33s) [2021-06-02T16:16:53.001Z] === RUN TestExecWithCloseStdin [2021-06-02T16:16:53.970Z] --- PASS: TestDaemonDNSFallback (7.23s) [2021-06-02T16:16:53.970Z] === RUN TestInspectNetwork [2021-06-02T16:16:54.889Z] --- PASS: TestAuthZPluginAllowRequest (1.45s) [2021-06-02T16:16:54.889Z] === RUN TestAuthZPluginTLS [2021-06-02T16:16:54.891Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2021-06-02T16:16:55.146Z] --- PASS: TestExecWithCloseStdin (2.03s) [2021-06-02T16:16:55.146Z] === RUN TestExec [2021-06-02T16:16:55.149Z] --- PASS: TestAuthZPluginTLS (0.54s) [2021-06-02T16:16:55.149Z] === RUN TestAuthZPluginDenyRequest [2021-06-02T16:16:55.717Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2021-06-02T16:16:55.717Z] === RUN TestAuthZPluginAPIDenyResponse [2021-06-02T16:16:56.285Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2021-06-02T16:16:56.285Z] === RUN TestAuthZPluginDenyResponse [2021-06-02T16:16:56.853Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2021-06-02T16:16:56.853Z] === RUN TestAuthZPluginAllowEventStream [2021-06-02T16:16:57.271Z] === RUN TestInspectNetwork/full_network_id [2021-06-02T16:16:57.271Z] === RUN TestInspectNetwork/partial_network_id [2021-06-02T16:16:57.271Z] === RUN TestInspectNetwork/network_name [2021-06-02T16:16:57.271Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-06-02T16:16:57.699Z] --- PASS: TestExec (2.09s) [2021-06-02T16:16:57.699Z] === RUN TestExecUser [2021-06-02T16:16:57.699Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2021-06-02T16:16:58.234Z] --- PASS: TestAuthZPluginAllowEventStream (1.50s) [2021-06-02T16:16:58.234Z] === RUN TestAuthZPluginErrorResponse [2021-06-02T16:16:58.802Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2021-06-02T16:16:58.802Z] === RUN TestAuthZPluginErrorRequest [2021-06-02T16:16:59.063Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-06-02T16:16:59.063Z] --- PASS: TestExecUser (1.89s) [2021-06-02T16:16:59.063Z] === RUN TestExportContainerAndImportImage [2021-06-02T16:16:59.371Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2021-06-02T16:16:59.371Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-06-02T16:16:59.939Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2021-06-02T16:16:59.939Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-06-02T16:17:00.021Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2021-06-02T16:17:00.598Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2021-06-02T16:17:00.856Z] --- PASS: TestExportContainerAndImportImage (1.73s) [2021-06-02T16:17:00.856Z] === RUN TestExportContainerAfterDaemonRestart [2021-06-02T16:17:00.872Z] === RUN TestMiddlewares [2021-06-02T16:17:00.872Z] --- PASS: TestMiddlewares (0.00s) [2021-06-02T16:17:00.872Z] PASS [2021-06-02T16:17:00.872Z] coverage: 9.0% of statements [2021-06-02T16:17:00.872Z] ok github.com/docker/docker/api/server 0.095s coverage: 9.0% of statements [2021-06-02T16:17:01.470Z] --- PASS: TestInspectNetwork (8.70s) [2021-06-02T16:17:01.470Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-06-02T16:17:01.470Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-06-02T16:17:01.470Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-06-02T16:17:01.470Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-06-02T16:17:01.470Z] === RUN TestRunContainerWithBridgeNone [2021-06-02T16:17:01.848Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.04s) [2021-06-02T16:17:01.848Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-06-02T16:17:02.221Z] --- PASS: TestExportContainerAfterDaemonRestart (1.49s) [2021-06-02T16:17:02.221Z] === RUN TestHealthCheckWorkdir [2021-06-02T16:17:03.204Z] === RUN TestCheckpointCreateError [2021-06-02T16:17:03.204Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-06-02T16:17:03.204Z] === RUN TestCheckpointCreate [2021-06-02T16:17:03.204Z] --- PASS: TestCheckpointCreate (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestCheckpointDeleteError [2021-06-02T16:17:03.205Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestCheckpointDelete [2021-06-02T16:17:03.205Z] --- PASS: TestCheckpointDelete (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestCheckpointListError [2021-06-02T16:17:03.205Z] --- PASS: TestCheckpointListError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestCheckpointList [2021-06-02T16:17:03.205Z] --- PASS: TestCheckpointList (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestCheckpointListContainerNotFound [2021-06-02T16:17:03.205Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestNewClientWithOpsFromEnv [2021-06-02T16:17:03.205Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-06-02T16:17:03.205Z] client_test.go:23: runtime.GOOS == "windows" [2021-06-02T16:17:03.205Z] === RUN TestGetAPIPath [2021-06-02T16:17:03.205Z] --- PASS: TestGetAPIPath (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestParseHostURL [2021-06-02T16:17:03.205Z] --- PASS: TestParseHostURL (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-06-02T16:17:03.205Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestNegotiateAPIVersionEmpty [2021-06-02T16:17:03.205Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestNegotiateAPIVersion [2021-06-02T16:17:03.205Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestNegotiateAPVersionOverride [2021-06-02T16:17:03.205Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestNegotiateAPIVersionAutomatic [2021-06-02T16:17:03.205Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-06-02T16:17:03.205Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-06-02T16:17:03.205Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestClientRedirect [2021-06-02T16:17:03.205Z] --- PASS: TestClientRedirect (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestConfigCreateUnsupported [2021-06-02T16:17:03.205Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestConfigCreateError [2021-06-02T16:17:03.205Z] --- PASS: TestConfigCreateError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestConfigCreate [2021-06-02T16:17:03.205Z] --- PASS: TestConfigCreate (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestConfigInspectNotFound [2021-06-02T16:17:03.205Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestConfigInspectWithEmptyID [2021-06-02T16:17:03.205Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestConfigInspectUnsupported [2021-06-02T16:17:03.205Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestConfigInspectError [2021-06-02T16:17:03.205Z] --- PASS: TestConfigInspectError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestConfigInspectConfigNotFound [2021-06-02T16:17:03.205Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestConfigInspect [2021-06-02T16:17:03.205Z] --- PASS: TestConfigInspect (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestConfigListUnsupported [2021-06-02T16:17:03.205Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestConfigListError [2021-06-02T16:17:03.205Z] --- PASS: TestConfigListError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestConfigList [2021-06-02T16:17:03.205Z] --- PASS: TestConfigList (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestConfigRemoveUnsupported [2021-06-02T16:17:03.205Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestConfigRemoveError [2021-06-02T16:17:03.205Z] --- PASS: TestConfigRemoveError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestConfigRemove [2021-06-02T16:17:03.205Z] --- PASS: TestConfigRemove (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestConfigUpdateUnsupported [2021-06-02T16:17:03.205Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestConfigUpdateError [2021-06-02T16:17:03.205Z] --- PASS: TestConfigUpdateError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestConfigUpdate [2021-06-02T16:17:03.205Z] --- PASS: TestConfigUpdate (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerCommitError [2021-06-02T16:17:03.205Z] --- PASS: TestContainerCommitError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerCommit [2021-06-02T16:17:03.205Z] --- PASS: TestContainerCommit (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerStatPathError [2021-06-02T16:17:03.205Z] --- PASS: TestContainerStatPathError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerStatPathNotFoundError [2021-06-02T16:17:03.205Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerStatPathNoHeaderError [2021-06-02T16:17:03.205Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerStatPath [2021-06-02T16:17:03.205Z] --- PASS: TestContainerStatPath (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestCopyToContainerError [2021-06-02T16:17:03.205Z] --- PASS: TestCopyToContainerError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestCopyToContainerNotFoundError [2021-06-02T16:17:03.205Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestCopyToContainerNotStatusOKError [2021-06-02T16:17:03.205Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestCopyToContainer [2021-06-02T16:17:03.205Z] --- PASS: TestCopyToContainer (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestCopyFromContainerError [2021-06-02T16:17:03.205Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestCopyFromContainerNotFoundError [2021-06-02T16:17:03.205Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestCopyFromContainerNotStatusOKError [2021-06-02T16:17:03.205Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestCopyFromContainerNoHeaderError [2021-06-02T16:17:03.205Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestCopyFromContainer [2021-06-02T16:17:03.205Z] --- PASS: TestCopyFromContainer (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerCreateError [2021-06-02T16:17:03.205Z] --- PASS: TestContainerCreateError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerCreateImageNotFound [2021-06-02T16:17:03.205Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerCreateWithName [2021-06-02T16:17:03.205Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerCreateAutoRemove [2021-06-02T16:17:03.205Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerDiffError [2021-06-02T16:17:03.205Z] --- PASS: TestContainerDiffError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerDiff [2021-06-02T16:17:03.205Z] --- PASS: TestContainerDiff (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerExecCreateError [2021-06-02T16:17:03.205Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerExecCreate [2021-06-02T16:17:03.205Z] --- PASS: TestContainerExecCreate (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerExecStartError [2021-06-02T16:17:03.205Z] --- PASS: TestContainerExecStartError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerExecStart [2021-06-02T16:17:03.205Z] --- PASS: TestContainerExecStart (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerExecInspectError [2021-06-02T16:17:03.205Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerExecInspect [2021-06-02T16:17:03.205Z] --- PASS: TestContainerExecInspect (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerExportError [2021-06-02T16:17:03.205Z] --- PASS: TestContainerExportError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerExport [2021-06-02T16:17:03.205Z] --- PASS: TestContainerExport (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerInspectError [2021-06-02T16:17:03.205Z] --- PASS: TestContainerInspectError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerInspectContainerNotFound [2021-06-02T16:17:03.205Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerInspectWithEmptyID [2021-06-02T16:17:03.205Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerInspect [2021-06-02T16:17:03.205Z] --- PASS: TestContainerInspect (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerInspectNode [2021-06-02T16:17:03.205Z] --- PASS: TestContainerInspectNode (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerKillError [2021-06-02T16:17:03.205Z] --- PASS: TestContainerKillError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerKill [2021-06-02T16:17:03.205Z] --- PASS: TestContainerKill (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerListError [2021-06-02T16:17:03.205Z] --- PASS: TestContainerListError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerList [2021-06-02T16:17:03.205Z] --- PASS: TestContainerList (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerLogsNotFoundError [2021-06-02T16:17:03.205Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerLogsError [2021-06-02T16:17:03.205Z] --- PASS: TestContainerLogsError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerLogs [2021-06-02T16:17:03.205Z] --- PASS: TestContainerLogs (0.13s) [2021-06-02T16:17:03.205Z] === RUN TestContainerPauseError [2021-06-02T16:17:03.205Z] --- PASS: TestContainerPauseError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerPause [2021-06-02T16:17:03.205Z] --- PASS: TestContainerPause (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainersPruneError [2021-06-02T16:17:03.205Z] --- PASS: TestContainersPruneError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainersPrune [2021-06-02T16:17:03.205Z] --- PASS: TestContainersPrune (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerRemoveError [2021-06-02T16:17:03.205Z] --- PASS: TestContainerRemoveError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerRemoveNotFoundError [2021-06-02T16:17:03.205Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerRemove [2021-06-02T16:17:03.205Z] --- PASS: TestContainerRemove (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerRenameError [2021-06-02T16:17:03.205Z] --- PASS: TestContainerRenameError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerRename [2021-06-02T16:17:03.205Z] --- PASS: TestContainerRename (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerResizeError [2021-06-02T16:17:03.205Z] --- PASS: TestContainerResizeError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerExecResizeError [2021-06-02T16:17:03.205Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerResize [2021-06-02T16:17:03.205Z] --- PASS: TestContainerResize (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerExecResize [2021-06-02T16:17:03.205Z] --- PASS: TestContainerExecResize (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerRestartError [2021-06-02T16:17:03.205Z] --- PASS: TestContainerRestartError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerRestart [2021-06-02T16:17:03.205Z] --- PASS: TestContainerRestart (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerStartError [2021-06-02T16:17:03.205Z] --- PASS: TestContainerStartError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerStart [2021-06-02T16:17:03.205Z] --- PASS: TestContainerStart (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerStatsError [2021-06-02T16:17:03.205Z] --- PASS: TestContainerStatsError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerStats [2021-06-02T16:17:03.205Z] --- PASS: TestContainerStats (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerStopError [2021-06-02T16:17:03.205Z] --- PASS: TestContainerStopError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerStop [2021-06-02T16:17:03.205Z] --- PASS: TestContainerStop (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerTopError [2021-06-02T16:17:03.205Z] --- PASS: TestContainerTopError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerTop [2021-06-02T16:17:03.205Z] --- PASS: TestContainerTop (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerUnpauseError [2021-06-02T16:17:03.205Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerUnpause [2021-06-02T16:17:03.205Z] --- PASS: TestContainerUnpause (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerUpdateError [2021-06-02T16:17:03.205Z] --- PASS: TestContainerUpdateError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerUpdate [2021-06-02T16:17:03.205Z] --- PASS: TestContainerUpdate (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerWaitError [2021-06-02T16:17:03.205Z] --- PASS: TestContainerWaitError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestContainerWait [2021-06-02T16:17:03.205Z] --- PASS: TestContainerWait (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestDiskUsageError [2021-06-02T16:17:03.205Z] --- PASS: TestDiskUsageError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestDiskUsage [2021-06-02T16:17:03.205Z] --- PASS: TestDiskUsage (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestDistributionInspectUnsupported [2021-06-02T16:17:03.205Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestDistributionInspectWithEmptyID [2021-06-02T16:17:03.205Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestEventsErrorInOptions [2021-06-02T16:17:03.205Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestEventsErrorFromServer [2021-06-02T16:17:03.205Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestEvents [2021-06-02T16:17:03.205Z] --- PASS: TestEvents (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestTLSCloseWriter [2021-06-02T16:17:03.205Z] === PAUSE TestTLSCloseWriter [2021-06-02T16:17:03.205Z] === RUN TestImageBuildError [2021-06-02T16:17:03.205Z] --- PASS: TestImageBuildError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImageBuild [2021-06-02T16:17:03.205Z] --- PASS: TestImageBuild (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestGetDockerOS [2021-06-02T16:17:03.205Z] --- PASS: TestGetDockerOS (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImageCreateError [2021-06-02T16:17:03.205Z] --- PASS: TestImageCreateError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImageCreate [2021-06-02T16:17:03.205Z] --- PASS: TestImageCreate (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImageHistoryError [2021-06-02T16:17:03.205Z] --- PASS: TestImageHistoryError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImageHistory [2021-06-02T16:17:03.205Z] --- PASS: TestImageHistory (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImageImportError [2021-06-02T16:17:03.205Z] --- PASS: TestImageImportError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImageImport [2021-06-02T16:17:03.205Z] --- PASS: TestImageImport (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImageInspectError [2021-06-02T16:17:03.205Z] --- PASS: TestImageInspectError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImageInspectImageNotFound [2021-06-02T16:17:03.205Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImageInspectWithEmptyID [2021-06-02T16:17:03.205Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImageInspect [2021-06-02T16:17:03.205Z] --- PASS: TestImageInspect (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImageListError [2021-06-02T16:17:03.205Z] --- PASS: TestImageListError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImageList [2021-06-02T16:17:03.205Z] --- PASS: TestImageList (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImageListApiBefore125 [2021-06-02T16:17:03.205Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImageLoadError [2021-06-02T16:17:03.205Z] --- PASS: TestImageLoadError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImageLoad [2021-06-02T16:17:03.205Z] --- PASS: TestImageLoad (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImagesPruneError [2021-06-02T16:17:03.205Z] --- PASS: TestImagesPruneError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImagesPrune [2021-06-02T16:17:03.205Z] --- PASS: TestImagesPrune (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImagePullReferenceParseError [2021-06-02T16:17:03.205Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImagePullAnyError [2021-06-02T16:17:03.205Z] --- PASS: TestImagePullAnyError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImagePullStatusUnauthorizedError [2021-06-02T16:17:03.205Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-06-02T16:17:03.205Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-06-02T16:17:03.205Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-06-02T16:17:03.205Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImagePullWithoutErrors [2021-06-02T16:17:03.205Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImagePushReferenceError [2021-06-02T16:17:03.205Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImagePushAnyError [2021-06-02T16:17:03.205Z] --- PASS: TestImagePushAnyError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImagePushStatusUnauthorizedError [2021-06-02T16:17:03.205Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-06-02T16:17:03.205Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-06-02T16:17:03.205Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-06-02T16:17:03.205Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImagePushWithoutErrors [2021-06-02T16:17:03.205Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-06-02T16:17:03.205Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-06-02T16:17:03.205Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-06-02T16:17:03.205Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-06-02T16:17:03.205Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-06-02T16:17:03.205Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-06-02T16:17:03.205Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-06-02T16:17:03.205Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-06-02T16:17:03.205Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImageRemoveError [2021-06-02T16:17:03.205Z] --- PASS: TestImageRemoveError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImageRemoveImageNotFound [2021-06-02T16:17:03.205Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImageRemove [2021-06-02T16:17:03.205Z] --- PASS: TestImageRemove (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImageSaveError [2021-06-02T16:17:03.205Z] --- PASS: TestImageSaveError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImageSave [2021-06-02T16:17:03.205Z] --- PASS: TestImageSave (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImageSearchAnyError [2021-06-02T16:17:03.205Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImageSearchStatusUnauthorizedError [2021-06-02T16:17:03.205Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-06-02T16:17:03.205Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-06-02T16:17:03.205Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-06-02T16:17:03.205Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImageSearchWithoutErrors [2021-06-02T16:17:03.205Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImageTagError [2021-06-02T16:17:03.205Z] --- PASS: TestImageTagError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImageTagInvalidReference [2021-06-02T16:17:03.205Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImageTagInvalidSourceImageName [2021-06-02T16:17:03.205Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImageTagHexSource [2021-06-02T16:17:03.205Z] --- PASS: TestImageTagHexSource (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestImageTag [2021-06-02T16:17:03.205Z] --- PASS: TestImageTag (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestInfoServerError [2021-06-02T16:17:03.205Z] --- PASS: TestInfoServerError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestInfoInvalidResponseJSONError [2021-06-02T16:17:03.205Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestInfo [2021-06-02T16:17:03.205Z] --- PASS: TestInfo (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestNetworkConnectError [2021-06-02T16:17:03.205Z] --- PASS: TestNetworkConnectError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-06-02T16:17:03.205Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestNetworkConnect [2021-06-02T16:17:03.205Z] --- PASS: TestNetworkConnect (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestNetworkCreateError [2021-06-02T16:17:03.205Z] --- PASS: TestNetworkCreateError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestNetworkCreate [2021-06-02T16:17:03.205Z] --- PASS: TestNetworkCreate (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestNetworkDisconnectError [2021-06-02T16:17:03.205Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestNetworkDisconnect [2021-06-02T16:17:03.205Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestNetworkInspectError [2021-06-02T16:17:03.205Z] --- PASS: TestNetworkInspectError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestNetworkInspectNotFoundError [2021-06-02T16:17:03.205Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestNetworkInspectWithEmptyID [2021-06-02T16:17:03.205Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestNetworkInspect [2021-06-02T16:17:03.205Z] --- PASS: TestNetworkInspect (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestNetworkListError [2021-06-02T16:17:03.205Z] --- PASS: TestNetworkListError (0.00s) [2021-06-02T16:17:03.205Z] === RUN TestNetworkList [2021-06-02T16:17:03.206Z] --- PASS: TestNetworkList (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestNetworksPruneError [2021-06-02T16:17:03.206Z] --- PASS: TestNetworksPruneError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestNetworksPrune [2021-06-02T16:17:03.206Z] --- PASS: TestNetworksPrune (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestNetworkRemoveError [2021-06-02T16:17:03.206Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestNetworkRemove [2021-06-02T16:17:03.206Z] --- PASS: TestNetworkRemove (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestNodeInspectError [2021-06-02T16:17:03.206Z] --- PASS: TestNodeInspectError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestNodeInspectNodeNotFound [2021-06-02T16:17:03.206Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestNodeInspectWithEmptyID [2021-06-02T16:17:03.206Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestNodeInspect [2021-06-02T16:17:03.206Z] --- PASS: TestNodeInspect (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestNodeListError [2021-06-02T16:17:03.206Z] --- PASS: TestNodeListError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestNodeList [2021-06-02T16:17:03.206Z] --- PASS: TestNodeList (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestNodeRemoveError [2021-06-02T16:17:03.206Z] --- PASS: TestNodeRemoveError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestNodeRemove [2021-06-02T16:17:03.206Z] --- PASS: TestNodeRemove (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestNodeUpdateError [2021-06-02T16:17:03.206Z] --- PASS: TestNodeUpdateError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestNodeUpdate [2021-06-02T16:17:03.206Z] --- PASS: TestNodeUpdate (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestOptionWithTimeout [2021-06-02T16:17:03.206Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestPingFail [2021-06-02T16:17:03.206Z] --- PASS: TestPingFail (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestPingWithError [2021-06-02T16:17:03.206Z] 2021/06/02 16:17:02 RoundTripper returned a response & error; ignoring response [2021-06-02T16:17:03.206Z] 2021/06/02 16:17:02 RoundTripper returned a response & error; ignoring response [2021-06-02T16:17:03.206Z] --- PASS: TestPingWithError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestPingSuccess [2021-06-02T16:17:03.206Z] --- PASS: TestPingSuccess (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestPingHeadFallback [2021-06-02T16:17:03.206Z] === RUN TestPingHeadFallback/OK [2021-06-02T16:17:03.206Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-06-02T16:17:03.206Z] === RUN TestPingHeadFallback/Not_Found [2021-06-02T16:17:03.206Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-06-02T16:17:03.206Z] --- PASS: TestPingHeadFallback (0.00s) [2021-06-02T16:17:03.206Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-06-02T16:17:03.206Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-06-02T16:17:03.206Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-06-02T16:17:03.206Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestPluginDisableError [2021-06-02T16:17:03.206Z] --- PASS: TestPluginDisableError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestPluginDisable [2021-06-02T16:17:03.206Z] --- PASS: TestPluginDisable (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestPluginEnableError [2021-06-02T16:17:03.206Z] --- PASS: TestPluginEnableError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestPluginEnable [2021-06-02T16:17:03.206Z] --- PASS: TestPluginEnable (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestPluginInspectError [2021-06-02T16:17:03.206Z] --- PASS: TestPluginInspectError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestPluginInspectWithEmptyID [2021-06-02T16:17:03.206Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestPluginInspect [2021-06-02T16:17:03.206Z] --- PASS: TestPluginInspect (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestPluginListError [2021-06-02T16:17:03.206Z] --- PASS: TestPluginListError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestPluginList [2021-06-02T16:17:03.206Z] --- PASS: TestPluginList (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestPluginPushError [2021-06-02T16:17:03.206Z] --- PASS: TestPluginPushError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestPluginPush [2021-06-02T16:17:03.206Z] --- PASS: TestPluginPush (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestPluginRemoveError [2021-06-02T16:17:03.206Z] --- PASS: TestPluginRemoveError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestPluginRemove [2021-06-02T16:17:03.206Z] --- PASS: TestPluginRemove (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestPluginSetError [2021-06-02T16:17:03.206Z] --- PASS: TestPluginSetError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestPluginSet [2021-06-02T16:17:03.206Z] --- PASS: TestPluginSet (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestSetHostHeader [2021-06-02T16:17:03.206Z] --- PASS: TestSetHostHeader (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestPlainTextError [2021-06-02T16:17:03.206Z] --- PASS: TestPlainTextError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestInfiniteError [2021-06-02T16:17:03.206Z] --- PASS: TestInfiniteError (0.01s) [2021-06-02T16:17:03.206Z] === RUN TestSecretCreateUnsupported [2021-06-02T16:17:03.206Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestSecretCreateError [2021-06-02T16:17:03.206Z] --- PASS: TestSecretCreateError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestSecretCreate [2021-06-02T16:17:03.206Z] --- PASS: TestSecretCreate (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestSecretInspectUnsupported [2021-06-02T16:17:03.206Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestSecretInspectError [2021-06-02T16:17:03.206Z] --- PASS: TestSecretInspectError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestSecretInspectSecretNotFound [2021-06-02T16:17:03.206Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestSecretInspectWithEmptyID [2021-06-02T16:17:03.206Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestSecretInspect [2021-06-02T16:17:03.206Z] --- PASS: TestSecretInspect (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestSecretListUnsupported [2021-06-02T16:17:03.206Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestSecretListError [2021-06-02T16:17:03.206Z] --- PASS: TestSecretListError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestSecretList [2021-06-02T16:17:03.206Z] --- PASS: TestSecretList (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestSecretRemoveUnsupported [2021-06-02T16:17:03.206Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestSecretRemoveError [2021-06-02T16:17:03.206Z] --- PASS: TestSecretRemoveError (0.01s) [2021-06-02T16:17:03.206Z] === RUN TestSecretRemove [2021-06-02T16:17:03.206Z] --- PASS: TestSecretRemove (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestSecretUpdateUnsupported [2021-06-02T16:17:03.206Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestSecretUpdateError [2021-06-02T16:17:03.206Z] --- PASS: TestSecretUpdateError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestSecretUpdate [2021-06-02T16:17:03.206Z] --- PASS: TestSecretUpdate (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestServiceCreateError [2021-06-02T16:17:03.206Z] --- PASS: TestServiceCreateError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestServiceCreate [2021-06-02T16:17:03.206Z] --- PASS: TestServiceCreate (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestServiceCreateCompatiblePlatforms [2021-06-02T16:17:03.206Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestServiceCreateDigestPinning [2021-06-02T16:17:03.206Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestServiceInspectError [2021-06-02T16:17:03.206Z] --- PASS: TestServiceInspectError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestServiceInspectServiceNotFound [2021-06-02T16:17:03.206Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestServiceInspectWithEmptyID [2021-06-02T16:17:03.206Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestServiceInspect [2021-06-02T16:17:03.206Z] --- PASS: TestServiceInspect (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestServiceListError [2021-06-02T16:17:03.206Z] --- PASS: TestServiceListError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestServiceList [2021-06-02T16:17:03.206Z] --- PASS: TestServiceList (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestServiceLogsError [2021-06-02T16:17:03.206Z] --- PASS: TestServiceLogsError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestServiceLogs [2021-06-02T16:17:03.206Z] --- PASS: TestServiceLogs (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestServiceRemoveError [2021-06-02T16:17:03.206Z] --- PASS: TestServiceRemoveError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestServiceRemoveNotFoundError [2021-06-02T16:17:03.206Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestServiceRemove [2021-06-02T16:17:03.206Z] --- PASS: TestServiceRemove (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestServiceUpdateError [2021-06-02T16:17:03.206Z] --- PASS: TestServiceUpdateError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestServiceUpdate [2021-06-02T16:17:03.206Z] --- PASS: TestServiceUpdate (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestSwarmGetUnlockKeyError [2021-06-02T16:17:03.206Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestSwarmGetUnlockKey [2021-06-02T16:17:03.206Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestSwarmInitError [2021-06-02T16:17:03.206Z] --- PASS: TestSwarmInitError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestSwarmInit [2021-06-02T16:17:03.206Z] --- PASS: TestSwarmInit (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestSwarmInspectError [2021-06-02T16:17:03.206Z] --- PASS: TestSwarmInspectError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestSwarmInspect [2021-06-02T16:17:03.206Z] --- PASS: TestSwarmInspect (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestSwarmJoinError [2021-06-02T16:17:03.206Z] --- PASS: TestSwarmJoinError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestSwarmJoin [2021-06-02T16:17:03.206Z] --- PASS: TestSwarmJoin (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestSwarmLeaveError [2021-06-02T16:17:03.206Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestSwarmLeave [2021-06-02T16:17:03.206Z] --- PASS: TestSwarmLeave (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestSwarmUnlockError [2021-06-02T16:17:03.206Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestSwarmUnlock [2021-06-02T16:17:03.206Z] --- PASS: TestSwarmUnlock (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestSwarmUpdateError [2021-06-02T16:17:03.206Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestSwarmUpdate [2021-06-02T16:17:03.206Z] --- PASS: TestSwarmUpdate (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestTaskInspectError [2021-06-02T16:17:03.206Z] --- PASS: TestTaskInspectError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestTaskInspectWithEmptyID [2021-06-02T16:17:03.206Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestTaskInspect [2021-06-02T16:17:03.206Z] --- PASS: TestTaskInspect (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestTaskListError [2021-06-02T16:17:03.206Z] --- PASS: TestTaskListError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestTaskList [2021-06-02T16:17:03.206Z] --- PASS: TestTaskList (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestVolumeCreateError [2021-06-02T16:17:03.206Z] --- PASS: TestVolumeCreateError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestVolumeCreate [2021-06-02T16:17:03.206Z] --- PASS: TestVolumeCreate (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestVolumeInspectError [2021-06-02T16:17:03.206Z] --- PASS: TestVolumeInspectError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestVolumeInspectNotFound [2021-06-02T16:17:03.206Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestVolumeInspectWithEmptyID [2021-06-02T16:17:03.206Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestVolumeInspect [2021-06-02T16:17:03.206Z] --- PASS: TestVolumeInspect (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestVolumeListError [2021-06-02T16:17:03.206Z] --- PASS: TestVolumeListError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestVolumeList [2021-06-02T16:17:03.206Z] --- PASS: TestVolumeList (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestVolumeRemoveError [2021-06-02T16:17:03.206Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-06-02T16:17:03.206Z] === RUN TestVolumeRemove [2021-06-02T16:17:03.206Z] --- PASS: TestVolumeRemove (0.00s) [2021-06-02T16:17:03.206Z] === CONT TestTLSCloseWriter [2021-06-02T16:17:03.206Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-06-02T16:17:03.206Z] PASS [2021-06-02T16:17:03.206Z] coverage: 74.9% of statements [2021-06-02T16:17:03.206Z] ok github.com/docker/docker/client 0.387s coverage: 74.9% of statements [2021-06-02T16:17:03.753Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.75s) [2021-06-02T16:17:03.753Z] === RUN TestAuthZPluginHeader [2021-06-02T16:17:04.108Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2021-06-02T16:17:04.323Z] --- PASS: TestAuthZPluginHeader (0.72s) [2021-06-02T16:17:04.323Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-06-02T16:17:04.363Z] --- PASS: TestHealthCheckWorkdir (2.01s) [2021-06-02T16:17:04.363Z] === RUN TestHealthKillContainer [2021-06-02T16:17:05.288Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-06-02T16:17:05.673Z] --- PASS: TestRunContainerWithBridgeNone (3.65s) [2021-06-02T16:17:05.673Z] === RUN TestNetworkInvalidJSON [2021-06-02T16:17:05.673Z] === RUN TestNetworkInvalidJSON//networks/create [2021-06-02T16:17:05.673Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-06-02T16:17:05.673Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-06-02T16:17:05.673Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-06-02T16:17:05.673Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-02T16:17:05.673Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-02T16:17:05.673Z] === CONT TestNetworkInvalidJSON//networks/create [2021-06-02T16:17:05.673Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-06-02T16:17:05.673Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-02T16:17:05.673Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-06-02T16:17:05.673Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-06-02T16:17:05.673Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-06-02T16:17:05.673Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-06-02T16:17:05.673Z] === RUN TestNetworkList [2021-06-02T16:17:05.673Z] === RUN TestNetworkList//networks [2021-06-02T16:17:05.673Z] === PAUSE TestNetworkList//networks [2021-06-02T16:17:05.673Z] === RUN TestNetworkList//networks/ [2021-06-02T16:17:05.673Z] === PAUSE TestNetworkList//networks/ [2021-06-02T16:17:05.673Z] === CONT TestNetworkList//networks [2021-06-02T16:17:05.673Z] === CONT TestNetworkList//networks/ [2021-06-02T16:17:05.673Z] --- PASS: TestNetworkList (0.03s) [2021-06-02T16:17:05.673Z] --- PASS: TestNetworkList//networks (0.00s) [2021-06-02T16:17:05.673Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-06-02T16:17:05.673Z] === RUN TestHostIPv4BridgeLabel [2021-06-02T16:17:06.244Z] --- PASS: TestHostIPv4BridgeLabel (0.91s) [2021-06-02T16:17:06.244Z] === RUN TestDaemonRestartWithLiveRestore [2021-06-02T16:17:07.627Z] --- PASS: TestDaemonRestartWithLiveRestore (1.47s) [2021-06-02T16:17:07.627Z] === RUN TestDaemonDefaultNetworkPools [2021-06-02T16:17:07.802Z] --- PASS: TestHealthKillContainer (3.46s) [2021-06-02T16:17:07.802Z] === RUN TestInspectCpusetInConfigPre120 [2021-06-02T16:17:08.057Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-06-02T16:17:08.515Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.94s) [2021-06-02T16:17:08.516Z] === RUN TestAuthZPluginV2Disable [2021-06-02T16:17:08.618Z] === RUN TestDockerSuite/TestBuildAddTar [2021-06-02T16:17:08.873Z] --- PASS: TestInspectCpusetInConfigPre120 (0.98s) [2021-06-02T16:17:08.873Z] === RUN TestIpcModeNone [2021-06-02T16:17:09.010Z] --- PASS: TestDaemonDefaultNetworkPools (1.17s) [2021-06-02T16:17:09.010Z] === RUN TestDaemonRestartWithExistingNetwork [2021-06-02T16:17:10.280Z] --- PASS: TestIpcModeNone (1.45s) [2021-06-02T16:17:10.280Z] === RUN TestIpcModePrivate [2021-06-02T16:17:10.840Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2021-06-02T16:17:10.922Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.88s) [2021-06-02T16:17:10.922Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-06-02T16:17:11.805Z] --- PASS: TestAuthZPluginV2Disable (2.98s) [2021-06-02T16:17:11.805Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-06-02T16:17:12.205Z] --- PASS: TestIpcModePrivate (1.81s) [2021-06-02T16:17:12.206Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:94, shared: false, mustBeShared: false [2021-06-02T16:17:12.206Z] === RUN TestIpcModeShareable [2021-06-02T16:17:13.465Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.34s) [2021-06-02T16:17:13.465Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-06-02T16:17:13.726Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.74s) [2021-06-02T16:17:13.726Z] === RUN TestServiceWithPredefinedNetwork [2021-06-02T16:17:14.092Z] --- PASS: TestIpcModeShareable (1.82s) [2021-06-02T16:17:14.093Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:89, shared: true, mustBeShared: true [2021-06-02T16:17:14.093Z] === RUN TestAPIIpcModeShareableAndContainer [2021-06-02T16:17:14.340Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.88s) [2021-06-02T16:17:14.340Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-06-02T16:17:17.024Z] --- PASS: TestServiceWithPredefinedNetwork (3.07s) [2021-06-02T16:17:17.024Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-06-02T16:17:17.024Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-02T16:17:17.024Z] service_test.go:242: FLAKY_TEST [2021-06-02T16:17:17.024Z] === RUN TestServiceWithDataPathPortInit [2021-06-02T16:17:19.337Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2021-06-02T16:17:19.337Z] --- PASS: TestAPIIpcModeShareableAndContainer (5.41s) [2021-06-02T16:17:19.337Z] === RUN TestAPIIpcModeHost [2021-06-02T16:17:20.263Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-06-02T16:17:21.626Z] --- PASS: TestAPIIpcModeHost (2.32s) [2021-06-02T16:17:21.626Z] === RUN TestDaemonIpcModeShareable [2021-06-02T16:17:22.186Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2021-06-02T16:17:22.186Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-06-02T16:17:24.325Z] --- PASS: TestCheckoutGit (32.32s) [2021-06-02T16:17:24.325Z] === RUN TestValidGitTransport [2021-06-02T16:17:24.325Z] --- PASS: TestValidGitTransport (0.00s) [2021-06-02T16:17:24.325Z] === RUN TestGitInvalidRef [2021-06-02T16:17:24.325Z] --- PASS: TestGitInvalidRef (0.23s) [2021-06-02T16:17:24.325Z] PASS [2021-06-02T16:17:24.325Z] coverage: 86.3% of statements [2021-06-02T16:17:24.325Z] ok github.com/docker/docker/builder/remotecontext/git 32.689s coverage: 86.3% of statements [2021-06-02T16:17:24.325Z] ? github.com/docker/docker/cli [no test files] [2021-06-02T16:17:24.325Z] ? github.com/docker/docker/cli/config [no test files] [2021-06-02T16:17:24.326Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (8.62s) [2021-06-02T16:17:24.326Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-06-02T16:17:24.700Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-06-02T16:17:24.700Z] --- PASS: TestDaemonIpcModeShareable (3.07s) [2021-06-02T16:17:24.700Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:82, shared: true, mustBeShared: true [2021-06-02T16:17:24.700Z] === RUN TestDaemonIpcModePrivate [2021-06-02T16:17:27.236Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-06-02T16:17:27.236Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-06-02T16:17:27.236Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-06-02T16:17:27.236Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-06-02T16:17:27.236Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-06-02T16:17:27.236Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-06-02T16:17:27.236Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-06-02T16:17:27.236Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-06-02T16:17:27.236Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-06-02T16:17:27.236Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-06-02T16:17:27.236Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-06-02T16:17:27.236Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-06-02T16:17:27.236Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-06-02T16:17:27.236Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-06-02T16:17:27.236Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-06-02T16:17:27.236Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-06-02T16:17:27.236Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-06-02T16:17:27.236Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-06-02T16:17:27.236Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-06-02T16:17:27.236Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-06-02T16:17:27.236Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-06-02T16:17:27.236Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-06-02T16:17:27.237Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-06-02T16:17:27.237Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-06-02T16:17:27.237Z] === RUN TestConfigureDaemonLogs [2021-06-02T16:17:27.237Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-06-02T16:17:27.237Z] === RUN TestCommonOptionsInstallFlags [2021-06-02T16:17:27.237Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-06-02T16:17:27.237Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-06-02T16:17:27.237Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-06-02T16:17:27.237Z] PASS [2021-06-02T16:17:27.237Z] coverage: 18.4% of statements [2021-06-02T16:17:27.237Z] ok github.com/docker/docker/cmd/dockerd 0.266s coverage: 18.4% of statements [2021-06-02T16:17:27.971Z] --- PASS: TestDaemonIpcModePrivate (3.15s) [2021-06-02T16:17:27.971Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:192, shared: false, mustBeShared: false [2021-06-02T16:17:27.971Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-06-02T16:17:28.205Z] === RUN TestContainerStopSignal [2021-06-02T16:17:28.205Z] --- PASS: TestContainerStopSignal (0.00s) [2021-06-02T16:17:28.205Z] === RUN TestContainerStopTimeout [2021-06-02T16:17:28.205Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-06-02T16:17:28.205Z] === RUN TestContainerSecretReferenceDestTarget [2021-06-02T16:17:28.205Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-06-02T16:17:28.205Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-06-02T16:17:28.205Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-06-02T16:17:28.205Z] === RUN TestContainerLogPathSetForRingLogger [2021-06-02T16:17:28.205Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-06-02T16:17:28.205Z] === RUN TestReplaceAndAppendEnvVars [2021-06-02T16:17:28.205Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-06-02T16:17:28.205Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-06-02T16:17:28.205Z] === RUN TestNewMemoryStore [2021-06-02T16:17:28.205Z] --- PASS: TestNewMemoryStore (0.00s) [2021-06-02T16:17:28.205Z] === RUN TestAddContainers [2021-06-02T16:17:28.205Z] --- PASS: TestAddContainers (0.00s) [2021-06-02T16:17:28.205Z] === RUN TestGetContainer [2021-06-02T16:17:28.205Z] --- PASS: TestGetContainer (0.00s) [2021-06-02T16:17:28.205Z] === RUN TestDeleteContainer [2021-06-02T16:17:28.205Z] --- PASS: TestDeleteContainer (0.00s) [2021-06-02T16:17:28.205Z] === RUN TestListContainers [2021-06-02T16:17:28.205Z] --- PASS: TestListContainers (0.00s) [2021-06-02T16:17:28.205Z] === RUN TestFirstContainer [2021-06-02T16:17:28.205Z] --- PASS: TestFirstContainer (0.00s) [2021-06-02T16:17:28.205Z] === RUN TestApplyAllContainer [2021-06-02T16:17:28.205Z] --- PASS: TestApplyAllContainer (0.00s) [2021-06-02T16:17:28.205Z] === RUN TestIsValidHealthString [2021-06-02T16:17:28.205Z] --- PASS: TestIsValidHealthString (0.00s) [2021-06-02T16:17:28.205Z] === RUN TestStateRunStop [2021-06-02T16:17:28.205Z] --- PASS: TestStateRunStop (0.00s) [2021-06-02T16:17:28.205Z] === RUN TestStateTimeoutWait [2021-06-02T16:17:28.665Z] --- PASS: TestStateTimeoutWait (0.12s) [2021-06-02T16:17:28.665Z] state_test.go:141: Stop callback fired [2021-06-02T16:17:28.665Z] state_test.go:165: Stop callback fired [2021-06-02T16:17:28.665Z] === RUN TestIsValidStateString [2021-06-02T16:17:28.665Z] --- PASS: TestIsValidStateString (0.00s) [2021-06-02T16:17:28.665Z] === RUN TestViewSaveDelete [2021-06-02T16:17:28.665Z] --- PASS: TestViewSaveDelete (0.02s) [2021-06-02T16:17:28.665Z] === RUN TestViewAll [2021-06-02T16:17:28.665Z] --- PASS: TestViewAll (0.02s) [2021-06-02T16:17:28.665Z] === RUN TestViewGet [2021-06-02T16:17:28.665Z] --- PASS: TestViewGet (0.01s) [2021-06-02T16:17:28.665Z] === RUN TestNames [2021-06-02T16:17:28.665Z] --- PASS: TestNames (0.00s) [2021-06-02T16:17:28.665Z] === RUN TestViewWithHealthCheck [2021-06-02T16:17:28.665Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-06-02T16:17:28.665Z] PASS [2021-06-02T16:17:28.665Z] coverage: 41.5% of statements [2021-06-02T16:17:28.665Z] ok github.com/docker/docker/container 0.310s coverage: 41.5% of statements [2021-06-02T16:17:28.665Z] ? github.com/docker/docker/container/stream [no test files] [2021-06-02T16:17:28.665Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-06-02T16:17:28.665Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-06-02T16:17:28.665Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-06-02T16:17:30.926Z] === RUN TestPrepare [2021-06-02T16:17:30.926Z] --- PASS: TestPrepare (0.00s) [2021-06-02T16:17:30.926Z] === RUN TestStart [2021-06-02T16:17:30.926Z] --- PASS: TestStart (0.00s) [2021-06-02T16:17:30.926Z] === RUN TestWaitCancel [2021-06-02T16:17:30.926Z] --- PASS: TestWaitCancel (0.00s) [2021-06-02T16:17:30.926Z] === RUN TestWaitDisabled [2021-06-02T16:17:30.926Z] --- PASS: TestWaitDisabled (0.03s) [2021-06-02T16:17:30.926Z] === RUN TestWaitEnabled [2021-06-02T16:17:30.926Z] --- PASS: TestWaitEnabled (0.00s) [2021-06-02T16:17:30.926Z] === RUN TestRemove [2021-06-02T16:17:30.926Z] --- PASS: TestRemove (0.00s) [2021-06-02T16:17:30.926Z] PASS [2021-06-02T16:17:30.926Z] coverage: 65.3% of statements [2021-06-02T16:17:30.926Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.265s coverage: 65.3% of statements [2021-06-02T16:17:31.281Z] --- PASS: TestDaemonIpcModePrivateFromConfig (3.21s) [2021-06-02T16:17:31.281Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:192, shared: false, mustBeShared: false [2021-06-02T16:17:31.281Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-06-02T16:17:31.841Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-06-02T16:17:33.107Z] === RUN TestNewListSecretsFilters [2021-06-02T16:17:33.107Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-06-02T16:17:33.107Z] === RUN TestNewListConfigsFilters [2021-06-02T16:17:33.107Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-06-02T16:17:33.107Z] PASS [2021-06-02T16:17:33.107Z] coverage: 0.5% of statements [2021-06-02T16:17:33.107Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-06-02T16:17:33.107Z] ok github.com/docker/docker/daemon/cluster 0.318s coverage: 0.5% of statements [2021-06-02T16:17:33.107Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.14s) [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-06-02T16:17:33.107Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-06-02T16:17:33.107Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-06-02T16:17:33.107Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-06-02T16:17:33.107Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-06-02T16:17:33.107Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertToGRPCIsolation [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-06-02T16:17:33.107Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-06-02T16:17:33.107Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-06-02T16:17:33.107Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-06-02T16:17:33.107Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-06-02T16:17:33.107Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-06-02T16:17:33.107Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-06-02T16:17:33.107Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertFromGRPCIsolation [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-06-02T16:17:33.107Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-06-02T16:17:33.107Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-06-02T16:17:33.107Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-06-02T16:17:33.107Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-06-02T16:17:33.107Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-06-02T16:17:33.107Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-06-02T16:17:33.107Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-06-02T16:17:33.107Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-06-02T16:17:33.107Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-06-02T16:17:33.107Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-06-02T16:17:33.107Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-06-02T16:17:33.107Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-06-02T16:17:33.107Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-06-02T16:17:33.107Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-06-02T16:17:33.107Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-06-02T16:17:33.107Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-06-02T16:17:33.107Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-06-02T16:17:33.107Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-06-02T16:17:33.107Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-06-02T16:17:33.107Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-06-02T16:17:33.107Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-06-02T16:17:33.107Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertFromGRPCConfigs [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-06-02T16:17:33.107Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-06-02T16:17:33.107Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-06-02T16:17:33.107Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertToGRPCConfigs [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-06-02T16:17:33.107Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-06-02T16:17:33.108Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-06-02T16:17:33.108Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-06-02T16:17:33.108Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-06-02T16:17:33.108Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-06-02T16:17:33.108Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-06-02T16:17:33.108Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-06-02T16:17:33.108Z] PASS [2021-06-02T16:17:33.108Z] coverage: 35.9% of statements [2021-06-02T16:17:33.108Z] ok github.com/docker/docker/daemon/cluster/convert 0.374s coverage: 35.9% of statements [2021-06-02T16:17:34.354Z] --- PASS: TestDaemonIpcModeShareableFromConfig (3.07s) [2021-06-02T16:17:34.354Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:164, shared: true, mustBeShared: true [2021-06-02T16:17:34.354Z] === RUN TestIpcModeOlderClient [2021-06-02T16:17:34.354Z] === PAUSE TestIpcModeOlderClient [2021-06-02T16:17:34.354Z] === RUN TestKillContainerInvalidSignal [2021-06-02T16:17:35.135Z] --- PASS: TestServiceWithDataPathPortInit (16.83s) [2021-06-02T16:17:35.135Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-06-02T16:17:35.757Z] --- PASS: TestKillContainerInvalidSignal (1.36s) [2021-06-02T16:17:35.757Z] === RUN TestKillContainer [2021-06-02T16:17:35.757Z] === RUN TestKillContainer/no_signal [2021-06-02T16:17:37.643Z] === RUN TestKillContainer/non_killing_signal [2021-06-02T16:17:37.801Z] === RUN TestBuilderGC [2021-06-02T16:17:37.801Z] --- PASS: TestBuilderGC (0.00s) [2021-06-02T16:17:37.801Z] === RUN TestDaemonConfigurationNotFound [2021-06-02T16:17:37.801Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-06-02T16:17:37.801Z] === RUN TestDaemonBrokenConfiguration [2021-06-02T16:17:37.801Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-06-02T16:17:37.801Z] === RUN TestParseClusterAdvertiseSettings [2021-06-02T16:17:37.801Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-06-02T16:17:37.801Z] === RUN TestFindConfigurationConflicts [2021-06-02T16:17:37.801Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-06-02T16:17:37.801Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-06-02T16:17:37.801Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-06-02T16:17:37.801Z] === RUN TestDaemonConfigurationMergeConflicts [2021-06-02T16:17:37.801Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-06-02T16:17:37.801Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-06-02T16:17:37.801Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-06-02T16:17:37.801Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-06-02T16:17:37.801Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-06-02T16:17:37.801Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-06-02T16:17:37.801Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-06-02T16:17:37.801Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-06-02T16:17:37.801Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-06-02T16:17:37.801Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-06-02T16:17:37.801Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-06-02T16:17:37.801Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-06-02T16:17:37.801Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-06-02T16:17:37.801Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-06-02T16:17:37.801Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-06-02T16:17:37.801Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-06-02T16:17:37.801Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-06-02T16:17:37.801Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-06-02T16:17:37.801Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-06-02T16:17:37.801Z] === RUN TestValidateConfigurationErrors [2021-06-02T16:17:37.801Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-06-02T16:17:37.801Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-06-02T16:17:37.801Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-06-02T16:17:37.801Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-06-02T16:17:37.801Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-06-02T16:17:37.801Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-06-02T16:17:37.801Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-06-02T16:17:37.801Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-06-02T16:17:37.801Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-06-02T16:17:37.801Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-06-02T16:17:37.801Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-06-02T16:17:37.801Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-06-02T16:17:37.801Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-06-02T16:17:37.801Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-06-02T16:17:37.801Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-06-02T16:17:37.801Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-06-02T16:17:38.261Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-06-02T16:17:38.261Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-06-02T16:17:38.261Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-06-02T16:17:38.261Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-06-02T16:17:38.261Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-06-02T16:17:38.261Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-06-02T16:17:38.261Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-06-02T16:17:38.261Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-06-02T16:17:38.261Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-06-02T16:17:38.261Z] === RUN TestValidateConfiguration [2021-06-02T16:17:38.261Z] === RUN TestValidateConfiguration/with_label [2021-06-02T16:17:38.261Z] === RUN TestValidateConfiguration/with_dns [2021-06-02T16:17:38.261Z] === RUN TestValidateConfiguration/with_dns-search [2021-06-02T16:17:38.261Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-06-02T16:17:38.261Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-06-02T16:17:38.261Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-06-02T16:17:38.261Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-06-02T16:17:38.261Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-06-02T16:17:38.261Z] --- PASS: TestValidateConfiguration (0.00s) [2021-06-02T16:17:38.261Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-06-02T16:17:38.261Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-06-02T16:17:38.261Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-06-02T16:17:38.261Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-06-02T16:17:38.261Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-06-02T16:17:38.261Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-06-02T16:17:38.261Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-06-02T16:17:38.261Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-06-02T16:17:38.261Z] === RUN TestModifiedDiscoverySettings [2021-06-02T16:17:38.261Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-06-02T16:17:38.261Z] === RUN TestReloadSetConfigFileNotExist [2021-06-02T16:17:38.261Z] time="2021-06-02T16:17:37Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-06-02T16:17:38.261Z] --- PASS: TestReloadSetConfigFileNotExist (0.14s) [2021-06-02T16:17:38.261Z] === RUN TestReloadDefaultConfigNotExist [2021-06-02T16:17:38.261Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2021-06-02T16:17:38.261Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:17:38.261Z] === RUN TestReloadBadDefaultConfig [2021-06-02T16:17:38.261Z] time="2021-06-02T16:17:37Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-938074159" [2021-06-02T16:17:38.261Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-06-02T16:17:38.261Z] === RUN TestReloadWithConflictingLabels [2021-06-02T16:17:38.261Z] time="2021-06-02T16:17:37Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-866585538" [2021-06-02T16:17:38.261Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2021-06-02T16:17:38.261Z] === RUN TestReloadWithDuplicateLabels [2021-06-02T16:17:38.261Z] time="2021-06-02T16:17:37Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-259584569" [2021-06-02T16:17:38.261Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-06-02T16:17:38.261Z] === RUN TestDaemonConfigurationMerge [2021-06-02T16:17:38.261Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-06-02T16:17:38.261Z] PASS [2021-06-02T16:17:38.261Z] coverage: 79.7% of statements [2021-06-02T16:17:38.261Z] ok github.com/docker/docker/daemon/config 0.447s coverage: 79.7% of statements [2021-06-02T16:17:38.721Z] === RUN TestDiscoveryOptsErrors [2021-06-02T16:17:38.721Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-06-02T16:17:38.721Z] === RUN TestDiscoveryOpts [2021-06-02T16:17:38.721Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-06-02T16:17:38.721Z] PASS [2021-06-02T16:17:38.721Z] coverage: 30.0% of statements [2021-06-02T16:17:38.721Z] ok github.com/docker/docker/daemon/discovery 0.073s coverage: 30.0% of statements [2021-06-02T16:17:39.008Z] === RUN TestKillContainer/killing_signal [2021-06-02T16:17:39.209Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.57s) [2021-06-02T16:17:39.209Z] PASS [2021-06-02T16:17:39.209Z] [2021-06-02T16:17:39.209Z] DONE 17 tests in 46.244s [2021-06-02T16:17:39.209Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-06-02T16:17:39.469Z] INFO: Testing against a local daemon [2021-06-02T16:17:39.469Z] === RUN TestPluginInvalidJSON [2021-06-02T16:17:39.469Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-06-02T16:17:39.469Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-06-02T16:17:39.469Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-06-02T16:17:39.469Z] --- PASS: TestPluginInvalidJSON (0.01s) [2021-06-02T16:17:39.469Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-06-02T16:17:39.469Z] === RUN TestPluginInstall [2021-06-02T16:17:39.469Z] === RUN TestPluginInstall/no_auth [2021-06-02T16:17:39.692Z] === RUN TestVerifyNetworkingConfig [2021-06-02T16:17:39.693Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-06-02T16:17:39.693Z] === RUN TestGetContainer [2021-06-02T16:17:39.693Z] --- PASS: TestGetContainer (0.00s) [2021-06-02T16:17:39.693Z] === RUN TestValidContainerNames [2021-06-02T16:17:39.693Z] --- PASS: TestValidContainerNames (0.00s) [2021-06-02T16:17:39.693Z] === RUN TestContainerInitDNS [2021-06-02T16:17:39.693Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-06-02T16:17:39.693Z] daemon_test.go:147: root required [2021-06-02T16:17:39.693Z] === RUN TestMerge [2021-06-02T16:17:39.693Z] --- PASS: TestMerge (0.00s) [2021-06-02T16:17:39.693Z] === RUN TestValidateContainerIsolation [2021-06-02T16:17:39.693Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-06-02T16:17:39.693Z] === RUN TestFindNetworkErrorType [2021-06-02T16:17:39.693Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-06-02T16:17:39.693Z] === RUN TestEnsureServicesExist [2021-06-02T16:17:39.693Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-06-02T16:17:39.693Z] === RUN TestEnsureServicesExistErrors [2021-06-02T16:17:39.693Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-06-02T16:17:39.693Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-06-02T16:17:39.693Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-06-02T16:17:39.693Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-06-02T16:17:39.693Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-06-02T16:17:39.693Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-06-02T16:17:39.693Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-06-02T16:17:39.693Z] === RUN TestContainerDelete [2021-06-02T16:17:39.693Z] --- PASS: TestContainerDelete (0.00s) [2021-06-02T16:17:39.693Z] === RUN TestContainerDoubleDelete [2021-06-02T16:17:39.693Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-06-02T16:17:39.693Z] === RUN TestLogContainerEventCopyLabels [2021-06-02T16:17:39.693Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-06-02T16:17:39.693Z] === RUN TestLogContainerEventWithAttributes [2021-06-02T16:17:39.693Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-06-02T16:17:39.693Z] === RUN TestNoneHealthcheck [2021-06-02T16:17:39.693Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-06-02T16:17:39.693Z] === RUN TestHealthStates [2021-06-02T16:17:39.693Z] time="2021-06-02T16:17:39Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-06-02T16:17:39.693Z] time="2021-06-02T16:17:39Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-06-02T16:17:39.693Z] time="2021-06-02T16:17:39Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-06-02T16:17:39.693Z] time="2021-06-02T16:17:39Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-06-02T16:17:39.693Z] time="2021-06-02T16:17:39Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-06-02T16:17:39.693Z] time="2021-06-02T16:17:39Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-06-02T16:17:39.693Z] time="2021-06-02T16:17:39Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-06-02T16:17:39.693Z] time="2021-06-02T16:17:39Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-06-02T16:17:39.693Z] time="2021-06-02T16:17:39Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-06-02T16:17:39.693Z] time="2021-06-02T16:17:39Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-06-02T16:17:39.693Z] --- PASS: TestHealthStates (0.13s) [2021-06-02T16:17:39.693Z] === RUN TestMaskURLCredentials [2021-06-02T16:17:39.693Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-06-02T16:17:39.693Z] === RUN TestGetInspectData [2021-06-02T16:17:39.693Z] --- PASS: TestGetInspectData (0.00s) [2021-06-02T16:17:39.693Z] === RUN TestFillLicense [2021-06-02T16:17:39.693Z] --- PASS: TestFillLicense (0.00s) [2021-06-02T16:17:39.693Z] === RUN TestListInvalidFilter [2021-06-02T16:17:39.693Z] --- PASS: TestListInvalidFilter (0.00s) [2021-06-02T16:17:39.693Z] === RUN TestNameFilter [2021-06-02T16:17:39.693Z] --- PASS: TestNameFilter (0.00s) [2021-06-02T16:17:39.693Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-06-02T16:17:39.693Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-06-02T16:17:39.693Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-06-02T16:17:39.693Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-06-02T16:17:39.693Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-06-02T16:17:39.693Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-06-02T16:17:39.693Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-06-02T16:17:39.693Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-06-02T16:17:39.693Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-06-02T16:17:39.693Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-06-02T16:17:39.693Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-06-02T16:17:39.693Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-06-02T16:17:39.693Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-06-02T16:17:40.152Z] === 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-06-02T16:17:40.152Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-06-02T16:17:40.152Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-06-02T16:17:40.152Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-06-02T16:17:40.152Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-06-02T16:17:40.152Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-06-02T16:17:40.152Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-06-02T16:17:40.152Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-06-02T16:17:40.152Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-06-02T16:17:40.152Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.04s) [2021-06-02T16:17:40.152Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-06-02T16:17:40.152Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-06-02T16:17:40.152Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-06-02T16:17:40.152Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-06-02T16:17:40.152Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-06-02T16:17:40.152Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-06-02T16:17:40.152Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-06-02T16:17:40.152Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-06-02T16:17:40.152Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-06-02T16:17:40.153Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-06-02T16:17:40.153Z] --- 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-06-02T16:17:40.153Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-06-02T16:17:40.153Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-06-02T16:17:40.153Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-06-02T16:17:40.153Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-06-02T16:17:40.153Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-06-02T16:17:40.153Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-06-02T16:17:40.153Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-06-02T16:17:40.153Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-06-02T16:17:40.153Z] === RUN TestDaemonReloadLabels [2021-06-02T16:17:40.153Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-06-02T16:17:40.153Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-06-02T16:17:40.153Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-06-02T16:17:40.153Z] === RUN TestDaemonReloadMirrors [2021-06-02T16:17:40.153Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-06-02T16:17:40.153Z] === RUN TestDaemonReloadInsecureRegistries [2021-06-02T16:17:40.153Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-06-02T16:17:40.153Z] === RUN TestDaemonReloadNotAffectOthers [2021-06-02T16:17:40.153Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-06-02T16:17:40.153Z] === RUN TestDaemonDiscoveryReload [2021-06-02T16:17:40.153Z] === RUN TestEventsLog [2021-06-02T16:17:40.153Z] --- PASS: TestEventsLog (0.00s) [2021-06-02T16:17:40.153Z] === RUN TestEventsLogTimeout [2021-06-02T16:17:40.153Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-06-02T16:17:40.153Z] === RUN TestLogEvents [2021-06-02T16:17:40.153Z] --- PASS: TestLogEvents (0.07s) [2021-06-02T16:17:40.153Z] === RUN TestLoadBufferedEvents [2021-06-02T16:17:40.153Z] --- PASS: TestLoadBufferedEvents (0.14s) [2021-06-02T16:17:40.153Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-06-02T16:17:40.153Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-06-02T16:17:40.153Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-06-02T16:17:40.153Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-06-02T16:17:40.153Z] PASS [2021-06-02T16:17:40.153Z] coverage: 50.0% of statements [2021-06-02T16:17:40.153Z] ok github.com/docker/docker/daemon/events 0.265s coverage: 50.0% of statements [2021-06-02T16:17:40.895Z] --- PASS: TestKillContainer (5.04s) [2021-06-02T16:17:40.895Z] --- PASS: TestKillContainer/no_signal (1.98s) [2021-06-02T16:17:40.895Z] --- PASS: TestKillContainer/non_killing_signal (1.34s) [2021-06-02T16:17:40.895Z] --- PASS: TestKillContainer/killing_signal (1.50s) [2021-06-02T16:17:40.895Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-06-02T16:17:40.895Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-06-02T16:17:41.124Z] --- PASS: TestDaemonDiscoveryReload (1.01s) [2021-06-02T16:17:41.124Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-06-02T16:17:41.124Z] === RUN TestWaitNodeAttachment [2021-06-02T16:17:41.124Z] === RUN TestIsEmptyDir [2021-06-02T16:17:41.124Z] --- PASS: TestIsEmptyDir (0.01s) [2021-06-02T16:17:41.124Z] PASS [2021-06-02T16:17:41.124Z] coverage: 2.3% of statements [2021-06-02T16:17:41.124Z] ok github.com/docker/docker/daemon/graphdriver 0.067s coverage: 2.3% of statements [2021-06-02T16:17:41.124Z] --- PASS: TestWaitNodeAttachment (0.40s) [2021-06-02T16:17:41.124Z] === RUN TestIsolationConversion [2021-06-02T16:17:41.124Z] === RUN TestIsolationConversion/default [2021-06-02T16:17:41.124Z] === RUN TestIsolationConversion/process [2021-06-02T16:17:41.124Z] === RUN TestIsolationConversion/hyperv [2021-06-02T16:17:41.124Z] --- PASS: TestIsolationConversion (0.00s) [2021-06-02T16:17:41.124Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-06-02T16:17:41.124Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-06-02T16:17:41.124Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-06-02T16:17:41.124Z] === RUN TestContainerLabels [2021-06-02T16:17:41.124Z] --- PASS: TestContainerLabels (0.00s) [2021-06-02T16:17:41.124Z] === RUN TestCredentialSpecConversion [2021-06-02T16:17:41.124Z] === RUN TestCredentialSpecConversion/none [2021-06-02T16:17:41.124Z] === RUN TestCredentialSpecConversion/config [2021-06-02T16:17:41.124Z] === RUN TestCredentialSpecConversion/file [2021-06-02T16:17:41.124Z] === RUN TestCredentialSpecConversion/registry [2021-06-02T16:17:41.124Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-06-02T16:17:41.124Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-06-02T16:17:41.124Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-06-02T16:17:41.124Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-06-02T16:17:41.124Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-06-02T16:17:41.124Z] === RUN TestControllerValidateMountBind [2021-06-02T16:17:41.124Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-06-02T16:17:41.124Z] === RUN TestControllerValidateMountVolume [2021-06-02T16:17:41.124Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-06-02T16:17:41.124Z] === RUN TestControllerValidateMountTarget [2021-06-02T16:17:41.124Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-06-02T16:17:41.124Z] === RUN TestControllerValidateMountTmpfs [2021-06-02T16:17:41.124Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-06-02T16:17:41.124Z] === RUN TestControllerValidateMountInvalidType [2021-06-02T16:17:41.124Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-06-02T16:17:41.124Z] === RUN TestControllerValidateMountNamedPipe [2021-06-02T16:17:41.124Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-06-02T16:17:41.124Z] PASS [2021-06-02T16:17:41.124Z] coverage: 11.3% of statements [2021-06-02T16:17:41.124Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.710s coverage: 11.3% of statements [2021-06-02T16:17:41.376Z] time="2021-06-02T16:17:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-02T16:17:41.376Z] time="2021-06-02T16:17:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a5db0bd5cd077f0eae854e762761cc75eae5b6228fe050d97514f929a094c023" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-02T16:17:41.376Z] time="2021-06-02T16:17:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-02T16:17:41.376Z] time="2021-06-02T16:17:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a5db0bd5cd077f0eae854e762761cc75eae5b6228fe050d97514f929a094c023" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-02T16:17:41.588Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2021-06-02T16:17:41.588Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-06-02T16:17:41.636Z] === RUN TestPluginInstall/with_htpasswd [2021-06-02T16:17:42.051Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2021-06-02T16:17:42.051Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-06-02T16:17:42.051Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-06-02T16:17:42.051Z] reload_test.go:520: root required [2021-06-02T16:17:42.051Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-06-02T16:17:42.051Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2021-06-02T16:17:42.051Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-06-02T16:17:42.051Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.03s) [2021-06-02T16:17:42.051Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-06-02T16:17:42.051Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.03s) [2021-06-02T16:17:42.051Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-06-02T16:17:42.051Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2021-06-02T16:17:42.051Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-06-02T16:17:42.051Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.02s) [2021-06-02T16:17:42.051Z] === RUN TestParseVolumesFrom [2021-06-02T16:17:42.051Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-06-02T16:17:42.051Z] PASS [2021-06-02T16:17:42.051Z] coverage: 9.0% of statements [2021-06-02T16:17:42.051Z] ok github.com/docker/docker/daemon 2.787s coverage: 9.0% of statements [2021-06-02T16:17:42.051Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-06-02T16:17:42.051Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-06-02T16:17:42.051Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-06-02T16:17:42.051Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-06-02T16:17:42.051Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-06-02T16:17:42.051Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-06-02T16:17:42.051Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-06-02T16:17:42.051Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-06-02T16:17:42.051Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2021-06-02T16:17:42.051Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-06-02T16:17:42.051Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-06-02T16:17:42.051Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-06-02T16:17:42.051Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-06-02T16:17:42.051Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-06-02T16:17:42.051Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-06-02T16:17:42.205Z] time="2021-06-02T16:17:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-02T16:17:42.205Z] time="2021-06-02T16:17:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:695da2f67dc3e2882d31d5bfc4c5f068eb8ecec259cbaf4552d6e7078abbd7ce" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-02T16:17:42.205Z] time="2021-06-02T16:17:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-02T16:17:42.205Z] time="2021-06-02T16:17:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:695da2f67dc3e2882d31d5bfc4c5f068eb8ecec259cbaf4552d6e7078abbd7ce" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-02T16:17:42.260Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-06-02T16:17:42.464Z] === RUN TestPluginInstall/with_insecure [2021-06-02T16:17:42.520Z] === RUN TestLinkNaming [2021-06-02T16:17:42.520Z] --- PASS: TestLinkNaming (0.00s) [2021-06-02T16:17:42.520Z] === RUN TestLinkNew [2021-06-02T16:17:42.520Z] --- PASS: TestLinkNew (0.00s) [2021-06-02T16:17:42.520Z] === RUN TestLinkEnv [2021-06-02T16:17:42.520Z] --- PASS: TestLinkEnv (0.00s) [2021-06-02T16:17:42.520Z] === RUN TestLinkMultipleEnv [2021-06-02T16:17:42.520Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-06-02T16:17:42.520Z] === RUN TestLinkPortRangeEnv [2021-06-02T16:17:42.520Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-06-02T16:17:42.520Z] PASS [2021-06-02T16:17:42.520Z] coverage: 93.0% of statements [2021-06-02T16:17:42.520Z] ok github.com/docker/docker/daemon/links 0.337s coverage: 93.0% of statements [2021-06-02T16:17:43.269Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.55s) [2021-06-02T16:17:43.269Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:7zwaa4jaa8cdfrrajrp8geshm Created:2021-06-02 16:17:35.408065657 +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[87159e9e9556e0ed85b130be75b788452c428bdbe96640872a1c1ee184c63c3e:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.rzqb1w94v93em4slcllilbqbc EndpointID:a72d2253348ba2ad962de78e377169ea5bd79b319003edbc648dfcb07ac1bad4 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:6fe36b4b5f2c3a9d959c893c0205a2c33254929157fa6fe5d4b6961f67957317 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:02693e1c1426 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.rzqb1w94v93em4slcllilbqbc EndpointID:a72d2253348ba2ad962de78e377169ea5bd79b319003edbc648dfcb07ac1bad4 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-06-02T16:17:43.269Z] PASS [2021-06-02T16:17:43.269Z] [2021-06-02T16:17:43.269Z] === Skipped [2021-06-02T16:17:43.269Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-02T16:17:43.269Z] service_test.go:242: FLAKY_TEST [2021-06-02T16:17:43.269Z] [2021-06-02T16:17:43.269Z] [2021-06-02T16:17:43.269Z] DONE 26 tests, 1 skipped in 58.543s [2021-06-02T16:17:43.269Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-06-02T16:17:43.269Z] ++ 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-06-02T16:17:43.269Z] ++ set -e [2021-06-02T16:17:43.269Z] ++ '[' -n 0 ']' [2021-06-02T16:17:43.269Z] ++ set -x [2021-06-02T16:17:43.269Z] ++ env -i DEST=/go/src/github.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-06-02T16:17:43.269Z] INFO: Testing against a local daemon [2021-06-02T16:17:43.269Z] === RUN TestDockerNetworkIpvlanPersistance [2021-06-02T16:17:43.269Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-02T16:17:43.269Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-02T16:17:43.269Z] === RUN TestDockerNetworkIpvlan [2021-06-02T16:17:43.269Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-06-02T16:17:43.269Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-02T16:17:43.269Z] PASS [2021-06-02T16:17:43.269Z] [2021-06-02T16:17:43.269Z] === Skipped [2021-06-02T16:17:43.269Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-02T16:17:43.269Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-02T16:17:43.269Z] [2021-06-02T16:17:43.269Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-06-02T16:17:43.269Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-02T16:17:43.269Z] [2021-06-02T16:17:43.269Z] [2021-06-02T16:17:43.270Z] DONE 2 tests, 2 skipped in 0.180s [2021-06-02T16:17:43.270Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-06-02T16:17:43.270Z] ++ 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-06-02T16:17:43.270Z] ++ set -e [2021-06-02T16:17:43.270Z] ++ '[' -n 0 ']' [2021-06-02T16:17:43.270Z] ++ set -x [2021-06-02T16:17:43.270Z] ++ env -i DEST=/go/src/github.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-06-02T16:17:43.270Z] INFO: Testing against a local daemon [2021-06-02T16:17:43.270Z] === RUN TestDockerNetworkMacvlanPersistance [2021-06-02T16:17:43.627Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (2.90s) [2021-06-02T16:17:43.627Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (1.47s) [2021-06-02T16:17:43.627Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (1.21s) [2021-06-02T16:17:43.627Z] === RUN TestKillStoppedContainer [2021-06-02T16:17:43.627Z] --- PASS: TestKillStoppedContainer (0.06s) [2021-06-02T16:17:43.627Z] === RUN TestKillStoppedContainerAPIPre120 [2021-06-02T16:17:43.627Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2021-06-02T16:17:43.627Z] === RUN TestKillDifferentUserContainer [2021-06-02T16:17:43.845Z] time="2021-06-02T16:17:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-02T16:17:43.845Z] time="2021-06-02T16:17:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:24018c5aef495c00f884c8b0b0a9b3d51db7a8d103c31abe4bcc102177a7fc40" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-02T16:17:43.845Z] time="2021-06-02T16:17:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-02T16:17:43.845Z] time="2021-06-02T16:17:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:24018c5aef495c00f884c8b0b0a9b3d51db7a8d103c31abe4bcc102177a7fc40" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-02T16:17:43.845Z] --- PASS: TestPluginInstall (4.48s) [2021-06-02T16:17:43.845Z] --- PASS: TestPluginInstall/no_auth (2.25s) [2021-06-02T16:17:43.845Z] --- PASS: TestPluginInstall/with_htpasswd (0.94s) [2021-06-02T16:17:43.845Z] --- PASS: TestPluginInstall/with_insecure (1.29s) [2021-06-02T16:17:43.845Z] plugin_test.go:165: [d4cfa48368d23] daemon is not started [2021-06-02T16:17:43.845Z] === RUN TestPluginsWithRuntimes [2021-06-02T16:17:44.236Z] === RUN TestDockerSuite/TestBuildBlankName [2021-06-02T16:17:44.652Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.94s) [2021-06-02T16:17:44.652Z] === RUN TestDockerNetworkMacvlan [2021-06-02T16:17:44.700Z] === RUN TestAdapterReadLogs [2021-06-02T16:17:44.700Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-06-02T16:17:44.700Z] === RUN TestCopier [2021-06-02T16:17:44.700Z] --- PASS: TestCopier (0.00s) [2021-06-02T16:17:44.700Z] === RUN TestCopierLongLines [2021-06-02T16:17:44.700Z] --- PASS: TestCopierLongLines (0.00s) [2021-06-02T16:17:44.700Z] === RUN TestCopierSlow [2021-06-02T16:17:44.700Z] --- PASS: TestCopierSlow (0.24s) [2021-06-02T16:17:44.700Z] === RUN TestCopierWithSized [2021-06-02T16:17:44.700Z] === RUN TestCopierWithSized/as_is [2021-06-02T16:17:44.700Z] === RUN TestCopierWithSized/With_RingLogger [2021-06-02T16:17:44.700Z] --- PASS: TestCopierWithSized (0.01s) [2021-06-02T16:17:44.700Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-06-02T16:17:44.700Z] --- PASS: TestCopierWithSized/With_RingLogger (0.01s) [2021-06-02T16:17:44.700Z] === RUN TestCopierWithPartial [2021-06-02T16:17:44.700Z] --- PASS: TestCopierWithPartial (0.01s) [2021-06-02T16:17:44.700Z] === RUN TestRingLogger [2021-06-02T16:17:44.700Z] --- PASS: TestRingLogger (0.00s) [2021-06-02T16:17:44.700Z] === RUN TestRingCap [2021-06-02T16:17:44.700Z] --- PASS: TestRingCap (0.00s) [2021-06-02T16:17:44.700Z] === RUN TestRingClose [2021-06-02T16:17:44.700Z] --- PASS: TestRingClose (0.00s) [2021-06-02T16:17:44.700Z] === RUN TestRingDrain [2021-06-02T16:17:44.700Z] --- PASS: TestRingDrain (0.00s) [2021-06-02T16:17:44.700Z] PASS [2021-06-02T16:17:44.700Z] coverage: 43.8% of statements [2021-06-02T16:17:44.700Z] ok github.com/docker/docker/daemon/logger 0.468s coverage: 43.8% of statements [2021-06-02T16:17:44.850Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-06-02T16:17:45.105Z] --- PASS: TestKillDifferentUserContainer (1.43s) [2021-06-02T16:17:45.105Z] === RUN TestInspectOomKilledTrue [2021-06-02T16:17:45.105Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2021-06-02T16:17:45.105Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-02T16:17:45.106Z] === RUN TestInspectOomKilledFalse [2021-06-02T16:17:45.106Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-06-02T16:17:45.106Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-02T16:17:45.106Z] === RUN TestLinksEtcHostsContentMatch [2021-06-02T16:17:45.593Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-06-02T16:17:45.670Z] === RUN TestNewStreamConfig [2021-06-02T16:17:45.670Z] === RUN TestNewStreamConfig/defaults [2021-06-02T16:17:45.670Z] === RUN TestNewStreamConfig/invalid_create_group [2021-06-02T16:17:45.670Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-06-02T16:17:45.670Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-06-02T16:17:45.670Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-06-02T16:17:45.670Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-06-02T16:17:45.752Z] === RUN TestPluginsWithRuntimes/No_Args [2021-06-02T16:17:46.131Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-06-02T16:17:46.131Z] --- PASS: TestNewStreamConfig (0.00s) [2021-06-02T16:17:46.131Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-06-02T16:17:46.131Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-06-02T16:17:46.131Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-06-02T16:17:46.131Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-06-02T16:17:46.131Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-06-02T16:17:46.131Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-06-02T16:17:46.131Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-06-02T16:17:46.131Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-06-02T16:17:46.131Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-06-02T16:17:46.131Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-06-02T16:17:46.131Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-06-02T16:17:46.131Z] === RUN TestNewAWSLogsClientRegionDetect [2021-06-02T16:17:46.131Z] time="2021-06-02T16:17:45Z" level=info msg="Trying to get region from EC2 Metadata" [2021-06-02T16:17:46.131Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.13s) [2021-06-02T16:17:46.131Z] === RUN TestCreateSuccess [2021-06-02T16:17:46.131Z] --- PASS: TestCreateSuccess (0.00s) [2021-06-02T16:17:46.131Z] === RUN TestCreateLogGroupSuccess [2021-06-02T16:17:46.131Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-06-02T16:17:46.131Z] === RUN TestCreateError [2021-06-02T16:17:46.131Z] --- PASS: TestCreateError (0.00s) [2021-06-02T16:17:46.131Z] === RUN TestCreateAlreadyExists [2021-06-02T16:17:46.131Z] time="2021-06-02T16:17:45Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-06-02T16:17:46.131Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-06-02T16:17:46.131Z] === RUN TestLogClosed [2021-06-02T16:17:46.131Z] --- PASS: TestLogClosed (0.00s) [2021-06-02T16:17:46.131Z] === RUN TestLogBlocking [2021-06-02T16:17:46.131Z] --- PASS: TestLogBlocking (0.00s) [2021-06-02T16:17:46.131Z] === RUN TestLogNonBlockingBufferEmpty [2021-06-02T16:17:46.131Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-06-02T16:17:46.131Z] === RUN TestLogNonBlockingBufferFull [2021-06-02T16:17:46.131Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-06-02T16:17:46.131Z] === RUN TestPublishBatchSuccess [2021-06-02T16:17:46.131Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-06-02T16:17:46.131Z] === RUN TestPublishBatchError [2021-06-02T16:17:46.131Z] time="2021-06-02T16:17:45Z" level=error msg=Error [2021-06-02T16:17:46.131Z] --- PASS: TestPublishBatchError (0.00s) [2021-06-02T16:17:46.131Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-06-02T16:17:46.131Z] time="2021-06-02T16:17:45Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-06-02T16:17:46.131Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-06-02T16:17:46.131Z] === RUN TestPublishBatchAlreadyAccepted [2021-06-02T16:17:46.131Z] time="2021-06-02T16:17:45Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-06-02T16:17:46.131Z] time="2021-06-02T16:17:45Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-06-02T16:17:46.131Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-06-02T16:17:46.131Z] === RUN TestCollectBatchSimple [2021-06-02T16:17:46.131Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-06-02T16:17:46.131Z] === RUN TestCollectBatchTicker [2021-06-02T16:17:46.131Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-06-02T16:17:46.131Z] === RUN TestCollectBatchMultilinePattern [2021-06-02T16:17:46.131Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-06-02T16:17:46.131Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-06-02T16:17:46.131Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-06-02T16:17:46.131Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-06-02T16:17:46.131Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-06-02T16:17:46.131Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-06-02T16:17:46.131Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.09s) [2021-06-02T16:17:46.131Z] === RUN TestCollectBatchClose [2021-06-02T16:17:46.131Z] --- PASS: TestCollectBatchClose (0.00s) [2021-06-02T16:17:46.131Z] === RUN TestEffectiveLen [2021-06-02T16:17:46.131Z] === RUN TestEffectiveLen/0/Hello [2021-06-02T16:17:46.131Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-06-02T16:17:46.131Z] === RUN TestEffectiveLen/2/🙃 [2021-06-02T16:17:46.131Z] === RUN TestEffectiveLen/3/���� [2021-06-02T16:17:46.131Z] === RUN TestEffectiveLen/4/He��o [2021-06-02T16:17:46.131Z] === RUN TestEffectiveLen/5/ [2021-06-02T16:17:46.131Z] --- PASS: TestEffectiveLen (0.00s) [2021-06-02T16:17:46.131Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-06-02T16:17:46.131Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-06-02T16:17:46.131Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-06-02T16:17:46.131Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-06-02T16:17:46.131Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-06-02T16:17:46.131Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-06-02T16:17:46.131Z] === RUN TestFindValidSplit [2021-06-02T16:17:46.131Z] === RUN TestFindValidSplit/0/ [2021-06-02T16:17:46.131Z] === RUN TestFindValidSplit/1/Hello [2021-06-02T16:17:46.131Z] === RUN TestFindValidSplit/2/Hello [2021-06-02T16:17:46.131Z] === RUN TestFindValidSplit/3/Hello [2021-06-02T16:17:46.131Z] === RUN TestFindValidSplit/4/🙃 [2021-06-02T16:17:46.131Z] === RUN TestFindValidSplit/5/🙃 [2021-06-02T16:17:46.131Z] === RUN TestFindValidSplit/6/a� [2021-06-02T16:17:46.131Z] === RUN TestFindValidSplit/7/a� [2021-06-02T16:17:46.131Z] --- PASS: TestFindValidSplit (0.00s) [2021-06-02T16:17:46.131Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-06-02T16:17:46.131Z] cloudwatchlogs_test.go:1044: [2021-06-02T16:17:46.131Z] cloudwatchlogs_test.go:1045: [2021-06-02T16:17:46.131Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-06-02T16:17:46.131Z] cloudwatchlogs_test.go:1044: Hello [2021-06-02T16:17:46.131Z] cloudwatchlogs_test.go:1045: [2021-06-02T16:17:46.131Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-06-02T16:17:46.131Z] cloudwatchlogs_test.go:1044: He [2021-06-02T16:17:46.131Z] cloudwatchlogs_test.go:1045: llo [2021-06-02T16:17:46.131Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-06-02T16:17:46.131Z] cloudwatchlogs_test.go:1044: [2021-06-02T16:17:46.131Z] cloudwatchlogs_test.go:1045: Hello [2021-06-02T16:17:46.131Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-06-02T16:17:46.131Z] cloudwatchlogs_test.go:1044: [2021-06-02T16:17:46.131Z] cloudwatchlogs_test.go:1045: 🙃 [2021-06-02T16:17:46.131Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-06-02T16:17:46.131Z] cloudwatchlogs_test.go:1044: 🙃 [2021-06-02T16:17:46.131Z] cloudwatchlogs_test.go:1045: [2021-06-02T16:17:46.131Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-06-02T16:17:46.131Z] cloudwatchlogs_test.go:1044: a [2021-06-02T16:17:46.131Z] cloudwatchlogs_test.go:1045: � [2021-06-02T16:17:46.131Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-06-02T16:17:46.131Z] cloudwatchlogs_test.go:1044: a� [2021-06-02T16:17:46.131Z] cloudwatchlogs_test.go:1045: [2021-06-02T16:17:46.131Z] === RUN TestProcessEventEmoji [2021-06-02T16:17:46.131Z] --- PASS: TestProcessEventEmoji (0.00s) [2021-06-02T16:17:46.131Z] === RUN TestCollectBatchLineSplit [2021-06-02T16:17:46.131Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-06-02T16:17:46.131Z] === RUN TestCollectBatchLineSplitWithBinary [2021-06-02T16:17:46.131Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-06-02T16:17:46.131Z] === RUN TestCollectBatchMaxEvents [2021-06-02T16:17:46.131Z] --- PASS: TestCollectBatchMaxEvents (0.04s) [2021-06-02T16:17:46.131Z] === RUN TestCollectBatchMaxTotalBytes [2021-06-02T16:17:46.131Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s) [2021-06-02T16:17:46.131Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-06-02T16:17:46.131Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2021-06-02T16:17:46.131Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-06-02T16:17:46.131Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.07s) [2021-06-02T16:17:46.131Z] === RUN TestParseLogOptionsMultilinePattern [2021-06-02T16:17:46.131Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-06-02T16:17:46.131Z] === RUN TestParseLogOptionsDatetimeFormat [2021-06-02T16:17:46.131Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-06-02T16:17:46.131Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-06-02T16:17:46.131Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-06-02T16:17:46.131Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-06-02T16:17:46.131Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-06-02T16:17:46.132Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-06-02T16:17:46.132Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-06-02T16:17:46.132Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.01s) [2021-06-02T16:17:46.132Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-06-02T16:17:46.132Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-06-02T16:17:46.132Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-06-02T16:17:46.132Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-06-02T16:17:46.132Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-06-02T16:17:46.132Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-06-02T16:17:46.132Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-06-02T16:17:46.132Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-06-02T16:17:46.132Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-06-02T16:17:46.132Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-06-02T16:17:46.132Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-06-02T16:17:46.132Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-06-02T16:17:46.132Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-06-02T16:17:46.132Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-06-02T16:17:46.132Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-06-02T16:17:46.132Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-06-02T16:17:46.132Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-06-02T16:17:46.132Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-06-02T16:17:46.132Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-06-02T16:17:46.132Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-06-02T16:17:46.132Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-06-02T16:17:46.132Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-06-02T16:17:46.132Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-06-02T16:17:46.132Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-06-02T16:17:46.132Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-06-02T16:17:46.132Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-06-02T16:17:46.132Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-06-02T16:17:46.132Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-06-02T16:17:46.132Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-06-02T16:17:46.132Z] === RUN TestCreateTagSuccess [2021-06-02T16:17:46.132Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-06-02T16:17:46.132Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-06-02T16:17:46.132Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-06-02T16:17:46.132Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-06-02T16:17:46.132Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-06-02T16:17:46.132Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-06-02T16:17:46.132Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.01s) [2021-06-02T16:17:46.132Z] PASS [2021-06-02T16:17:46.132Z] coverage: 77.8% of statements [2021-06-02T16:17:46.132Z] ok github.com/docker/docker/daemon/logger/awslogs 0.503s coverage: 77.8% of statements [2021-06-02T16:17:46.132Z] === RUN TestSearchRegistryForImagesErrors [2021-06-02T16:17:46.132Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-06-02T16:17:46.132Z] === RUN TestSearchRegistryForImages [2021-06-02T16:17:46.132Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-06-02T16:17:46.132Z] === RUN TestOnlyPlatformWithFallback [2021-06-02T16:17:46.132Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-06-02T16:17:46.132Z] === RUN TestImageDelete [2021-06-02T16:17:46.535Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-06-02T16:17:46.591Z] === RUN TestImageDelete/no_lease [2021-06-02T16:17:46.591Z] === RUN TestImageDelete/lease_exists [2021-06-02T16:17:46.591Z] === RUN TestJSONFileLogger [2021-06-02T16:17:46.591Z] --- PASS: TestJSONFileLogger (0.00s) [2021-06-02T16:17:46.591Z] === RUN TestJSONFileLoggerWithTags [2021-06-02T16:17:46.591Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-06-02T16:17:46.591Z] === RUN TestJSONFileLoggerWithOpts [2021-06-02T16:17:46.591Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-06-02T16:17:46.591Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-06-02T16:17:46.591Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-06-02T16:17:46.591Z] === RUN TestEncodeDecode [2021-06-02T16:17:46.591Z] === PAUSE TestEncodeDecode [2021-06-02T16:17:46.591Z] === RUN TestUnexpectedEOF [2021-06-02T16:17:46.591Z] --- PASS: TestImageDelete (0.09s) [2021-06-02T16:17:46.591Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-06-02T16:17:46.591Z] --- PASS: TestImageDelete/lease_exists (0.04s) [2021-06-02T16:17:46.591Z] === RUN TestContentStoreForPull [2021-06-02T16:17:46.591Z] === RUN TestJSONLogsMarshalJSONBuf [2021-06-02T16:17:46.591Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-06-02T16:17:46.592Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-06-02T16:17:46.592Z] time="2021-06-02T16:17:46Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-06-02T16:17:46.592Z] time="2021-06-02T16:17:46Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-06-02T16:17:46.592Z] --- PASS: TestUnexpectedEOF (0.20s) [2021-06-02T16:17:46.592Z] === CONT TestEncodeDecode [2021-06-02T16:17:46.592Z] --- PASS: TestEncodeDecode (0.00s) [2021-06-02T16:17:46.592Z] PASS [2021-06-02T16:17:46.592Z] coverage: 69.9% of statements [2021-06-02T16:17:46.592Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.383s coverage: 69.9% of statements [2021-06-02T16:17:46.592Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.20s) [2021-06-02T16:17:46.592Z] === RUN TestFastTimeMarshalJSON [2021-06-02T16:17:46.592Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2021-06-02T16:17:46.592Z] PASS [2021-06-02T16:17:46.592Z] coverage: 87.2% of statements [2021-06-02T16:17:46.592Z] --- PASS: TestContentStoreForPull (0.22s) [2021-06-02T16:17:46.592Z] PASS [2021-06-02T16:17:46.592Z] coverage: 6.7% of statements [2021-06-02T16:17:46.592Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.344s coverage: 87.2% of statements [2021-06-02T16:17:46.592Z] ok github.com/docker/docker/daemon/images 0.463s coverage: 6.7% of statements [2021-06-02T16:17:46.592Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-06-02T16:17:46.592Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-06-02T16:17:46.592Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-06-02T16:17:46.592Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-06-02T16:17:46.592Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-06-02T16:17:46.592Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-06-02T16:17:46.592Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-06-02T16:17:46.689Z] === RUN TestPluginsWithRuntimes/With_Args [2021-06-02T16:17:46.958Z] Created binary: bundles/binary-daemon/dockerd-dev [2021-06-02T16:17:46.958Z] Copying nested executables into bundles/binary-daemon [2021-06-02T16:17:46.991Z] --- PASS: TestLinksEtcHostsContentMatch (1.80s) [2021-06-02T16:17:46.991Z] === RUN TestLinksContainerNames [2021-06-02T16:17:47.626Z] --- PASS: TestPluginsWithRuntimes (3.60s) [2021-06-02T16:17:47.626Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.94s) [2021-06-02T16:17:47.626Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.91s) [2021-06-02T16:17:47.626Z] === RUN TestPluginBackCompatMediaTypes [2021-06-02T16:17:47.896Z] [2021-06-02T16:17:47.918Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-06-02T16:17:48.196Z] --- PASS: TestPluginBackCompatMediaTypes (0.71s) [2021-06-02T16:17:48.196Z] PASS [2021-06-02T16:17:48.196Z] [2021-06-02T16:17:48.196Z] DONE 10 tests in 8.838s [2021-06-02T16:17:48.196Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-06-02T16:17:48.196Z] INFO: Testing against a local daemon [2021-06-02T16:17:48.196Z] === RUN TestExternalGraphDriver [2021-06-02T16:17:48.196Z] === RUN TestExternalGraphDriver/json [2021-06-02T16:17:48.776Z] === RUN TestWriteLog [2021-06-02T16:17:48.776Z] === PAUSE TestWriteLog [2021-06-02T16:17:48.776Z] === RUN TestReadLog [2021-06-02T16:17:48.776Z] === PAUSE TestReadLog [2021-06-02T16:17:48.776Z] === CONT TestWriteLog [2021-06-02T16:17:48.776Z] === CONT TestReadLog [2021-06-02T16:17:48.776Z] === RUN TestReadLog/tail_exact [2021-06-02T16:17:48.776Z] --- PASS: TestWriteLog (0.06s) [2021-06-02T16:17:48.776Z] === RUN TestReadLog/tail_less_than_available [2021-06-02T16:17:48.776Z] === RUN TestReadLog/tail_more_than_available [2021-06-02T16:17:48.776Z] --- PASS: TestReadLog (0.16s) [2021-06-02T16:17:48.776Z] --- PASS: TestReadLog/tail_exact (0.14s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2021-06-02T16:17:48.924Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-06-02T16:17:49.194Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42143/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr28 -e DOCKER_GITCOMMIT=d414c0c1e8c487170b1d2f5af4946771645c6564 -e DOCKER_GRAPHDRIVER docker:d414c0c1e8c487170b1d2f5af4946771645c6564 hack/make.sh cross [2021-06-02T16:17:49.237Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-06-02T16:17:49.237Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-06-02T16:17:49.237Z] PASS [2021-06-02T16:17:49.237Z] coverage: 75.2% of statements [2021-06-02T16:17:49.237Z] === RUN TestLog [2021-06-02T16:17:49.237Z] --- PASS: TestLog (0.01s) [2021-06-02T16:17:49.237Z] ok github.com/docker/docker/daemon/logger/local 0.601s coverage: 75.2% of statements [2021-06-02T16:17:49.237Z] PASS [2021-06-02T16:17:49.237Z] coverage: 31.5% of statements [2021-06-02T16:17:49.237Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.105s coverage: 31.5% of statements [2021-06-02T16:17:49.237Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-06-02T16:17:49.237Z] === RUN TestOpenFileDelete [2021-06-02T16:17:49.237Z] --- PASS: TestOpenFileDelete (0.00s) [2021-06-02T16:17:49.237Z] === RUN TestOpenFileRename [2021-06-02T16:17:49.237Z] --- PASS: TestOpenFileRename (0.00s) [2021-06-02T16:17:49.237Z] === RUN TestParseLogTagDefaultTag [2021-06-02T16:17:49.237Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-06-02T16:17:49.237Z] === RUN TestParseLogTag [2021-06-02T16:17:49.237Z] --- PASS: TestParseLogTag (0.00s) [2021-06-02T16:17:49.237Z] === RUN TestParseLogTagEmptyTag [2021-06-02T16:17:49.237Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-06-02T16:17:49.237Z] === RUN TestTailFiles [2021-06-02T16:17:49.237Z] --- PASS: TestTailFiles (0.00s) [2021-06-02T16:17:49.237Z] === RUN TestFollowLogsConsumerGone [2021-06-02T16:17:49.237Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-06-02T16:17:49.237Z] === RUN TestFollowLogsProducerGone [2021-06-02T16:17:49.237Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-06-02T16:17:49.237Z] logfile_test.go:232: messages sent: 4098, received: 4098 [2021-06-02T16:17:49.237Z] logfile_test.go:179: logDecode() closed after sending 4098 messages [2021-06-02T16:17:49.237Z] === RUN TestCheckCapacityAndRotate [2021-06-02T16:17:49.237Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-06-02T16:17:49.237Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-06-02T16:17:49.237Z] --- PASS: TestCheckCapacityAndRotate (0.05s) [2021-06-02T16:17:49.237Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-06-02T16:17:49.237Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2021-06-02T16:17:49.237Z] PASS [2021-06-02T16:17:49.237Z] coverage: 53.7% of statements [2021-06-02T16:17:49.237Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.152s coverage: 53.7% of statements [2021-06-02T16:17:49.765Z] [2021-06-02T16:17:49.765Z] Removing bundles/ [2021-06-02T16:17:49.765Z] [2021-06-02T16:17:49.765Z] ---> Making bundle: cross (in bundles/cross) [2021-06-02T16:17:49.765Z] Cross building: bundles/cross/linux/amd64 [2021-06-02T16:17:49.765Z] Building: bundles/cross/linux/amd64/dockerd-dev [2021-06-02T16:17:49.765Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-06-02T16:17:49.850Z] --- PASS: TestLinksContainerNames (2.90s) [2021-06-02T16:17:49.850Z] === RUN TestLogsFollowTailEmpty [2021-06-02T16:17:50.104Z] === RUN TestExternalGraphDriver/spec [2021-06-02T16:17:50.416Z] === RUN TestValidateLogOpt [2021-06-02T16:17:50.416Z] --- PASS: TestValidateLogOpt (0.00s) [2021-06-02T16:17:50.416Z] === RUN TestNewMissedConfig [2021-06-02T16:17:50.416Z] --- PASS: TestNewMissedConfig (0.00s) [2021-06-02T16:17:50.416Z] === RUN TestNewMissedUrl [2021-06-02T16:17:50.416Z] --- PASS: TestNewMissedUrl (0.00s) [2021-06-02T16:17:50.416Z] === RUN TestNewMissedToken [2021-06-02T16:17:50.416Z] --- PASS: TestNewMissedToken (0.00s) [2021-06-02T16:17:50.416Z] === RUN TestNewWithProxy [2021-06-02T16:17:50.416Z] --- PASS: TestNewWithProxy (0.00s) [2021-06-02T16:17:50.416Z] === RUN TestDefault [2021-06-02T16:17:50.416Z] --- PASS: TestDefault (0.01s) [2021-06-02T16:17:50.416Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-06-02T16:17:50.416Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-06-02T16:17:50.416Z] === RUN TestJsonFormat [2021-06-02T16:17:50.416Z] --- PASS: TestJsonFormat (0.04s) [2021-06-02T16:17:50.416Z] === RUN TestRawFormat [2021-06-02T16:17:50.416Z] --- PASS: TestRawFormat (0.00s) [2021-06-02T16:17:50.416Z] === RUN TestRawFormatWithLabels [2021-06-02T16:17:50.416Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-06-02T16:17:50.416Z] === RUN TestRawFormatWithoutTag [2021-06-02T16:17:50.416Z] --- PASS: TestRawFormatWithoutTag (0.01s) [2021-06-02T16:17:50.416Z] === RUN TestBatching [2021-06-02T16:17:50.416Z] --- PASS: TestBatching (0.22s) [2021-06-02T16:17:50.416Z] === RUN TestFrequency [2021-06-02T16:17:50.947Z] === RUN TestNewParse [2021-06-02T16:17:50.947Z] --- PASS: TestNewParse (0.00s) [2021-06-02T16:17:50.947Z] PASS [2021-06-02T16:17:50.947Z] coverage: 8.3% of statements [2021-06-02T16:17:50.947Z] ok github.com/docker/docker/daemon/logger/templates 0.304s coverage: 8.3% of statements [2021-06-02T16:17:50.947Z] --- PASS: TestFrequency (0.20s) [2021-06-02T16:17:50.947Z] === RUN TestOneMessagePerRequest [2021-06-02T16:17:50.947Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-06-02T16:17:50.947Z] === RUN TestVerify [2021-06-02T16:17:50.947Z] --- PASS: TestVerify (0.00s) [2021-06-02T16:17:50.947Z] === RUN TestSkipVerify [2021-06-02T16:17:50.947Z] time="2021-06-02T16:17:50Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-02T16:17:50.947Z] time="2021-06-02T16:17:50Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-02T16:17:50.947Z] time="2021-06-02T16:17:50Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-02T16:17:50.947Z] time="2021-06-02T16:17:50Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-02T16:17:50.947Z] === RUN TestParseLogFormat [2021-06-02T16:17:50.947Z] --- PASS: TestParseLogFormat (0.00s) [2021-06-02T16:17:50.947Z] === RUN TestValidateLogOptEmpty [2021-06-02T16:17:50.947Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-06-02T16:17:50.947Z] === RUN TestValidateSyslogAddress [2021-06-02T16:17:50.947Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-06-02T16:17:50.947Z] === RUN TestParseAddressDefaultPort [2021-06-02T16:17:50.947Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-06-02T16:17:50.947Z] === RUN TestValidateSyslogFacility [2021-06-02T16:17:50.947Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-06-02T16:17:50.947Z] === RUN TestValidateLogOptSyslogFormat [2021-06-02T16:17:50.947Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-06-02T16:17:50.947Z] === RUN TestValidateLogOpt [2021-06-02T16:17:50.947Z] --- PASS: TestValidateLogOpt (0.00s) [2021-06-02T16:17:50.947Z] PASS [2021-06-02T16:17:50.947Z] coverage: 46.8% of statements [2021-06-02T16:17:50.947Z] --- PASS: TestSkipVerify (0.38s) [2021-06-02T16:17:50.947Z] === RUN TestBufferMaximum [2021-06-02T16:17:50.947Z] time="2021-06-02T16:17:50Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-02T16:17:50.947Z] time="2021-06-02T16:17:50Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-02T16:17:50.947Z] time="2021-06-02T16:17:50Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-02T16:17:50.947Z] time="2021-06-02T16:17:50Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-02T16:17:50.947Z] time="2021-06-02T16:17:50Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-02T16:17:50.947Z] time="2021-06-02T16:17:50Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1622650670.841778\",\"host\":\"dfc0bd40d402\"}'" [2021-06-02T16:17:50.947Z] time="2021-06-02T16:17:50Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1622650670.841778\",\"host\":\"dfc0bd40d402\"}'" [2021-06-02T16:17:50.947Z] --- PASS: TestBufferMaximum (0.01s) [2021-06-02T16:17:50.947Z] === RUN TestServerAlwaysDown [2021-06-02T16:17:50.947Z] time="2021-06-02T16:17:50Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-02T16:17:50.947Z] time="2021-06-02T16:17:50Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-02T16:17:50.947Z] time="2021-06-02T16:17:50Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1622650670.846780\",\"host\":\"dfc0bd40d402\"}'" [2021-06-02T16:17:50.947Z] time="2021-06-02T16:17:50Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1622650670.846780\",\"host\":\"dfc0bd40d402\"}'" [2021-06-02T16:17:50.947Z] time="2021-06-02T16:17:50Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-02T16:17:50.947Z] time="2021-06-02T16:17:50Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1622650670.846780\",\"host\":\"dfc0bd40d402\"}'" [2021-06-02T16:17:50.947Z] time="2021-06-02T16:17:50Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1622650670.847780\",\"host\":\"dfc0bd40d402\"}'" [2021-06-02T16:17:50.947Z] time="2021-06-02T16:17:50Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1622650670.847780\",\"host\":\"dfc0bd40d402\"}'" [2021-06-02T16:17:50.947Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-06-02T16:17:50.947Z] === RUN TestCannotSendAfterClose [2021-06-02T16:17:50.947Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-06-02T16:17:50.947Z] === RUN TestDeadlockOnBlockedEndpoint [2021-06-02T16:17:50.947Z] ok github.com/docker/docker/daemon/logger/syslog 0.093s coverage: 46.8% of statements [2021-06-02T16:17:51.214Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2021-06-02T16:17:51.217Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-06-02T16:17:51.470Z] --- PASS: TestLogsFollowTailEmpty (1.84s) [2021-06-02T16:17:51.470Z] === RUN TestContainerNetworkMountsNoChown [2021-06-02T16:17:52.012Z] === RUN TestExternalGraphDriver/pull [2021-06-02T16:17:52.040Z] time="2021-06-02T16:17:51Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49198/services/collector/event/1.0: context deadline exceeded" module=logger/splunk [2021-06-02T16:17:52.040Z] time="2021-06-02T16:17:51Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"dfc0bd40d402\"}'" [2021-06-02T16:17:52.040Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2021-06-02T16:17:52.040Z] PASS [2021-06-02T16:17:52.040Z] coverage: 82.5% of statements [2021-06-02T16:17:52.040Z] ok github.com/docker/docker/daemon/logger/splunk 2.047s coverage: 82.5% of statements [2021-06-02T16:17:52.040Z] ? github.com/docker/docker/daemon/names [no test files] [2021-06-02T16:17:52.040Z] ? github.com/docker/docker/daemon/network [no test files] [2021-06-02T16:17:52.040Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-06-02T16:17:52.485Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-06-02T16:17:53.011Z] === RUN TestV1IDService [2021-06-02T16:17:53.011Z] --- PASS: TestV1IDService (0.02s) [2021-06-02T16:17:53.011Z] === RUN TestV2MetadataService [2021-06-02T16:17:53.095Z] --- PASS: TestContainerNetworkMountsNoChown (1.45s) [2021-06-02T16:17:53.095Z] === RUN TestMountDaemonRoot [2021-06-02T16:17:53.095Z] === RUN TestMountDaemonRoot/default [2021-06-02T16:17:53.095Z] === PAUSE TestMountDaemonRoot/default [2021-06-02T16:17:53.095Z] === RUN TestMountDaemonRoot/private [2021-06-02T16:17:53.095Z] === PAUSE TestMountDaemonRoot/private [2021-06-02T16:17:53.095Z] === RUN TestMountDaemonRoot/rprivate [2021-06-02T16:17:53.095Z] === PAUSE TestMountDaemonRoot/rprivate [2021-06-02T16:17:53.095Z] === RUN TestMountDaemonRoot/slave [2021-06-02T16:17:53.095Z] === PAUSE TestMountDaemonRoot/slave [2021-06-02T16:17:53.095Z] === RUN TestMountDaemonRoot/rslave [2021-06-02T16:17:53.095Z] === PAUSE TestMountDaemonRoot/rslave [2021-06-02T16:17:53.095Z] === RUN TestMountDaemonRoot/shared [2021-06-02T16:17:53.095Z] === PAUSE TestMountDaemonRoot/shared [2021-06-02T16:17:53.095Z] === RUN TestMountDaemonRoot/rshared [2021-06-02T16:17:53.095Z] === PAUSE TestMountDaemonRoot/rshared [2021-06-02T16:17:53.095Z] === CONT TestMountDaemonRoot/default [2021-06-02T16:17:53.095Z] === CONT TestMountDaemonRoot/rslave [2021-06-02T16:17:53.095Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-06-02T16:17:53.095Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-06-02T16:17:53.095Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-06-02T16:17:53.095Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-06-02T16:17:53.095Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-06-02T16:17:53.095Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-06-02T16:17:53.095Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-06-02T16:17:53.095Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-06-02T16:17:53.095Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-06-02T16:17:53.095Z] === RUN TestMountDaemonRoot/default/bind_root [2021-06-02T16:17:53.095Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-06-02T16:17:53.095Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-06-02T16:17:53.095Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-06-02T16:17:53.095Z] === RUN TestMountDaemonRoot/default/mount_root [2021-06-02T16:17:53.095Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-06-02T16:17:53.095Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-06-02T16:17:53.095Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-06-02T16:17:53.095Z] === CONT TestMountDaemonRoot/rshared [2021-06-02T16:17:53.095Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-06-02T16:17:53.095Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-06-02T16:17:53.095Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-06-02T16:17:53.095Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-06-02T16:17:53.095Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-06-02T16:17:53.095Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-06-02T16:17:53.095Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-06-02T16:17:53.095Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-06-02T16:17:53.095Z] === CONT TestMountDaemonRoot/shared [2021-06-02T16:17:53.095Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-06-02T16:17:53.095Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-06-02T16:17:53.095Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-06-02T16:17:53.095Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-06-02T16:17:53.095Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-06-02T16:17:53.095Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-06-02T16:17:53.095Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-06-02T16:17:53.095Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-06-02T16:17:53.095Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-06-02T16:17:53.095Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-06-02T16:17:53.095Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-06-02T16:17:53.095Z] === CONT TestMountDaemonRoot/rprivate [2021-06-02T16:17:53.095Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-06-02T16:17:53.095Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-06-02T16:17:53.095Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-06-02T16:17:53.095Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-06-02T16:17:53.095Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-06-02T16:17:53.095Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-06-02T16:17:53.095Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-06-02T16:17:53.095Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-06-02T16:17:53.095Z] === CONT TestMountDaemonRoot/slave [2021-06-02T16:17:53.095Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-06-02T16:17:53.095Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-06-02T16:17:53.095Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-06-02T16:17:53.095Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-06-02T16:17:53.095Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-06-02T16:17:53.095Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-06-02T16:17:53.095Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-06-02T16:17:53.095Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-06-02T16:17:53.095Z] === CONT TestMountDaemonRoot/private [2021-06-02T16:17:53.095Z] === RUN TestMountDaemonRoot/private/bind_root [2021-06-02T16:17:53.095Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-06-02T16:17:53.095Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-06-02T16:17:53.095Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-06-02T16:17:53.095Z] === RUN TestMountDaemonRoot/private/mount_root [2021-06-02T16:17:53.095Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-06-02T16:17:53.095Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-06-02T16:17:53.095Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-06-02T16:17:53.095Z] === CONT TestMountDaemonRoot/default/bind_root [2021-06-02T16:17:53.095Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-06-02T16:17:53.353Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-06-02T16:17:53.353Z] === CONT TestMountDaemonRoot/default/mount_root [2021-06-02T16:17:53.353Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-06-02T16:17:53.353Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-06-02T16:17:53.353Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-06-02T16:17:53.353Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-06-02T16:17:53.353Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-06-02T16:17:53.353Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-06-02T16:17:53.353Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-06-02T16:17:53.353Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-06-02T16:17:53.608Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-06-02T16:17:53.608Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-06-02T16:17:53.608Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-06-02T16:17:53.608Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-06-02T16:17:53.608Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-06-02T16:17:53.608Z] === CONT TestMountDaemonRoot/private/bind_root [2021-06-02T16:17:53.608Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-06-02T16:17:53.608Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-06-02T16:17:53.608Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-06-02T16:17:53.608Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-06-02T16:17:53.608Z] === CONT TestMountDaemonRoot/private/mount_root [2021-06-02T16:17:53.608Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-06-02T16:17:53.865Z] --- PASS: TestMountDaemonRoot (0.04s) [2021-06-02T16:17:53.865Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-06-02T16:17:53.865Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2021-06-02T16:17:53.865Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2021-06-02T16:17:53.865Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2021-06-02T16:17:53.865Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2021-06-02T16:17:53.865Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-06-02T16:17:53.865Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.12s) [2021-06-02T16:17:53.865Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2021-06-02T16:17:53.865Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2021-06-02T16:17:53.865Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2021-06-02T16:17:53.865Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-06-02T16:17:53.865Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.11s) [2021-06-02T16:17:53.865Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2021-06-02T16:17:53.865Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2021-06-02T16:17:53.865Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2021-06-02T16:17:53.865Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-06-02T16:17:53.865Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2021-06-02T16:17:53.865Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-06-02T16:17:53.865Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2021-06-02T16:17:53.865Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2021-06-02T16:17:53.865Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-06-02T16:17:53.865Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2021-06-02T16:17:53.865Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.06s) [2021-06-02T16:17:53.865Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.06s) [2021-06-02T16:17:53.865Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-06-02T16:17:53.865Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-06-02T16:17:53.865Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2021-06-02T16:17:53.865Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-06-02T16:17:53.865Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2021-06-02T16:17:53.865Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.06s) [2021-06-02T16:17:53.865Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-06-02T16:17:53.865Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-06-02T16:17:53.865Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2021-06-02T16:17:53.865Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-06-02T16:17:53.865Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-06-02T16:17:53.865Z] === RUN TestContainerBindMountNonRecursive [2021-06-02T16:17:53.919Z] --- PASS: TestExternalGraphDriver (5.75s) [2021-06-02T16:17:53.919Z] --- PASS: TestExternalGraphDriver/json (1.92s) [2021-06-02T16:17:53.919Z] --- PASS: TestExternalGraphDriver/spec (1.93s) [2021-06-02T16:17:53.919Z] --- PASS: TestExternalGraphDriver/pull (1.83s) [2021-06-02T16:17:53.919Z] === RUN TestGraphdriverPluginV2 [2021-06-02T16:17:53.982Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-06-02T16:17:53.982Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-06-02T16:17:53.982Z] === RUN TestContinueOnError_MirrorEndpoint [2021-06-02T16:17:53.982Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-06-02T16:17:53.982Z] === RUN TestContinueOnError_NeverContinue [2021-06-02T16:17:53.982Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-06-02T16:17:53.982Z] === RUN TestManifestStore [2021-06-02T16:17:53.982Z] === RUN TestManifestStore/no_remote_or_local [2021-06-02T16:17:53.982Z] time="2021-06-02T16:17:53Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local503871311\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-06-02T16:17:53.982Z] === RUN TestManifestStore/no_local_cache [2021-06-02T16:17:53.982Z] === RUN TestSuccessfulDownload [2021-06-02T16:17:53.982Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-06-02T16:17:53.982Z] download_test.go:268: Needs fixing on Windows [2021-06-02T16:17:53.982Z] === RUN TestCancelledDownload [2021-06-02T16:17:53.982Z] --- PASS: TestCancelledDownload (0.00s) [2021-06-02T16:17:53.982Z] === RUN TestMaxDownloadAttempts [2021-06-02T16:17:53.982Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-06-02T16:17:53.982Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-06-02T16:17:53.982Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-06-02T16:17:53.982Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-06-02T16:17:53.982Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-06-02T16:17:53.982Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-06-02T16:17:53.982Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-06-02T16:17:53.982Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-06-02T16:17:53.982Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-06-02T16:17:53.982Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-06-02T16:17:53.982Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-06-02T16:17:53.982Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-06-02T16:17:53.982Z] === RUN TestManifestStore/with_local_cache [2021-06-02T16:17:53.982Z] === RUN TestManifestStore/unknown_media_type [2021-06-02T16:17:53.982Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-06-02T16:17:53.982Z] time="2021-06-02T16:17:53Z" level=warning msg="reference for unknown type: " [2021-06-02T16:17:53.982Z] time="2021-06-02T16:17:53Z" level=warning msg="reference for unknown type: " [2021-06-02T16:17:53.982Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-06-02T16:17:53.982Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-06-02T16:17:53.982Z] time="2021-06-02T16:17:53Z" level=warning msg="reference for unknown type: " [2021-06-02T16:17:53.982Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-06-02T16:17:53.982Z] time="2021-06-02T16:17:53Z" level=warning msg="reference for unknown type: " [2021-06-02T16:17:53.982Z] time="2021-06-02T16:17:53Z" level=warning msg="reference for unknown type: " [2021-06-02T16:17:53.982Z] === RUN TestManifestStore/error_persisting_manifest [2021-06-02T16:17:53.982Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-06-02T16:17:53.982Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-06-02T16:17:53.982Z] time="2021-06-02T16:17:53Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-06-02T16:17:53.982Z] --- PASS: TestManifestStore (0.25s) [2021-06-02T16:17:53.982Z] --- PASS: TestManifestStore/no_remote_or_local (0.16s) [2021-06-02T16:17:53.982Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2021-06-02T16:17:53.982Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2021-06-02T16:17:53.982Z] --- PASS: TestManifestStore/unknown_media_type (0.04s) [2021-06-02T16:17:53.982Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s) [2021-06-02T16:17:53.982Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2021-06-02T16:17:53.982Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2021-06-02T16:17:53.982Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.01s) [2021-06-02T16:17:53.982Z] --- PASS: TestManifestStore/error_persisting_manifest (0.01s) [2021-06-02T16:17:53.982Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-06-02T16:17:53.982Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2021-06-02T16:17:53.982Z] === RUN TestDetectManifestBlobMediaType [2021-06-02T16:17:53.982Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-06-02T16:17:53.982Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-06-02T16:17:53.982Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-06-02T16:17:53.982Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-06-02T16:17:53.982Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-06-02T16:17:53.982Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-06-02T16:17:53.982Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-06-02T16:17:53.982Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-06-02T16:17:53.982Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-06-02T16:17:53.982Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-06-02T16:17:53.982Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-06-02T16:17:53.982Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-06-02T16:17:53.982Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-06-02T16:17:53.982Z] === RUN TestFixManifestLayers [2021-06-02T16:17:53.982Z] --- PASS: TestFixManifestLayers (0.00s) [2021-06-02T16:17:53.982Z] === RUN TestFixManifestLayersBaseLayerParent [2021-06-02T16:17:53.982Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-06-02T16:17:53.982Z] pull_v2_test.go:73: Needs fixing on Windows [2021-06-02T16:17:53.982Z] === RUN TestFixManifestLayersBadParent [2021-06-02T16:17:53.982Z] --- PASS: TestV2MetadataService (1.06s) [2021-06-02T16:17:53.982Z] PASS [2021-06-02T16:17:53.982Z] coverage: 48.2% of statements [2021-06-02T16:17:53.982Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-06-02T16:17:53.982Z] === RUN TestValidateManifest [2021-06-02T16:17:53.982Z] --- SKIP: TestValidateManifest (0.00s) [2021-06-02T16:17:53.982Z] pull_v2_test.go:118: Needs fixing on Windows [2021-06-02T16:17:53.982Z] === RUN TestFormatPlatform [2021-06-02T16:17:53.982Z] --- PASS: TestFormatPlatform (0.00s) [2021-06-02T16:17:53.982Z] === RUN TestGetRepositoryMountCandidates [2021-06-02T16:17:53.982Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-06-02T16:17:53.982Z] === RUN TestLayerAlreadyExists [2021-06-02T16:17:53.982Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-06-02T16:17:53.982Z] 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-06-02T16:17:53.982Z] 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-06-02T16:17:53.982Z] 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-06-02T16:17:53.982Z] 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-06-02T16:17:53.982Z] 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-06-02T16:17:53.982Z] 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-06-02T16:17:53.982Z] === RUN TestWhenEmptyAuthConfig [2021-06-02T16:17:53.982Z] ok github.com/docker/docker/distribution/metadata 1.290s coverage: 48.2% of statements [2021-06-02T16:17:54.120Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-06-02T16:17:54.376Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2021-06-02T16:17:54.443Z] time="2021-06-02T16:17:54Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-06-02T16:17:54.443Z] time="2021-06-02T16:17:54Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-06-02T16:17:54.443Z] time="2021-06-02T16:17:54Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-06-02T16:17:54.443Z] time="2021-06-02T16:17:54Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-06-02T16:17:54.443Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-06-02T16:17:54.443Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.38s) [2021-06-02T16:17:54.443Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.38s) [2021-06-02T16:17:54.443Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.38s) [2021-06-02T16:17:54.443Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.38s) [2021-06-02T16:17:54.443Z] === RUN TestTransfer [2021-06-02T16:17:54.443Z] --- PASS: TestTransfer (0.14s) [2021-06-02T16:17:54.443Z] === RUN TestConcurrencyLimit [2021-06-02T16:17:54.515Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-06-02T16:17:54.903Z] === RUN TestNotFound [2021-06-02T16:17:54.903Z] --- PASS: TestNotFound (0.00s) [2021-06-02T16:17:54.903Z] === RUN TestConflict [2021-06-02T16:17:54.903Z] --- PASS: TestConflict (0.00s) [2021-06-02T16:17:54.903Z] === RUN TestForbidden [2021-06-02T16:17:54.903Z] --- PASS: TestForbidden (0.00s) [2021-06-02T16:17:54.903Z] === RUN TestInvalidParameter [2021-06-02T16:17:54.903Z] --- PASS: TestInvalidParameter (0.00s) [2021-06-02T16:17:54.903Z] === RUN TestNotImplemented [2021-06-02T16:17:54.903Z] --- PASS: TestNotImplemented (0.00s) [2021-06-02T16:17:54.903Z] === RUN TestNotModified [2021-06-02T16:17:54.903Z] --- PASS: TestNotModified (0.00s) [2021-06-02T16:17:54.903Z] === RUN TestUnauthorized [2021-06-02T16:17:54.903Z] --- PASS: TestUnauthorized (0.00s) [2021-06-02T16:17:54.903Z] === RUN TestUnknown [2021-06-02T16:17:54.903Z] --- PASS: TestUnknown (0.00s) [2021-06-02T16:17:54.903Z] === RUN TestCancelled [2021-06-02T16:17:54.903Z] --- PASS: TestCancelled (0.00s) [2021-06-02T16:17:54.903Z] === RUN TestDeadline [2021-06-02T16:17:54.903Z] --- PASS: TestDeadline (0.00s) [2021-06-02T16:17:54.903Z] === RUN TestDataLoss [2021-06-02T16:17:54.903Z] --- PASS: TestDataLoss (0.00s) [2021-06-02T16:17:54.903Z] === RUN TestUnavailable [2021-06-02T16:17:54.903Z] --- PASS: TestUnavailable (0.00s) [2021-06-02T16:17:54.903Z] === RUN TestSystem [2021-06-02T16:17:54.903Z] --- PASS: TestSystem (0.00s) [2021-06-02T16:17:54.903Z] === RUN TestFromStatusCode [2021-06-02T16:17:54.903Z] === RUN TestFromStatusCode/Not_Found [2021-06-02T16:17:54.903Z] === RUN TestFromStatusCode/Bad_Request [2021-06-02T16:17:54.903Z] === RUN TestFromStatusCode/Conflict [2021-06-02T16:17:54.903Z] === RUN TestFromStatusCode/Unauthorized [2021-06-02T16:17:54.903Z] === RUN TestFromStatusCode/Service_Unavailable [2021-06-02T16:17:54.903Z] === RUN TestFromStatusCode/Forbidden [2021-06-02T16:17:54.903Z] === RUN TestFromStatusCode/Not_Modified [2021-06-02T16:17:54.903Z] === RUN TestFromStatusCode/Not_Implemented [2021-06-02T16:17:54.903Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-06-02T16:17:54.903Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-06-02T16:17:54.904Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-06-02T16:17:54.904Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-06-02T16:17:54.904Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-06-02T16:17:54.904Z] --- PASS: TestFromStatusCode (0.00s) [2021-06-02T16:17:54.904Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-06-02T16:17:54.904Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-06-02T16:17:54.904Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-06-02T16:17:54.904Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-06-02T16:17:54.904Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-06-02T16:17:54.904Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-06-02T16:17:54.904Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-06-02T16:17:54.904Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-06-02T16:17:54.904Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-06-02T16:17:54.904Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-06-02T16:17:54.904Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-06-02T16:17:54.904Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-06-02T16:17:54.904Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-06-02T16:17:54.904Z] PASS [2021-06-02T16:17:54.904Z] coverage: 53.1% of statements [2021-06-02T16:17:54.904Z] ok github.com/docker/docker/errdefs 0.107s coverage: 53.1% of statements [2021-06-02T16:17:54.904Z] --- PASS: TestConcurrencyLimit (0.37s) [2021-06-02T16:17:54.904Z] === RUN TestInactiveJobs [2021-06-02T16:17:55.303Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2021-06-02T16:17:55.364Z] --- PASS: TestWhenEmptyAuthConfig (1.07s) [2021-06-02T16:17:55.364Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-06-02T16:17:55.364Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-06-02T16:17:55.365Z] === RUN TestTokenPassThru [2021-06-02T16:17:55.365Z] --- PASS: TestTokenPassThru (0.01s) [2021-06-02T16:17:55.365Z] === RUN TestTokenPassThruDifferentHost [2021-06-02T16:17:55.365Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2021-06-02T16:17:55.365Z] PASS [2021-06-02T16:17:55.365Z] coverage: 23.6% of statements [2021-06-02T16:17:55.365Z] ok github.com/docker/docker/distribution 1.444s coverage: 23.6% of statements [2021-06-02T16:17:55.365Z] --- PASS: TestInactiveJobs (0.39s) [2021-06-02T16:17:55.365Z] === RUN TestWatchRelease [2021-06-02T16:17:55.365Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-06-02T16:17:55.365Z] --- PASS: TestWatchRelease (0.05s) [2021-06-02T16:17:55.365Z] === RUN TestWatchFinishedTransfer [2021-06-02T16:17:55.365Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-06-02T16:17:55.365Z] === RUN TestDuplicateTransfer [2021-06-02T16:17:55.365Z] --- PASS: TestDuplicateTransfer (0.05s) [2021-06-02T16:17:55.365Z] === RUN TestSuccessfulUpload [2021-06-02T16:17:55.824Z] time="2021-06-02T16:17:55Z" level=error msg="Upload failed, retrying: simulating retry" [2021-06-02T16:17:55.825Z] --- PASS: TestSuccessfulUpload (0.57s) [2021-06-02T16:17:55.825Z] === RUN TestCancelledUpload [2021-06-02T16:17:55.825Z] --- PASS: TestCancelledUpload (0.00s) [2021-06-02T16:17:55.825Z] PASS [2021-06-02T16:17:55.825Z] coverage: 76.8% of statements [2021-06-02T16:17:56.284Z] ok github.com/docker/docker/distribution/xfer 2.059s coverage: 76.8% of statements [2021-06-02T16:17:56.284Z] ? github.com/docker/docker/dockerversion [no test files] [2021-06-02T16:17:56.745Z] === RUN TestFSGetInvalidData [2021-06-02T16:17:56.745Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-06-02T16:17:56.745Z] === RUN TestFSInvalidSet [2021-06-02T16:17:56.745Z] --- PASS: TestFSInvalidSet (0.01s) [2021-06-02T16:17:56.745Z] === RUN TestFSInvalidRoot [2021-06-02T16:17:56.745Z] --- PASS: TestFSInvalidRoot (0.01s) [2021-06-02T16:17:56.745Z] === RUN TestFSMetadataGetSet [2021-06-02T16:17:56.745Z] --- PASS: TestFSMetadataGetSet (0.03s) [2021-06-02T16:17:56.745Z] === RUN TestFSInvalidWalker [2021-06-02T16:17:56.745Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-06-02T16:17:56.745Z] === RUN TestFSGetSet [2021-06-02T16:17:56.745Z] --- PASS: TestFSGetSet (0.02s) [2021-06-02T16:17:56.745Z] === RUN TestFSGetUnsetKey [2021-06-02T16:17:56.745Z] --- PASS: TestFSGetUnsetKey (0.00s) [2021-06-02T16:17:56.745Z] === RUN TestFSGetEmptyData [2021-06-02T16:17:56.745Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-06-02T16:17:56.745Z] === RUN TestFSDelete [2021-06-02T16:17:56.745Z] === RUN TestCompare [2021-06-02T16:17:56.745Z] --- PASS: TestCompare (0.00s) [2021-06-02T16:17:56.745Z] PASS [2021-06-02T16:17:56.745Z] coverage: 19.2% of statements [2021-06-02T16:17:56.745Z] --- PASS: TestFSDelete (0.01s) [2021-06-02T16:17:56.745Z] === RUN TestFSWalker [2021-06-02T16:17:56.745Z] ok github.com/docker/docker/image/cache 0.076s coverage: 19.2% of statements [2021-06-02T16:17:56.745Z] --- PASS: TestFSWalker (0.01s) [2021-06-02T16:17:56.745Z] === RUN TestFSWalkerStopOnError [2021-06-02T16:17:56.745Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-06-02T16:17:56.745Z] === RUN TestNewFromJSON [2021-06-02T16:17:56.745Z] --- PASS: TestNewFromJSON (0.00s) [2021-06-02T16:17:56.745Z] === RUN TestNewFromJSONWithInvalidJSON [2021-06-02T16:17:57.208Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-06-02T16:17:57.208Z] === RUN TestMarshalKeyOrder [2021-06-02T16:17:57.208Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-06-02T16:17:57.208Z] === RUN TestHistoryEqual [2021-06-02T16:17:57.208Z] --- PASS: TestHistoryEqual (0.14s) [2021-06-02T16:17:57.208Z] === RUN TestImage [2021-06-02T16:17:57.208Z] --- PASS: TestImage (0.00s) [2021-06-02T16:17:57.208Z] === RUN TestImageOSNotEmpty [2021-06-02T16:17:57.208Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-06-02T16:17:57.208Z] === RUN TestNewChildImageFromImageWithRootFS [2021-06-02T16:17:57.208Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-06-02T16:17:57.208Z] === RUN TestCreate [2021-06-02T16:17:57.208Z] --- PASS: TestCreate (0.01s) [2021-06-02T16:17:57.208Z] === RUN TestRestore [2021-06-02T16:17:57.208Z] time="2021-06-02T16:17:56Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-06-02T16:17:57.208Z] --- PASS: TestRestore (0.13s) [2021-06-02T16:17:57.208Z] === RUN TestAddDelete [2021-06-02T16:17:57.208Z] --- PASS: TestAddDelete (0.02s) [2021-06-02T16:17:57.208Z] === RUN TestSearchAfterDelete [2021-06-02T16:17:57.208Z] --- PASS: TestSearchAfterDelete (0.01s) [2021-06-02T16:17:57.208Z] === RUN TestParentReset [2021-06-02T16:17:57.208Z] --- PASS: TestParentReset (0.02s) [2021-06-02T16:17:57.208Z] === RUN TestGetAndSetLastUpdated [2021-06-02T16:17:57.208Z] --- PASS: TestGetAndSetLastUpdated (0.01s) [2021-06-02T16:17:57.208Z] === RUN TestStoreLen [2021-06-02T16:17:57.208Z] --- PASS: TestStoreLen (0.09s) [2021-06-02T16:17:57.208Z] PASS [2021-06-02T16:17:57.208Z] coverage: 86.6% of statements [2021-06-02T16:17:57.208Z] ok github.com/docker/docker/image 0.705s coverage: 86.6% of statements [2021-06-02T16:17:57.667Z] === RUN TestValidateManifest [2021-06-02T16:17:57.668Z] === RUN TestValidateManifest/nil [2021-06-02T16:17:57.668Z] === RUN TestValidateManifest/non-nil [2021-06-02T16:17:57.668Z] --- PASS: TestValidateManifest (0.00s) [2021-06-02T16:17:57.668Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-06-02T16:17:57.668Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-06-02T16:17:57.668Z] PASS [2021-06-02T16:17:57.668Z] coverage: 0.6% of statements [2021-06-02T16:17:57.668Z] ok github.com/docker/docker/image/tarexport 0.067s coverage: 0.6% of statements [2021-06-02T16:17:57.906Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-06-02T16:17:57.906Z] --- PASS: TestContainerBindMountNonRecursive (3.89s) [2021-06-02T16:17:57.906Z] === RUN TestContainerVolumesMountedAsShared [2021-06-02T16:17:58.147Z] --- PASS: TestGraphdriverPluginV2 (3.79s) [2021-06-02T16:17:58.147Z] PASS [2021-06-02T16:17:58.147Z] [2021-06-02T16:17:58.147Z] DONE 5 tests in 9.588s [2021-06-02T16:17:58.147Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-06-02T16:17:58.147Z] INFO: Testing against a local daemon [2021-06-02T16:17:58.147Z] === RUN TestContinueAfterPluginCrash [2021-06-02T16:17:58.147Z] === PAUSE TestContinueAfterPluginCrash [2021-06-02T16:17:58.147Z] === RUN TestReadPluginNoRead [2021-06-02T16:17:58.147Z] === PAUSE TestReadPluginNoRead [2021-06-02T16:17:58.147Z] === RUN TestDaemonStartWithLogOpt [2021-06-02T16:17:58.147Z] === PAUSE TestDaemonStartWithLogOpt [2021-06-02T16:17:58.147Z] === CONT TestContinueAfterPluginCrash [2021-06-02T16:17:58.147Z] === CONT TestDaemonStartWithLogOpt [2021-06-02T16:17:58.508Z] --- PASS: TestContainerVolumesMountedAsShared (0.82s) [2021-06-02T16:17:58.508Z] === RUN TestContainerVolumesMountedAsSlave [2021-06-02T16:17:58.638Z] === RUN TestMakeV1ConfigFromConfig [2021-06-02T16:17:58.638Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-06-02T16:17:58.638Z] PASS [2021-06-02T16:17:58.638Z] coverage: 25.0% of statements [2021-06-02T16:17:58.638Z] ok github.com/docker/docker/image/v1 0.100s coverage: 25.0% of statements [2021-06-02T16:17:58.638Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-06-02T16:17:59.097Z] === RUN TestSerialization [2021-06-02T16:17:59.558Z] --- PASS: TestSerialization (0.04s) [2021-06-02T16:17:59.558Z] PASS [2021-06-02T16:17:59.558Z] coverage: 100.0% of statements [2021-06-02T16:17:59.558Z] ok github.com/docker/docker/libcontainerd/queue 0.105s coverage: 100.0% of statements [2021-06-02T16:18:00.399Z] --- PASS: TestContainerVolumesMountedAsSlave (1.92s) [2021-06-02T16:18:00.399Z] === RUN TestNetworkNat [2021-06-02T16:18:00.528Z] === RUN TestEmptyLayer [2021-06-02T16:18:00.528Z] --- PASS: TestEmptyLayer (0.00s) [2021-06-02T16:18:00.528Z] === RUN TestCommitFailure [2021-06-02T16:18:00.528Z] --- PASS: TestCommitFailure (0.01s) [2021-06-02T16:18:00.528Z] === RUN TestStartTransactionFailure [2021-06-02T16:18:00.528Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-06-02T16:18:00.528Z] === RUN TestGetOrphan [2021-06-02T16:18:00.528Z] --- PASS: TestGetOrphan (0.01s) [2021-06-02T16:18:00.528Z] === RUN TestMountAndRegister [2021-06-02T16:18:00.528Z] --- PASS: TestMountAndRegister (0.04s) [2021-06-02T16:18:00.528Z] layer_test.go:271: Layer size: 14 [2021-06-02T16:18:00.528Z] === RUN TestLayerRelease [2021-06-02T16:18:00.528Z] --- SKIP: TestLayerRelease (0.00s) [2021-06-02T16:18:00.528Z] layer_test.go:304: Failing on Windows [2021-06-02T16:18:00.528Z] === RUN TestStoreRestore [2021-06-02T16:18:00.528Z] --- SKIP: TestStoreRestore (0.00s) [2021-06-02T16:18:00.528Z] layer_test.go:353: Failing on Windows [2021-06-02T16:18:00.528Z] === RUN TestTarStreamStability [2021-06-02T16:18:00.528Z] --- SKIP: TestTarStreamStability (0.00s) [2021-06-02T16:18:00.528Z] layer_test.go:468: Failing on Windows [2021-06-02T16:18:00.528Z] === RUN TestRegisterExistingLayer [2021-06-02T16:18:00.528Z] --- PASS: TestRegisterExistingLayer (0.12s) [2021-06-02T16:18:00.528Z] === RUN TestTarStreamVerification [2021-06-02T16:18:00.528Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-06-02T16:18:00.528Z] layer_test.go:697: Failing on Windows [2021-06-02T16:18:00.528Z] === RUN TestLayerMigration [2021-06-02T16:18:00.528Z] --- SKIP: TestLayerMigration (0.00s) [2021-06-02T16:18:00.528Z] migration_test.go:46: Failing on Windows [2021-06-02T16:18:00.528Z] === RUN TestLayerMigrationNoTarsplit [2021-06-02T16:18:00.988Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-06-02T16:18:00.988Z] migration_test.go:182: Failing on Windows [2021-06-02T16:18:00.988Z] === RUN TestMountInit [2021-06-02T16:18:00.988Z] --- SKIP: TestMountInit (0.00s) [2021-06-02T16:18:00.988Z] mount_test.go:17: Failing on Windows [2021-06-02T16:18:00.988Z] === RUN TestMountSize [2021-06-02T16:18:00.988Z] --- SKIP: TestMountSize (0.00s) [2021-06-02T16:18:00.988Z] mount_test.go:76: Failing on Windows [2021-06-02T16:18:00.988Z] === RUN TestMountChanges [2021-06-02T16:18:00.988Z] --- SKIP: TestMountChanges (0.00s) [2021-06-02T16:18:00.988Z] mount_test.go:125: Failing on Windows [2021-06-02T16:18:00.988Z] === RUN TestMountApply [2021-06-02T16:18:00.988Z] --- SKIP: TestMountApply (0.00s) [2021-06-02T16:18:00.988Z] mount_test.go:212: Failing on Windows [2021-06-02T16:18:00.988Z] PASS [2021-06-02T16:18:00.988Z] coverage: 30.1% of statements [2021-06-02T16:18:00.988Z] ok github.com/docker/docker/layer 0.491s coverage: 30.1% of statements [2021-06-02T16:18:00.988Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-06-02T16:18:00.988Z] === RUN TestEnvironmentParsing [2021-06-02T16:18:00.988Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-06-02T16:18:00.988Z] PASS [2021-06-02T16:18:00.988Z] coverage: 1.0% of statements [2021-06-02T16:18:00.988Z] ok github.com/docker/docker/libcontainerd/local 0.253s coverage: 1.0% of statements [2021-06-02T16:18:00.988Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-06-02T16:18:00.988Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-06-02T16:18:00.988Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-06-02T16:18:00.988Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-06-02T16:18:00.988Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-06-02T16:18:00.988Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-06-02T16:18:00.988Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-06-02T16:18:00.988Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-06-02T16:18:00.988Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-06-02T16:18:00.988Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-06-02T16:18:00.988Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-06-02T16:18:00.988Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-06-02T16:18:00.988Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-06-02T16:18:00.988Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-06-02T16:18:00.988Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-06-02T16:18:00.988Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-06-02T16:18:00.988Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-06-02T16:18:00.988Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-06-02T16:18:00.988Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-06-02T16:18:00.988Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-06-02T16:18:00.988Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-06-02T16:18:00.988Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-06-02T16:18:00.988Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-06-02T16:18:00.988Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-06-02T16:18:00.988Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-06-02T16:18:00.988Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-06-02T16:18:00.988Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-06-02T16:18:00.988Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-06-02T16:18:00.988Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-06-02T16:18:00.988Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-06-02T16:18:00.988Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-06-02T16:18:00.988Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-06-02T16:18:00.988Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-06-02T16:18:00.988Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-06-02T16:18:00.988Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-06-02T16:18:00.988Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-06-02T16:18:00.988Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-06-02T16:18:00.988Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-06-02T16:18:00.988Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-06-02T16:18:00.988Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-06-02T16:18:00.988Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-06-02T16:18:00.988Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-06-02T16:18:00.988Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-06-02T16:18:00.988Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-06-02T16:18:00.988Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-06-02T16:18:00.988Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-06-02T16:18:00.988Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-06-02T16:18:00.988Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-06-02T16:18:00.988Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-06-02T16:18:00.988Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-06-02T16:18:00.988Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-06-02T16:18:00.988Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-06-02T16:18:00.988Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-06-02T16:18:00.988Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-06-02T16:18:00.988Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-06-02T16:18:00.988Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-06-02T16:18:00.988Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-06-02T16:18:00.988Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-06-02T16:18:00.988Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-06-02T16:18:00.988Z] PASS [2021-06-02T16:18:00.988Z] coverage: 44.0% of statements [2021-06-02T16:18:00.988Z] ok github.com/docker/docker/oci 0.087s coverage: 44.0% of statements [2021-06-02T16:18:00.988Z] ? github.com/docker/docker/oci/caps [no test files] [2021-06-02T16:18:01.110Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-06-02T16:18:01.323Z] === RUN TestBoolValue [2021-06-02T16:18:01.323Z] --- PASS: TestBoolValue (0.00s) [2021-06-02T16:18:01.323Z] === RUN TestBoolValueOrDefault [2021-06-02T16:18:01.323Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-06-02T16:18:01.323Z] === RUN TestInt64ValueOrZero [2021-06-02T16:18:01.323Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-06-02T16:18:01.323Z] === RUN TestInt64ValueOrDefault [2021-06-02T16:18:01.323Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-06-02T16:18:01.323Z] === RUN TestInt64ValueOrDefaultWithError [2021-06-02T16:18:01.323Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-06-02T16:18:01.323Z] === RUN TestJsonContentType [2021-06-02T16:18:01.323Z] --- PASS: TestJsonContentType (0.00s) [2021-06-02T16:18:01.323Z] PASS [2021-06-02T16:18:01.323Z] coverage: 14.7% of statements [2021-06-02T16:18:01.323Z] ok github.com/docker/docker/api/server/httputils 0.055s coverage: 14.7% of statements [2021-06-02T16:18:01.323Z] === RUN TestMaskSecretKeys [2021-06-02T16:18:01.323Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-06-02T16:18:01.323Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-06-02T16:18:01.323Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-06-02T16:18:01.323Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-06-02T16:18:01.323Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-06-02T16:18:01.323Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-06-02T16:18:01.323Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-06-02T16:18:01.323Z] === RUN TestVersionMiddlewareVersion [2021-06-02T16:18:01.323Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-06-02T16:18:01.323Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-06-02T16:18:01.323Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-06-02T16:18:01.323Z] PASS [2021-06-02T16:18:01.323Z] coverage: 37.7% of statements [2021-06-02T16:18:01.323Z] ok github.com/docker/docker/api/server/middleware 0.138s coverage: 37.7% of statements [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/api/server/router [no test files] [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-06-02T16:18:01.323Z] === RUN TestStrSliceMarshalJSON [2021-06-02T16:18:01.323Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-06-02T16:18:01.323Z] === RUN TestStrSliceUnmarshalJSON [2021-06-02T16:18:01.323Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-06-02T16:18:01.323Z] === RUN TestStrSliceUnmarshalString [2021-06-02T16:18:01.323Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-06-02T16:18:01.323Z] === RUN TestStrSliceUnmarshalSlice [2021-06-02T16:18:01.323Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-06-02T16:18:01.323Z] PASS [2021-06-02T16:18:01.323Z] coverage: 90.0% of statements [2021-06-02T16:18:01.323Z] ok github.com/docker/docker/api/types/strslice 0.148s coverage: 90.0% of statements [2021-06-02T16:18:01.323Z] === RUN TestToJSON [2021-06-02T16:18:01.323Z] --- PASS: TestToJSON (0.00s) [2021-06-02T16:18:01.323Z] === RUN TestToParamWithVersion [2021-06-02T16:18:01.323Z] --- PASS: TestToParamWithVersion (0.00s) [2021-06-02T16:18:01.323Z] === RUN TestFromJSON [2021-06-02T16:18:01.323Z] --- PASS: TestFromJSON (0.00s) [2021-06-02T16:18:01.323Z] === RUN TestEmpty [2021-06-02T16:18:01.323Z] --- PASS: TestEmpty (0.00s) [2021-06-02T16:18:01.323Z] === RUN TestArgsMatchKVListEmptySources [2021-06-02T16:18:01.323Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-06-02T16:18:01.323Z] === RUN TestArgsMatchKVList [2021-06-02T16:18:01.323Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-06-02T16:18:01.323Z] === RUN TestArgsMatch [2021-06-02T16:18:01.323Z] --- PASS: TestArgsMatch (0.00s) [2021-06-02T16:18:01.323Z] === RUN TestAdd [2021-06-02T16:18:01.323Z] --- PASS: TestAdd (0.00s) [2021-06-02T16:18:01.323Z] === RUN TestDel [2021-06-02T16:18:01.323Z] --- PASS: TestDel (0.00s) [2021-06-02T16:18:01.323Z] === RUN TestLen [2021-06-02T16:18:01.323Z] --- PASS: TestLen (0.00s) [2021-06-02T16:18:01.323Z] === RUN TestExactMatch [2021-06-02T16:18:01.323Z] --- PASS: TestExactMatch (0.00s) [2021-06-02T16:18:01.323Z] === RUN TestOnlyOneExactMatch [2021-06-02T16:18:01.323Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-06-02T16:18:01.323Z] === RUN TestContains [2021-06-02T16:18:01.323Z] --- PASS: TestContains (0.00s) [2021-06-02T16:18:01.323Z] === RUN TestValidate [2021-06-02T16:18:01.323Z] --- PASS: TestValidate (0.00s) [2021-06-02T16:18:01.323Z] === RUN TestWalkValues [2021-06-02T16:18:01.323Z] --- PASS: TestWalkValues (0.00s) [2021-06-02T16:18:01.323Z] === RUN TestFuzzyMatch [2021-06-02T16:18:01.323Z] --- PASS: TestFuzzyMatch (0.00s) [2021-06-02T16:18:01.323Z] === RUN TestClone [2021-06-02T16:18:01.323Z] --- PASS: TestClone (0.00s) [2021-06-02T16:18:01.323Z] PASS [2021-06-02T16:18:01.323Z] coverage: 92.2% of statements [2021-06-02T16:18:01.323Z] ok github.com/docker/docker/api/types/filters 0.046s coverage: 92.2% of statements [2021-06-02T16:18:01.323Z] === RUN TestAdjustForAPIVersion [2021-06-02T16:18:01.323Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-06-02T16:18:01.323Z] PASS [2021-06-02T16:18:01.323Z] coverage: 5.7% of statements [2021-06-02T16:18:01.323Z] ok github.com/docker/docker/api/server/router/swarm 0.074s coverage: 5.7% of statements [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/api/types [no test files] [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/api/types/container [no test files] [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/api/types/events [no test files] [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/api/types/image [no test files] [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/api/types/network [no test files] [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-06-02T16:18:01.323Z] === RUN TestDurationToSecondsString [2021-06-02T16:18:01.323Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-06-02T16:18:01.323Z] === RUN TestGetTimestamp [2021-06-02T16:18:01.323Z] --- PASS: TestGetTimestamp (0.13s) [2021-06-02T16:18:01.323Z] === RUN TestParseTimestamps [2021-06-02T16:18:01.323Z] --- PASS: TestParseTimestamps (0.00s) [2021-06-02T16:18:01.323Z] PASS [2021-06-02T16:18:01.323Z] coverage: 100.0% of statements [2021-06-02T16:18:01.323Z] ok github.com/docker/docker/api/types/time 0.172s coverage: 100.0% of statements [2021-06-02T16:18:01.323Z] === RUN TestCompareVersion [2021-06-02T16:18:01.323Z] --- PASS: TestCompareVersion (0.00s) [2021-06-02T16:18:01.323Z] PASS [2021-06-02T16:18:01.323Z] coverage: 75.0% of statements [2021-06-02T16:18:01.323Z] ok github.com/docker/docker/api/types/versions 0.037s coverage: 75.0% of statements [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/builder [no test files] [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-06-02T16:18:01.323Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-06-02T16:18:01.323Z] === RUN TestParseRemoteURL [2021-06-02T16:18:01.323Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-06-02T16:18:01.323Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-06-02T16:18:01.323Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-06-02T16:18:01.323Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-06-02T16:18:01.323Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-06-02T16:18:01.323Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-06-02T16:18:01.323Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-06-02T16:18:01.323Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-06-02T16:18:01.323Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-06-02T16:18:01.323Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-06-02T16:18:01.323Z] --- PASS: TestParseRemoteURL (0.00s) [2021-06-02T16:18:01.323Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-06-02T16:18:01.323Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-06-02T16:18:01.323Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-06-02T16:18:01.323Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-06-02T16:18:01.323Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-06-02T16:18:01.323Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-06-02T16:18:01.323Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-06-02T16:18:01.323Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-06-02T16:18:01.323Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-06-02T16:18:01.323Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-06-02T16:18:01.323Z] === RUN TestCloneArgsSmartHttp [2021-06-02T16:18:01.323Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2021-06-02T16:18:01.323Z] === RUN TestCloneArgsDumbHttp [2021-06-02T16:18:01.323Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-06-02T16:18:01.323Z] === RUN TestCloneArgsGit [2021-06-02T16:18:01.323Z] --- PASS: TestCloneArgsGit (0.00s) [2021-06-02T16:18:01.323Z] === RUN TestCheckoutGit [2021-06-02T16:18:01.325Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-06-02T16:18:01.449Z] === RUN TestAddressPoolOpt [2021-06-02T16:18:01.449Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-06-02T16:18:01.449Z] === RUN TestValidateEnv [2021-06-02T16:18:01.783Z] === RUN TestEnable [2021-06-02T16:18:01.784Z] --- PASS: TestEnable (0.00s) [2021-06-02T16:18:01.784Z] === RUN TestDisable [2021-06-02T16:18:01.784Z] --- PASS: TestDisable (0.00s) [2021-06-02T16:18:01.784Z] === RUN TestEnabled [2021-06-02T16:18:01.784Z] --- PASS: TestEnabled (0.00s) [2021-06-02T16:18:01.784Z] PASS [2021-06-02T16:18:01.784Z] coverage: 100.0% of statements [2021-06-02T16:18:01.784Z] ok github.com/docker/docker/cli/debug 0.038s coverage: 100.0% of statements [2021-06-02T16:18:01.885Z] --- PASS: TestNetworkNat (1.53s) [2021-06-02T16:18:01.885Z] === RUN TestNetworkLocalhostTCPNat [2021-06-02T16:18:01.914Z] === RUN TestValidateEnv/a [2021-06-02T16:18:01.914Z] === RUN TestValidateEnv/something [2021-06-02T16:18:01.914Z] === RUN TestValidateEnv/_=a [2021-06-02T16:18:01.914Z] === RUN TestValidateEnv/env1=value1 [2021-06-02T16:18:01.914Z] === RUN TestValidateEnv/_env1=value1 [2021-06-02T16:18:01.914Z] === RUN TestValidateEnv/env2=value2=value3 [2021-06-02T16:18:01.914Z] === RUN TestValidateEnv/env3=abc!qwe [2021-06-02T16:18:01.914Z] === RUN TestValidateEnv/env_4=value_4 [2021-06-02T16:18:01.914Z] === RUN TestValidateEnv/PATH [2021-06-02T16:18:01.914Z] === RUN TestValidateEnv/=a [2021-06-02T16:18:01.914Z] === RUN TestValidateEnv/PATH= [2021-06-02T16:18:01.914Z] === RUN TestValidateEnv/PATH=something [2021-06-02T16:18:01.914Z] === RUN TestValidateEnv/asd!qwe [2021-06-02T16:18:01.914Z] === RUN TestValidateEnv/1asd [2021-06-02T16:18:01.914Z] === RUN TestValidateEnv/123 [2021-06-02T16:18:01.914Z] === RUN TestValidateEnv/some_space [2021-06-02T16:18:01.914Z] === RUN TestValidateEnv/__some_space_before [2021-06-02T16:18:01.914Z] === RUN TestValidateEnv/some_space_after__ [2021-06-02T16:18:01.914Z] === RUN TestValidateEnv/= [2021-06-02T16:18:01.914Z] === RUN TestValidateEnv/PaTh [2021-06-02T16:18:01.914Z] --- PASS: TestValidateEnv (0.00s) [2021-06-02T16:18:01.914Z] --- PASS: TestValidateEnv/a (0.00s) [2021-06-02T16:18:01.914Z] --- PASS: TestValidateEnv/something (0.00s) [2021-06-02T16:18:01.914Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-06-02T16:18:01.914Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-06-02T16:18:01.914Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-06-02T16:18:01.914Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-06-02T16:18:01.914Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-06-02T16:18:01.914Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-06-02T16:18:01.914Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-06-02T16:18:01.914Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-06-02T16:18:01.914Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-06-02T16:18:01.914Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-06-02T16:18:01.914Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-06-02T16:18:01.914Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-06-02T16:18:01.914Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-06-02T16:18:01.914Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-06-02T16:18:01.914Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-06-02T16:18:01.914Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-06-02T16:18:01.914Z] --- PASS: TestValidateEnv/= (0.00s) [2021-06-02T16:18:01.914Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-06-02T16:18:01.914Z] === RUN TestParseHost [2021-06-02T16:18:01.914Z] --- PASS: TestParseHost (0.00s) [2021-06-02T16:18:01.914Z] === RUN TestParseDockerDaemonHost [2021-06-02T16:18:01.914Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-06-02T16:18:01.914Z] === RUN TestParseTCP [2021-06-02T16:18:01.914Z] --- PASS: TestParseTCP (0.00s) [2021-06-02T16:18:01.914Z] === RUN TestParseInvalidUnixAddrInvalid [2021-06-02T16:18:01.914Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-06-02T16:18:01.914Z] === RUN TestValidateExtraHosts [2021-06-02T16:18:01.914Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-06-02T16:18:01.914Z] === RUN TestIpOptString [2021-06-02T16:18:01.914Z] --- PASS: TestIpOptString (0.00s) [2021-06-02T16:18:01.914Z] === RUN TestNewIpOptInvalidDefaultVal [2021-06-02T16:18:01.914Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-06-02T16:18:01.914Z] === RUN TestNewIpOptValidDefaultVal [2021-06-02T16:18:01.914Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-06-02T16:18:01.914Z] === RUN TestIpOptSetInvalidVal [2021-06-02T16:18:01.914Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-06-02T16:18:01.914Z] === RUN TestValidateIPAddress [2021-06-02T16:18:01.914Z] --- PASS: TestValidateIPAddress (0.00s) [2021-06-02T16:18:01.914Z] === RUN TestMapOpts [2021-06-02T16:18:01.914Z] --- PASS: TestMapOpts (0.00s) [2021-06-02T16:18:01.914Z] === RUN TestListOptsWithoutValidator [2021-06-02T16:18:01.914Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-06-02T16:18:01.914Z] === RUN TestListOptsWithValidator [2021-06-02T16:18:01.914Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-06-02T16:18:01.914Z] === RUN TestValidateDNSSearch [2021-06-02T16:18:01.914Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-06-02T16:18:01.914Z] === RUN TestValidateLabel [2021-06-02T16:18:01.914Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-06-02T16:18:01.914Z] === RUN TestValidateLabel/label_with_general_format [2021-06-02T16:18:01.914Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-06-02T16:18:01.914Z] === RUN TestValidateLabel/label_with_one_more [2021-06-02T16:18:01.914Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-06-02T16:18:01.914Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-06-02T16:18:01.914Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-06-02T16:18:01.914Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-06-02T16:18:01.914Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-06-02T16:18:01.914Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-06-02T16:18:01.914Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-06-02T16:18:01.914Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-06-02T16:18:01.914Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-06-02T16:18:01.914Z] --- PASS: TestValidateLabel (0.00s) [2021-06-02T16:18:01.914Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-06-02T16:18:01.914Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-06-02T16:18:01.914Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-06-02T16:18:01.914Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-06-02T16:18:01.914Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-06-02T16:18:01.914Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-06-02T16:18:01.914Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-06-02T16:18:01.914Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-06-02T16:18:01.914Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-06-02T16:18:01.914Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-06-02T16:18:01.914Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-06-02T16:18:01.914Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-06-02T16:18:01.914Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-06-02T16:18:01.914Z] === RUN TestNamedListOpts [2021-06-02T16:18:01.914Z] --- PASS: TestNamedListOpts (0.00s) [2021-06-02T16:18:01.914Z] === RUN TestNamedMapOpts [2021-06-02T16:18:01.914Z] --- PASS: TestNamedMapOpts (0.00s) [2021-06-02T16:18:01.914Z] === RUN TestParseLink [2021-06-02T16:18:01.914Z] --- PASS: TestParseLink (0.00s) [2021-06-02T16:18:01.914Z] === RUN TestQuotedStringSetWithQuotes [2021-06-02T16:18:01.914Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-06-02T16:18:01.914Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-06-02T16:18:01.914Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-06-02T16:18:01.914Z] === RUN TestQuotedStringSetWithNoQuotes [2021-06-02T16:18:01.914Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-06-02T16:18:01.914Z] === RUN TestUlimitOpt [2021-06-02T16:18:01.914Z] --- PASS: TestUlimitOpt (0.00s) [2021-06-02T16:18:01.914Z] PASS [2021-06-02T16:18:01.914Z] coverage: 67.1% of statements [2021-06-02T16:18:01.914Z] ok github.com/docker/docker/opts 0.123s coverage: 67.1% of statements [2021-06-02T16:18:01.914Z] === RUN TestParseVersion [2021-06-02T16:18:01.914Z] --- PASS: TestParseVersion (0.00s) [2021-06-02T16:18:01.914Z] PASS [2021-06-02T16:18:01.914Z] coverage: 52.9% of statements [2021-06-02T16:18:01.914Z] ok github.com/docker/docker/pkg/aaparser 0.041s coverage: 52.9% of statements [2021-06-02T16:18:02.243Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-06-02T16:18:02.243Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2021-06-02T16:18:02.243Z] === RUN TestProcessNoDockerignore [2021-06-02T16:18:02.243Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-06-02T16:18:02.243Z] === RUN TestProcessShouldLeaveAllFiles [2021-06-02T16:18:02.243Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-06-02T16:18:02.243Z] === RUN TestDetectContentType [2021-06-02T16:18:02.243Z] --- PASS: TestDetectContentType (0.00s) [2021-06-02T16:18:02.243Z] === RUN TestSelectAcceptableMIME [2021-06-02T16:18:02.243Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-06-02T16:18:02.243Z] === RUN TestInspectEmptyResponse [2021-06-02T16:18:02.243Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-06-02T16:18:02.243Z] === RUN TestInspectResponseBinary [2021-06-02T16:18:02.243Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-06-02T16:18:02.243Z] === RUN TestResponseUnsupportedContentType [2021-06-02T16:18:02.243Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-06-02T16:18:02.243Z] === RUN TestInspectResponseTextSimple [2021-06-02T16:18:02.243Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-06-02T16:18:02.243Z] === RUN TestInspectResponseEmptyContentType [2021-06-02T16:18:02.243Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-06-02T16:18:02.243Z] === RUN TestUnknownContentLength [2021-06-02T16:18:02.243Z] --- PASS: TestUnknownContentLength (0.00s) [2021-06-02T16:18:02.243Z] === RUN TestDownloadRemote [2021-06-02T16:18:02.243Z] --- PASS: TestDownloadRemote (0.08s) [2021-06-02T16:18:02.243Z] === RUN TestGetWithStatusError [2021-06-02T16:18:02.243Z] --- PASS: TestGetWithStatusError (0.00s) [2021-06-02T16:18:02.243Z] === RUN TestCloseRootDirectory [2021-06-02T16:18:02.243Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-06-02T16:18:02.243Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:18:02.243Z] === RUN TestHashFile [2021-06-02T16:18:02.243Z] --- SKIP: TestHashFile (0.00s) [2021-06-02T16:18:02.243Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:18:02.243Z] === RUN TestHashSubdir [2021-06-02T16:18:02.243Z] --- SKIP: TestHashSubdir (0.01s) [2021-06-02T16:18:02.243Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:18:02.243Z] === RUN TestRemoveDirectory [2021-06-02T16:18:02.243Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-06-02T16:18:02.243Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:18:02.243Z] PASS [2021-06-02T16:18:02.243Z] coverage: 9.3% of statements [2021-06-02T16:18:02.243Z] ok github.com/docker/docker/builder/remotecontext 0.300s coverage: 9.3% of statements [2021-06-02T16:18:02.243Z] === RUN TestGetAllAllowed [2021-06-02T16:18:02.243Z] --- PASS: TestGetAllAllowed (0.00s) [2021-06-02T16:18:02.243Z] === RUN TestGetAllMeta [2021-06-02T16:18:02.243Z] --- PASS: TestGetAllMeta (0.00s) [2021-06-02T16:18:02.243Z] === RUN TestWarnOnUnusedBuildArgs [2021-06-02T16:18:02.243Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-06-02T16:18:02.243Z] === RUN TestIsUnreferencedBuiltin [2021-06-02T16:18:02.243Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-06-02T16:18:02.243Z] === RUN TestIsExistingDirectory [2021-06-02T16:18:02.243Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-06-02T16:18:02.243Z] === RUN TestGetFilenameForDownload [2021-06-02T16:18:02.243Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-06-02T16:18:02.243Z] === RUN TestEnv2Variables [2021-06-02T16:18:02.243Z] --- PASS: TestEnv2Variables (0.00s) [2021-06-02T16:18:02.243Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-06-02T16:18:02.243Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-06-02T16:18:02.243Z] === RUN TestMaintainer [2021-06-02T16:18:02.243Z] --- PASS: TestMaintainer (0.00s) [2021-06-02T16:18:02.243Z] === RUN TestLabel [2021-06-02T16:18:02.243Z] --- PASS: TestLabel (0.00s) [2021-06-02T16:18:02.243Z] === RUN TestFromScratch [2021-06-02T16:18:02.243Z] --- PASS: TestFromScratch (0.00s) [2021-06-02T16:18:02.243Z] === RUN TestFromWithArg [2021-06-02T16:18:02.243Z] --- PASS: TestFromWithArg (0.00s) [2021-06-02T16:18:02.243Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-06-02T16:18:02.243Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-06-02T16:18:02.243Z] === RUN TestFromWithUndefinedArg [2021-06-02T16:18:02.243Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-06-02T16:18:02.243Z] === RUN TestFromMultiStageWithNamedStage [2021-06-02T16:18:02.243Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-06-02T16:18:02.243Z] === RUN TestOnbuild [2021-06-02T16:18:02.243Z] --- PASS: TestOnbuild (0.00s) [2021-06-02T16:18:02.243Z] === RUN TestWorkdir [2021-06-02T16:18:02.243Z] --- PASS: TestWorkdir (0.00s) [2021-06-02T16:18:02.243Z] === RUN TestCmd [2021-06-02T16:18:02.243Z] --- PASS: TestCmd (0.00s) [2021-06-02T16:18:02.243Z] === RUN TestHealthcheckNone [2021-06-02T16:18:02.243Z] --- PASS: TestHealthcheckNone (0.00s) [2021-06-02T16:18:02.243Z] === RUN TestHealthcheckCmd [2021-06-02T16:18:02.243Z] --- PASS: TestHealthcheckCmd (0.01s) [2021-06-02T16:18:02.243Z] === RUN TestEntrypoint [2021-06-02T16:18:02.243Z] --- PASS: TestEntrypoint (0.00s) [2021-06-02T16:18:02.243Z] === RUN TestExpose [2021-06-02T16:18:02.243Z] --- PASS: TestExpose (0.00s) [2021-06-02T16:18:02.243Z] === RUN TestUser [2021-06-02T16:18:02.243Z] --- PASS: TestUser (0.00s) [2021-06-02T16:18:02.243Z] === RUN TestVolume [2021-06-02T16:18:02.243Z] --- PASS: TestVolume (0.00s) [2021-06-02T16:18:02.243Z] === RUN TestStopSignal [2021-06-02T16:18:02.243Z] --- SKIP: TestStopSignal (0.00s) [2021-06-02T16:18:02.243Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-06-02T16:18:02.243Z] === RUN TestArg [2021-06-02T16:18:02.243Z] --- PASS: TestArg (0.00s) [2021-06-02T16:18:02.243Z] === RUN TestShell [2021-06-02T16:18:02.243Z] --- PASS: TestShell (0.00s) [2021-06-02T16:18:02.243Z] === RUN TestPrependEnvOnCmd [2021-06-02T16:18:02.244Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-06-02T16:18:02.244Z] === RUN TestRunWithBuildArgs [2021-06-02T16:18:02.244Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-06-02T16:18:02.244Z] === RUN TestRunIgnoresHealthcheck [2021-06-02T16:18:02.244Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-06-02T16:18:02.244Z] === RUN TestDispatchUnsupportedOptions [2021-06-02T16:18:02.244Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-06-02T16:18:02.244Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-06-02T16:18:02.244Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-06-02T16:18:02.244Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-06-02T16:18:02.244Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-06-02T16:18:02.244Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-06-02T16:18:02.244Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-06-02T16:18:02.244Z] === RUN TestNormalizeWorkdir [2021-06-02T16:18:02.244Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-06-02T16:18:02.244Z] === RUN TestDispatch [2021-06-02T16:18:02.244Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-06-02T16:18:02.244Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-06-02T16:18:02.244Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-06-02T16:18:02.244Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-06-02T16:18:02.244Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-06-02T16:18:02.356Z] --- PASS: TestDaemonStartWithLogOpt (4.20s) [2021-06-02T16:18:02.356Z] === CONT TestReadPluginNoRead [2021-06-02T16:18:02.446Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2021-06-02T16:18:02.703Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-06-02T16:18:02.703Z] === RUN TestDispatch/COPY_url [2021-06-02T16:18:02.703Z] --- PASS: TestDispatch (0.06s) [2021-06-02T16:18:02.703Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2021-06-02T16:18:02.703Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-06-02T16:18:02.703Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-06-02T16:18:02.703Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-06-02T16:18:02.703Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-06-02T16:18:02.703Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-06-02T16:18:02.703Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-06-02T16:18:02.703Z] === RUN TestAddScratchImageAddsToMounts [2021-06-02T16:18:02.703Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-06-02T16:18:02.703Z] === RUN TestAddFromScratchPopulatesPlatform [2021-06-02T16:18:02.703Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-06-02T16:18:02.703Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-06-02T16:18:02.703Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-06-02T16:18:02.703Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-06-02T16:18:02.703Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-06-02T16:18:02.703Z] === RUN TestImageSourceGetAddsToMounts [2021-06-02T16:18:02.703Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-06-02T16:18:02.703Z] === RUN TestEmptyDockerfile [2021-06-02T16:18:02.703Z] --- PASS: TestEmptyDockerfile (0.00s) [2021-06-02T16:18:02.703Z] === RUN TestSymlinkDockerfile [2021-06-02T16:18:02.703Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-06-02T16:18:02.703Z] === RUN TestDockerfileOutsideTheBuildContext [2021-06-02T16:18:02.703Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-06-02T16:18:02.703Z] === RUN TestNonExistingDockerfile [2021-06-02T16:18:02.703Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-06-02T16:18:02.703Z] === RUN TestCopyRunConfig [2021-06-02T16:18:02.703Z] --- PASS: TestCopyRunConfig (0.00s) [2021-06-02T16:18:02.703Z] === RUN TestDeepCopyRunConfig [2021-06-02T16:18:02.703Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-06-02T16:18:02.703Z] === RUN TestExportImage [2021-06-02T16:18:02.703Z] --- PASS: TestExportImage (0.00s) [2021-06-02T16:18:02.703Z] === RUN TestNormalizeDest [2021-06-02T16:18:02.703Z] --- PASS: TestNormalizeDest (0.00s) [2021-06-02T16:18:02.703Z] PASS [2021-06-02T16:18:02.703Z] coverage: 46.8% of statements [2021-06-02T16:18:02.703Z] ok github.com/docker/docker/builder/dockerfile 0.241s coverage: 46.8% of statements [2021-06-02T16:18:02.703Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-06-02T16:18:03.021Z] --- PASS: TestDockerNetworkMacvlan (18.42s) [2021-06-02T16:18:03.021Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s) [2021-06-02T16:18:03.021Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2021-06-02T16:18:03.021Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.01s) [2021-06-02T16:18:03.021Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.16s) [2021-06-02T16:18:03.021Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.05s) [2021-06-02T16:18:03.021Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.56s) [2021-06-02T16:18:03.021Z] PASS [2021-06-02T16:18:03.021Z] [2021-06-02T16:18:03.021Z] DONE 8 tests in 20.517s [2021-06-02T16:18:03.021Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2021-06-02T16:18:03.021Z] ++ 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-06-02T16:18:03.021Z] ++ set -e [2021-06-02T16:18:03.021Z] ++ '[' -n 0 ']' [2021-06-02T16:18:03.021Z] ++ set -x [2021-06-02T16:18:03.021Z] ++ env -i DEST=/go/src/github.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-06-02T16:18:03.021Z] testing: warning: no tests to run [2021-06-02T16:18:03.021Z] PASS [2021-06-02T16:18:03.021Z] [2021-06-02T16:18:03.021Z] DONE 0 tests in 0.033s [2021-06-02T16:18:03.021Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-06-02T16:18:03.021Z] ++ 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-06-02T16:18:03.021Z] ++ set -e [2021-06-02T16:18:03.021Z] ++ '[' -n 0 ']' [2021-06-02T16:18:03.021Z] ++ set -x [2021-06-02T16:18:03.021Z] ++ env -i DEST=/go/src/github.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-06-02T16:18:03.281Z] INFO: Testing against a local daemon [2021-06-02T16:18:03.281Z] === RUN TestAuthZPluginAllowRequest [2021-06-02T16:18:03.373Z] --- PASS: TestNetworkLocalhostTCPNat (1.39s) [2021-06-02T16:18:03.373Z] === RUN TestNetworkLoopbackNat [2021-06-02T16:18:03.454Z] === RUN TestPeerCertificateMarshalJSON [2021-06-02T16:18:03.454Z] === RUN TestUnbuffered [2021-06-02T16:18:03.454Z] --- PASS: TestUnbuffered (0.00s) [2021-06-02T16:18:03.455Z] === RUN TestRaceUnbuffered [2021-06-02T16:18:03.455Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-06-02T16:18:03.455Z] PASS [2021-06-02T16:18:03.455Z] coverage: 100.0% of statements [2021-06-02T16:18:03.455Z] ok github.com/docker/docker/pkg/broadcaster 0.102s coverage: 100.0% of statements [2021-06-02T16:18:03.455Z] === RUN TestMatch [2021-06-02T16:18:03.455Z] === RUN TestMatch/[[]] [2021-06-02T16:18:03.455Z] === RUN TestMatch/[[foo]] [2021-06-02T16:18:03.455Z] === RUN TestMatch/[[bar]_[foo]] [2021-06-02T16:18:03.455Z] === RUN TestMatch/[[foo_bar]] [2021-06-02T16:18:03.455Z] === RUN TestMatch/[[qux]_[foo]] [2021-06-02T16:18:03.455Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-06-02T16:18:03.455Z] === RUN TestMatch/[] [2021-06-02T16:18:03.455Z] === RUN TestMatch/[]#01 [2021-06-02T16:18:03.455Z] === RUN TestMatch/[[qux]] [2021-06-02T16:18:03.455Z] === RUN TestMatch/[[foo_bar_qux]] [2021-06-02T16:18:03.455Z] === RUN TestMatch/[[qux]_[baz]] [2021-06-02T16:18:03.455Z] === RUN TestMatch/[[foo_baz]] [2021-06-02T16:18:03.455Z] --- PASS: TestMatch (0.00s) [2021-06-02T16:18:03.455Z] --- PASS: TestMatch/[[]] (0.00s) [2021-06-02T16:18:03.455Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-06-02T16:18:03.455Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-06-02T16:18:03.455Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-06-02T16:18:03.455Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-06-02T16:18:03.455Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-06-02T16:18:03.455Z] --- PASS: TestMatch/[] (0.00s) [2021-06-02T16:18:03.455Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-06-02T16:18:03.455Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-06-02T16:18:03.455Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-06-02T16:18:03.455Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-06-02T16:18:03.455Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-06-02T16:18:03.455Z] PASS [2021-06-02T16:18:03.455Z] coverage: 87.5% of statements [2021-06-02T16:18:03.455Z] ok github.com/docker/docker/pkg/capabilities 0.057s coverage: 87.5% of statements [2021-06-02T16:18:03.455Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-06-02T16:18:03.455Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-06-02T16:18:03.455Z] --- PASS: TestPeerCertificateMarshalJSON (0.37s) [2021-06-02T16:18:03.915Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-06-02T16:18:03.915Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-06-02T16:18:03.915Z] === RUN TestMiddleware [2021-06-02T16:18:03.915Z] --- PASS: TestMiddleware (0.00s) [2021-06-02T16:18:03.915Z] === RUN TestNewResponseModifier [2021-06-02T16:18:03.915Z] --- PASS: TestNewResponseModifier (0.00s) [2021-06-02T16:18:03.915Z] PASS [2021-06-02T16:18:03.915Z] coverage: 26.8% of statements [2021-06-02T16:18:03.915Z] ok github.com/docker/docker/pkg/authorization 0.457s coverage: 26.8% of statements [2021-06-02T16:18:04.376Z] === RUN TestIsArchivePathDir [2021-06-02T16:18:04.376Z] === RUN TestSizeEmpty [2021-06-02T16:18:04.376Z] --- PASS: TestSizeEmpty (0.00s) [2021-06-02T16:18:04.376Z] === RUN TestSizeEmptyFile [2021-06-02T16:18:04.376Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-06-02T16:18:04.376Z] === RUN TestSizeNonemptyFile [2021-06-02T16:18:04.376Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-06-02T16:18:04.376Z] === RUN TestSizeNestedDirectoryEmpty [2021-06-02T16:18:04.376Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-06-02T16:18:04.376Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-06-02T16:18:04.376Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-06-02T16:18:04.376Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-06-02T16:18:04.376Z] --- PASS: TestIsArchivePathDir (0.06s) [2021-06-02T16:18:04.376Z] === RUN TestIsArchivePathInvalidFile [2021-06-02T16:18:04.376Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-06-02T16:18:04.376Z] === RUN TestMoveToSubdir [2021-06-02T16:18:04.376Z] --- PASS: TestMoveToSubdir (0.00s) [2021-06-02T16:18:04.376Z] === RUN TestSizeNonExistingDirectory [2021-06-02T16:18:04.376Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-06-02T16:18:04.376Z] PASS [2021-06-02T16:18:04.376Z] coverage: 80.0% of statements [2021-06-02T16:18:04.376Z] ok github.com/docker/docker/pkg/directory 0.050s coverage: 80.0% of statements [2021-06-02T16:18:04.737Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-06-02T16:18:04.836Z] --- PASS: TestIsArchivePathInvalidFile (0.17s) [2021-06-02T16:18:04.836Z] === RUN TestIsArchivePathTar [2021-06-02T16:18:04.836Z] --- PASS: TestIsArchivePathTar (0.25s) [2021-06-02T16:18:04.836Z] === RUN TestDecompressStreamGzip [2021-06-02T16:18:04.836Z] === RUN TestChrootTarUntar [2021-06-02T16:18:04.836Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-06-02T16:18:04.836Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:18:04.836Z] === RUN TestChrootUntarWithHugeExcludesList [2021-06-02T16:18:04.836Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-06-02T16:18:04.836Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:18:04.836Z] === RUN TestChrootUntarEmptyArchive [2021-06-02T16:18:04.836Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-06-02T16:18:04.836Z] === RUN TestChrootTarUntarWithSymlink [2021-06-02T16:18:04.836Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-06-02T16:18:04.836Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-02T16:18:04.836Z] === RUN TestChrootCopyWithTar [2021-06-02T16:18:04.836Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-06-02T16:18:04.836Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-02T16:18:04.836Z] === RUN TestChrootCopyFileWithTar [2021-06-02T16:18:04.836Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-06-02T16:18:04.836Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:18:04.836Z] === RUN TestChrootUntarPath [2021-06-02T16:18:04.836Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-06-02T16:18:04.836Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-02T16:18:04.836Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-06-02T16:18:04.836Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-06-02T16:18:04.836Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:18:04.836Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-06-02T16:18:04.836Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-06-02T16:18:04.836Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:18:04.836Z] === RUN TestChrootApplyDotDotFile [2021-06-02T16:18:04.836Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-06-02T16:18:04.836Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:18:04.836Z] PASS [2021-06-02T16:18:04.836Z] coverage: 15.4% of statements [2021-06-02T16:18:04.836Z] --- PASS: TestDecompressStreamGzip (0.11s) [2021-06-02T16:18:04.836Z] === RUN TestDecompressStreamBzip2 [2021-06-02T16:18:04.836Z] ok github.com/docker/docker/pkg/chrootarchive 0.096s coverage: 15.4% of statements [2021-06-02T16:18:04.836Z] --- PASS: TestDecompressStreamBzip2 (0.12s) [2021-06-02T16:18:04.836Z] === RUN TestDecompressStreamXz [2021-06-02T16:18:04.892Z] === RUN TestReadPluginNoRead/default [2021-06-02T16:18:05.296Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-06-02T16:18:05.296Z] archive_test.go:134: Xz not present in msys2 [2021-06-02T16:18:05.296Z] === RUN TestCompressStreamXzUnsupported [2021-06-02T16:18:05.296Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-06-02T16:18:05.296Z] === RUN TestCompressStreamBzip2Unsupported [2021-06-02T16:18:05.296Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-06-02T16:18:05.296Z] === RUN TestCompressStreamInvalid [2021-06-02T16:18:05.296Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-06-02T16:18:05.296Z] === RUN TestExtensionInvalid [2021-06-02T16:18:05.296Z] --- PASS: TestExtensionInvalid (0.00s) [2021-06-02T16:18:05.296Z] === RUN TestExtensionUncompressed [2021-06-02T16:18:05.296Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-06-02T16:18:05.296Z] === RUN TestExtensionBzip2 [2021-06-02T16:18:05.296Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-06-02T16:18:05.296Z] === RUN TestExtensionGzip [2021-06-02T16:18:05.296Z] --- PASS: TestExtensionGzip (0.00s) [2021-06-02T16:18:05.296Z] === RUN TestExtensionXz [2021-06-02T16:18:05.296Z] --- PASS: TestExtensionXz (0.00s) [2021-06-02T16:18:05.296Z] === RUN TestCmdStreamLargeStderr [2021-06-02T16:18:05.296Z] --- PASS: TestCmdStreamLargeStderr (0.13s) [2021-06-02T16:18:05.296Z] === RUN TestCmdStreamBad [2021-06-02T16:18:05.296Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-06-02T16:18:05.296Z] archive_test.go:239: Failing on Windows CI machines [2021-06-02T16:18:05.296Z] === RUN TestCmdStreamGood [2021-06-02T16:18:05.296Z] --- PASS: TestCmdStreamGood (0.04s) [2021-06-02T16:18:05.296Z] === RUN TestUntarPathWithInvalidDest [2021-06-02T16:18:05.296Z] --- PASS: TestUntarPathWithInvalidDest (0.07s) [2021-06-02T16:18:05.296Z] === RUN TestUntarPathWithInvalidSrc [2021-06-02T16:18:05.296Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-06-02T16:18:05.296Z] === RUN TestUntarPath [2021-06-02T16:18:05.296Z] === RUN Test [2021-06-02T16:18:05.296Z] === RUN Test/TestContainsEntry [2021-06-02T16:18:05.296Z] === RUN Test/TestCreateEntries [2021-06-02T16:18:05.296Z] === RUN Test/TestEntriesDiff [2021-06-02T16:18:05.296Z] === RUN Test/TestEntriesEquality [2021-06-02T16:18:05.296Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-06-02T16:18:05.296Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-06-02T16:18:05.296Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-06-02T16:18:05.296Z] === RUN Test/TestGeneratorNotGenerate [2021-06-02T16:18:05.296Z] === RUN Test/TestGeneratorWithPort [2021-06-02T16:18:05.296Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-06-02T16:18:05.296Z] === RUN Test/TestNewEntry [2021-06-02T16:18:05.296Z] === RUN Test/TestParse [2021-06-02T16:18:05.296Z] --- PASS: Test (0.00s) [2021-06-02T16:18:05.296Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-06-02T16:18:05.296Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-06-02T16:18:05.296Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-06-02T16:18:05.296Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-06-02T16:18:05.296Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-06-02T16:18:05.296Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-06-02T16:18:05.296Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-06-02T16:18:05.296Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-06-02T16:18:05.296Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-06-02T16:18:05.296Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-06-02T16:18:05.296Z] --- PASS: Test/TestNewEntry (0.00s) [2021-06-02T16:18:05.296Z] --- PASS: Test/TestParse (0.00s) [2021-06-02T16:18:05.296Z] PASS [2021-06-02T16:18:05.296Z] coverage: 58.3% of statements [2021-06-02T16:18:05.296Z] ok github.com/docker/docker/pkg/discovery 0.070s coverage: 58.3% of statements [2021-06-02T16:18:05.296Z] --- PASS: TestUntarPath (0.08s) [2021-06-02T16:18:05.296Z] === RUN TestUntarPathWithDestinationFile [2021-06-02T16:18:05.296Z] --- PASS: TestUntarPathWithDestinationFile (0.07s) [2021-06-02T16:18:05.296Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-06-02T16:18:05.756Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s) [2021-06-02T16:18:05.756Z] === RUN TestCopyWithTarInvalidSrc [2021-06-02T16:18:05.756Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-06-02T16:18:05.756Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-06-02T16:18:05.756Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-06-02T16:18:05.756Z] === RUN TestCopyWithTarSrcFile [2021-06-02T16:18:05.756Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2021-06-02T16:18:05.756Z] === RUN TestCopyWithTarSrcFolder [2021-06-02T16:18:05.756Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-06-02T16:18:05.756Z] === RUN TestCopyFileWithTarInvalidSrc [2021-06-02T16:18:05.756Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-06-02T16:18:05.756Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-06-02T16:18:05.756Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-06-02T16:18:05.756Z] === RUN TestCopyFileWithTarSrcFolder [2021-06-02T16:18:05.756Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-06-02T16:18:05.756Z] === RUN TestCopyFileWithTarSrcFile [2021-06-02T16:18:05.756Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2021-06-02T16:18:05.756Z] === RUN TestTarFiles [2021-06-02T16:18:05.756Z] === RUN Test [2021-06-02T16:18:05.756Z] === RUN Test/TestContent [2021-06-02T16:18:05.756Z] === RUN Test/TestInitialize [2021-06-02T16:18:05.756Z] === RUN Test/TestNew [2021-06-02T16:18:05.756Z] === RUN Test/TestParsingContentsWithComments [2021-06-02T16:18:05.756Z] === RUN Test/TestRegister [2021-06-02T16:18:05.756Z] === RUN Test/TestWatch [2021-06-02T16:18:05.756Z] --- PASS: Test (0.01s) [2021-06-02T16:18:05.756Z] --- PASS: Test/TestContent (0.00s) [2021-06-02T16:18:05.756Z] --- PASS: Test/TestInitialize (0.00s) [2021-06-02T16:18:05.756Z] --- PASS: Test/TestNew (0.00s) [2021-06-02T16:18:05.756Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-06-02T16:18:05.756Z] --- PASS: Test/TestRegister (0.00s) [2021-06-02T16:18:05.756Z] --- PASS: Test/TestWatch (0.01s) [2021-06-02T16:18:05.756Z] PASS [2021-06-02T16:18:05.756Z] coverage: 92.9% of statements [2021-06-02T16:18:05.756Z] ok github.com/docker/docker/pkg/discovery/file 0.085s coverage: 92.9% of statements [2021-06-02T16:18:05.823Z] --- PASS: TestAuthZPluginAllowRequest (2.19s) [2021-06-02T16:18:05.823Z] === RUN TestAuthZPluginTLS [2021-06-02T16:18:06.085Z] --- PASS: TestAuthZPluginTLS (0.70s) [2021-06-02T16:18:06.085Z] === RUN TestAuthZPluginDenyRequest [2021-06-02T16:18:06.272Z] === RUN TestReadPluginNoRead/disabled_caching [2021-06-02T16:18:06.622Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2021-06-02T16:18:06.622Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-06-02T16:18:06.726Z] === RUN Test [2021-06-02T16:18:06.726Z] === RUN Test/TestWatch [2021-06-02T16:18:06.726Z] --- PASS: Test (0.03s) [2021-06-02T16:18:06.726Z] --- PASS: Test/TestWatch (0.03s) [2021-06-02T16:18:06.726Z] PASS [2021-06-02T16:18:06.726Z] coverage: 92.3% of statements [2021-06-02T16:18:06.726Z] ok github.com/docker/docker/pkg/discovery/memory 0.111s coverage: 92.3% of statements [2021-06-02T16:18:07.026Z] --- PASS: TestAuthZPluginDenyRequest (0.67s) [2021-06-02T16:18:07.026Z] === RUN TestAuthZPluginAPIDenyResponse [2021-06-02T16:18:07.185Z] === RUN Test [2021-06-02T16:18:07.186Z] === RUN Test/TestInitialize [2021-06-02T16:18:07.186Z] time="2021-06-02T16:18:06Z" level=info msg="Initializing discovery without TLS" [2021-06-02T16:18:07.186Z] time="2021-06-02T16:18:06Z" level=info msg="Initializing discovery without TLS" [2021-06-02T16:18:07.186Z] time="2021-06-02T16:18:06Z" level=info msg="Initializing discovery without TLS" [2021-06-02T16:18:07.186Z] === RUN Test/TestInitializeWithCerts [2021-06-02T16:18:07.186Z] time="2021-06-02T16:18:06Z" level=info msg="Initializing discovery with TLS" [2021-06-02T16:18:07.186Z] === RUN Test/TestWatch [2021-06-02T16:18:07.186Z] time="2021-06-02T16:18:06Z" level=info msg="Initializing discovery without TLS" [2021-06-02T16:18:07.186Z] === RUN Test [2021-06-02T16:18:07.186Z] === RUN Test/TestInitialize [2021-06-02T16:18:07.186Z] === RUN Test/TestInitializeWithPattern [2021-06-02T16:18:07.186Z] === RUN Test/TestRegister [2021-06-02T16:18:07.186Z] === RUN Test/TestWatch [2021-06-02T16:18:07.186Z] --- PASS: Test (0.00s) [2021-06-02T16:18:07.186Z] --- PASS: Test/TestInitialize (0.00s) [2021-06-02T16:18:07.186Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-06-02T16:18:07.186Z] --- PASS: Test/TestRegister (0.00s) [2021-06-02T16:18:07.186Z] --- PASS: Test/TestWatch (0.00s) [2021-06-02T16:18:07.186Z] PASS [2021-06-02T16:18:07.186Z] coverage: 93.8% of statements [2021-06-02T16:18:07.186Z] ok github.com/docker/docker/pkg/discovery/nodes 0.048s coverage: 93.8% of statements [2021-06-02T16:18:07.548Z] --- PASS: TestNetworkLoopbackNat (4.21s) [2021-06-02T16:18:07.548Z] === RUN TestPause [2021-06-02T16:18:07.596Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.75s) [2021-06-02T16:18:07.596Z] === RUN TestAuthZPluginDenyResponse [2021-06-02T16:18:07.652Z] --- PASS: TestContinueAfterPluginCrash (9.62s) [2021-06-02T16:18:07.911Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-06-02T16:18:08.161Z] === RUN TestPollerAddRemove [2021-06-02T16:18:08.161Z] --- PASS: TestPollerAddRemove (0.00s) [2021-06-02T16:18:08.161Z] === RUN TestPollerEvent [2021-06-02T16:18:08.161Z] --- SKIP: TestPollerEvent (0.00s) [2021-06-02T16:18:08.161Z] poller_test.go:41: No chmod on Windows [2021-06-02T16:18:08.161Z] === RUN TestPollerClose [2021-06-02T16:18:08.161Z] --- PASS: TestPollerClose (0.00s) [2021-06-02T16:18:08.161Z] PASS [2021-06-02T16:18:08.161Z] coverage: 36.2% of statements [2021-06-02T16:18:08.161Z] ok github.com/docker/docker/pkg/filenotify 0.071s coverage: 36.2% of statements [2021-06-02T16:18:08.537Z] --- PASS: TestAuthZPluginDenyResponse (0.78s) [2021-06-02T16:18:08.537Z] === RUN TestAuthZPluginAllowEventStream [2021-06-02T16:18:08.621Z] === RUN TestCopyFileWithInvalidSrc [2021-06-02T16:18:08.621Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-06-02T16:18:08.621Z] === RUN TestCopyFileWithInvalidDest [2021-06-02T16:18:08.621Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-06-02T16:18:08.621Z] === RUN TestCopyFileWithSameSrcAndDest [2021-06-02T16:18:08.621Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-06-02T16:18:08.621Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-06-02T16:18:08.621Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-06-02T16:18:08.621Z] === RUN TestCopyFile [2021-06-02T16:18:08.621Z] --- PASS: TestCopyFile (0.00s) [2021-06-02T16:18:08.621Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-06-02T16:18:08.621Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-06-02T16:18:08.621Z] fileutils_test.go:134: Needs porting to Windows [2021-06-02T16:18:08.621Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-06-02T16:18:08.621Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-06-02T16:18:08.621Z] === RUN TestReadSymlinkedDirectoryToFile [2021-06-02T16:18:08.621Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-06-02T16:18:08.621Z] fileutils_test.go:180: Needs porting to Windows [2021-06-02T16:18:08.621Z] === RUN TestWildcardMatches [2021-06-02T16:18:08.621Z] --- PASS: TestWildcardMatches (0.00s) [2021-06-02T16:18:08.621Z] === RUN TestPatternMatches [2021-06-02T16:18:08.621Z] --- PASS: TestPatternMatches (0.00s) [2021-06-02T16:18:08.621Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-06-02T16:18:08.621Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-06-02T16:18:08.621Z] === RUN TestPatternMatchesFolderExclusions [2021-06-02T16:18:08.621Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-06-02T16:18:08.621Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-06-02T16:18:08.621Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-06-02T16:18:08.621Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-06-02T16:18:08.621Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-06-02T16:18:08.621Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-06-02T16:18:08.621Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-06-02T16:18:08.621Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-06-02T16:18:08.621Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-06-02T16:18:08.621Z] === RUN TestSingleExclamationError [2021-06-02T16:18:08.621Z] --- PASS: TestSingleExclamationError (0.00s) [2021-06-02T16:18:08.621Z] === RUN TestMatchesWithNoPatterns [2021-06-02T16:18:08.621Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-06-02T16:18:08.621Z] === RUN TestMatchesWithMalformedPatterns [2021-06-02T16:18:08.621Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-06-02T16:18:08.621Z] === RUN TestMatches [2021-06-02T16:18:08.621Z] --- PASS: TestMatches (0.00s) [2021-06-02T16:18:08.621Z] === RUN TestCleanPatterns [2021-06-02T16:18:08.621Z] --- PASS: TestCleanPatterns (0.00s) [2021-06-02T16:18:08.621Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-06-02T16:18:08.621Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-06-02T16:18:08.621Z] === RUN TestCleanPatternsExceptionFlag [2021-06-02T16:18:08.621Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-06-02T16:18:08.621Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-06-02T16:18:08.621Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-06-02T16:18:08.621Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-06-02T16:18:08.621Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-06-02T16:18:08.621Z] === RUN TestCleanPatternsErrorSingleException [2021-06-02T16:18:08.621Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-06-02T16:18:08.621Z] === RUN TestCreateIfNotExistsDir [2021-06-02T16:18:08.621Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-06-02T16:18:08.621Z] === RUN TestCreateIfNotExistsFile [2021-06-02T16:18:08.621Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2021-06-02T16:18:08.621Z] === RUN TestMatch [2021-06-02T16:18:08.621Z] --- PASS: TestMatch (0.00s) [2021-06-02T16:18:08.621Z] PASS [2021-06-02T16:18:08.621Z] coverage: 87.7% of statements [2021-06-02T16:18:08.621Z] ok github.com/docker/docker/pkg/fileutils 0.106s coverage: 87.7% of statements [2021-06-02T16:18:08.912Z] --- PASS: TestPause (1.40s) [2021-06-02T16:18:08.912Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-06-02T16:18:08.912Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-02T16:18:08.912Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-02T16:18:08.912Z] === RUN TestPauseStopPausedContainer [2021-06-02T16:18:09.085Z] === RUN TestGet [2021-06-02T16:18:09.085Z] --- PASS: TestGet (0.00s) [2021-06-02T16:18:09.085Z] === RUN TestGetShortcutString [2021-06-02T16:18:09.085Z] --- PASS: TestGetShortcutString (0.00s) [2021-06-02T16:18:09.085Z] PASS [2021-06-02T16:18:09.085Z] coverage: 42.9% of statements [2021-06-02T16:18:09.085Z] ok github.com/docker/docker/pkg/homedir 0.034s coverage: 42.9% of statements [2021-06-02T16:18:09.818Z] --- PASS: TestReadPluginNoRead (7.46s) [2021-06-02T16:18:09.818Z] --- PASS: TestReadPluginNoRead/default (1.57s) [2021-06-02T16:18:09.818Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.65s) [2021-06-02T16:18:09.818Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.53s) [2021-06-02T16:18:09.818Z] read_test.go:92: [dfd0c67b6044d] daemon is not started [2021-06-02T16:18:09.818Z] PASS [2021-06-02T16:18:09.818Z] [2021-06-02T16:18:09.818Z] DONE 6 tests in 11.691s [2021-06-02T16:18:09.818Z] 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-06-02T16:18:09.818Z] testing: warning: no tests to run [2021-06-02T16:18:09.818Z] PASS [2021-06-02T16:18:09.818Z] [2021-06-02T16:18:09.818Z] DONE 0 tests in 0.007s [2021-06-02T16:18:09.818Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-06-02T16:18:09.818Z] INFO: Testing against a local daemon [2021-06-02T16:18:09.818Z] === RUN TestPluginWithDevMounts [2021-06-02T16:18:09.818Z] === PAUSE TestPluginWithDevMounts [2021-06-02T16:18:09.818Z] === CONT TestPluginWithDevMounts [2021-06-02T16:18:10.058Z] --- PASS: TestTarFiles (4.42s) [2021-06-02T16:18:10.058Z] === RUN TestTarUntar [2021-06-02T16:18:10.058Z] --- PASS: TestTarUntar (0.03s) [2021-06-02T16:18:10.058Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-06-02T16:18:10.058Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-06-02T16:18:10.058Z] === RUN TestTarWithOptions [2021-06-02T16:18:10.058Z] === RUN TestCreateIDMapOrder [2021-06-02T16:18:10.058Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-06-02T16:18:10.058Z] PASS [2021-06-02T16:18:10.058Z] coverage: 7.2% of statements [2021-06-02T16:18:10.058Z] --- PASS: TestTarWithOptions (0.02s) [2021-06-02T16:18:10.058Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-06-02T16:18:10.058Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-06-02T16:18:10.058Z] === RUN TestUntarUstarGnuConflict [2021-06-02T16:18:10.058Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-06-02T16:18:10.058Z] === RUN TestUntarInvalidFilenames [2021-06-02T16:18:10.058Z] ok github.com/docker/docker/pkg/idtools 0.047s coverage: 7.2% of statements [2021-06-02T16:18:10.058Z] --- PASS: Test (3.16s) [2021-06-02T16:18:10.058Z] --- PASS: Test/TestInitialize (0.15s) [2021-06-02T16:18:10.058Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2021-06-02T16:18:10.058Z] --- PASS: Test/TestWatch (3.00s) [2021-06-02T16:18:10.058Z] PASS [2021-06-02T16:18:10.058Z] coverage: 84.1% of statements [2021-06-02T16:18:10.058Z] ok github.com/docker/docker/pkg/discovery/kv 3.206s coverage: 84.1% of statements [2021-06-02T16:18:10.058Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames944639502\\dest" [2021-06-02T16:18:10.058Z] --- PASS: TestUntarInvalidFilenames (0.17s) [2021-06-02T16:18:10.058Z] === RUN TestUntarHardlinkToSymlink [2021-06-02T16:18:10.058Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-06-02T16:18:10.058Z] === RUN TestUntarInvalidHardlink [2021-06-02T16:18:10.058Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink395030287\\victim\\hello" -> "../victim/hello" [2021-06-02T16:18:10.058Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink158225698\\victim\\hello" -> "/../victim/hello" [2021-06-02T16:18:10.058Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink249276953\\victim" -> "../victim" [2021-06-02T16:18:10.058Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink576599716\\victim" -> "../victim" [2021-06-02T16:18:10.058Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink587847603\\victim" -> "../victim" [2021-06-02T16:18:10.058Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink005978486\\victim" -> "../victim" [2021-06-02T16:18:10.058Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2021-06-02T16:18:10.058Z] === RUN TestUntarInvalidSymlink [2021-06-02T16:18:10.058Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink914088541\\dest\\dotdot" -> "../victim/hello" [2021-06-02T16:18:10.058Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink013233176\\dest\\slash-dotdot" -> "/../victim/hello" [2021-06-02T16:18:10.058Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink747925655\\dest\\loophole-victim" -> "../victim" [2021-06-02T16:18:10.322Z] --- PASS: TestPauseStopPausedContainer (1.40s) [2021-06-02T16:18:10.322Z] === RUN TestPidHost [2021-06-02T16:18:10.448Z] --- PASS: TestAuthZPluginAllowEventStream (1.83s) [2021-06-02T16:18:10.448Z] === RUN TestAuthZPluginErrorResponse [2021-06-02T16:18:10.517Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink118408458\\dest\\loophole-victim" -> "../victim" [2021-06-02T16:18:10.517Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink472244449\\dest\\loophole-victim" -> "../victim" [2021-06-02T16:18:10.517Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink459863244\\dest\\loophole-victim" -> "../victim" [2021-06-02T16:18:10.517Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink887696827\\dest\\dir\\loophole" -> "../../victim" [2021-06-02T16:18:10.517Z] --- PASS: TestUntarInvalidSymlink (0.08s) [2021-06-02T16:18:10.517Z] === RUN TestTempArchiveCloseMultipleTimes [2021-06-02T16:18:10.517Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-06-02T16:18:10.517Z] === RUN TestXGlobalNoParent [2021-06-02T16:18:10.517Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-06-02T16:18:10.517Z] === RUN TestReplaceFileTarWrapper [2021-06-02T16:18:10.517Z] --- PASS: TestReplaceFileTarWrapper (0.13s) [2021-06-02T16:18:10.517Z] === RUN TestPrefixHeaderReadable [2021-06-02T16:18:10.517Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2021-06-02T16:18:10.517Z] === RUN TestDisablePigz [2021-06-02T16:18:10.517Z] --- PASS: TestDisablePigz (0.16s) [2021-06-02T16:18:10.517Z] archive_test.go:1331: Test will not check full path when Pigz not installed [2021-06-02T16:18:10.517Z] === RUN TestPigz [2021-06-02T16:18:10.517Z] === RUN TestFixedBufferCap [2021-06-02T16:18:10.517Z] --- PASS: TestFixedBufferCap (0.00s) [2021-06-02T16:18:10.517Z] === RUN TestFixedBufferLen [2021-06-02T16:18:10.517Z] --- PASS: TestFixedBufferLen (0.00s) [2021-06-02T16:18:10.517Z] === RUN TestFixedBufferString [2021-06-02T16:18:10.517Z] --- PASS: TestFixedBufferString (0.00s) [2021-06-02T16:18:10.517Z] === RUN TestFixedBufferWrite [2021-06-02T16:18:10.517Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-06-02T16:18:10.517Z] === RUN TestFixedBufferRead [2021-06-02T16:18:10.517Z] --- PASS: TestFixedBufferRead (0.00s) [2021-06-02T16:18:10.517Z] === RUN TestBytesPipeRead [2021-06-02T16:18:10.517Z] --- PASS: TestBytesPipeRead (0.00s) [2021-06-02T16:18:10.517Z] === RUN TestBytesPipeWrite [2021-06-02T16:18:10.517Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-06-02T16:18:10.517Z] === RUN TestBytesPipeWriteRandomChunks [2021-06-02T16:18:10.976Z] --- PASS: TestPigz (0.13s) [2021-06-02T16:18:10.976Z] archive_test.go:1360: Tested whether Pigz is not used, as it not installed [2021-06-02T16:18:10.976Z] === RUN TestCopyFileWithInvalidDest [2021-06-02T16:18:10.976Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-06-02T16:18:10.976Z] archive_windows_test.go:16: Currently fails [2021-06-02T16:18:10.976Z] === RUN TestCanonicalTarNameForPath [2021-06-02T16:18:10.976Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-06-02T16:18:10.976Z] === RUN TestCanonicalTarName [2021-06-02T16:18:10.976Z] --- PASS: TestCanonicalTarName (0.00s) [2021-06-02T16:18:10.976Z] === RUN TestChmodTarEntry [2021-06-02T16:18:10.976Z] --- PASS: TestChmodTarEntry (0.00s) [2021-06-02T16:18:10.976Z] === RUN TestHardLinkOrder [2021-06-02T16:18:10.976Z] --- PASS: TestHardLinkOrder (0.13s) [2021-06-02T16:18:10.976Z] === RUN TestChangeString [2021-06-02T16:18:10.976Z] --- PASS: TestChangeString (0.00s) [2021-06-02T16:18:10.976Z] === RUN TestChangesWithNoChanges [2021-06-02T16:18:10.976Z] --- PASS: TestChangesWithNoChanges (0.03s) [2021-06-02T16:18:10.976Z] === RUN TestChangesWithChanges [2021-06-02T16:18:10.976Z] --- PASS: TestChangesWithChanges (0.02s) [2021-06-02T16:18:10.976Z] === RUN TestChangesWithChangesGH13590 [2021-06-02T16:18:10.976Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-06-02T16:18:10.976Z] changes_test.go:196: needs more investigation [2021-06-02T16:18:10.976Z] === RUN TestChangesDirsEmpty [2021-06-02T16:18:10.976Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2021-06-02T16:18:10.976Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2021-06-02T16:18:10.976Z] === RUN TestChangesDirsMutated [2021-06-02T16:18:10.976Z] --- SKIP: TestChangesDirsMutated (0.00s) [2021-06-02T16:18:10.976Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2021-06-02T16:18:10.976Z] === RUN TestApplyLayer [2021-06-02T16:18:10.976Z] --- SKIP: TestApplyLayer (0.00s) [2021-06-02T16:18:10.976Z] changes_test.go:433: needs further investigation [2021-06-02T16:18:10.976Z] === RUN TestChangesSizeWithHardlinks [2021-06-02T16:18:10.976Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-06-02T16:18:10.976Z] changes_test.go:469: needs further investigation [2021-06-02T16:18:10.976Z] === RUN TestChangesSizeWithNoChanges [2021-06-02T16:18:10.976Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-06-02T16:18:10.976Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-06-02T16:18:10.976Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-06-02T16:18:10.976Z] === RUN TestChangesSize [2021-06-02T16:18:10.976Z] --- PASS: TestChangesSize (0.01s) [2021-06-02T16:18:10.976Z] === RUN TestApplyLayerInvalidFilenames [2021-06-02T16:18:10.976Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames846574352\\dest" [2021-06-02T16:18:10.976Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-06-02T16:18:10.976Z] === RUN TestApplyLayerInvalidHardlink [2021-06-02T16:18:10.976Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink530281666\\victim\\hello" -> "../victim/hello" [2021-06-02T16:18:10.976Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink993601849\\victim\\hello" -> "/../victim/hello" [2021-06-02T16:18:10.976Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink024538948\\victim" -> "../victim" [2021-06-02T16:18:10.976Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink941372883\\victim" -> "../victim" [2021-06-02T16:18:10.976Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink498412822\\victim" -> "../victim" [2021-06-02T16:18:10.976Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink812615037\\victim" -> "../victim" [2021-06-02T16:18:10.976Z] --- PASS: TestApplyLayerInvalidHardlink (0.05s) [2021-06-02T16:18:10.976Z] === RUN TestApplyLayerInvalidSymlink [2021-06-02T16:18:10.976Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink712870072\\dest\\dotdot" -> "../victim/hello" [2021-06-02T16:18:10.976Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink275764919\\dest\\slash-dotdot" -> "/../victim/hello" [2021-06-02T16:18:10.976Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink784411818\\dest\\loophole-victim" -> "../victim" [2021-06-02T16:18:10.976Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink950843905\\dest\\loophole-victim" -> "../victim" [2021-06-02T16:18:10.976Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink426363756\\dest\\loophole-victim" -> "../victim" [2021-06-02T16:18:10.976Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink338803675\\dest\\loophole-victim" -> "../victim" [2021-06-02T16:18:10.976Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2021-06-02T16:18:10.976Z] === RUN TestApplyLayerWhiteouts [2021-06-02T16:18:10.977Z] --- PASS: TestApplyLayerWhiteouts (0.05s) [2021-06-02T16:18:10.977Z] === RUN TestGenerateEmptyFile [2021-06-02T16:18:10.977Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-06-02T16:18:10.977Z] === RUN TestGenerateWithContent [2021-06-02T16:18:10.977Z] --- PASS: TestGenerateWithContent (0.00s) [2021-06-02T16:18:10.977Z] PASS [2021-06-02T16:18:10.977Z] coverage: 61.6% of statements [2021-06-02T16:18:10.977Z] --- PASS: TestBytesPipeWriteRandomChunks (0.45s) [2021-06-02T16:18:10.977Z] === RUN TestAtomicWriteToFile [2021-06-02T16:18:10.977Z] ok github.com/docker/docker/pkg/archive 6.846s coverage: 61.6% of statements [2021-06-02T16:18:10.977Z] --- PASS: TestAtomicWriteToFile (0.01s) [2021-06-02T16:18:10.977Z] === RUN TestAtomicWriteSetCommit [2021-06-02T16:18:10.977Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-06-02T16:18:11.018Z] --- PASS: TestAuthZPluginErrorResponse (0.69s) [2021-06-02T16:18:11.018Z] === RUN TestAuthZPluginErrorRequest [2021-06-02T16:18:11.200Z] --- PASS: TestPluginWithDevMounts (1.74s) [2021-06-02T16:18:11.200Z] PASS [2021-06-02T16:18:11.200Z] [2021-06-02T16:18:11.200Z] DONE 1 tests in 1.793s [2021-06-02T16:18:11.200Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-06-02T16:18:11.441Z] === RUN TestAtomicWriteSetCancel [2021-06-02T16:18:11.441Z] --- PASS: TestAtomicWriteSetCancel (0.05s) [2021-06-02T16:18:11.441Z] === RUN TestReadCloserWrapperClose [2021-06-02T16:18:11.441Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-06-02T16:18:11.441Z] === RUN TestReaderErrWrapperReadOnError [2021-06-02T16:18:11.441Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-06-02T16:18:11.441Z] === RUN TestReaderErrWrapperRead [2021-06-02T16:18:11.441Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-06-02T16:18:11.441Z] === RUN TestHashData [2021-06-02T16:18:11.441Z] --- PASS: TestHashData (0.00s) [2021-06-02T16:18:11.441Z] === RUN TestCancelReadCloser [2021-06-02T16:18:11.441Z] --- PASS: TestCancelReadCloser (0.13s) [2021-06-02T16:18:11.441Z] === RUN TestWriteCloserWrapperClose [2021-06-02T16:18:11.441Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-06-02T16:18:11.441Z] === RUN TestNopWriteCloser [2021-06-02T16:18:11.441Z] --- PASS: TestNopWriteCloser (0.00s) [2021-06-02T16:18:11.441Z] === RUN TestNopWriter [2021-06-02T16:18:11.441Z] --- PASS: TestNopWriter (0.00s) [2021-06-02T16:18:11.441Z] === RUN TestWriteCounter [2021-06-02T16:18:11.441Z] --- PASS: TestWriteCounter (0.00s) [2021-06-02T16:18:11.441Z] PASS [2021-06-02T16:18:11.441Z] coverage: 69.2% of statements [2021-06-02T16:18:11.441Z] ok github.com/docker/docker/pkg/ioutils 0.695s coverage: 69.2% of statements [2021-06-02T16:18:11.441Z] === RUN TestError [2021-06-02T16:18:11.441Z] --- PASS: TestError (0.00s) [2021-06-02T16:18:11.441Z] === RUN TestProgressString [2021-06-02T16:18:11.441Z] === RUN TestProgressString/no_progress [2021-06-02T16:18:11.441Z] === RUN TestProgressString/progress_1 [2021-06-02T16:18:11.441Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-06-02T16:18:11.441Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-06-02T16:18:11.441Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-06-02T16:18:11.441Z] === RUN TestProgressString/with_units [2021-06-02T16:18:11.441Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-06-02T16:18:11.441Z] === RUN TestProgressString/hide_counts [2021-06-02T16:18:11.441Z] --- PASS: TestProgressString (0.00s) [2021-06-02T16:18:11.441Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-06-02T16:18:11.441Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-06-02T16:18:11.441Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-06-02T16:18:11.441Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-06-02T16:18:11.441Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-06-02T16:18:11.441Z] --- PASS: TestProgressString/with_units (0.00s) [2021-06-02T16:18:11.441Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-06-02T16:18:11.441Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-06-02T16:18:11.441Z] === RUN TestJSONMessageDisplay [2021-06-02T16:18:11.441Z] === RUN TestStandardLongPath [2021-06-02T16:18:11.441Z] --- PASS: TestStandardLongPath (0.00s) [2021-06-02T16:18:11.441Z] === RUN TestUNCLongPath [2021-06-02T16:18:11.441Z] --- PASS: TestUNCLongPath (0.00s) [2021-06-02T16:18:11.441Z] PASS [2021-06-02T16:18:11.441Z] coverage: 100.0% of statements [2021-06-02T16:18:11.441Z] ok github.com/docker/docker/pkg/longpath 0.044s coverage: 100.0% of statements [2021-06-02T16:18:11.441Z] --- PASS: TestJSONMessageDisplay (0.15s) [2021-06-02T16:18:11.441Z] === RUN TestJSONMessageDisplayWithJSONError [2021-06-02T16:18:11.441Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-06-02T16:18:11.441Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-06-02T16:18:11.441Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-06-02T16:18:11.441Z] === RUN TestDisplayJSONMessagesStream [2021-06-02T16:18:11.441Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-06-02T16:18:11.441Z] PASS [2021-06-02T16:18:11.441Z] coverage: 91.7% of statements [2021-06-02T16:18:11.441Z] ok github.com/docker/docker/pkg/jsonmessage 0.203s coverage: 91.7% of statements [2021-06-02T16:18:11.459Z] INFO: Testing against a local daemon [2021-06-02T16:18:11.459Z] === RUN TestSecretInspect [2021-06-02T16:18:11.589Z] --- PASS: TestAuthZPluginErrorRequest (0.66s) [2021-06-02T16:18:11.589Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-06-02T16:18:11.684Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-06-02T16:18:12.159Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.70s) [2021-06-02T16:18:12.159Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-06-02T16:18:12.410Z] === RUN TestNameFormat [2021-06-02T16:18:12.410Z] --- PASS: TestNameFormat (0.00s) [2021-06-02T16:18:12.410Z] === RUN TestNameRetries [2021-06-02T16:18:12.410Z] --- PASS: TestNameRetries (0.00s) [2021-06-02T16:18:12.410Z] PASS [2021-06-02T16:18:12.410Z] coverage: 85.7% of statements [2021-06-02T16:18:12.410Z] ok github.com/docker/docker/pkg/namesgenerator 0.036s coverage: 85.7% of statements [2021-06-02T16:18:12.410Z] === RUN TestParseKeyValueOpt [2021-06-02T16:18:12.410Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-06-02T16:18:12.410Z] === RUN TestParseUintList [2021-06-02T16:18:12.410Z] --- PASS: TestParseUintList (0.00s) [2021-06-02T16:18:12.410Z] === RUN TestParseUintListMaximumLimits [2021-06-02T16:18:12.410Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-06-02T16:18:12.410Z] PASS [2021-06-02T16:18:12.410Z] coverage: 97.0% of statements [2021-06-02T16:18:12.410Z] ok github.com/docker/docker/pkg/parsers 0.036s coverage: 97.0% of statements [2021-06-02T16:18:12.869Z] === RUN TestNewAndRemove [2021-06-02T16:18:12.869Z] --- PASS: TestNewAndRemove (0.00s) [2021-06-02T16:18:12.869Z] === RUN TestRemoveInvalidPath [2021-06-02T16:18:12.869Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-06-02T16:18:12.869Z] PASS [2021-06-02T16:18:12.869Z] coverage: 82.6% of statements [2021-06-02T16:18:12.869Z] ok github.com/docker/docker/pkg/pidfile 0.055s coverage: 82.6% of statements [2021-06-02T16:18:13.572Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2021-06-02T16:18:13.836Z] === RUN TestParseEmptyInterface [2021-06-02T16:18:13.836Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-06-02T16:18:13.836Z] === RUN TestParseNonInterfaceType [2021-06-02T16:18:13.836Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-06-02T16:18:13.836Z] === RUN TestParseWithOneFunction [2021-06-02T16:18:13.836Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-06-02T16:18:13.836Z] === RUN TestParseWithMultipleFuncs [2021-06-02T16:18:13.836Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-06-02T16:18:13.836Z] === RUN TestParseWithUnnamedReturn [2021-06-02T16:18:13.836Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-06-02T16:18:13.836Z] === RUN TestEmbeddedInterface [2021-06-02T16:18:13.836Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-06-02T16:18:13.836Z] === RUN TestParsedImports [2021-06-02T16:18:13.836Z] --- PASS: TestParsedImports (0.00s) [2021-06-02T16:18:13.836Z] === RUN TestAliasedImports [2021-06-02T16:18:13.836Z] --- PASS: TestAliasedImports (0.00s) [2021-06-02T16:18:13.836Z] PASS [2021-06-02T16:18:13.836Z] coverage: 56.8% of statements [2021-06-02T16:18:13.836Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.095s coverage: 56.8% of statements [2021-06-02T16:18:13.996Z] --- PASS: TestSecretInspect (2.38s) [2021-06-02T16:18:13.996Z] === RUN TestSecretList [2021-06-02T16:18:14.132Z] --- PASS: TestPidHost (3.80s) [2021-06-02T16:18:14.132Z] === RUN TestPsFilter [2021-06-02T16:18:14.388Z] --- PASS: TestPsFilter (0.15s) [2021-06-02T16:18:14.388Z] === RUN TestRemoveContainerWithRemovedVolume [2021-06-02T16:18:14.705Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.25s) [2021-06-02T16:18:14.705Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-06-02T16:18:14.813Z] === RUN TestFailedConnection [2021-06-02T16:18:15.094Z] === RUN TestCheckpointCreateError [2021-06-02T16:18:15.094Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-06-02T16:18:15.094Z] === RUN TestCheckpointCreate [2021-06-02T16:18:15.094Z] --- PASS: TestCheckpointCreate (0.00s) [2021-06-02T16:18:15.094Z] === RUN TestCheckpointDeleteError [2021-06-02T16:18:15.094Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-06-02T16:18:15.094Z] === RUN TestCheckpointDelete [2021-06-02T16:18:15.094Z] --- PASS: TestCheckpointDelete (0.00s) [2021-06-02T16:18:15.094Z] === RUN TestCheckpointListError [2021-06-02T16:18:15.094Z] --- PASS: TestCheckpointListError (0.00s) [2021-06-02T16:18:15.094Z] === RUN TestCheckpointList [2021-06-02T16:18:15.094Z] --- PASS: TestCheckpointList (0.00s) [2021-06-02T16:18:15.094Z] === RUN TestCheckpointListContainerNotFound [2021-06-02T16:18:15.094Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-06-02T16:18:15.094Z] === RUN TestNewClientWithOpsFromEnv [2021-06-02T16:18:15.094Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-06-02T16:18:15.094Z] client_test.go:23: runtime.GOOS == "windows" [2021-06-02T16:18:15.094Z] === RUN TestGetAPIPath [2021-06-02T16:18:15.094Z] --- PASS: TestGetAPIPath (0.00s) [2021-06-02T16:18:15.094Z] === RUN TestParseHostURL [2021-06-02T16:18:15.094Z] --- PASS: TestParseHostURL (0.00s) [2021-06-02T16:18:15.094Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-06-02T16:18:15.094Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-06-02T16:18:15.094Z] === RUN TestNegotiateAPIVersionEmpty [2021-06-02T16:18:15.094Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-06-02T16:18:15.094Z] === RUN TestNegotiateAPIVersion [2021-06-02T16:18:15.094Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-06-02T16:18:15.094Z] === RUN TestNegotiateAPVersionOverride [2021-06-02T16:18:15.094Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-06-02T16:18:15.094Z] === RUN TestNegotiateAPIVersionAutomatic [2021-06-02T16:18:15.094Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-06-02T16:18:15.094Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-06-02T16:18:15.094Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-06-02T16:18:15.094Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-06-02T16:18:15.094Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-06-02T16:18:15.094Z] === RUN TestClientRedirect [2021-06-02T16:18:15.094Z] --- PASS: TestClientRedirect (0.00s) [2021-06-02T16:18:15.094Z] === RUN TestConfigCreateUnsupported [2021-06-02T16:18:15.094Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-06-02T16:18:15.094Z] === RUN TestConfigCreateError [2021-06-02T16:18:15.094Z] --- PASS: TestConfigCreateError (0.00s) [2021-06-02T16:18:15.094Z] === RUN TestConfigCreate [2021-06-02T16:18:15.094Z] --- PASS: TestConfigCreate (0.00s) [2021-06-02T16:18:15.094Z] === RUN TestConfigInspectNotFound [2021-06-02T16:18:15.094Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-06-02T16:18:15.094Z] === RUN TestConfigInspectWithEmptyID [2021-06-02T16:18:15.094Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-06-02T16:18:15.094Z] === RUN TestConfigInspectUnsupported [2021-06-02T16:18:15.094Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-06-02T16:18:15.094Z] === RUN TestConfigInspectError [2021-06-02T16:18:15.094Z] --- PASS: TestConfigInspectError (0.00s) [2021-06-02T16:18:15.094Z] === RUN TestConfigInspectConfigNotFound [2021-06-02T16:18:15.094Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-06-02T16:18:15.094Z] === RUN TestConfigInspect [2021-06-02T16:18:15.094Z] --- PASS: TestConfigInspect (0.00s) [2021-06-02T16:18:15.094Z] === RUN TestConfigListUnsupported [2021-06-02T16:18:15.094Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-06-02T16:18:15.094Z] === RUN TestConfigListError [2021-06-02T16:18:15.094Z] --- PASS: TestConfigListError (0.00s) [2021-06-02T16:18:15.094Z] === RUN TestConfigList [2021-06-02T16:18:15.094Z] --- PASS: TestConfigList (0.00s) [2021-06-02T16:18:15.094Z] === RUN TestConfigRemoveUnsupported [2021-06-02T16:18:15.094Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-06-02T16:18:15.094Z] === RUN TestConfigRemoveError [2021-06-02T16:18:15.094Z] --- PASS: TestConfigRemoveError (0.00s) [2021-06-02T16:18:15.094Z] === RUN TestConfigRemove [2021-06-02T16:18:15.095Z] --- PASS: TestConfigRemove (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestConfigUpdateUnsupported [2021-06-02T16:18:15.095Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestConfigUpdateError [2021-06-02T16:18:15.095Z] --- PASS: TestConfigUpdateError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestConfigUpdate [2021-06-02T16:18:15.095Z] --- PASS: TestConfigUpdate (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerCommitError [2021-06-02T16:18:15.095Z] --- PASS: TestContainerCommitError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerCommit [2021-06-02T16:18:15.095Z] --- PASS: TestContainerCommit (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerStatPathError [2021-06-02T16:18:15.095Z] --- PASS: TestContainerStatPathError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerStatPathNotFoundError [2021-06-02T16:18:15.095Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerStatPathNoHeaderError [2021-06-02T16:18:15.095Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerStatPath [2021-06-02T16:18:15.095Z] --- PASS: TestContainerStatPath (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestCopyToContainerError [2021-06-02T16:18:15.095Z] --- PASS: TestCopyToContainerError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestCopyToContainerNotFoundError [2021-06-02T16:18:15.095Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestCopyToContainerNotStatusOKError [2021-06-02T16:18:15.095Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestCopyToContainer [2021-06-02T16:18:15.095Z] --- PASS: TestCopyToContainer (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestCopyFromContainerError [2021-06-02T16:18:15.095Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestCopyFromContainerNotFoundError [2021-06-02T16:18:15.095Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestCopyFromContainerNotStatusOKError [2021-06-02T16:18:15.095Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestCopyFromContainerNoHeaderError [2021-06-02T16:18:15.095Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestCopyFromContainer [2021-06-02T16:18:15.095Z] --- PASS: TestCopyFromContainer (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerCreateError [2021-06-02T16:18:15.095Z] --- PASS: TestContainerCreateError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerCreateImageNotFound [2021-06-02T16:18:15.095Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerCreateWithName [2021-06-02T16:18:15.095Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerCreateAutoRemove [2021-06-02T16:18:15.095Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerDiffError [2021-06-02T16:18:15.095Z] --- PASS: TestContainerDiffError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerDiff [2021-06-02T16:18:15.095Z] --- PASS: TestContainerDiff (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerExecCreateError [2021-06-02T16:18:15.095Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerExecCreate [2021-06-02T16:18:15.095Z] --- PASS: TestContainerExecCreate (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerExecStartError [2021-06-02T16:18:15.095Z] --- PASS: TestContainerExecStartError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerExecStart [2021-06-02T16:18:15.095Z] --- PASS: TestContainerExecStart (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerExecInspectError [2021-06-02T16:18:15.095Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerExecInspect [2021-06-02T16:18:15.095Z] --- PASS: TestContainerExecInspect (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerExportError [2021-06-02T16:18:15.095Z] --- PASS: TestContainerExportError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerExport [2021-06-02T16:18:15.095Z] --- PASS: TestContainerExport (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerInspectError [2021-06-02T16:18:15.095Z] --- PASS: TestContainerInspectError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerInspectContainerNotFound [2021-06-02T16:18:15.095Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerInspectWithEmptyID [2021-06-02T16:18:15.095Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerInspect [2021-06-02T16:18:15.095Z] --- PASS: TestContainerInspect (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerInspectNode [2021-06-02T16:18:15.095Z] --- PASS: TestContainerInspectNode (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerKillError [2021-06-02T16:18:15.095Z] --- PASS: TestContainerKillError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerKill [2021-06-02T16:18:15.095Z] --- PASS: TestContainerKill (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerListError [2021-06-02T16:18:15.095Z] --- PASS: TestContainerListError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerList [2021-06-02T16:18:15.095Z] --- PASS: TestContainerList (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerLogsNotFoundError [2021-06-02T16:18:15.095Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerLogsError [2021-06-02T16:18:15.095Z] --- PASS: TestContainerLogsError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerLogs [2021-06-02T16:18:15.095Z] --- PASS: TestContainerLogs (0.14s) [2021-06-02T16:18:15.095Z] === RUN TestContainerPauseError [2021-06-02T16:18:15.095Z] --- PASS: TestContainerPauseError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerPause [2021-06-02T16:18:15.095Z] --- PASS: TestContainerPause (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainersPruneError [2021-06-02T16:18:15.095Z] --- PASS: TestContainersPruneError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainersPrune [2021-06-02T16:18:15.095Z] --- PASS: TestContainersPrune (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerRemoveError [2021-06-02T16:18:15.095Z] --- PASS: TestContainerRemoveError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerRemoveNotFoundError [2021-06-02T16:18:15.095Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerRemove [2021-06-02T16:18:15.095Z] --- PASS: TestContainerRemove (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerRenameError [2021-06-02T16:18:15.095Z] --- PASS: TestContainerRenameError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerRename [2021-06-02T16:18:15.095Z] --- PASS: TestContainerRename (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerResizeError [2021-06-02T16:18:15.095Z] --- PASS: TestContainerResizeError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerExecResizeError [2021-06-02T16:18:15.095Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerResize [2021-06-02T16:18:15.095Z] --- PASS: TestContainerResize (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerExecResize [2021-06-02T16:18:15.095Z] --- PASS: TestContainerExecResize (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerRestartError [2021-06-02T16:18:15.095Z] --- PASS: TestContainerRestartError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerRestart [2021-06-02T16:18:15.095Z] --- PASS: TestContainerRestart (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerStartError [2021-06-02T16:18:15.095Z] --- PASS: TestContainerStartError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerStart [2021-06-02T16:18:15.095Z] --- PASS: TestContainerStart (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerStatsError [2021-06-02T16:18:15.095Z] --- PASS: TestContainerStatsError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerStats [2021-06-02T16:18:15.095Z] --- PASS: TestContainerStats (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerStopError [2021-06-02T16:18:15.095Z] --- PASS: TestContainerStopError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerStop [2021-06-02T16:18:15.095Z] --- PASS: TestContainerStop (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerTopError [2021-06-02T16:18:15.095Z] --- PASS: TestContainerTopError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerTop [2021-06-02T16:18:15.095Z] --- PASS: TestContainerTop (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerUnpauseError [2021-06-02T16:18:15.095Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerUnpause [2021-06-02T16:18:15.095Z] --- PASS: TestContainerUnpause (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerUpdateError [2021-06-02T16:18:15.095Z] --- PASS: TestContainerUpdateError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerUpdate [2021-06-02T16:18:15.095Z] --- PASS: TestContainerUpdate (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerWaitError [2021-06-02T16:18:15.095Z] --- PASS: TestContainerWaitError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestContainerWait [2021-06-02T16:18:15.095Z] --- PASS: TestContainerWait (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestDiskUsageError [2021-06-02T16:18:15.095Z] --- PASS: TestDiskUsageError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestDiskUsage [2021-06-02T16:18:15.095Z] --- PASS: TestDiskUsage (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestDistributionInspectUnsupported [2021-06-02T16:18:15.095Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestDistributionInspectWithEmptyID [2021-06-02T16:18:15.095Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestEventsErrorInOptions [2021-06-02T16:18:15.095Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestEventsErrorFromServer [2021-06-02T16:18:15.095Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestEvents [2021-06-02T16:18:15.095Z] --- PASS: TestEvents (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestTLSCloseWriter [2021-06-02T16:18:15.095Z] === PAUSE TestTLSCloseWriter [2021-06-02T16:18:15.095Z] === RUN TestImageBuildError [2021-06-02T16:18:15.095Z] --- PASS: TestImageBuildError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImageBuild [2021-06-02T16:18:15.095Z] --- PASS: TestImageBuild (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestGetDockerOS [2021-06-02T16:18:15.095Z] --- PASS: TestGetDockerOS (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImageCreateError [2021-06-02T16:18:15.095Z] --- PASS: TestImageCreateError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImageCreate [2021-06-02T16:18:15.095Z] --- PASS: TestImageCreate (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImageHistoryError [2021-06-02T16:18:15.095Z] --- PASS: TestImageHistoryError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImageHistory [2021-06-02T16:18:15.095Z] --- PASS: TestImageHistory (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImageImportError [2021-06-02T16:18:15.095Z] --- PASS: TestImageImportError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImageImport [2021-06-02T16:18:15.095Z] --- PASS: TestImageImport (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImageInspectError [2021-06-02T16:18:15.095Z] --- PASS: TestImageInspectError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImageInspectImageNotFound [2021-06-02T16:18:15.095Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImageInspectWithEmptyID [2021-06-02T16:18:15.095Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImageInspect [2021-06-02T16:18:15.095Z] --- PASS: TestImageInspect (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImageListError [2021-06-02T16:18:15.095Z] --- PASS: TestImageListError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImageList [2021-06-02T16:18:15.095Z] --- PASS: TestImageList (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImageListApiBefore125 [2021-06-02T16:18:15.095Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImageLoadError [2021-06-02T16:18:15.095Z] --- PASS: TestImageLoadError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImageLoad [2021-06-02T16:18:15.095Z] --- PASS: TestImageLoad (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImagesPruneError [2021-06-02T16:18:15.095Z] --- PASS: TestImagesPruneError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImagesPrune [2021-06-02T16:18:15.095Z] --- PASS: TestImagesPrune (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImagePullReferenceParseError [2021-06-02T16:18:15.095Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImagePullAnyError [2021-06-02T16:18:15.095Z] --- PASS: TestImagePullAnyError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImagePullStatusUnauthorizedError [2021-06-02T16:18:15.095Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-06-02T16:18:15.095Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-06-02T16:18:15.095Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-06-02T16:18:15.095Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImagePullWithoutErrors [2021-06-02T16:18:15.095Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImagePushReferenceError [2021-06-02T16:18:15.095Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImagePushAnyError [2021-06-02T16:18:15.095Z] --- PASS: TestImagePushAnyError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImagePushStatusUnauthorizedError [2021-06-02T16:18:15.095Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-06-02T16:18:15.095Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-06-02T16:18:15.095Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-06-02T16:18:15.095Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImagePushWithoutErrors [2021-06-02T16:18:15.095Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-06-02T16:18:15.095Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-06-02T16:18:15.095Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-06-02T16:18:15.095Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-06-02T16:18:15.095Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-06-02T16:18:15.095Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-06-02T16:18:15.095Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-06-02T16:18:15.095Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-06-02T16:18:15.095Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImageRemoveError [2021-06-02T16:18:15.095Z] --- PASS: TestImageRemoveError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImageRemoveImageNotFound [2021-06-02T16:18:15.095Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImageRemove [2021-06-02T16:18:15.095Z] --- PASS: TestImageRemove (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImageSaveError [2021-06-02T16:18:15.095Z] --- PASS: TestImageSaveError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImageSave [2021-06-02T16:18:15.095Z] --- PASS: TestImageSave (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImageSearchAnyError [2021-06-02T16:18:15.095Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImageSearchStatusUnauthorizedError [2021-06-02T16:18:15.095Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-06-02T16:18:15.095Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-06-02T16:18:15.095Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-06-02T16:18:15.095Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImageSearchWithoutErrors [2021-06-02T16:18:15.095Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImageTagError [2021-06-02T16:18:15.095Z] --- PASS: TestImageTagError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImageTagInvalidReference [2021-06-02T16:18:15.095Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImageTagInvalidSourceImageName [2021-06-02T16:18:15.095Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImageTagHexSource [2021-06-02T16:18:15.095Z] --- PASS: TestImageTagHexSource (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestImageTag [2021-06-02T16:18:15.095Z] --- PASS: TestImageTag (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestInfoServerError [2021-06-02T16:18:15.095Z] --- PASS: TestInfoServerError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestInfoInvalidResponseJSONError [2021-06-02T16:18:15.095Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestInfo [2021-06-02T16:18:15.095Z] --- PASS: TestInfo (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestNetworkConnectError [2021-06-02T16:18:15.095Z] --- PASS: TestNetworkConnectError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-06-02T16:18:15.095Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestNetworkConnect [2021-06-02T16:18:15.095Z] --- PASS: TestNetworkConnect (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestNetworkCreateError [2021-06-02T16:18:15.095Z] --- PASS: TestNetworkCreateError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestNetworkCreate [2021-06-02T16:18:15.095Z] --- PASS: TestNetworkCreate (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestNetworkDisconnectError [2021-06-02T16:18:15.095Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestNetworkDisconnect [2021-06-02T16:18:15.095Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestNetworkInspectError [2021-06-02T16:18:15.095Z] --- PASS: TestNetworkInspectError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestNetworkInspectNotFoundError [2021-06-02T16:18:15.095Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestNetworkInspectWithEmptyID [2021-06-02T16:18:15.095Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestNetworkInspect [2021-06-02T16:18:15.095Z] --- PASS: TestNetworkInspect (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestNetworkListError [2021-06-02T16:18:15.095Z] --- PASS: TestNetworkListError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestNetworkList [2021-06-02T16:18:15.095Z] --- PASS: TestNetworkList (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestNetworksPruneError [2021-06-02T16:18:15.095Z] --- PASS: TestNetworksPruneError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestNetworksPrune [2021-06-02T16:18:15.095Z] --- PASS: TestNetworksPrune (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestNetworkRemoveError [2021-06-02T16:18:15.095Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestNetworkRemove [2021-06-02T16:18:15.095Z] --- PASS: TestNetworkRemove (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestNodeInspectError [2021-06-02T16:18:15.095Z] --- PASS: TestNodeInspectError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestNodeInspectNodeNotFound [2021-06-02T16:18:15.095Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestNodeInspectWithEmptyID [2021-06-02T16:18:15.095Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestNodeInspect [2021-06-02T16:18:15.095Z] --- PASS: TestNodeInspect (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestNodeListError [2021-06-02T16:18:15.095Z] --- PASS: TestNodeListError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestNodeList [2021-06-02T16:18:15.095Z] --- PASS: TestNodeList (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestNodeRemoveError [2021-06-02T16:18:15.095Z] --- PASS: TestNodeRemoveError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestNodeRemove [2021-06-02T16:18:15.095Z] --- PASS: TestNodeRemove (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestNodeUpdateError [2021-06-02T16:18:15.095Z] --- PASS: TestNodeUpdateError (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestNodeUpdate [2021-06-02T16:18:15.095Z] --- PASS: TestNodeUpdate (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestOptionWithTimeout [2021-06-02T16:18:15.095Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestPingFail [2021-06-02T16:18:15.095Z] --- PASS: TestPingFail (0.00s) [2021-06-02T16:18:15.095Z] === RUN TestPingWithError [2021-06-02T16:18:15.095Z] 2021/06/02 16:18:13 RoundTripper returned a response & error; ignoring response [2021-06-02T16:18:15.096Z] 2021/06/02 16:18:13 RoundTripper returned a response & error; ignoring response [2021-06-02T16:18:15.096Z] --- PASS: TestPingWithError (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestPingSuccess [2021-06-02T16:18:15.096Z] --- PASS: TestPingSuccess (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestPingHeadFallback [2021-06-02T16:18:15.096Z] === RUN TestPingHeadFallback/OK [2021-06-02T16:18:15.096Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-06-02T16:18:15.096Z] === RUN TestPingHeadFallback/Not_Found [2021-06-02T16:18:15.096Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-06-02T16:18:15.096Z] --- PASS: TestPingHeadFallback (0.00s) [2021-06-02T16:18:15.096Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-06-02T16:18:15.096Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-06-02T16:18:15.096Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-06-02T16:18:15.096Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestPluginDisableError [2021-06-02T16:18:15.096Z] --- PASS: TestPluginDisableError (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestPluginDisable [2021-06-02T16:18:15.096Z] --- PASS: TestPluginDisable (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestPluginEnableError [2021-06-02T16:18:15.096Z] --- PASS: TestPluginEnableError (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestPluginEnable [2021-06-02T16:18:15.096Z] --- PASS: TestPluginEnable (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestPluginInspectError [2021-06-02T16:18:15.096Z] --- PASS: TestPluginInspectError (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestPluginInspectWithEmptyID [2021-06-02T16:18:15.096Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestPluginInspect [2021-06-02T16:18:15.096Z] --- PASS: TestPluginInspect (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestPluginListError [2021-06-02T16:18:15.096Z] --- PASS: TestPluginListError (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestPluginList [2021-06-02T16:18:15.096Z] --- PASS: TestPluginList (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestPluginPushError [2021-06-02T16:18:15.096Z] --- PASS: TestPluginPushError (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestPluginPush [2021-06-02T16:18:15.096Z] --- PASS: TestPluginPush (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestPluginRemoveError [2021-06-02T16:18:15.096Z] --- PASS: TestPluginRemoveError (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestPluginRemove [2021-06-02T16:18:15.096Z] --- PASS: TestPluginRemove (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestPluginSetError [2021-06-02T16:18:15.096Z] --- PASS: TestPluginSetError (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestPluginSet [2021-06-02T16:18:15.096Z] --- PASS: TestPluginSet (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestSetHostHeader [2021-06-02T16:18:15.096Z] --- PASS: TestSetHostHeader (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestPlainTextError [2021-06-02T16:18:15.096Z] --- PASS: TestPlainTextError (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestInfiniteError [2021-06-02T16:18:15.096Z] --- PASS: TestInfiniteError (0.02s) [2021-06-02T16:18:15.096Z] === RUN TestSecretCreateUnsupported [2021-06-02T16:18:15.096Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestSecretCreateError [2021-06-02T16:18:15.096Z] --- PASS: TestSecretCreateError (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestSecretCreate [2021-06-02T16:18:15.096Z] --- PASS: TestSecretCreate (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestSecretInspectUnsupported [2021-06-02T16:18:15.096Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestSecretInspectError [2021-06-02T16:18:15.096Z] --- PASS: TestSecretInspectError (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestSecretInspectSecretNotFound [2021-06-02T16:18:15.096Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestSecretInspectWithEmptyID [2021-06-02T16:18:15.096Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestSecretInspect [2021-06-02T16:18:15.096Z] --- PASS: TestSecretInspect (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestSecretListUnsupported [2021-06-02T16:18:15.096Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestSecretListError [2021-06-02T16:18:15.096Z] --- PASS: TestSecretListError (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestSecretList [2021-06-02T16:18:15.096Z] --- PASS: TestSecretList (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestSecretRemoveUnsupported [2021-06-02T16:18:15.096Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestSecretRemoveError [2021-06-02T16:18:15.096Z] --- PASS: TestSecretRemoveError (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestSecretRemove [2021-06-02T16:18:15.096Z] --- PASS: TestSecretRemove (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestSecretUpdateUnsupported [2021-06-02T16:18:15.096Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestSecretUpdateError [2021-06-02T16:18:15.096Z] --- PASS: TestSecretUpdateError (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestSecretUpdate [2021-06-02T16:18:15.096Z] --- PASS: TestSecretUpdate (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestServiceCreateError [2021-06-02T16:18:15.096Z] --- PASS: TestServiceCreateError (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestServiceCreate [2021-06-02T16:18:15.096Z] --- PASS: TestServiceCreate (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestServiceCreateCompatiblePlatforms [2021-06-02T16:18:15.096Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestServiceCreateDigestPinning [2021-06-02T16:18:15.096Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestServiceInspectError [2021-06-02T16:18:15.096Z] --- PASS: TestServiceInspectError (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestServiceInspectServiceNotFound [2021-06-02T16:18:15.096Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestServiceInspectWithEmptyID [2021-06-02T16:18:15.096Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestServiceInspect [2021-06-02T16:18:15.096Z] --- PASS: TestServiceInspect (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestServiceListError [2021-06-02T16:18:15.096Z] --- PASS: TestServiceListError (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestServiceList [2021-06-02T16:18:15.096Z] --- PASS: TestServiceList (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestServiceLogsError [2021-06-02T16:18:15.096Z] --- PASS: TestServiceLogsError (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestServiceLogs [2021-06-02T16:18:15.096Z] --- PASS: TestServiceLogs (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestServiceRemoveError [2021-06-02T16:18:15.096Z] --- PASS: TestServiceRemoveError (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestServiceRemoveNotFoundError [2021-06-02T16:18:15.096Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestServiceRemove [2021-06-02T16:18:15.096Z] --- PASS: TestServiceRemove (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestServiceUpdateError [2021-06-02T16:18:15.096Z] --- PASS: TestServiceUpdateError (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestServiceUpdate [2021-06-02T16:18:15.096Z] --- PASS: TestServiceUpdate (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestSwarmGetUnlockKeyError [2021-06-02T16:18:15.096Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestSwarmGetUnlockKey [2021-06-02T16:18:15.096Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestSwarmInitError [2021-06-02T16:18:15.096Z] --- PASS: TestSwarmInitError (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestSwarmInit [2021-06-02T16:18:15.096Z] --- PASS: TestSwarmInit (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestSwarmInspectError [2021-06-02T16:18:15.096Z] --- PASS: TestSwarmInspectError (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestSwarmInspect [2021-06-02T16:18:15.096Z] --- PASS: TestSwarmInspect (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestSwarmJoinError [2021-06-02T16:18:15.096Z] --- PASS: TestSwarmJoinError (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestSwarmJoin [2021-06-02T16:18:15.096Z] --- PASS: TestSwarmJoin (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestSwarmLeaveError [2021-06-02T16:18:15.096Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestSwarmLeave [2021-06-02T16:18:15.096Z] --- PASS: TestSwarmLeave (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestSwarmUnlockError [2021-06-02T16:18:15.096Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestSwarmUnlock [2021-06-02T16:18:15.096Z] --- PASS: TestSwarmUnlock (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestSwarmUpdateError [2021-06-02T16:18:15.096Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestSwarmUpdate [2021-06-02T16:18:15.096Z] --- PASS: TestSwarmUpdate (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestTaskInspectError [2021-06-02T16:18:15.096Z] --- PASS: TestTaskInspectError (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestTaskInspectWithEmptyID [2021-06-02T16:18:15.096Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestTaskInspect [2021-06-02T16:18:15.096Z] --- PASS: TestTaskInspect (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestTaskListError [2021-06-02T16:18:15.096Z] --- PASS: TestTaskListError (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestTaskList [2021-06-02T16:18:15.096Z] --- PASS: TestTaskList (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestVolumeCreateError [2021-06-02T16:18:15.096Z] --- PASS: TestVolumeCreateError (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestVolumeCreate [2021-06-02T16:18:15.096Z] --- PASS: TestVolumeCreate (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestVolumeInspectError [2021-06-02T16:18:15.096Z] --- PASS: TestVolumeInspectError (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestVolumeInspectNotFound [2021-06-02T16:18:15.096Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestVolumeInspectWithEmptyID [2021-06-02T16:18:15.096Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestVolumeInspect [2021-06-02T16:18:15.096Z] --- PASS: TestVolumeInspect (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestVolumeListError [2021-06-02T16:18:15.096Z] --- PASS: TestVolumeListError (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestVolumeList [2021-06-02T16:18:15.096Z] --- PASS: TestVolumeList (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestVolumeRemoveError [2021-06-02T16:18:15.096Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-06-02T16:18:15.096Z] === RUN TestVolumeRemove [2021-06-02T16:18:15.096Z] --- PASS: TestVolumeRemove (0.00s) [2021-06-02T16:18:15.096Z] === CONT TestTLSCloseWriter [2021-06-02T16:18:15.096Z] --- PASS: TestTLSCloseWriter (0.02s) [2021-06-02T16:18:15.096Z] PASS [2021-06-02T16:18:15.096Z] coverage: 74.9% of statements [2021-06-02T16:18:15.096Z] ok github.com/docker/docker/client 0.533s coverage: 74.9% of statements [2021-06-02T16:18:15.272Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-06-02T16:18:15.272Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-06-02T16:18:15.272Z] === RUN TestBufioReaderPoolPutAndGet [2021-06-02T16:18:15.272Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-06-02T16:18:15.272Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-06-02T16:18:15.272Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-06-02T16:18:15.272Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-06-02T16:18:15.272Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-06-02T16:18:15.272Z] === RUN TestBufioWriterPoolPutAndGet [2021-06-02T16:18:15.272Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-06-02T16:18:15.272Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-06-02T16:18:15.272Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-06-02T16:18:15.272Z] === RUN TestBufferPoolPutAndGet [2021-06-02T16:18:15.272Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-06-02T16:18:15.272Z] PASS [2021-06-02T16:18:15.272Z] coverage: 88.2% of statements [2021-06-02T16:18:15.272Z] ok github.com/docker/docker/pkg/pools 0.037s coverage: 88.2% of statements [2021-06-02T16:18:15.272Z] === RUN TestHTTPTransport [2021-06-02T16:18:15.272Z] --- PASS: TestHTTPTransport (0.00s) [2021-06-02T16:18:15.272Z] PASS [2021-06-02T16:18:15.272Z] coverage: 85.7% of statements [2021-06-02T16:18:15.272Z] ok github.com/docker/docker/pkg/plugins/transport 0.042s coverage: 85.7% of statements [2021-06-02T16:18:15.313Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2021-06-02T16:18:15.568Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.32s) [2021-06-02T16:18:15.568Z] === RUN TestRemoveContainerWithVolume [2021-06-02T16:18:15.733Z] === RUN TestOutputOnPrematureClose [2021-06-02T16:18:15.733Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-06-02T16:18:15.733Z] === RUN TestCompleteSilently [2021-06-02T16:18:15.733Z] --- PASS: TestCompleteSilently (0.00s) [2021-06-02T16:18:15.733Z] PASS [2021-06-02T16:18:15.733Z] coverage: 75.9% of statements [2021-06-02T16:18:15.733Z] ok github.com/docker/docker/pkg/progress 0.035s coverage: 75.9% of statements [2021-06-02T16:18:16.193Z] === RUN TestSendToOneSub [2021-06-02T16:18:16.193Z] --- PASS: TestSendToOneSub (0.00s) [2021-06-02T16:18:16.193Z] === RUN TestSendToMultipleSubs [2021-06-02T16:18:16.193Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-06-02T16:18:16.193Z] === RUN TestEvictOneSub [2021-06-02T16:18:16.193Z] --- PASS: TestEvictOneSub (0.00s) [2021-06-02T16:18:16.193Z] === RUN TestClosePublisher [2021-06-02T16:18:16.193Z] --- PASS: TestClosePublisher (0.00s) [2021-06-02T16:18:16.193Z] === RUN TestPubSubRace [2021-06-02T16:18:16.534Z] --- PASS: TestSecretList (2.30s) [2021-06-02T16:18:16.534Z] === RUN TestSecretsCreateAndDelete [2021-06-02T16:18:16.617Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.23s) [2021-06-02T16:18:16.617Z] === RUN TestAuthZPluginHeader [2021-06-02T16:18:16.652Z] --- PASS: TestFailedConnection (2.04s) [2021-06-02T16:18:16.652Z] === RUN TestFailOnce [2021-06-02T16:18:16.652Z] === RUN TestRegister [2021-06-02T16:18:16.652Z] --- PASS: TestRegister (0.00s) [2021-06-02T16:18:16.652Z] === RUN TestCommand [2021-06-02T16:18:16.652Z] --- PASS: TestCommand (0.03s) [2021-06-02T16:18:16.652Z] === RUN TestNaiveSelf [2021-06-02T16:18:16.933Z] --- PASS: TestRemoveContainerWithVolume (1.22s) [2021-06-02T16:18:16.933Z] === RUN TestRemoveContainerRunning [2021-06-02T16:18:17.111Z] --- PASS: TestNaiveSelf (0.04s) [2021-06-02T16:18:17.111Z] PASS [2021-06-02T16:18:17.111Z] coverage: 82.4% of statements [2021-06-02T16:18:17.111Z] ok github.com/docker/docker/pkg/reexec 0.099s coverage: 82.4% of statements [2021-06-02T16:18:17.111Z] 2021/06/02 16:18:16 http: panic serving 127.0.0.1:49217: Plugin not ready [2021-06-02T16:18:17.111Z] goroutine 34 [running]: [2021-06-02T16:18:17.111Z] net/http.(*conn).serve.func1(0xc000142000) [2021-06-02T16:18:17.111Z] c:/go/src/net/http/server.go:1795 +0x140 [2021-06-02T16:18:17.111Z] panic(0x84ab40, 0x987da0) [2021-06-02T16:18:17.111Z] c:/go/src/runtime/panic.go:679 +0x1c0 [2021-06-02T16:18:17.111Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99b9e0, 0xc00015c000, 0xc00014e000) [2021-06-02T16:18:17.111Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2021-06-02T16:18:17.111Z] net/http.HandlerFunc.ServeHTTP(0xc0000ee050, 0x99b9e0, 0xc00015c000, 0xc00014e000) [2021-06-02T16:18:17.111Z] c:/go/src/net/http/server.go:2036 +0x4b [2021-06-02T16:18:17.111Z] net/http.(*ServeMux).ServeHTTP(0xc0000fe000, 0x99b9e0, 0xc00015c000, 0xc00014e000) [2021-06-02T16:18:17.111Z] c:/go/src/net/http/server.go:2416 +0x1c4 [2021-06-02T16:18:17.111Z] net/http.serverHandler.ServeHTTP(0xc000104000, 0x99b9e0, 0xc00015c000, 0xc00014e000) [2021-06-02T16:18:17.111Z] c:/go/src/net/http/server.go:2831 +0xab [2021-06-02T16:18:17.111Z] net/http.(*conn).serve(0xc000142000, 0x99c5a0, 0xc000124040) [2021-06-02T16:18:17.111Z] c:/go/src/net/http/server.go:1919 +0x87c [2021-06-02T16:18:17.111Z] created by net/http.(*Server).Serve [2021-06-02T16:18:17.111Z] c:/go/src/net/http/server.go:2957 +0x38b [2021-06-02T16:18:17.111Z] time="2021-06-02T16:18:16Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49216/Test.FailOnce: Post http://127.0.0.1:49216/Test.FailOnce: EOF, retrying in 1s" [2021-06-02T16:18:17.111Z] --- PASS: TestPubSubRace (1.05s) [2021-06-02T16:18:17.111Z] PASS [2021-06-02T16:18:17.111Z] coverage: 75.0% of statements [2021-06-02T16:18:17.111Z] ok github.com/docker/docker/pkg/pubsub 1.090s coverage: 75.0% of statements [2021-06-02T16:18:17.954Z] === RUN TestParseSignal [2021-06-02T16:18:17.954Z] --- PASS: TestParseSignal (0.00s) [2021-06-02T16:18:17.954Z] === RUN TestValidSignalForPlatform [2021-06-02T16:18:17.954Z] --- PASS: TestValidSignalForPlatform (0.00s) [2021-06-02T16:18:17.954Z] PASS [2021-06-02T16:18:17.954Z] coverage: 19.7% of statements [2021-06-02T16:18:17.954Z] ok github.com/docker/docker/pkg/signal 0.037s coverage: 19.7% of statements [2021-06-02T16:18:17.954Z] --- PASS: TestFailOnce (1.15s) [2021-06-02T16:18:17.954Z] === RUN TestEchoInputOutput [2021-06-02T16:18:17.954Z] --- PASS: TestEchoInputOutput (0.00s) [2021-06-02T16:18:17.955Z] === RUN TestBackoff [2021-06-02T16:18:17.955Z] --- PASS: TestBackoff (0.00s) [2021-06-02T16:18:17.955Z] === RUN TestAbortRetry [2021-06-02T16:18:17.955Z] --- PASS: TestAbortRetry (0.00s) [2021-06-02T16:18:17.955Z] === RUN TestClientScheme [2021-06-02T16:18:17.955Z] --- PASS: TestClientScheme (0.00s) [2021-06-02T16:18:17.955Z] === RUN TestNewClientWithTimeout [2021-06-02T16:18:17.955Z] === RUN TestNewStdWriter [2021-06-02T16:18:17.955Z] --- PASS: TestNewStdWriter (0.00s) [2021-06-02T16:18:17.955Z] === RUN TestWriteWithUninitializedStdWriter [2021-06-02T16:18:17.955Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-06-02T16:18:17.955Z] === RUN TestWriteWithNilBytes [2021-06-02T16:18:17.955Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-06-02T16:18:17.955Z] === RUN TestWrite [2021-06-02T16:18:17.955Z] --- PASS: TestWrite (0.00s) [2021-06-02T16:18:17.955Z] === RUN TestWriteWithWriterError [2021-06-02T16:18:17.955Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-06-02T16:18:17.955Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-06-02T16:18:17.955Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-06-02T16:18:17.955Z] === RUN TestStdCopyWriteAndRead [2021-06-02T16:18:17.955Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-06-02T16:18:17.955Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-06-02T16:18:17.955Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-06-02T16:18:17.955Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-06-02T16:18:17.955Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-06-02T16:18:17.955Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-06-02T16:18:17.955Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-06-02T16:18:17.955Z] === RUN TestStdCopyWithInvalidInputHeader [2021-06-02T16:18:17.955Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-06-02T16:18:17.955Z] === RUN TestStdCopyWithCorruptedPrefix [2021-06-02T16:18:17.955Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-06-02T16:18:17.955Z] === RUN TestStdCopyReturnsWriteErrors [2021-06-02T16:18:17.955Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-06-02T16:18:17.955Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-06-02T16:18:17.955Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-06-02T16:18:17.955Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-06-02T16:18:17.955Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-06-02T16:18:17.955Z] PASS [2021-06-02T16:18:17.955Z] coverage: 100.0% of statements [2021-06-02T16:18:17.955Z] ok github.com/docker/docker/pkg/stdcopy 0.036s coverage: 100.0% of statements [2021-06-02T16:18:18.001Z] --- PASS: TestAuthZPluginHeader (1.01s) [2021-06-02T16:18:18.001Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-06-02T16:18:18.001Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-06-02T16:18:18.001Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-02T16:18:18.001Z] === RUN TestAuthZPluginV2Disable [2021-06-02T16:18:18.001Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-06-02T16:18:18.001Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-02T16:18:18.001Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-06-02T16:18:18.001Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-06-02T16:18:18.001Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-02T16:18:18.001Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-06-02T16:18:18.001Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-06-02T16:18:18.001Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-02T16:18:18.001Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-06-02T16:18:18.296Z] --- PASS: TestRemoveContainerRunning (1.25s) [2021-06-02T16:18:18.296Z] === RUN TestRemoveContainerForceRemoveRunning [2021-06-02T16:18:18.296Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2021-06-02T16:18:18.414Z] time="2021-06-02T16:18:18Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49221/Test.Echo: Post http://127.0.0.1:49221/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-06-02T16:18:18.439Z] --- PASS: TestSecretsCreateAndDelete (2.31s) [2021-06-02T16:18:18.439Z] === RUN TestSecretsUpdate [2021-06-02T16:18:18.875Z] === RUN TestRawProgressFormatterFormatStatus [2021-06-02T16:18:18.875Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-06-02T16:18:18.875Z] === RUN TestRawProgressFormatterFormatProgress [2021-06-02T16:18:18.875Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-06-02T16:18:18.875Z] === RUN TestFormatStatus [2021-06-02T16:18:18.875Z] --- PASS: TestFormatStatus (0.00s) [2021-06-02T16:18:18.875Z] === RUN TestFormatError [2021-06-02T16:18:18.875Z] --- PASS: TestFormatError (0.00s) [2021-06-02T16:18:18.875Z] === RUN TestFormatJSONError [2021-06-02T16:18:18.875Z] --- PASS: TestFormatJSONError (0.00s) [2021-06-02T16:18:18.875Z] === RUN TestJsonProgressFormatterFormatProgress [2021-06-02T16:18:18.875Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-06-02T16:18:18.875Z] === RUN TestJsonProgressFormatterFormatStatus [2021-06-02T16:18:18.875Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-06-02T16:18:18.875Z] === RUN TestNewJSONProgressOutput [2021-06-02T16:18:18.875Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-06-02T16:18:18.875Z] === RUN TestAuxFormatterEmit [2021-06-02T16:18:18.875Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-06-02T16:18:18.875Z] === RUN TestStreamWriterStdout [2021-06-02T16:18:18.875Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-06-02T16:18:18.875Z] === RUN TestStreamWriterStderr [2021-06-02T16:18:18.875Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-06-02T16:18:18.875Z] PASS [2021-06-02T16:18:18.875Z] coverage: 66.2% of statements [2021-06-02T16:18:18.875Z] ok github.com/docker/docker/pkg/streamformatter 0.043s coverage: 66.2% of statements [2021-06-02T16:18:18.875Z] === RUN TestGenerateRandomID [2021-06-02T16:18:18.875Z] --- PASS: TestGenerateRandomID (0.00s) [2021-06-02T16:18:18.875Z] === RUN TestShortenId [2021-06-02T16:18:18.875Z] --- PASS: TestShortenId (0.00s) [2021-06-02T16:18:18.875Z] === RUN TestShortenSha256Id [2021-06-02T16:18:18.875Z] --- PASS: TestShortenSha256Id (0.00s) [2021-06-02T16:18:18.875Z] === RUN TestShortenIdEmpty [2021-06-02T16:18:18.875Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-06-02T16:18:18.875Z] === RUN TestShortenIdInvalid [2021-06-02T16:18:18.875Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-06-02T16:18:18.875Z] === RUN TestIsShortIDNonHex [2021-06-02T16:18:18.875Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-06-02T16:18:18.875Z] === RUN TestIsShortIDNotCorrectSize [2021-06-02T16:18:18.875Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-06-02T16:18:18.875Z] PASS [2021-06-02T16:18:18.875Z] coverage: 70.6% of statements [2021-06-02T16:18:18.875Z] ok github.com/docker/docker/pkg/stringid 0.036s coverage: 70.6% of statements [2021-06-02T16:18:19.660Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.42s) [2021-06-02T16:18:19.660Z] === RUN TestRemoveInvalidContainer [2021-06-02T16:18:19.660Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-06-02T16:18:19.660Z] === RUN TestRenameLinkedContainer [2021-06-02T16:18:19.848Z] time="2021-06-02T16:18:19Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49221/Test.Echo: Post http://127.0.0.1:49221/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-06-02T16:18:20.309Z] === RUN TestIsCpusetListAvailable [2021-06-02T16:18:20.309Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-06-02T16:18:20.309Z] PASS [2021-06-02T16:18:20.309Z] coverage: 38.2% of statements [2021-06-02T16:18:20.309Z] ok github.com/docker/docker/pkg/sysinfo 0.037s coverage: 38.2% of statements [2021-06-02T16:18:20.770Z] === RUN TestChtimes [2021-06-02T16:18:20.770Z] --- PASS: TestChtimes (0.00s) [2021-06-02T16:18:20.770Z] === RUN TestChtimesWindows [2021-06-02T16:18:20.770Z] --- PASS: TestChtimesWindows (0.00s) [2021-06-02T16:18:20.770Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-06-02T16:18:20.770Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-06-02T16:18:20.770Z] === RUN TestEnsureRemoveAllNotExist [2021-06-02T16:18:20.770Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-06-02T16:18:20.770Z] === RUN TestEnsureRemoveAllWithDir [2021-06-02T16:18:20.770Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-06-02T16:18:20.770Z] === RUN TestEnsureRemoveAllWithFile [2021-06-02T16:18:20.770Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-06-02T16:18:20.770Z] === RUN TestHasWin32KSupport [2021-06-02T16:18:20.770Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-06-02T16:18:20.770Z] syscall_windows_test.go:8: win32k: true [2021-06-02T16:18:20.770Z] PASS [2021-06-02T16:18:20.770Z] coverage: 12.0% of statements [2021-06-02T16:18:20.770Z] ok github.com/docker/docker/pkg/system 0.056s coverage: 12.0% of statements [2021-06-02T16:18:20.973Z] --- PASS: TestSecretsUpdate (2.32s) [2021-06-02T16:18:20.973Z] === RUN TestTemplatedSecret [2021-06-02T16:18:21.229Z] === RUN TestTailFile [2021-06-02T16:18:21.229Z] --- PASS: TestTailFile (0.00s) [2021-06-02T16:18:21.229Z] === RUN TestTailFileManyLines [2021-06-02T16:18:21.229Z] --- PASS: TestTailFileManyLines (0.00s) [2021-06-02T16:18:21.229Z] === RUN TestTailEmptyFile [2021-06-02T16:18:21.229Z] --- PASS: TestTailEmptyFile (0.00s) [2021-06-02T16:18:21.229Z] === RUN TestTailNegativeN [2021-06-02T16:18:21.229Z] --- PASS: TestTailNegativeN (0.00s) [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader [2021-06-02T16:18:21.229Z] === CONT TestNewTailReader [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/no_delimiter [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/no_delimiter [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/single_byte_delimiter [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/2_byte_delimiter [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/4_byte_delimiter [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/8_byte_delimiter [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/truncated_last_line [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-06-02T16:18:21.229Z] === CONT TestNewTailReader/12_byte_delimiter [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-06-02T16:18:21.229Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-02T16:18:21.229Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-06-02T16:18:21.229Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-02T16:18:21.229Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-02T16:18:21.229Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-02T16:18:21.229Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-02T16:18:21.229Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-02T16:18:21.229Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-02T16:18:21.229Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-02T16:18:21.229Z] === CONT TestNewTailReader/single_byte_delimiter [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-06-02T16:18:21.229Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-06-02T16:18:21.229Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-06-02T16:18:21.229Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-02T16:18:21.230Z] === CONT TestNewTailReader/8_byte_delimiter [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-06-02T16:18:21.230Z] === CONT TestNewTailReader/2_byte_delimiter [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-06-02T16:18:21.230Z] === CONT TestNewTailReader/4_byte_delimiter [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-06-02T16:18:21.230Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-02T16:18:21.230Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-02T16:18:21.230Z] === CONT TestNewTailReader/no_delimiter [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-06-02T16:18:21.230Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-06-02T16:18:21.230Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-02T16:18:21.816Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-02T16:18:21.816Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-06-02T16:18:21.816Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-02T16:18:21.817Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-02T16:18:21.817Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-02T16:18:21.817Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-02T16:18:21.817Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-06-02T16:18:21.817Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-02T16:18:21.817Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-02T16:18:21.817Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-02T16:18:21.817Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-02T16:18:21.817Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-02T16:18:21.818Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-06-02T16:18:21.818Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-02T16:18:21.818Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-06-02T16:18:21.818Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-06-02T16:18:21.818Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-06-02T16:18:21.818Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-02T16:18:21.818Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-02T16:18:21.819Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-06-02T16:18:21.819Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-06-02T16:18:21.820Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-06-02T16:18:22.280Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-06-02T16:18:22.280Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-02T16:18:22.280Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-02T16:18:22.280Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-02T16:18:22.280Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-02T16:18:22.280Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-02T16:18:22.280Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-02T16:18:22.280Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-02T16:18:22.280Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.01s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.02s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.02s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.02s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.02s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.03s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.04s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.01s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.01s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-02T16:18:22.281Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.01s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.02s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.01s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.01s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.01s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter (0.01s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.01s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.01s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-02T16:18:22.282Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-02T16:18:22.283Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.283Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-02T16:18:22.283Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-02T16:18:22.283Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-02T16:18:22.283Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-02T16:18:22.283Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-02T16:18:22.283Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-02T16:18:22.283Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-02T16:18:22.283Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-02T16:18:22.283Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-02T16:18:22.283Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-02T16:18:22.283Z] PASS [2021-06-02T16:18:22.283Z] coverage: 88.6% of statements [2021-06-02T16:18:22.283Z] ok github.com/docker/docker/pkg/tailfile 0.401s coverage: 88.6% of statements [2021-06-02T16:18:22.283Z] === RUN TestTarSumRemoveNonExistent [2021-06-02T16:18:22.283Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-06-02T16:18:22.283Z] === RUN TestTarSumRemove [2021-06-02T16:18:22.283Z] --- PASS: TestTarSumRemove (0.00s) [2021-06-02T16:18:22.283Z] === RUN TestSortFileInfoSums [2021-06-02T16:18:22.283Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-06-02T16:18:22.283Z] === RUN TestNewTarSumForLabelInvalid [2021-06-02T16:18:22.283Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-06-02T16:18:22.283Z] === RUN TestNewTarSumForLabel [2021-06-02T16:18:22.283Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-06-02T16:18:22.283Z] === RUN TestEmptyTar [2021-06-02T16:18:22.283Z] --- PASS: TestEmptyTar (0.00s) [2021-06-02T16:18:22.283Z] === RUN TestTarSumsReadSize [2021-06-02T16:18:22.283Z] --- PASS: TestTarSumsReadSize (0.01s) [2021-06-02T16:18:22.283Z] === RUN TestTarSums [2021-06-02T16:18:22.283Z] --- PASS: TestTarSums (0.08s) [2021-06-02T16:18:22.283Z] === RUN TestIteration [2021-06-02T16:18:22.283Z] --- PASS: TestIteration (0.00s) [2021-06-02T16:18:22.283Z] === RUN TestVersionLabelForChecksum [2021-06-02T16:18:22.283Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-06-02T16:18:22.283Z] === RUN TestVersion [2021-06-02T16:18:22.283Z] --- PASS: TestVersion (0.00s) [2021-06-02T16:18:22.283Z] === RUN TestGetVersion [2021-06-02T16:18:22.283Z] --- PASS: TestGetVersion (0.00s) [2021-06-02T16:18:22.283Z] === RUN TestGetVersions [2021-06-02T16:18:22.283Z] --- PASS: TestGetVersions (0.00s) [2021-06-02T16:18:22.283Z] PASS [2021-06-02T16:18:22.283Z] coverage: 89.3% of statements [2021-06-02T16:18:22.283Z] ok github.com/docker/docker/pkg/tarsum 0.144s coverage: 89.3% of statements [2021-06-02T16:18:22.283Z] time="2021-06-02T16:18:22Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49221/Test.Echo: Post http://127.0.0.1:49221/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-06-02T16:18:22.743Z] testing: warning: no tests to run [2021-06-02T16:18:22.743Z] PASS [2021-06-02T16:18:22.743Z] coverage: [no statements] [2021-06-02T16:18:22.743Z] ok github.com/docker/docker/pkg/term/windows 0.037s coverage: [no statements] [no tests to run] [2021-06-02T16:18:23.202Z] === RUN TestTruncIndex [2021-06-02T16:18:23.661Z] --- PASS: TestTruncIndex (0.10s) [2021-06-02T16:18:23.661Z] PASS [2021-06-02T16:18:23.661Z] coverage: 91.5% of statements [2021-06-02T16:18:23.661Z] ok github.com/docker/docker/pkg/truncindex 0.151s coverage: 91.5% of statements [2021-06-02T16:18:23.661Z] === RUN TestIsGIT [2021-06-02T16:18:23.661Z] --- PASS: TestIsGIT (0.00s) [2021-06-02T16:18:23.661Z] === RUN TestIsTransport [2021-06-02T16:18:23.661Z] --- PASS: TestIsTransport (0.00s) [2021-06-02T16:18:23.661Z] PASS [2021-06-02T16:18:23.661Z] coverage: 100.0% of statements [2021-06-02T16:18:23.661Z] ok github.com/docker/docker/pkg/urlutil 0.072s coverage: 100.0% of statements [2021-06-02T16:18:24.120Z] === RUN TestVersionInfo [2021-06-02T16:18:24.120Z] --- PASS: TestVersionInfo (0.00s) [2021-06-02T16:18:24.120Z] === RUN TestAppendVersions [2021-06-02T16:18:24.120Z] --- PASS: TestAppendVersions (0.00s) [2021-06-02T16:18:24.120Z] PASS [2021-06-02T16:18:24.120Z] coverage: 88.9% of statements [2021-06-02T16:18:24.120Z] ok github.com/docker/docker/pkg/useragent 0.042s coverage: 88.9% of statements [2021-06-02T16:18:24.264Z] --- PASS: TestTemplatedSecret (3.53s) [2021-06-02T16:18:24.265Z] === RUN TestSecretCreateResolve [2021-06-02T16:18:26.235Z] --- PASS: TestRenameLinkedContainer (5.61s) [2021-06-02T16:18:26.235Z] === RUN TestRenameStoppedContainer [2021-06-02T16:18:26.300Z] === RUN TestValidatePrivileges [2021-06-02T16:18:26.300Z] --- PASS: TestValidatePrivileges (0.00s) [2021-06-02T16:18:26.300Z] === RUN TestFilterByCapNeg [2021-06-02T16:18:26.300Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-06-02T16:18:26.300Z] === RUN TestFilterByCapPos [2021-06-02T16:18:26.300Z] --- PASS: TestFilterByCapPos (0.00s) [2021-06-02T16:18:26.300Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-06-02T16:18:26.300Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-06-02T16:18:26.300Z] PASS [2021-06-02T16:18:26.300Z] coverage: 12.0% of statements [2021-06-02T16:18:26.300Z] ok github.com/docker/docker/plugin 0.073s coverage: 12.0% of statements [2021-06-02T16:18:26.300Z] === RUN TestNewSettable [2021-06-02T16:18:26.300Z] --- PASS: TestNewSettable (0.00s) [2021-06-02T16:18:26.300Z] === RUN TestIsSettable [2021-06-02T16:18:26.300Z] --- PASS: TestIsSettable (0.00s) [2021-06-02T16:18:26.300Z] === RUN TestUpdateSettingsEnv [2021-06-02T16:18:26.300Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-06-02T16:18:26.300Z] PASS [2021-06-02T16:18:26.300Z] coverage: 20.1% of statements [2021-06-02T16:18:26.300Z] ok github.com/docker/docker/plugin/v2 0.046s coverage: 20.1% of statements [2021-06-02T16:18:26.535Z] --- PASS: TestRenameStoppedContainer (1.42s) [2021-06-02T16:18:26.535Z] === RUN TestRenameRunningContainerAndReuse [2021-06-02T16:18:26.802Z] --- PASS: TestSecretCreateResolve (2.37s) [2021-06-02T16:18:26.802Z] PASS [2021-06-02T16:18:26.802Z] [2021-06-02T16:18:26.802Z] DONE 6 tests in 15.236s [2021-06-02T16:18:26.802Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-06-02T16:18:26.802Z] INFO: Testing against a local daemon [2021-06-02T16:18:26.802Z] === RUN TestServiceCreateInit [2021-06-02T16:18:26.802Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-06-02T16:18:27.269Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-06-02T16:18:27.269Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-06-02T16:18:27.269Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-06-02T16:18:27.269Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-06-02T16:18:27.270Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-06-02T16:18:27.270Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-06-02T16:18:27.270Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-06-02T16:18:27.270Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-06-02T16:18:27.270Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-06-02T16:18:27.270Z] time="2021-06-02T16:18:26Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49221/Test.Echo: Post http://127.0.0.1:49221/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-06-02T16:18:27.270Z] === RUN TestLoad [2021-06-02T16:18:27.270Z] --- PASS: TestLoad (0.00s) [2021-06-02T16:18:27.270Z] === RUN TestSave [2021-06-02T16:18:27.270Z] --- PASS: TestSave (0.02s) [2021-06-02T16:18:27.270Z] === RUN TestAddDeleteGet [2021-06-02T16:18:27.270Z] --- PASS: TestAddDeleteGet (0.03s) [2021-06-02T16:18:27.270Z] === RUN TestInvalidTags [2021-06-02T16:18:27.270Z] --- PASS: TestInvalidTags (0.00s) [2021-06-02T16:18:27.270Z] PASS [2021-06-02T16:18:27.270Z] coverage: 84.4% of statements [2021-06-02T16:18:27.270Z] ok github.com/docker/docker/reference 0.108s coverage: 84.4% of statements [2021-06-02T16:18:28.809Z] === RUN TestRestartManagerTimeout [2021-06-02T16:18:28.809Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-06-02T16:18:28.809Z] === RUN TestRestartManagerTimeoutReset [2021-06-02T16:18:28.809Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-06-02T16:18:28.809Z] PASS [2021-06-02T16:18:28.809Z] coverage: 50.9% of statements [2021-06-02T16:18:28.809Z] ok github.com/docker/docker/restartmanager 0.034s coverage: 50.9% of statements [2021-06-02T16:18:28.809Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-06-02T16:18:28.809Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2021-06-02T16:18:28.809Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-06-02T16:18:28.809Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-06-02T16:18:28.809Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-06-02T16:18:28.809Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-06-02T16:18:28.809Z] === RUN TestResumableRequestReaderWithReadError [2021-06-02T16:18:28.809Z] time="2021-06-02T16:18:28Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-06-02T16:18:28.809Z] --- PASS: TestResumableRequestReaderWithReadError (0.10s) [2021-06-02T16:18:28.809Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-06-02T16:18:28.809Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-06-02T16:18:28.809Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-06-02T16:18:28.809Z] === RUN TestResolveAuthConfigIndexServer [2021-06-02T16:18:28.809Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-06-02T16:18:28.809Z] === RUN TestResolveAuthConfigFullURL [2021-06-02T16:18:28.809Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-06-02T16:18:28.809Z] === RUN TestLoadAllowNondistributableArtifacts [2021-06-02T16:18:28.809Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-06-02T16:18:28.809Z] === RUN TestValidateMirror [2021-06-02T16:18:28.809Z] --- PASS: TestValidateMirror (0.00s) [2021-06-02T16:18:28.809Z] === RUN TestLoadInsecureRegistries [2021-06-02T16:18:28.809Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-06-02T16:18:28.809Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-06-02T16:18:28.809Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-06-02T16:18:28.809Z] === RUN TestResumableRequestReader [2021-06-02T16:18:28.809Z] --- PASS: TestResumableRequestReader (0.00s) [2021-06-02T16:18:28.809Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-06-02T16:18:28.809Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-06-02T16:18:28.809Z] PASS [2021-06-02T16:18:28.809Z] coverage: 100.0% of statements [2021-06-02T16:18:28.809Z] ok github.com/docker/docker/registry/resumable 0.194s coverage: 100.0% of statements [2021-06-02T16:18:29.268Z] time="2021-06-02T16:18:28Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-06-02T16:18:29.268Z] time="2021-06-02T16:18:28Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-06-02T16:18:29.268Z] time="2021-06-02T16:18:28Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-06-02T16:18:29.268Z] --- PASS: TestLoadInsecureRegistries (0.13s) [2021-06-02T16:18:29.268Z] === RUN TestNewServiceConfig [2021-06-02T16:18:29.268Z] --- PASS: TestNewServiceConfig (0.00s) [2021-06-02T16:18:29.268Z] === RUN TestValidateIndexName [2021-06-02T16:18:29.268Z] --- PASS: TestValidateIndexName (0.00s) [2021-06-02T16:18:29.268Z] === RUN TestValidateIndexNameWithError [2021-06-02T16:18:29.268Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-06-02T16:18:29.268Z] === RUN TestEndpointParse [2021-06-02T16:18:29.268Z] --- PASS: TestEndpointParse (0.00s) [2021-06-02T16:18:29.268Z] === RUN TestEndpointParseInvalid [2021-06-02T16:18:29.269Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-06-02T16:18:29.269Z] === RUN TestValidateEndpoint [2021-06-02T16:18:29.269Z] --- PASS: TestValidateEndpoint (0.00s) [2021-06-02T16:18:29.269Z] === RUN TestPing [2021-06-02T16:18:29.269Z] --- PASS: TestPing (0.00s) [2021-06-02T16:18:29.269Z] === RUN TestPingRegistryEndpoint [2021-06-02T16:18:29.269Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-06-02T16:18:29.269Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:18:29.269Z] === RUN TestEndpoint [2021-06-02T16:18:29.269Z] --- SKIP: TestEndpoint (0.01s) [2021-06-02T16:18:29.269Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:18:29.269Z] === RUN TestParseRepositoryInfo [2021-06-02T16:18:29.269Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-06-02T16:18:29.269Z] === RUN TestNewIndexInfo [2021-06-02T16:18:29.269Z] --- PASS: TestNewIndexInfo (0.00s) [2021-06-02T16:18:29.269Z] === RUN TestMirrorEndpointLookup [2021-06-02T16:18:29.269Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2021-06-02T16:18:29.269Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:18:29.269Z] === RUN TestSearchRepositories [2021-06-02T16:18:29.269Z] --- PASS: TestSearchRepositories (0.00s) [2021-06-02T16:18:29.269Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-06-02T16:18:29.269Z] Host: 127.0.0.1:49228 [2021-06-02T16:18:29.269Z] User-Agent: docker test client [2021-06-02T16:18:29.269Z] Authorization: Token fake-token [2021-06-02T16:18:29.269Z] X-Docker-Token: true [2021-06-02T16:18:29.269Z] Accept-Encoding: gzip [2021-06-02T16:18:29.269Z] [2021-06-02T16:18:29.269Z] [2021-06-02T16:18:29.269Z] registry_test.go:730: HTTP/1.1 200 OK [2021-06-02T16:18:29.269Z] Connection: close [2021-06-02T16:18:29.269Z] Content-Length: 144 [2021-06-02T16:18:29.269Z] Cache-Control: no-cache [2021-06-02T16:18:29.269Z] Content-Type: application/json [2021-06-02T16:18:29.269Z] Date: Wed, 02 Jun 2021 16:18:28 GMT [2021-06-02T16:18:29.269Z] Expires: -1 [2021-06-02T16:18:29.269Z] Pragma: no-cache [2021-06-02T16:18:29.269Z] Server: docker-tests/mock [2021-06-02T16:18:29.269Z] X-Docker-Registry-Config: mock [2021-06-02T16:18:29.269Z] X-Docker-Registry-Version: 0.0.0 [2021-06-02T16:18:29.269Z] [2021-06-02T16:18:29.269Z] [2021-06-02T16:18:29.269Z] === RUN TestTrustedLocation [2021-06-02T16:18:29.269Z] --- PASS: TestTrustedLocation (0.00s) [2021-06-02T16:18:29.269Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-06-02T16:18:29.269Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-06-02T16:18:29.269Z] === RUN TestAllowNondistributableArtifacts [2021-06-02T16:18:29.269Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-06-02T16:18:29.269Z] === RUN TestIsSecureIndex [2021-06-02T16:18:29.269Z] --- PASS: TestIsSecureIndex (0.00s) [2021-06-02T16:18:29.269Z] PASS [2021-06-02T16:18:29.269Z] coverage: 51.7% of statements [2021-06-02T16:18:29.269Z] ok github.com/docker/docker/registry 0.304s coverage: 51.7% of statements [2021-06-02T16:18:29.728Z] === RUN TestDecodeContainerConfig [2021-06-02T16:18:29.728Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-06-02T16:18:29.728Z] === RUN TestDecodeContainerConfigIsolation [2021-06-02T16:18:29.728Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-06-02T16:18:29.728Z] === RUN TestValidatePrivileged [2021-06-02T16:18:29.728Z] --- PASS: TestValidatePrivileged (0.00s) [2021-06-02T16:18:29.728Z] PASS [2021-06-02T16:18:29.728Z] coverage: 52.2% of statements [2021-06-02T16:18:29.841Z] --- PASS: TestRenameRunningContainerAndReuse (2.71s) [2021-06-02T16:18:29.841Z] === RUN TestRenameInvalidName [2021-06-02T16:18:29.841Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-06-02T16:18:30.188Z] ok github.com/docker/docker/runconfig 0.090s coverage: 52.2% of statements [2021-06-02T16:18:30.188Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-06-02T16:18:30.188Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-06-02T16:18:30.188Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-06-02T16:18:30.188Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-06-02T16:18:30.188Z] PASS [2021-06-02T16:18:30.188Z] coverage: 62.5% of statements [2021-06-02T16:18:30.188Z] ok github.com/docker/docker/testutil 0.037s coverage: 62.5% of statements [2021-06-02T16:18:30.403Z] --- PASS: TestRenameInvalidName (1.28s) [2021-06-02T16:18:30.403Z] === RUN TestRenameAnonymousContainer [2021-06-02T16:18:32.081Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-06-02T16:18:32.370Z] === RUN TestGetDriver [2021-06-02T16:18:32.370Z] --- PASS: TestGetDriver (0.00s) [2021-06-02T16:18:32.370Z] === RUN TestVolumeRequestError [2021-06-02T16:18:32.370Z] --- PASS: TestVolumeRequestError (0.01s) [2021-06-02T16:18:32.370Z] PASS [2021-06-02T16:18:32.370Z] coverage: 36.1% of statements [2021-06-02T16:18:32.370Z] ok github.com/docker/docker/volume/drivers 0.053s coverage: 36.1% of statements [2021-06-02T16:18:32.787Z] --- PASS: TestCheckoutGit (32.85s) [2021-06-02T16:18:32.787Z] === RUN TestValidGitTransport [2021-06-02T16:18:32.787Z] --- PASS: TestValidGitTransport (0.00s) [2021-06-02T16:18:32.787Z] === RUN TestGitInvalidRef [2021-06-02T16:18:32.787Z] --- PASS: TestGitInvalidRef (0.23s) [2021-06-02T16:18:32.787Z] PASS [2021-06-02T16:18:32.787Z] coverage: 86.3% of statements [2021-06-02T16:18:32.787Z] ok github.com/docker/docker/builder/remotecontext/git 33.325s coverage: 86.3% of statements [2021-06-02T16:18:32.829Z] === RUN TestGetAddress [2021-06-02T16:18:32.829Z] --- PASS: TestGetAddress (0.00s) [2021-06-02T16:18:32.829Z] === RUN TestRemove [2021-06-02T16:18:32.829Z] --- SKIP: TestRemove (0.00s) [2021-06-02T16:18:32.829Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-06-02T16:18:32.829Z] === RUN TestInitializeWithVolumes [2021-06-02T16:18:32.829Z] --- PASS: TestInitializeWithVolumes (0.01s) [2021-06-02T16:18:32.829Z] === RUN TestCreate [2021-06-02T16:18:32.829Z] --- PASS: TestCreate (0.01s) [2021-06-02T16:18:32.829Z] === RUN TestValidateName [2021-06-02T16:18:32.829Z] --- PASS: TestValidateName (0.00s) [2021-06-02T16:18:32.829Z] === RUN TestCreateWithOpts [2021-06-02T16:18:32.829Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-06-02T16:18:32.829Z] local_test.go:181: runtime.GOOS == "windows" [2021-06-02T16:18:32.829Z] === RUN TestRelaodNoOpts [2021-06-02T16:18:32.829Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-06-02T16:18:32.829Z] PASS [2021-06-02T16:18:32.829Z] coverage: 41.5% of statements [2021-06-02T16:18:32.829Z] ok github.com/docker/docker/volume/local 0.073s coverage: 41.5% of statements [2021-06-02T16:18:32.829Z] === RUN TestConvertTmpfsOptions [2021-06-02T16:18:32.829Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-06-02T16:18:32.829Z] parser_test.go:49: data="mode=700,size=1m" [2021-06-02T16:18:32.829Z] parser_test.go:49: data="ro" [2021-06-02T16:18:32.829Z] === RUN TestParseMountRaw [2021-06-02T16:18:32.829Z] --- PASS: TestParseMountRaw (0.02s) [2021-06-02T16:18:32.829Z] === RUN TestParseMountRawSplit [2021-06-02T16:18:32.829Z] --- PASS: TestParseMountRawSplit (0.00s) [2021-06-02T16:18:32.829Z] parser_test.go:390: case 0 [2021-06-02T16:18:32.829Z] parser_test.go:390: case 1 [2021-06-02T16:18:32.829Z] parser_test.go:390: case 2 [2021-06-02T16:18:32.829Z] parser_test.go:390: case 3 [2021-06-02T16:18:32.830Z] parser_test.go:390: case 4 [2021-06-02T16:18:32.830Z] parser_test.go:390: case 5 [2021-06-02T16:18:32.830Z] parser_test.go:390: case 6 [2021-06-02T16:18:32.830Z] parser_test.go:390: case 7 [2021-06-02T16:18:32.830Z] parser_test.go:390: case 8 [2021-06-02T16:18:32.830Z] parser_test.go:390: case 0 [2021-06-02T16:18:32.830Z] parser_test.go:390: case 1 [2021-06-02T16:18:33.246Z] ? github.com/docker/docker/cli [no test files] [2021-06-02T16:18:33.246Z] ? github.com/docker/docker/cli/config [no test files] [2021-06-02T16:18:33.288Z] parser_test.go:390: case 2 [2021-06-02T16:18:33.288Z] parser_test.go:390: case 3 [2021-06-02T16:18:33.288Z] parser_test.go:390: case 4 [2021-06-02T16:18:33.288Z] parser_test.go:390: case 5 [2021-06-02T16:18:33.288Z] parser_test.go:390: case 6 [2021-06-02T16:18:33.288Z] parser_test.go:390: case 7 [2021-06-02T16:18:33.288Z] parser_test.go:390: case 8 [2021-06-02T16:18:33.288Z] parser_test.go:390: case 9 [2021-06-02T16:18:33.288Z] parser_test.go:390: case 10 [2021-06-02T16:18:33.288Z] parser_test.go:390: case 11 [2021-06-02T16:18:33.288Z] parser_test.go:390: case 12 [2021-06-02T16:18:33.288Z] parser_test.go:390: case 0 [2021-06-02T16:18:33.288Z] parser_test.go:390: case 1 [2021-06-02T16:18:33.288Z] parser_test.go:390: case 2 [2021-06-02T16:18:33.288Z] parser_test.go:390: case 3 [2021-06-02T16:18:33.288Z] parser_test.go:390: case 4 [2021-06-02T16:18:33.288Z] parser_test.go:390: case 5 [2021-06-02T16:18:33.288Z] parser_test.go:390: case 6 [2021-06-02T16:18:33.288Z] parser_test.go:390: case 7 [2021-06-02T16:18:33.288Z] parser_test.go:390: case 8 [2021-06-02T16:18:33.288Z] parser_test.go:390: case 9 [2021-06-02T16:18:33.288Z] parser_test.go:390: case 10 [2021-06-02T16:18:33.288Z] parser_test.go:390: case 11 [2021-06-02T16:18:33.288Z] === RUN TestParseMountSpec [2021-06-02T16:18:33.288Z] --- PASS: TestParseMountSpec (0.00s) [2021-06-02T16:18:33.288Z] parser_test.go:455: case 0 [2021-06-02T16:18:33.288Z] parser_test.go:455: case 1 [2021-06-02T16:18:33.288Z] parser_test.go:455: case 2 [2021-06-02T16:18:33.288Z] parser_test.go:455: case 3 [2021-06-02T16:18:33.288Z] parser_test.go:455: case 4 [2021-06-02T16:18:33.289Z] parser_test.go:455: case 5 [2021-06-02T16:18:33.289Z] === RUN TestParseMountSpecBindWithFileinfoError [2021-06-02T16:18:33.289Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2021-06-02T16:18:33.289Z] === RUN TestValidateMount [2021-06-02T16:18:33.289Z] --- PASS: TestValidateMount (0.00s) [2021-06-02T16:18:33.289Z] PASS [2021-06-02T16:18:33.289Z] coverage: 66.2% of statements [2021-06-02T16:18:33.289Z] ok github.com/docker/docker/volume/mounts 0.073s coverage: 66.2% of statements [2021-06-02T16:18:34.566Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-06-02T16:18:34.566Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2021-06-02T16:18:34.827Z] === RUN TestSetGetMeta [2021-06-02T16:18:34.827Z] === PAUSE TestSetGetMeta [2021-06-02T16:18:34.827Z] === RUN TestRestore [2021-06-02T16:18:34.827Z] === PAUSE TestRestore [2021-06-02T16:18:34.827Z] === RUN TestServiceCreate [2021-06-02T16:18:34.827Z] === PAUSE TestServiceCreate [2021-06-02T16:18:34.827Z] === RUN TestServiceList [2021-06-02T16:18:34.827Z] === PAUSE TestServiceList [2021-06-02T16:18:34.827Z] === RUN TestServiceRemove [2021-06-02T16:18:34.827Z] === PAUSE TestServiceRemove [2021-06-02T16:18:34.827Z] === RUN TestServiceGet [2021-06-02T16:18:34.827Z] === PAUSE TestServiceGet [2021-06-02T16:18:34.827Z] === RUN TestServicePrune [2021-06-02T16:18:34.827Z] === PAUSE TestServicePrune [2021-06-02T16:18:34.827Z] === RUN TestCreate [2021-06-02T16:18:34.827Z] === PAUSE TestCreate [2021-06-02T16:18:34.827Z] === RUN TestRemove [2021-06-02T16:18:34.827Z] === PAUSE TestRemove [2021-06-02T16:18:34.827Z] === RUN TestList [2021-06-02T16:18:34.827Z] === PAUSE TestList [2021-06-02T16:18:34.827Z] === RUN TestFindByDriver [2021-06-02T16:18:34.827Z] === PAUSE TestFindByDriver [2021-06-02T16:18:34.827Z] === RUN TestFindByReferenced [2021-06-02T16:18:34.827Z] === PAUSE TestFindByReferenced [2021-06-02T16:18:34.827Z] === RUN TestDerefMultipleOfSameRef [2021-06-02T16:18:34.827Z] === PAUSE TestDerefMultipleOfSameRef [2021-06-02T16:18:34.827Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-06-02T16:18:34.827Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-06-02T16:18:34.827Z] === RUN TestDefererencePluginOnCreateError [2021-06-02T16:18:34.827Z] === PAUSE TestDefererencePluginOnCreateError [2021-06-02T16:18:34.827Z] === RUN TestRefDerefRemove [2021-06-02T16:18:34.827Z] === PAUSE TestRefDerefRemove [2021-06-02T16:18:34.827Z] === RUN TestGet [2021-06-02T16:18:34.827Z] === PAUSE TestGet [2021-06-02T16:18:34.827Z] === RUN TestGetWithReference [2021-06-02T16:18:34.827Z] === PAUSE TestGetWithReference [2021-06-02T16:18:34.827Z] === RUN TestFilterFunc [2021-06-02T16:18:34.827Z] === RUN TestFilterFunc/test_nil_list [2021-06-02T16:18:34.828Z] === PAUSE TestFilterFunc/test_nil_list [2021-06-02T16:18:34.828Z] === RUN TestFilterFunc/test_empty_list [2021-06-02T16:18:34.828Z] === PAUSE TestFilterFunc/test_empty_list [2021-06-02T16:18:34.828Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-06-02T16:18:34.828Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-06-02T16:18:34.828Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-06-02T16:18:34.828Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-06-02T16:18:34.828Z] === RUN TestFilterFunc/test_filter_some [2021-06-02T16:18:34.828Z] === PAUSE TestFilterFunc/test_filter_some [2021-06-02T16:18:34.828Z] === RUN TestFilterFunc/test_filter_middle [2021-06-02T16:18:34.828Z] === PAUSE TestFilterFunc/test_filter_middle [2021-06-02T16:18:34.828Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-06-02T16:18:34.828Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-06-02T16:18:34.828Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-06-02T16:18:34.828Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-06-02T16:18:34.828Z] === CONT TestFilterFunc/test_nil_list [2021-06-02T16:18:34.828Z] === CONT TestFilterFunc/test_filter_some [2021-06-02T16:18:34.828Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-06-02T16:18:34.828Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-06-02T16:18:34.828Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-06-02T16:18:34.828Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-06-02T16:18:34.828Z] === CONT TestFilterFunc/test_empty_list [2021-06-02T16:18:34.828Z] === CONT TestFilterFunc/test_filter_middle [2021-06-02T16:18:34.828Z] --- PASS: TestFilterFunc (0.00s) [2021-06-02T16:18:34.828Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-06-02T16:18:34.828Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-06-02T16:18:34.828Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-06-02T16:18:34.828Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-06-02T16:18:34.828Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-06-02T16:18:34.828Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-06-02T16:18:34.828Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-06-02T16:18:34.828Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-06-02T16:18:34.828Z] === CONT TestSetGetMeta [2021-06-02T16:18:34.828Z] === CONT TestGetWithReference [2021-06-02T16:18:34.828Z] === CONT TestFindByReferenced [2021-06-02T16:18:34.828Z] === CONT TestDefererencePluginOnCreateError [2021-06-02T16:18:34.828Z] --- PASS: TestSetGetMeta (0.02s) [2021-06-02T16:18:34.828Z] === CONT TestServicePrune [2021-06-02T16:18:34.828Z] --- PASS: TestGetWithReference (0.02s) [2021-06-02T16:18:34.828Z] === CONT TestFindByDriver [2021-06-02T16:18:34.828Z] --- PASS: TestFindByReferenced (0.03s) [2021-06-02T16:18:34.828Z] === CONT TestList [2021-06-02T16:18:34.828Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2021-06-02T16:18:34.828Z] === CONT TestRemove [2021-06-02T16:18:34.828Z] --- PASS: TestFindByDriver (0.02s) [2021-06-02T16:18:34.828Z] === CONT TestCreate [2021-06-02T16:18:34.828Z] --- PASS: TestRemove (0.02s) [2021-06-02T16:18:34.828Z] === CONT TestServiceList [2021-06-02T16:18:34.828Z] --- PASS: TestCreate (0.01s) [2021-06-02T16:18:34.828Z] === CONT TestServiceGet [2021-06-02T16:18:34.828Z] --- PASS: TestList (0.03s) [2021-06-02T16:18:34.828Z] === CONT TestServiceRemove [2021-06-02T16:18:34.828Z] --- PASS: TestServiceGet (0.11s) [2021-06-02T16:18:34.828Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-06-02T16:18:34.828Z] time="2021-06-02T16:18:34Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-06-02T16:18:34.828Z] --- PASS: TestServiceRemove (0.10s) [2021-06-02T16:18:34.828Z] === CONT TestDerefMultipleOfSameRef [2021-06-02T16:18:34.828Z] --- PASS: TestServiceList (0.11s) [2021-06-02T16:18:34.828Z] === CONT TestServiceCreate [2021-06-02T16:18:34.828Z] time="2021-06-02T16:18:34Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-06-02T16:18:34.828Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s) [2021-06-02T16:18:34.828Z] === CONT TestGet [2021-06-02T16:18:34.828Z] time="2021-06-02T16:18:34Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-06-02T16:18:34.828Z] time="2021-06-02T16:18:34Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-06-02T16:18:34.828Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2021-06-02T16:18:34.828Z] === CONT TestRefDerefRemove [2021-06-02T16:18:34.828Z] time="2021-06-02T16:18:34Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-06-02T16:18:34.828Z] --- PASS: TestServiceCreate (0.02s) [2021-06-02T16:18:34.828Z] === CONT TestRestore [2021-06-02T16:18:34.828Z] --- PASS: TestServicePrune (0.17s) [2021-06-02T16:18:34.828Z] --- PASS: TestGet (0.02s) [2021-06-02T16:18:34.828Z] --- PASS: TestRefDerefRemove (0.02s) [2021-06-02T16:18:34.828Z] --- PASS: TestRestore (0.02s) [2021-06-02T16:18:34.828Z] PASS [2021-06-02T16:18:34.828Z] coverage: 70.3% of statements [2021-06-02T16:18:34.828Z] ok github.com/docker/docker/volume/service 0.252s coverage: 70.3% of statements [2021-06-02T16:18:35.492Z] --- PASS: TestRenameAnonymousContainer (4.86s) [2021-06-02T16:18:35.492Z] === RUN TestRenameContainerWithSameName [2021-06-02T16:18:35.798Z] --- PASS: TestNewClientWithTimeout (17.64s) [2021-06-02T16:18:35.798Z] === RUN TestClientStream [2021-06-02T16:18:35.798Z] --- PASS: TestClientStream (0.00s) [2021-06-02T16:18:35.798Z] === RUN TestClientSendFile [2021-06-02T16:18:35.798Z] --- PASS: TestClientSendFile (0.00s) [2021-06-02T16:18:35.798Z] === RUN TestClientWithRequestTimeout [2021-06-02T16:18:35.798Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2021-06-02T16:18:35.798Z] === RUN TestFileSpecPlugin [2021-06-02T16:18:35.798Z] --- PASS: TestFileSpecPlugin (0.01s) [2021-06-02T16:18:35.798Z] === RUN TestFileJSONSpecPlugin [2021-06-02T16:18:35.798Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-06-02T16:18:35.798Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-06-02T16:18:35.798Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-06-02T16:18:35.798Z] === RUN TestPluginAddHandler [2021-06-02T16:18:35.798Z] --- PASS: TestPluginAddHandler (0.00s) [2021-06-02T16:18:35.798Z] === RUN TestPluginWaitBadPlugin [2021-06-02T16:18:35.798Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-06-02T16:18:35.798Z] === RUN TestGet [2021-06-02T16:18:35.798Z] time="2021-06-02T16:18:35Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-06-02T16:18:36.107Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.97s) [2021-06-02T16:18:36.107Z] PASS [2021-06-02T16:18:36.107Z] [2021-06-02T16:18:36.107Z] === Skipped [2021-06-02T16:18:36.107Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-06-02T16:18:36.107Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-02T16:18:36.107Z] [2021-06-02T16:18:36.107Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-06-02T16:18:36.107Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-02T16:18:36.107Z] [2021-06-02T16:18:36.107Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-06-02T16:18:36.107Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-02T16:18:36.107Z] [2021-06-02T16:18:36.107Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-06-02T16:18:36.107Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-02T16:18:36.107Z] [2021-06-02T16:18:36.107Z] [2021-06-02T16:18:36.107Z] DONE 17 tests, 4 skipped in 32.618s [2021-06-02T16:18:36.107Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-06-02T16:18:36.107Z] ++ 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-06-02T16:18:36.107Z] ++ set -e [2021-06-02T16:18:36.107Z] ++ '[' -n 0 ']' [2021-06-02T16:18:36.107Z] ++ set -x [2021-06-02T16:18:36.107Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-06-02T16:18:36.107Z] INFO: Testing against a local daemon [2021-06-02T16:18:36.107Z] === RUN TestPluginInvalidJSON [2021-06-02T16:18:36.107Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-06-02T16:18:36.107Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-06-02T16:18:36.107Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-06-02T16:18:36.107Z] --- PASS: TestPluginInvalidJSON (0.04s) [2021-06-02T16:18:36.107Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-06-02T16:18:36.107Z] === RUN TestPluginInstall [2021-06-02T16:18:36.107Z] === RUN TestPluginInstall/no_auth [2021-06-02T16:18:36.767Z] time="2021-06-02T16:18:36Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-06-02T16:18:36.899Z] --- PASS: TestRenameContainerWithSameName (1.31s) [2021-06-02T16:18:36.899Z] === RUN TestRenameContainerWithLinkedContainer [2021-06-02T16:18:37.356Z] --- PASS: TestServiceCreateInit (9.82s) [2021-06-02T16:18:37.356Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.92s) [2021-06-02T16:18:37.356Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.89s) [2021-06-02T16:18:37.356Z] === RUN TestCreateServiceMultipleTimes [2021-06-02T16:18:37.460Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-06-02T16:18:38.022Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-06-02T16:18:38.277Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2021-06-02T16:18:38.651Z] time="2021-06-02T16:18:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-02T16:18:38.651Z] time="2021-06-02T16:18:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c43583a6fd2ec481188a5a16902a8dab05ca859480eca5456c389526fc47255c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-02T16:18:38.651Z] time="2021-06-02T16:18:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-02T16:18:38.651Z] time="2021-06-02T16:18:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c43583a6fd2ec481188a5a16902a8dab05ca859480eca5456c389526fc47255c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-02T16:18:38.651Z] === RUN TestPluginInstall/with_htpasswd [2021-06-02T16:18:38.947Z] time="2021-06-02T16:18:38Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-06-02T16:18:39.246Z] --- PASS: TestRenameContainerWithLinkedContainer (2.61s) [2021-06-02T16:18:39.246Z] === RUN TestResize [2021-06-02T16:18:39.592Z] time="2021-06-02T16:18:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-02T16:18:39.593Z] time="2021-06-02T16:18:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4373506dde3dddc30cb50344ca3f66ce8c08764bae36163884ef6de47b58f3d0" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-02T16:18:39.593Z] time="2021-06-02T16:18:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-02T16:18:39.593Z] time="2021-06-02T16:18:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4373506dde3dddc30cb50344ca3f66ce8c08764bae36163884ef6de47b58f3d0" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-02T16:18:39.808Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2021-06-02T16:18:39.853Z] === RUN TestPluginInstall/with_insecure [2021-06-02T16:18:40.419Z] --- PASS: TestResize (1.17s) [2021-06-02T16:18:40.419Z] === RUN TestResizeWithInvalidSize [2021-06-02T16:18:40.424Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-06-02T16:18:40.424Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-06-02T16:18:40.424Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-06-02T16:18:40.424Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-06-02T16:18:40.424Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-06-02T16:18:40.424Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-06-02T16:18:40.424Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-06-02T16:18:40.424Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-06-02T16:18:40.424Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-06-02T16:18:40.424Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-06-02T16:18:40.424Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-06-02T16:18:40.424Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-06-02T16:18:40.424Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-06-02T16:18:40.424Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-06-02T16:18:40.424Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-06-02T16:18:40.424Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-06-02T16:18:40.424Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-06-02T16:18:40.424Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-06-02T16:18:40.424Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-06-02T16:18:40.424Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-06-02T16:18:40.424Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-06-02T16:18:40.424Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-06-02T16:18:40.424Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-06-02T16:18:40.424Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-06-02T16:18:40.424Z] === RUN TestConfigureDaemonLogs [2021-06-02T16:18:40.424Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-06-02T16:18:40.424Z] === RUN TestCommonOptionsInstallFlags [2021-06-02T16:18:40.424Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-06-02T16:18:40.424Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-06-02T16:18:40.424Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-06-02T16:18:40.424Z] PASS [2021-06-02T16:18:40.424Z] coverage: 18.4% of statements [2021-06-02T16:18:40.424Z] ok github.com/docker/docker/cmd/dockerd 0.275s coverage: 18.4% of statements [2021-06-02T16:18:40.981Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-06-02T16:18:41.237Z] time="2021-06-02T16:18:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-02T16:18:41.237Z] time="2021-06-02T16:18:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:31225fc13f1da911a337733939108e46ecdeac877b3b39cc4689ff3c938a98bf" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-02T16:18:41.237Z] time="2021-06-02T16:18:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-02T16:18:41.237Z] time="2021-06-02T16:18:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:31225fc13f1da911a337733939108e46ecdeac877b3b39cc4689ff3c938a98bf" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-02T16:18:41.393Z] === RUN TestContainerStopSignal [2021-06-02T16:18:41.393Z] --- PASS: TestContainerStopSignal (0.00s) [2021-06-02T16:18:41.393Z] === RUN TestContainerStopTimeout [2021-06-02T16:18:41.393Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-06-02T16:18:41.393Z] === RUN TestContainerSecretReferenceDestTarget [2021-06-02T16:18:41.393Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-06-02T16:18:41.393Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-06-02T16:18:41.393Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.12s) [2021-06-02T16:18:41.393Z] === RUN TestContainerLogPathSetForRingLogger [2021-06-02T16:18:41.393Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-06-02T16:18:41.393Z] === RUN TestReplaceAndAppendEnvVars [2021-06-02T16:18:41.393Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-06-02T16:18:41.393Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-06-02T16:18:41.393Z] === RUN TestNewMemoryStore [2021-06-02T16:18:41.393Z] --- PASS: TestNewMemoryStore (0.00s) [2021-06-02T16:18:41.393Z] === RUN TestAddContainers [2021-06-02T16:18:41.393Z] --- PASS: TestAddContainers (0.00s) [2021-06-02T16:18:41.393Z] === RUN TestGetContainer [2021-06-02T16:18:41.393Z] --- PASS: TestGetContainer (0.00s) [2021-06-02T16:18:41.393Z] === RUN TestDeleteContainer [2021-06-02T16:18:41.393Z] --- PASS: TestDeleteContainer (0.00s) [2021-06-02T16:18:41.393Z] === RUN TestListContainers [2021-06-02T16:18:41.393Z] --- PASS: TestListContainers (0.00s) [2021-06-02T16:18:41.393Z] === RUN TestFirstContainer [2021-06-02T16:18:41.393Z] --- PASS: TestFirstContainer (0.00s) [2021-06-02T16:18:41.393Z] === RUN TestApplyAllContainer [2021-06-02T16:18:41.393Z] --- PASS: TestApplyAllContainer (0.00s) [2021-06-02T16:18:41.393Z] === RUN TestIsValidHealthString [2021-06-02T16:18:41.393Z] --- PASS: TestIsValidHealthString (0.00s) [2021-06-02T16:18:41.393Z] === RUN TestStateRunStop [2021-06-02T16:18:41.393Z] --- PASS: TestStateRunStop (0.00s) [2021-06-02T16:18:41.393Z] === RUN TestStateTimeoutWait [2021-06-02T16:18:41.394Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-06-02T16:18:41.394Z] state_test.go:141: Stop callback fired [2021-06-02T16:18:41.394Z] state_test.go:165: Stop callback fired [2021-06-02T16:18:41.394Z] === RUN TestIsValidStateString [2021-06-02T16:18:41.394Z] --- PASS: TestIsValidStateString (0.00s) [2021-06-02T16:18:41.394Z] === RUN TestViewSaveDelete [2021-06-02T16:18:41.394Z] --- PASS: TestViewSaveDelete (0.01s) [2021-06-02T16:18:41.394Z] === RUN TestViewAll [2021-06-02T16:18:41.394Z] --- PASS: TestViewAll (0.01s) [2021-06-02T16:18:41.394Z] === RUN TestViewGet [2021-06-02T16:18:41.394Z] --- PASS: TestViewGet (0.01s) [2021-06-02T16:18:41.394Z] === RUN TestNames [2021-06-02T16:18:41.394Z] --- PASS: TestNames (0.00s) [2021-06-02T16:18:41.394Z] === RUN TestViewWithHealthCheck [2021-06-02T16:18:41.394Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-06-02T16:18:41.394Z] PASS [2021-06-02T16:18:41.394Z] coverage: 41.5% of statements [2021-06-02T16:18:41.394Z] ok github.com/docker/docker/container 0.443s coverage: 41.5% of statements [2021-06-02T16:18:41.498Z] --- PASS: TestPluginInstall (5.56s) [2021-06-02T16:18:41.498Z] --- PASS: TestPluginInstall/no_auth (2.71s) [2021-06-02T16:18:41.498Z] --- PASS: TestPluginInstall/with_htpasswd (1.16s) [2021-06-02T16:18:41.498Z] --- PASS: TestPluginInstall/with_insecure (1.69s) [2021-06-02T16:18:41.498Z] plugin_test.go:165: [da9a3b8794bba] daemon is not started [2021-06-02T16:18:41.498Z] === RUN TestPluginsWithRuntimes [2021-06-02T16:18:41.853Z] ? github.com/docker/docker/container/stream [no test files] [2021-06-02T16:18:41.853Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-06-02T16:18:41.853Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-06-02T16:18:41.853Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-06-02T16:18:41.922Z] --- PASS: TestResizeWithInvalidSize (1.29s) [2021-06-02T16:18:41.922Z] === RUN TestResizeWhenContainerNotStarted [2021-06-02T16:18:42.694Z] time="2021-06-02T16:18:42Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-06-02T16:18:42.852Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2021-06-02T16:18:43.392Z] === RUN TestPrepare [2021-06-02T16:18:43.392Z] --- PASS: TestPrepare (0.00s) [2021-06-02T16:18:43.392Z] === RUN TestStart [2021-06-02T16:18:43.392Z] --- PASS: TestStart (0.00s) [2021-06-02T16:18:43.392Z] === RUN TestWaitCancel [2021-06-02T16:18:43.392Z] --- PASS: TestWaitCancel (0.00s) [2021-06-02T16:18:43.392Z] === RUN TestWaitDisabled [2021-06-02T16:18:43.392Z] --- PASS: TestWaitDisabled (0.00s) [2021-06-02T16:18:43.392Z] === RUN TestWaitEnabled [2021-06-02T16:18:43.392Z] --- PASS: TestWaitEnabled (0.00s) [2021-06-02T16:18:43.392Z] === RUN TestRemove [2021-06-02T16:18:43.392Z] --- PASS: TestRemove (0.00s) [2021-06-02T16:18:43.392Z] PASS [2021-06-02T16:18:43.392Z] coverage: 65.3% of statements [2021-06-02T16:18:43.414Z] --- PASS: TestResizeWhenContainerNotStarted (1.51s) [2021-06-02T16:18:43.414Z] === RUN TestDaemonRestartKillContainers [2021-06-02T16:18:43.414Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-02T16:18:43.414Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-02T16:18:43.414Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-02T16:18:43.414Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-02T16:18:43.414Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-02T16:18:43.414Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-02T16:18:43.414Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-02T16:18:43.414Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-02T16:18:43.414Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-02T16:18:43.414Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-02T16:18:43.414Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-02T16:18:43.414Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-02T16:18:43.414Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-02T16:18:43.414Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-02T16:18:43.414Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-02T16:18:43.414Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-02T16:18:43.414Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-02T16:18:43.414Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-02T16:18:43.414Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-02T16:18:43.414Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-02T16:18:43.414Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-02T16:18:43.414Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-02T16:18:43.414Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-02T16:18:43.414Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-02T16:18:43.414Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-02T16:18:43.414Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-02T16:18:43.852Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.182s coverage: 65.3% of statements [2021-06-02T16:18:44.040Z] === RUN TestPluginsWithRuntimes/No_Args [2021-06-02T16:18:45.301Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-06-02T16:18:45.423Z] === RUN TestPluginsWithRuntimes/With_Args [2021-06-02T16:18:46.761Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-06-02T16:18:46.761Z] === RUN TestNewListSecretsFilters [2021-06-02T16:18:46.761Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-06-02T16:18:46.761Z] === RUN TestNewListConfigsFilters [2021-06-02T16:18:46.761Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-06-02T16:18:46.761Z] PASS [2021-06-02T16:18:46.761Z] coverage: 0.5% of statements [2021-06-02T16:18:46.761Z] ok github.com/docker/docker/daemon/cluster 0.431s coverage: 0.5% of statements [2021-06-02T16:18:46.761Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.13s) [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-06-02T16:18:46.761Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-06-02T16:18:46.761Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-06-02T16:18:46.761Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-06-02T16:18:46.761Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-06-02T16:18:46.761Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertToGRPCIsolation [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-06-02T16:18:46.761Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-06-02T16:18:46.761Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-06-02T16:18:46.761Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-06-02T16:18:46.761Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-06-02T16:18:46.761Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-06-02T16:18:46.761Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-06-02T16:18:46.761Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertFromGRPCIsolation [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-06-02T16:18:46.761Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-06-02T16:18:46.761Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-06-02T16:18:46.761Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-06-02T16:18:46.761Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-06-02T16:18:46.761Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-06-02T16:18:46.761Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-06-02T16:18:46.761Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-06-02T16:18:46.761Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-06-02T16:18:46.761Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-06-02T16:18:46.761Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-06-02T16:18:46.761Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-06-02T16:18:46.761Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-06-02T16:18:46.761Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-06-02T16:18:46.761Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-06-02T16:18:46.761Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-06-02T16:18:46.761Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-06-02T16:18:46.761Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-06-02T16:18:46.761Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-06-02T16:18:46.761Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-06-02T16:18:46.761Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-06-02T16:18:46.761Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-06-02T16:18:46.761Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertFromGRPCConfigs [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-06-02T16:18:46.761Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-06-02T16:18:46.761Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-06-02T16:18:46.761Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertToGRPCConfigs [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-06-02T16:18:46.761Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-06-02T16:18:46.762Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-06-02T16:18:46.762Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-06-02T16:18:46.762Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-06-02T16:18:46.762Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-06-02T16:18:46.762Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-06-02T16:18:46.762Z] PASS [2021-06-02T16:18:46.762Z] coverage: 35.9% of statements [2021-06-02T16:18:46.762Z] ok github.com/docker/docker/daemon/cluster/convert 0.512s coverage: 35.9% of statements [2021-06-02T16:18:46.806Z] --- PASS: TestPluginsWithRuntimes (5.24s) [2021-06-02T16:18:46.806Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.50s) [2021-06-02T16:18:46.806Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.49s) [2021-06-02T16:18:46.806Z] === RUN TestPluginBackCompatMediaTypes [2021-06-02T16:18:47.747Z] --- PASS: TestPluginBackCompatMediaTypes (1.11s) [2021-06-02T16:18:47.747Z] PASS [2021-06-02T16:18:47.747Z] [2021-06-02T16:18:47.747Z] DONE 10 tests in 12.142s [2021-06-02T16:18:47.747Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-06-02T16:18:47.747Z] ++ 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-06-02T16:18:47.747Z] ++ set -e [2021-06-02T16:18:47.747Z] ++ '[' -n 0 ']' [2021-06-02T16:18:47.747Z] ++ set -x [2021-06-02T16:18:47.747Z] ++ env -i DEST=/go/src/github.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-06-02T16:18:47.859Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-02T16:18:47.859Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2021-06-02T16:18:47.859Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2021-06-02T16:18:47.859Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2021-06-02T16:18:47.859Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-02T16:18:48.007Z] INFO: Testing against a local daemon [2021-06-02T16:18:48.007Z] === RUN TestExternalGraphDriver [2021-06-02T16:18:48.268Z] === RUN TestExternalGraphDriver/json [2021-06-02T16:18:50.813Z] === RUN TestExternalGraphDriver/spec [2021-06-02T16:18:51.266Z] --- PASS: TestGet (15.03s) [2021-06-02T16:18:51.266Z] === RUN TestPluginWithNoManifest [2021-06-02T16:18:51.266Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-06-02T16:18:51.266Z] === RUN TestGetAll [2021-06-02T16:18:51.266Z] --- PASS: TestGetAll (0.00s) [2021-06-02T16:18:51.266Z] PASS [2021-06-02T16:18:51.266Z] coverage: 73.4% of statements [2021-06-02T16:18:51.266Z] ok github.com/docker/docker/pkg/plugins 36.038s coverage: 73.4% of statements [2021-06-02T16:18:51.266Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-06-02T16:18:51.266Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-06-02T16:18:51.266Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-06-02T16:18:51.266Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-06-02T16:18:51.266Z] ? github.com/docker/docker/pkg/term [no test files] [2021-06-02T16:18:51.266Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-06-02T16:18:51.266Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-06-02T16:18:51.266Z] ? github.com/docker/docker/quota [no test files] [2021-06-02T16:18:51.266Z] ? github.com/docker/docker/rootless [no test files] [2021-06-02T16:18:51.266Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-06-02T16:18:51.266Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-06-02T16:18:51.266Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-06-02T16:18:51.266Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-06-02T16:18:51.266Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-06-02T16:18:51.266Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-06-02T16:18:51.266Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-06-02T16:18:51.266Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-06-02T16:18:51.266Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-06-02T16:18:51.266Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-06-02T16:18:51.266Z] ? github.com/docker/docker/testutil/request [no test files] [2021-06-02T16:18:51.266Z] ? github.com/docker/docker/volume [no test files] [2021-06-02T16:18:51.266Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-06-02T16:18:51.266Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-06-02T16:18:51.494Z] === RUN TestDiscoveryOptsErrors [2021-06-02T16:18:51.494Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-06-02T16:18:51.494Z] === RUN TestDiscoveryOpts [2021-06-02T16:18:51.494Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-06-02T16:18:51.494Z] PASS [2021-06-02T16:18:51.494Z] coverage: 30.0% of statements [2021-06-02T16:18:51.494Z] ok github.com/docker/docker/daemon/discovery 0.048s coverage: 30.0% of statements [2021-06-02T16:18:52.068Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2021-06-02T16:18:52.235Z] [2021-06-02T16:18:52.235Z] === Skipped [2021-06-02T16:18:52.235Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-06-02T16:18:52.235Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-06-02T16:18:52.235Z] [2021-06-02T16:18:52.235Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-06-02T16:18:52.235Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:18:52.235Z] [2021-06-02T16:18:52.235Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-06-02T16:18:52.235Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:18:52.235Z] [2021-06-02T16:18:52.235Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2021-06-02T16:18:52.235Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:18:52.235Z] [2021-06-02T16:18:52.235Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-06-02T16:18:52.235Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:18:52.695Z] [2021-06-02T16:18:52.695Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-06-02T16:18:52.695Z] client_test.go:23: runtime.GOOS == "windows" [2021-06-02T16:18:52.695Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-06-02T16:18:52.696Z] daemon_test.go:147: root required [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-06-02T16:18:52.696Z] reload_test.go:520: root required [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2021-06-02T16:18:52.696Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-06-02T16:18:52.696Z] pull_v2_test.go:73: Needs fixing on Windows [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-06-02T16:18:52.696Z] pull_v2_test.go:118: Needs fixing on Windows [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-06-02T16:18:52.696Z] download_test.go:268: Needs fixing on Windows [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-06-02T16:18:52.696Z] layer_test.go:304: Failing on Windows [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-06-02T16:18:52.696Z] layer_test.go:353: Failing on Windows [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-06-02T16:18:52.696Z] layer_test.go:468: Failing on Windows [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-06-02T16:18:52.696Z] layer_test.go:697: Failing on Windows [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-06-02T16:18:52.696Z] migration_test.go:46: Failing on Windows [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-06-02T16:18:52.696Z] migration_test.go:182: Failing on Windows [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-06-02T16:18:52.696Z] mount_test.go:17: Failing on Windows [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-06-02T16:18:52.696Z] mount_test.go:76: Failing on Windows [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-06-02T16:18:52.696Z] mount_test.go:125: Failing on Windows [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-06-02T16:18:52.696Z] mount_test.go:212: Failing on Windows [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-06-02T16:18:52.696Z] archive_test.go:134: Xz not present in msys2 [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-06-02T16:18:52.696Z] archive_test.go:239: Failing on Windows CI machines [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-06-02T16:18:52.696Z] archive_windows_test.go:16: Currently fails [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-06-02T16:18:52.696Z] changes_test.go:196: needs more investigation [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2021-06-02T16:18:52.696Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2021-06-02T16:18:52.696Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-06-02T16:18:52.696Z] changes_test.go:433: needs further investigation [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-06-02T16:18:52.696Z] changes_test.go:469: needs further investigation [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-06-02T16:18:52.696Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-06-02T16:18:52.696Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-06-02T16:18:52.696Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-06-02T16:18:52.696Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-06-02T16:18:52.696Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-06-02T16:18:52.696Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-06-02T16:18:52.696Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-06-02T16:18:52.696Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-06-02T16:18:52.696Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-06-02T16:18:52.696Z] poller_test.go:41: No chmod on Windows [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-06-02T16:18:52.696Z] fileutils_test.go:134: Needs porting to Windows [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-06-02T16:18:52.696Z] fileutils_test.go:180: Needs porting to Windows [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-06-02T16:18:52.696Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.01s) [2021-06-02T16:18:52.696Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2021-06-02T16:18:52.696Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-06-02T16:18:52.696Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-06-02T16:18:52.696Z] local_test.go:181: runtime.GOOS == "windows" [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] [2021-06-02T16:18:52.696Z] DONE 1833 tests, 47 skipped in 197.872s [2021-06-02T16:18:52.696Z] INFO: make.ps1 ended at 06/02/2021 16:18:52 [2021-06-02T16:18:53.046Z] === RUN TestBuilderGC [2021-06-02T16:18:53.046Z] --- PASS: TestBuilderGC (0.00s) [2021-06-02T16:18:53.046Z] === RUN TestDaemonConfigurationNotFound [2021-06-02T16:18:53.046Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-06-02T16:18:53.046Z] === RUN TestDaemonBrokenConfiguration [2021-06-02T16:18:53.046Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-06-02T16:18:53.046Z] === RUN TestParseClusterAdvertiseSettings [2021-06-02T16:18:53.046Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-06-02T16:18:53.046Z] === RUN TestFindConfigurationConflicts [2021-06-02T16:18:53.046Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-06-02T16:18:53.046Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-06-02T16:18:53.046Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-06-02T16:18:53.046Z] === RUN TestDaemonConfigurationMergeConflicts [2021-06-02T16:18:53.046Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-06-02T16:18:53.046Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-06-02T16:18:53.046Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-06-02T16:18:53.046Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-06-02T16:18:53.046Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-06-02T16:18:53.046Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-06-02T16:18:53.046Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-06-02T16:18:53.046Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-06-02T16:18:53.046Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-06-02T16:18:53.046Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-06-02T16:18:53.046Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-06-02T16:18:53.046Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.01s) [2021-06-02T16:18:53.046Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-06-02T16:18:53.046Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-06-02T16:18:53.046Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-06-02T16:18:53.046Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-06-02T16:18:53.046Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-06-02T16:18:53.046Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-06-02T16:18:53.046Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-06-02T16:18:53.046Z] === RUN TestValidateConfigurationErrors [2021-06-02T16:18:53.046Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-06-02T16:18:53.046Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-06-02T16:18:53.046Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-06-02T16:18:53.046Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-06-02T16:18:53.046Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-06-02T16:18:53.046Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-06-02T16:18:53.046Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-06-02T16:18:53.046Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-06-02T16:18:53.046Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-06-02T16:18:53.046Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-06-02T16:18:53.046Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-06-02T16:18:53.046Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-06-02T16:18:53.046Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-06-02T16:18:53.046Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-06-02T16:18:53.046Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-06-02T16:18:53.046Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-06-02T16:18:53.046Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-06-02T16:18:53.046Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-06-02T16:18:53.046Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-06-02T16:18:53.046Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-06-02T16:18:53.046Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-06-02T16:18:53.046Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-06-02T16:18:53.046Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-06-02T16:18:53.046Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-06-02T16:18:53.046Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-06-02T16:18:53.046Z] === RUN TestValidateConfiguration [2021-06-02T16:18:53.046Z] === RUN TestValidateConfiguration/with_label [2021-06-02T16:18:53.046Z] === RUN TestValidateConfiguration/with_dns [2021-06-02T16:18:53.046Z] === RUN TestValidateConfiguration/with_dns-search [2021-06-02T16:18:53.046Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-06-02T16:18:53.046Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-06-02T16:18:53.046Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-06-02T16:18:53.046Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-06-02T16:18:53.046Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-06-02T16:18:53.046Z] --- PASS: TestValidateConfiguration (0.00s) [2021-06-02T16:18:53.046Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-06-02T16:18:53.046Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-06-02T16:18:53.046Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-06-02T16:18:53.046Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-06-02T16:18:53.046Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-06-02T16:18:53.046Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-06-02T16:18:53.046Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-06-02T16:18:53.046Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-06-02T16:18:53.046Z] === RUN TestModifiedDiscoverySettings [2021-06-02T16:18:53.046Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-06-02T16:18:53.046Z] === RUN TestReloadSetConfigFileNotExist [2021-06-02T16:18:53.046Z] time="2021-06-02T16:18:52Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-06-02T16:18:53.046Z] --- PASS: TestReloadSetConfigFileNotExist (0.13s) [2021-06-02T16:18:53.046Z] === RUN TestReloadDefaultConfigNotExist [2021-06-02T16:18:53.046Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2021-06-02T16:18:53.046Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:18:53.046Z] === RUN TestReloadBadDefaultConfig [2021-06-02T16:18:53.046Z] time="2021-06-02T16:18:52Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-355467503" [2021-06-02T16:18:53.046Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-06-02T16:18:53.046Z] === RUN TestReloadWithConflictingLabels [2021-06-02T16:18:53.046Z] time="2021-06-02T16:18:52Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-109204354" [2021-06-02T16:18:53.046Z] --- PASS: TestReloadWithConflictingLabels (0.02s) [2021-06-02T16:18:53.046Z] === RUN TestReloadWithDuplicateLabels [2021-06-02T16:18:53.046Z] time="2021-06-02T16:18:52Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-533412601" [2021-06-02T16:18:53.046Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-06-02T16:18:53.046Z] === RUN TestDaemonConfigurationMerge [2021-06-02T16:18:53.046Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-06-02T16:18:53.046Z] PASS [2021-06-02T16:18:53.046Z] coverage: 79.7% of statements [2021-06-02T16:18:53.046Z] ok github.com/docker/docker/daemon/config 1.193s coverage: 79.7% of statements [2021-06-02T16:18:53.357Z] === RUN TestExternalGraphDriver/pull [2021-06-02T16:18:53.472Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-02T16:18:53.505Z] === RUN TestEventsLog [2021-06-02T16:18:53.505Z] --- PASS: TestEventsLog (0.00s) [2021-06-02T16:18:53.505Z] === RUN TestEventsLogTimeout [2021-06-02T16:18:53.505Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-06-02T16:18:53.505Z] === RUN TestLogEvents [2021-06-02T16:18:53.505Z] --- PASS: TestLogEvents (0.05s) [2021-06-02T16:18:53.505Z] === RUN TestLoadBufferedEvents [2021-06-02T16:18:53.727Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-06-02T16:18:53.964Z] --- PASS: TestLoadBufferedEvents (0.10s) [2021-06-02T16:18:53.964Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-06-02T16:18:53.964Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-06-02T16:18:53.964Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-06-02T16:18:53.964Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-06-02T16:18:53.964Z] PASS [2021-06-02T16:18:53.964Z] coverage: 50.0% of statements [2021-06-02T16:18:53.964Z] ok github.com/docker/docker/daemon/events 0.279s coverage: 50.0% of statements [2021-06-02T16:18:53.964Z] === RUN TestVerifyNetworkingConfig [2021-06-02T16:18:53.964Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-06-02T16:18:53.964Z] === RUN TestGetContainer [2021-06-02T16:18:53.964Z] --- PASS: TestGetContainer (0.00s) [2021-06-02T16:18:53.964Z] === RUN TestValidContainerNames [2021-06-02T16:18:53.964Z] --- PASS: TestValidContainerNames (0.00s) [2021-06-02T16:18:53.964Z] === RUN TestContainerInitDNS [2021-06-02T16:18:53.964Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-06-02T16:18:53.964Z] daemon_test.go:147: root required [2021-06-02T16:18:53.964Z] === RUN TestMerge [2021-06-02T16:18:53.964Z] --- PASS: TestMerge (0.00s) [2021-06-02T16:18:53.964Z] === RUN TestValidateContainerIsolation [2021-06-02T16:18:53.964Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-06-02T16:18:53.964Z] === RUN TestFindNetworkErrorType [2021-06-02T16:18:53.964Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-06-02T16:18:53.964Z] === RUN TestEnsureServicesExist [2021-06-02T16:18:53.964Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-06-02T16:18:53.964Z] === RUN TestEnsureServicesExistErrors [2021-06-02T16:18:53.964Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-06-02T16:18:53.964Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-06-02T16:18:53.964Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-06-02T16:18:53.964Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-06-02T16:18:53.964Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-06-02T16:18:53.964Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-06-02T16:18:53.965Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-06-02T16:18:53.965Z] === RUN TestContainerDelete [2021-06-02T16:18:53.965Z] --- PASS: TestContainerDelete (0.00s) [2021-06-02T16:18:53.965Z] === RUN TestContainerDoubleDelete [2021-06-02T16:18:53.965Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-06-02T16:18:53.965Z] === RUN TestLogContainerEventCopyLabels [2021-06-02T16:18:53.965Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-06-02T16:18:53.965Z] === RUN TestLogContainerEventWithAttributes [2021-06-02T16:18:53.965Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-06-02T16:18:53.965Z] === RUN TestNoneHealthcheck [2021-06-02T16:18:53.965Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-06-02T16:18:53.965Z] === RUN TestHealthStates [2021-06-02T16:18:53.965Z] time="2021-06-02T16:18:53Z" 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-06-02T16:18:53.965Z] time="2021-06-02T16:18:53Z" 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-06-02T16:18:53.965Z] time="2021-06-02T16:18:53Z" 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-06-02T16:18:53.965Z] time="2021-06-02T16:18:53Z" 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-06-02T16:18:53.965Z] time="2021-06-02T16:18:53Z" 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-06-02T16:18:53.965Z] time="2021-06-02T16:18:53Z" 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-06-02T16:18:53.965Z] time="2021-06-02T16:18:53Z" 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-06-02T16:18:53.965Z] time="2021-06-02T16:18:53Z" 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-06-02T16:18:53.965Z] time="2021-06-02T16:18:53Z" 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-06-02T16:18:53.965Z] time="2021-06-02T16:18:53Z" 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-06-02T16:18:53.965Z] --- PASS: TestHealthStates (0.09s) [2021-06-02T16:18:53.965Z] === RUN TestMaskURLCredentials [2021-06-02T16:18:53.965Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-06-02T16:18:53.965Z] === RUN TestGetInspectData [2021-06-02T16:18:53.965Z] --- PASS: TestGetInspectData (0.00s) [2021-06-02T16:18:53.965Z] === RUN TestFillLicense [2021-06-02T16:18:53.965Z] --- PASS: TestFillLicense (0.00s) [2021-06-02T16:18:53.965Z] === RUN TestListInvalidFilter [2021-06-02T16:18:53.965Z] --- PASS: TestListInvalidFilter (0.00s) [2021-06-02T16:18:53.965Z] === RUN TestNameFilter [2021-06-02T16:18:53.965Z] --- PASS: TestNameFilter (0.00s) [2021-06-02T16:18:53.965Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-06-02T16:18:53.965Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-06-02T16:18:53.965Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-06-02T16:18:53.965Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-06-02T16:18:53.965Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-06-02T16:18:53.965Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-06-02T16:18:53.965Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-06-02T16:18:53.965Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-06-02T16:18:53.965Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-06-02T16:18:53.965Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-06-02T16:18:53.965Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-06-02T16:18:53.965Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-06-02T16:18:53.965Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-06-02T16:18:53.965Z] === 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-06-02T16:18:53.965Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-06-02T16:18:53.965Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-06-02T16:18:53.965Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-06-02T16:18:53.965Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-06-02T16:18:53.965Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-06-02T16:18:53.965Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-06-02T16:18:53.965Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-06-02T16:18:53.965Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-06-02T16:18:53.965Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2021-06-02T16:18:53.965Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-06-02T16:18:53.965Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-06-02T16:18:53.965Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-06-02T16:18:53.965Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-06-02T16:18:53.965Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-06-02T16:18:53.965Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-06-02T16:18:53.965Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-06-02T16:18:53.965Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-06-02T16:18:53.965Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-06-02T16:18:53.965Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-06-02T16:18:53.965Z] --- 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-06-02T16:18:53.965Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-06-02T16:18:53.965Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-06-02T16:18:53.965Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-06-02T16:18:53.965Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-06-02T16:18:53.965Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-06-02T16:18:53.965Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-06-02T16:18:53.965Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-06-02T16:18:53.965Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-06-02T16:18:53.965Z] === RUN TestDaemonReloadLabels [2021-06-02T16:18:53.965Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-06-02T16:18:53.965Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-06-02T16:18:53.965Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-06-02T16:18:53.965Z] === RUN TestDaemonReloadMirrors [2021-06-02T16:18:53.965Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-06-02T16:18:53.965Z] === RUN TestDaemonReloadInsecureRegistries [2021-06-02T16:18:53.965Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-06-02T16:18:53.965Z] === RUN TestDaemonReloadNotAffectOthers [2021-06-02T16:18:53.965Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-06-02T16:18:53.965Z] === RUN TestDaemonDiscoveryReload [2021-06-02T16:18:53.982Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-02T16:18:54.233Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-06-02T16:18:54.233Z] INFO: Unit tests ended at 06/02/2021 16:18:54. Duration:00:03:33.4340932 [2021-06-02T16:18:54.233Z] INFO: Building busybox [2021-06-02T16:18:54.233Z] Sending build context to Docker daemon 5.12kB [2021-06-02T16:18:54.233Z] [2021-06-02T16:18:54.233Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-06-02T16:18:54.233Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-06-02T16:18:54.233Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-06-02T16:18:54.233Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-06-02T16:18:54.233Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-06-02T16:18:54.233Z] ---> 39d157a84080 [2021-06-02T16:18:54.233Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-06-02T16:18:54.425Z] === RUN TestWaitNodeAttachment [2021-06-02T16:18:54.692Z] ---> Running in fbce5c672780 [2021-06-02T16:18:54.884Z] --- PASS: TestWaitNodeAttachment (0.40s) [2021-06-02T16:18:54.884Z] === RUN TestIsolationConversion [2021-06-02T16:18:54.884Z] === RUN TestIsolationConversion/default [2021-06-02T16:18:54.884Z] === RUN TestIsolationConversion/process [2021-06-02T16:18:54.884Z] === RUN TestIsolationConversion/hyperv [2021-06-02T16:18:54.884Z] --- PASS: TestIsolationConversion (0.00s) [2021-06-02T16:18:54.884Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-06-02T16:18:54.884Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-06-02T16:18:54.884Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-06-02T16:18:54.884Z] === RUN TestContainerLabels [2021-06-02T16:18:54.884Z] --- PASS: TestContainerLabels (0.00s) [2021-06-02T16:18:54.884Z] === RUN TestCredentialSpecConversion [2021-06-02T16:18:54.884Z] === RUN TestCredentialSpecConversion/none [2021-06-02T16:18:54.884Z] === RUN TestCredentialSpecConversion/config [2021-06-02T16:18:54.884Z] === RUN TestCredentialSpecConversion/file [2021-06-02T16:18:54.884Z] === RUN TestCredentialSpecConversion/registry [2021-06-02T16:18:54.884Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-06-02T16:18:54.884Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-06-02T16:18:54.884Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-06-02T16:18:54.884Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-06-02T16:18:54.884Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-06-02T16:18:54.884Z] === RUN TestControllerValidateMountBind [2021-06-02T16:18:54.884Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-06-02T16:18:54.884Z] === RUN TestControllerValidateMountVolume [2021-06-02T16:18:54.884Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-06-02T16:18:54.884Z] === RUN TestControllerValidateMountTarget [2021-06-02T16:18:54.884Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-06-02T16:18:54.884Z] === RUN TestControllerValidateMountTmpfs [2021-06-02T16:18:54.884Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-06-02T16:18:54.884Z] === RUN TestControllerValidateMountInvalidType [2021-06-02T16:18:54.884Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-06-02T16:18:54.884Z] === RUN TestControllerValidateMountNamedPipe [2021-06-02T16:18:54.884Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-06-02T16:18:54.884Z] PASS [2021-06-02T16:18:54.884Z] coverage: 11.3% of statements [2021-06-02T16:18:54.884Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.092s coverage: 11.3% of statements [2021-06-02T16:18:54.884Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2021-06-02T16:18:54.884Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-06-02T16:18:55.344Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2021-06-02T16:18:55.344Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-06-02T16:18:55.456Z] --- PASS: TestCreateServiceMultipleTimes (17.78s) [2021-06-02T16:18:55.456Z] === RUN TestCreateServiceConflict [2021-06-02T16:18:55.803Z] === RUN TestLinkNaming [2021-06-02T16:18:55.803Z] --- PASS: TestLinkNaming (0.00s) [2021-06-02T16:18:55.803Z] === RUN TestLinkNew [2021-06-02T16:18:55.803Z] --- PASS: TestLinkNew (0.00s) [2021-06-02T16:18:55.803Z] === RUN TestLinkEnv [2021-06-02T16:18:55.803Z] --- PASS: TestLinkEnv (0.00s) [2021-06-02T16:18:55.803Z] === RUN TestLinkMultipleEnv [2021-06-02T16:18:55.803Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-06-02T16:18:55.803Z] === RUN TestLinkPortRangeEnv [2021-06-02T16:18:55.803Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-06-02T16:18:55.803Z] PASS [2021-06-02T16:18:55.803Z] coverage: 93.0% of statements [2021-06-02T16:18:55.803Z] ok github.com/docker/docker/daemon/links 0.115s coverage: 93.0% of statements [2021-06-02T16:18:55.803Z] === RUN TestIsEmptyDir [2021-06-02T16:18:55.803Z] --- PASS: TestIsEmptyDir (0.01s) [2021-06-02T16:18:55.803Z] PASS [2021-06-02T16:18:55.803Z] coverage: 2.3% of statements [2021-06-02T16:18:55.803Z] ok github.com/docker/docker/daemon/graphdriver 0.158s coverage: 2.3% of statements [2021-06-02T16:18:55.869Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-06-02T16:18:55.901Z] --- PASS: TestExternalGraphDriver (7.47s) [2021-06-02T16:18:55.901Z] --- PASS: TestExternalGraphDriver/json (2.52s) [2021-06-02T16:18:55.901Z] --- PASS: TestExternalGraphDriver/spec (2.60s) [2021-06-02T16:18:55.901Z] --- PASS: TestExternalGraphDriver/pull (2.20s) [2021-06-02T16:18:55.901Z] === RUN TestGraphdriverPluginV2 [2021-06-02T16:18:55.901Z] --- SKIP: TestGraphdriverPluginV2 (0.03s) [2021-06-02T16:18:55.901Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-02T16:18:55.901Z] PASS [2021-06-02T16:18:55.901Z] [2021-06-02T16:18:55.901Z] === Skipped [2021-06-02T16:18:55.901Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.03s) [2021-06-02T16:18:55.901Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-02T16:18:55.901Z] [2021-06-02T16:18:55.901Z] [2021-06-02T16:18:55.901Z] DONE 5 tests, 1 skipped in 7.671s [2021-06-02T16:18:55.901Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-06-02T16:18:55.901Z] ++ 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-06-02T16:18:55.901Z] ++ set -e [2021-06-02T16:18:55.901Z] ++ '[' -n 0 ']' [2021-06-02T16:18:55.901Z] ++ set -x [2021-06-02T16:18:55.901Z] ++ env -i DEST=/go/src/github.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-06-02T16:18:55.901Z] INFO: Testing against a local daemon [2021-06-02T16:18:55.901Z] === RUN TestContinueAfterPluginCrash [2021-06-02T16:18:55.901Z] === PAUSE TestContinueAfterPluginCrash [2021-06-02T16:18:55.901Z] === RUN TestReadPluginNoRead [2021-06-02T16:18:55.901Z] === PAUSE TestReadPluginNoRead [2021-06-02T16:18:55.901Z] === RUN TestDaemonStartWithLogOpt [2021-06-02T16:18:55.901Z] === PAUSE TestDaemonStartWithLogOpt [2021-06-02T16:18:55.901Z] === CONT TestContinueAfterPluginCrash [2021-06-02T16:18:55.901Z] === CONT TestDaemonStartWithLogOpt [2021-06-02T16:18:55.901Z] === CONT TestReadPluginNoRead [2021-06-02T16:18:56.263Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2021-06-02T16:18:56.263Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-06-02T16:18:56.263Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-06-02T16:18:56.263Z] reload_test.go:520: root required [2021-06-02T16:18:56.263Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-06-02T16:18:56.263Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2021-06-02T16:18:56.263Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-06-02T16:18:56.263Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2021-06-02T16:18:56.263Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-06-02T16:18:56.263Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2021-06-02T16:18:56.263Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-06-02T16:18:56.263Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2021-06-02T16:18:56.263Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-06-02T16:18:56.263Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-06-02T16:18:56.263Z] === RUN TestParseVolumesFrom [2021-06-02T16:18:56.263Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-06-02T16:18:56.263Z] PASS [2021-06-02T16:18:56.263Z] coverage: 9.0% of statements [2021-06-02T16:18:56.263Z] ok github.com/docker/docker/daemon 2.518s coverage: 9.0% of statements [2021-06-02T16:18:56.263Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-06-02T16:18:56.263Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-06-02T16:18:56.263Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-06-02T16:18:56.263Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-06-02T16:18:56.263Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-06-02T16:18:56.263Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-06-02T16:18:56.263Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-06-02T16:18:56.263Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-06-02T16:18:56.263Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2021-06-02T16:18:56.263Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-06-02T16:18:56.263Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-06-02T16:18:56.263Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-06-02T16:18:56.263Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-06-02T16:18:56.263Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-06-02T16:18:56.263Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-06-02T16:18:56.835Z] --- PASS: TestCreateServiceConflict (2.35s) [2021-06-02T16:18:56.835Z] === RUN TestCreateServiceMaxReplicas [2021-06-02T16:18:57.233Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-02T16:18:57.531Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-02T16:18:57.786Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-06-02T16:18:58.646Z] Removing intermediate container fbce5c672780 [2021-06-02T16:18:58.646Z] ---> e865e3716420 [2021-06-02T16:18:58.646Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-06-02T16:18:58.646Z] ---> Running in 0e33bdef0082 [2021-06-02T16:18:58.646Z] Removing intermediate container 0e33bdef0082 [2021-06-02T16:18:58.646Z] ---> 24079b3d6af2 [2021-06-02T16:18:58.646Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-06-02T16:18:59.105Z] ---> Running in 800dda74628d [2021-06-02T16:18:59.105Z] Removing intermediate container 800dda74628d [2021-06-02T16:18:59.105Z] ---> 4d8ec59b4a3e [2021-06-02T16:18:59.105Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-06-02T16:18:59.150Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-06-02T16:18:59.174Z] === RUN TestNewStreamConfig [2021-06-02T16:18:59.174Z] === RUN TestNewStreamConfig/defaults [2021-06-02T16:18:59.174Z] === RUN TestNewStreamConfig/invalid_create_group [2021-06-02T16:18:59.174Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-06-02T16:18:59.174Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-06-02T16:18:59.174Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-06-02T16:18:59.174Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-06-02T16:18:59.174Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-06-02T16:18:59.174Z] --- PASS: TestNewStreamConfig (0.00s) [2021-06-02T16:18:59.174Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-06-02T16:18:59.174Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-06-02T16:18:59.174Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-06-02T16:18:59.174Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-06-02T16:18:59.174Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-06-02T16:18:59.174Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-06-02T16:18:59.174Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-06-02T16:18:59.174Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-06-02T16:18:59.174Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-06-02T16:18:59.174Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-06-02T16:18:59.174Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-06-02T16:18:59.174Z] === RUN TestNewAWSLogsClientRegionDetect [2021-06-02T16:18:59.174Z] time="2021-06-02T16:18:58Z" level=info msg="Trying to get region from EC2 Metadata" [2021-06-02T16:18:59.174Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.13s) [2021-06-02T16:18:59.174Z] === RUN TestCreateSuccess [2021-06-02T16:18:59.174Z] --- PASS: TestCreateSuccess (0.00s) [2021-06-02T16:18:59.174Z] === RUN TestCreateLogGroupSuccess [2021-06-02T16:18:59.174Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-06-02T16:18:59.174Z] === RUN TestCreateError [2021-06-02T16:18:59.174Z] --- PASS: TestCreateError (0.00s) [2021-06-02T16:18:59.174Z] === RUN TestCreateAlreadyExists [2021-06-02T16:18:59.174Z] time="2021-06-02T16:18:58Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-06-02T16:18:59.174Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-06-02T16:18:59.174Z] === RUN TestLogClosed [2021-06-02T16:18:59.174Z] --- PASS: TestLogClosed (0.00s) [2021-06-02T16:18:59.174Z] === RUN TestLogBlocking [2021-06-02T16:18:59.174Z] --- PASS: TestLogBlocking (0.00s) [2021-06-02T16:18:59.174Z] === RUN TestLogNonBlockingBufferEmpty [2021-06-02T16:18:59.174Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-06-02T16:18:59.174Z] === RUN TestLogNonBlockingBufferFull [2021-06-02T16:18:59.174Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-06-02T16:18:59.174Z] === RUN TestPublishBatchSuccess [2021-06-02T16:18:59.174Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-06-02T16:18:59.174Z] === RUN TestPublishBatchError [2021-06-02T16:18:59.174Z] time="2021-06-02T16:18:58Z" level=error msg=Error [2021-06-02T16:18:59.174Z] --- PASS: TestPublishBatchError (0.00s) [2021-06-02T16:18:59.174Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-06-02T16:18:59.174Z] time="2021-06-02T16:18:58Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-06-02T16:18:59.174Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-06-02T16:18:59.174Z] === RUN TestPublishBatchAlreadyAccepted [2021-06-02T16:18:59.174Z] time="2021-06-02T16:18:58Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-06-02T16:18:59.174Z] time="2021-06-02T16:18:58Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-06-02T16:18:59.174Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-06-02T16:18:59.174Z] === RUN TestCollectBatchSimple [2021-06-02T16:18:59.174Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-06-02T16:18:59.174Z] === RUN TestCollectBatchTicker [2021-06-02T16:18:59.174Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-06-02T16:18:59.174Z] === RUN TestCollectBatchMultilinePattern [2021-06-02T16:18:59.174Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-06-02T16:18:59.174Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-06-02T16:18:59.174Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-06-02T16:18:59.174Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-06-02T16:18:59.174Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-06-02T16:18:59.174Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-06-02T16:18:59.174Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2021-06-02T16:18:59.174Z] === RUN TestCollectBatchClose [2021-06-02T16:18:59.174Z] --- PASS: TestCollectBatchClose (0.00s) [2021-06-02T16:18:59.174Z] === RUN TestEffectiveLen [2021-06-02T16:18:59.174Z] === RUN TestEffectiveLen/0/Hello [2021-06-02T16:18:59.174Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-06-02T16:18:59.174Z] === RUN TestEffectiveLen/2/🙃 [2021-06-02T16:18:59.174Z] === RUN TestEffectiveLen/3/���� [2021-06-02T16:18:59.174Z] === RUN TestEffectiveLen/4/He��o [2021-06-02T16:18:59.174Z] === RUN TestEffectiveLen/5/ [2021-06-02T16:18:59.174Z] --- PASS: TestEffectiveLen (0.00s) [2021-06-02T16:18:59.174Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-06-02T16:18:59.174Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-06-02T16:18:59.174Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-06-02T16:18:59.174Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-06-02T16:18:59.175Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-06-02T16:18:59.175Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-06-02T16:18:59.175Z] === RUN TestFindValidSplit [2021-06-02T16:18:59.175Z] === RUN TestFindValidSplit/0/ [2021-06-02T16:18:59.175Z] === RUN TestFindValidSplit/1/Hello [2021-06-02T16:18:59.175Z] === RUN TestFindValidSplit/2/Hello [2021-06-02T16:18:59.175Z] === RUN TestFindValidSplit/3/Hello [2021-06-02T16:18:59.175Z] === RUN TestFindValidSplit/4/🙃 [2021-06-02T16:18:59.175Z] === RUN TestFindValidSplit/5/🙃 [2021-06-02T16:18:59.175Z] === RUN TestFindValidSplit/6/a� [2021-06-02T16:18:59.175Z] === RUN TestFindValidSplit/7/a� [2021-06-02T16:18:59.175Z] --- PASS: TestFindValidSplit (0.00s) [2021-06-02T16:18:59.175Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-06-02T16:18:59.175Z] cloudwatchlogs_test.go:1044: [2021-06-02T16:18:59.175Z] cloudwatchlogs_test.go:1045: [2021-06-02T16:18:59.175Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-06-02T16:18:59.175Z] cloudwatchlogs_test.go:1044: Hello [2021-06-02T16:18:59.175Z] cloudwatchlogs_test.go:1045: [2021-06-02T16:18:59.175Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-06-02T16:18:59.175Z] cloudwatchlogs_test.go:1044: He [2021-06-02T16:18:59.175Z] cloudwatchlogs_test.go:1045: llo [2021-06-02T16:18:59.175Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-06-02T16:18:59.175Z] cloudwatchlogs_test.go:1044: [2021-06-02T16:18:59.175Z] cloudwatchlogs_test.go:1045: Hello [2021-06-02T16:18:59.175Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-06-02T16:18:59.175Z] cloudwatchlogs_test.go:1044: [2021-06-02T16:18:59.175Z] cloudwatchlogs_test.go:1045: 🙃 [2021-06-02T16:18:59.175Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-06-02T16:18:59.175Z] cloudwatchlogs_test.go:1044: 🙃 [2021-06-02T16:18:59.175Z] cloudwatchlogs_test.go:1045: [2021-06-02T16:18:59.175Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-06-02T16:18:59.175Z] cloudwatchlogs_test.go:1044: a [2021-06-02T16:18:59.175Z] cloudwatchlogs_test.go:1045: � [2021-06-02T16:18:59.175Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-06-02T16:18:59.175Z] cloudwatchlogs_test.go:1044: a� [2021-06-02T16:18:59.175Z] cloudwatchlogs_test.go:1045: [2021-06-02T16:18:59.175Z] === RUN TestProcessEventEmoji [2021-06-02T16:18:59.175Z] --- PASS: TestProcessEventEmoji (0.00s) [2021-06-02T16:18:59.175Z] === RUN TestCollectBatchLineSplit [2021-06-02T16:18:59.175Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-06-02T16:18:59.175Z] === RUN TestCollectBatchLineSplitWithBinary [2021-06-02T16:18:59.175Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-06-02T16:18:59.175Z] === RUN TestCollectBatchMaxEvents [2021-06-02T16:18:59.175Z] --- PASS: TestCollectBatchMaxEvents (0.04s) [2021-06-02T16:18:59.175Z] === RUN TestCollectBatchMaxTotalBytes [2021-06-02T16:18:59.175Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2021-06-02T16:18:59.175Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-06-02T16:18:59.175Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2021-06-02T16:18:59.175Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-06-02T16:18:59.175Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.08s) [2021-06-02T16:18:59.175Z] === RUN TestParseLogOptionsMultilinePattern [2021-06-02T16:18:59.175Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-06-02T16:18:59.175Z] === RUN TestParseLogOptionsDatetimeFormat [2021-06-02T16:18:59.175Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-06-02T16:18:59.175Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-06-02T16:18:59.175Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-06-02T16:18:59.175Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-06-02T16:18:59.175Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-06-02T16:18:59.175Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-06-02T16:18:59.175Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-06-02T16:18:59.175Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-06-02T16:18:59.175Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-06-02T16:18:59.175Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-06-02T16:18:59.175Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-06-02T16:18:59.175Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-06-02T16:18:59.175Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-06-02T16:18:59.175Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-06-02T16:18:59.175Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-06-02T16:18:59.175Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-06-02T16:18:59.175Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-06-02T16:18:59.175Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-06-02T16:18:59.175Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-06-02T16:18:59.175Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-06-02T16:18:59.175Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-06-02T16:18:59.175Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-06-02T16:18:59.175Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-06-02T16:18:59.175Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-06-02T16:18:59.175Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-06-02T16:18:59.175Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-06-02T16:18:59.175Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-06-02T16:18:59.175Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-06-02T16:18:59.175Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-06-02T16:18:59.175Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-06-02T16:18:59.175Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-06-02T16:18:59.175Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-06-02T16:18:59.175Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-06-02T16:18:59.175Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-06-02T16:18:59.175Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-06-02T16:18:59.175Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-06-02T16:18:59.175Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-06-02T16:18:59.175Z] === RUN TestCreateTagSuccess [2021-06-02T16:18:59.175Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-06-02T16:18:59.175Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-06-02T16:18:59.175Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-06-02T16:18:59.175Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-06-02T16:18:59.175Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-06-02T16:18:59.175Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-06-02T16:18:59.175Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-06-02T16:18:59.175Z] PASS [2021-06-02T16:18:59.175Z] coverage: 77.8% of statements [2021-06-02T16:18:59.175Z] ok github.com/docker/docker/daemon/logger/awslogs 0.573s coverage: 77.8% of statements [2021-06-02T16:18:59.405Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-02T16:18:59.634Z] === RUN TestSearchRegistryForImagesErrors [2021-06-02T16:18:59.634Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-06-02T16:18:59.634Z] === RUN TestSearchRegistryForImages [2021-06-02T16:18:59.634Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-06-02T16:18:59.634Z] === RUN TestOnlyPlatformWithFallback [2021-06-02T16:18:59.634Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-06-02T16:18:59.634Z] === RUN TestImageDelete [2021-06-02T16:18:59.634Z] === RUN TestImageDelete/no_lease [2021-06-02T16:18:59.634Z] === RUN TestImageDelete/lease_exists [2021-06-02T16:18:59.634Z] --- PASS: TestImageDelete (0.06s) [2021-06-02T16:18:59.634Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-06-02T16:18:59.634Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2021-06-02T16:18:59.634Z] === RUN TestContentStoreForPull [2021-06-02T16:18:59.634Z] === RUN TestAdapterReadLogs [2021-06-02T16:18:59.634Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-06-02T16:18:59.634Z] === RUN TestCopier [2021-06-02T16:18:59.634Z] --- PASS: TestCopier (0.01s) [2021-06-02T16:18:59.634Z] === RUN TestCopierLongLines [2021-06-02T16:18:59.634Z] --- PASS: TestCopierLongLines (0.00s) [2021-06-02T16:18:59.634Z] === RUN TestCopierSlow [2021-06-02T16:18:59.634Z] --- PASS: TestContentStoreForPull (0.16s) [2021-06-02T16:18:59.634Z] PASS [2021-06-02T16:18:59.634Z] coverage: 6.7% of statements [2021-06-02T16:18:59.634Z] ok github.com/docker/docker/daemon/images 0.457s coverage: 6.7% of statements [2021-06-02T16:18:59.634Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-06-02T16:18:59.634Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-06-02T16:18:59.634Z] --- PASS: TestCopierSlow (0.23s) [2021-06-02T16:18:59.634Z] === RUN TestCopierWithSized [2021-06-02T16:18:59.635Z] === RUN TestCopierWithSized/as_is [2021-06-02T16:18:59.635Z] === RUN TestCopierWithSized/With_RingLogger [2021-06-02T16:18:59.635Z] --- PASS: TestCopierWithSized (0.01s) [2021-06-02T16:18:59.635Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-06-02T16:18:59.635Z] --- PASS: TestCopierWithSized/With_RingLogger (0.01s) [2021-06-02T16:18:59.635Z] === RUN TestCopierWithPartial [2021-06-02T16:18:59.635Z] --- PASS: TestCopierWithPartial (0.00s) [2021-06-02T16:18:59.635Z] === RUN TestRingLogger [2021-06-02T16:18:59.635Z] --- PASS: TestRingLogger (0.00s) [2021-06-02T16:18:59.635Z] === RUN TestRingCap [2021-06-02T16:18:59.635Z] --- PASS: TestRingCap (0.00s) [2021-06-02T16:18:59.635Z] === RUN TestRingClose [2021-06-02T16:18:59.635Z] --- PASS: TestRingClose (0.00s) [2021-06-02T16:18:59.635Z] === RUN TestRingDrain [2021-06-02T16:18:59.635Z] --- PASS: TestRingDrain (0.00s) [2021-06-02T16:18:59.635Z] PASS [2021-06-02T16:18:59.635Z] coverage: 43.8% of statements [2021-06-02T16:18:59.635Z] ok github.com/docker/docker/daemon/logger 0.567s coverage: 43.8% of statements [2021-06-02T16:18:59.660Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2021-06-02T16:19:00.095Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-06-02T16:19:00.095Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-06-02T16:19:00.095Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-06-02T16:19:00.095Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-06-02T16:19:00.095Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-06-02T16:19:00.113Z] === RUN TestReadPluginNoRead/default [2021-06-02T16:19:00.127Z] --- PASS: TestCreateServiceMaxReplicas (3.35s) [2021-06-02T16:19:00.127Z] === RUN TestCreateWithDuplicateNetworkNames [2021-06-02T16:19:00.262Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-06-02T16:19:00.373Z] --- PASS: TestDaemonStartWithLogOpt (4.74s) [2021-06-02T16:19:00.555Z] === RUN TestJSONFileLogger [2021-06-02T16:19:00.555Z] --- PASS: TestJSONFileLogger (0.00s) [2021-06-02T16:19:00.555Z] === RUN TestJSONFileLoggerWithTags [2021-06-02T16:19:00.555Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-06-02T16:19:00.555Z] === RUN TestJSONFileLoggerWithOpts [2021-06-02T16:19:00.555Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-06-02T16:19:00.555Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-06-02T16:19:00.555Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-06-02T16:19:00.555Z] === RUN TestEncodeDecode [2021-06-02T16:19:00.555Z] === PAUSE TestEncodeDecode [2021-06-02T16:19:00.555Z] === RUN TestUnexpectedEOF [2021-06-02T16:19:00.555Z] time="2021-06-02T16:19:00Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-06-02T16:19:00.555Z] time="2021-06-02T16:19:00Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-06-02T16:19:00.555Z] --- PASS: TestUnexpectedEOF (0.13s) [2021-06-02T16:19:00.555Z] === CONT TestEncodeDecode [2021-06-02T16:19:00.555Z] --- PASS: TestEncodeDecode (0.00s) [2021-06-02T16:19:00.555Z] PASS [2021-06-02T16:19:00.555Z] coverage: 69.9% of statements [2021-06-02T16:19:00.555Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.275s coverage: 69.9% of statements [2021-06-02T16:19:00.644Z] [2021-06-02T16:19:00.644Z] ---> 4e966a7d9d2e [2021-06-02T16:19:00.644Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-06-02T16:19:01.014Z] === RUN TestJSONLogsMarshalJSONBuf [2021-06-02T16:19:01.014Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-06-02T16:19:01.014Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-06-02T16:19:01.014Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.13s) [2021-06-02T16:19:01.014Z] === RUN TestFastTimeMarshalJSON [2021-06-02T16:19:01.014Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2021-06-02T16:19:01.014Z] PASS [2021-06-02T16:19:01.014Z] coverage: 87.2% of statements [2021-06-02T16:19:01.014Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.211s coverage: 87.2% of statements [2021-06-02T16:19:01.103Z] ---> Running in 73729c002ea7 [2021-06-02T16:19:01.234Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-02T16:19:01.234Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-02T16:19:01.757Z] === RUN TestReadPluginNoRead/disabled_caching [2021-06-02T16:19:02.553Z] === RUN TestWriteLog [2021-06-02T16:19:02.553Z] === PAUSE TestWriteLog [2021-06-02T16:19:02.553Z] === RUN TestReadLog [2021-06-02T16:19:02.553Z] === PAUSE TestReadLog [2021-06-02T16:19:02.553Z] === CONT TestWriteLog [2021-06-02T16:19:02.553Z] --- PASS: TestWriteLog (0.00s) [2021-06-02T16:19:02.553Z] === CONT TestReadLog [2021-06-02T16:19:02.553Z] === RUN TestReadLog/tail_exact [2021-06-02T16:19:02.553Z] === RUN TestReadLog/tail_less_than_available [2021-06-02T16:19:02.553Z] === RUN TestReadLog/tail_more_than_available [2021-06-02T16:19:02.553Z] --- PASS: TestReadLog (0.13s) [2021-06-02T16:19:02.553Z] --- PASS: TestReadLog/tail_exact (0.12s) [2021-06-02T16:19:02.553Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-06-02T16:19:02.553Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-06-02T16:19:02.553Z] PASS [2021-06-02T16:19:02.553Z] coverage: 75.2% of statements [2021-06-02T16:19:02.553Z] ok github.com/docker/docker/daemon/logger/local 0.253s coverage: 75.2% of statements [2021-06-02T16:19:02.553Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-06-02T16:19:02.553Z] === RUN TestOpenFileDelete [2021-06-02T16:19:02.553Z] --- PASS: TestOpenFileDelete (0.00s) [2021-06-02T16:19:02.553Z] === RUN TestOpenFileRename [2021-06-02T16:19:02.553Z] --- PASS: TestOpenFileRename (0.00s) [2021-06-02T16:19:02.553Z] === RUN TestParseLogTagDefaultTag [2021-06-02T16:19:02.553Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-06-02T16:19:02.553Z] === RUN TestParseLogTag [2021-06-02T16:19:02.553Z] --- PASS: TestParseLogTag (0.00s) [2021-06-02T16:19:02.553Z] === RUN TestParseLogTagEmptyTag [2021-06-02T16:19:02.553Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-06-02T16:19:02.553Z] === RUN TestTailFiles [2021-06-02T16:19:02.553Z] --- PASS: TestTailFiles (0.00s) [2021-06-02T16:19:02.553Z] === RUN TestFollowLogsConsumerGone [2021-06-02T16:19:02.553Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-06-02T16:19:02.553Z] === RUN TestFollowLogsProducerGone [2021-06-02T16:19:02.553Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-06-02T16:19:02.553Z] logfile_test.go:232: messages sent: 4098, received: 4098 [2021-06-02T16:19:02.553Z] logfile_test.go:179: logDecode() closed after sending 4098 messages [2021-06-02T16:19:02.553Z] === RUN TestCheckCapacityAndRotate [2021-06-02T16:19:02.553Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-06-02T16:19:02.553Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-06-02T16:19:03.012Z] --- PASS: TestCheckCapacityAndRotate (0.28s) [2021-06-02T16:19:03.012Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.01s) [2021-06-02T16:19:03.012Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.12s) [2021-06-02T16:19:03.012Z] PASS [2021-06-02T16:19:03.012Z] coverage: 55.3% of statements [2021-06-02T16:19:03.012Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.487s coverage: 55.3% of statements [2021-06-02T16:19:03.121Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-02T16:19:03.680Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-06-02T16:19:03.982Z] === RUN TestLog [2021-06-02T16:19:03.982Z] --- PASS: TestLog (0.01s) [2021-06-02T16:19:03.982Z] PASS [2021-06-02T16:19:03.982Z] coverage: 31.5% of statements [2021-06-02T16:19:03.982Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.155s coverage: 31.5% of statements [2021-06-02T16:19:03.982Z] === RUN TestValidateLogOpt [2021-06-02T16:19:03.982Z] --- PASS: TestValidateLogOpt (0.00s) [2021-06-02T16:19:03.982Z] === RUN TestNewMissedConfig [2021-06-02T16:19:03.982Z] --- PASS: TestNewMissedConfig (0.00s) [2021-06-02T16:19:03.982Z] === RUN TestNewMissedUrl [2021-06-02T16:19:03.982Z] --- PASS: TestNewMissedUrl (0.00s) [2021-06-02T16:19:03.982Z] === RUN TestNewMissedToken [2021-06-02T16:19:03.982Z] --- PASS: TestNewMissedToken (0.00s) [2021-06-02T16:19:03.982Z] === RUN TestNewWithProxy [2021-06-02T16:19:03.982Z] --- PASS: TestNewWithProxy (0.00s) [2021-06-02T16:19:03.982Z] === RUN TestDefault [2021-06-02T16:19:03.982Z] --- PASS: TestDefault (0.01s) [2021-06-02T16:19:03.982Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-06-02T16:19:03.982Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-06-02T16:19:03.982Z] === RUN TestJsonFormat [2021-06-02T16:19:03.982Z] --- PASS: TestJsonFormat (0.00s) [2021-06-02T16:19:03.982Z] === RUN TestRawFormat [2021-06-02T16:19:03.982Z] --- PASS: TestRawFormat (0.00s) [2021-06-02T16:19:03.982Z] === RUN TestRawFormatWithLabels [2021-06-02T16:19:03.982Z] --- PASS: TestRawFormatWithLabels (0.06s) [2021-06-02T16:19:03.982Z] === RUN TestRawFormatWithoutTag [2021-06-02T16:19:03.982Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-06-02T16:19:03.982Z] === RUN TestBatching [2021-06-02T16:19:04.091Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2021-06-02T16:19:04.441Z] --- PASS: TestBatching (0.40s) [2021-06-02T16:19:04.441Z] === RUN TestFrequency [2021-06-02T16:19:04.441Z] --- PASS: TestFrequency (0.16s) [2021-06-02T16:19:04.441Z] === RUN TestOneMessagePerRequest [2021-06-02T16:19:04.441Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-06-02T16:19:04.441Z] === RUN TestVerify [2021-06-02T16:19:04.441Z] --- PASS: TestVerify (0.00s) [2021-06-02T16:19:04.441Z] === RUN TestSkipVerify [2021-06-02T16:19:04.441Z] === RUN TestNewParse [2021-06-02T16:19:04.441Z] --- PASS: TestNewParse (0.00s) [2021-06-02T16:19:04.441Z] PASS [2021-06-02T16:19:04.441Z] coverage: 8.3% of statements [2021-06-02T16:19:04.441Z] ok github.com/docker/docker/daemon/logger/templates 0.045s coverage: 8.3% of statements [2021-06-02T16:19:04.901Z] time="2021-06-02T16:19:04Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-02T16:19:04.901Z] time="2021-06-02T16:19:04Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-02T16:19:04.901Z] time="2021-06-02T16:19:04Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-02T16:19:04.901Z] === RUN TestParseLogFormat [2021-06-02T16:19:04.901Z] --- PASS: TestParseLogFormat (0.00s) [2021-06-02T16:19:04.901Z] === RUN TestValidateLogOptEmpty [2021-06-02T16:19:04.901Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-06-02T16:19:04.901Z] === RUN TestValidateSyslogAddress [2021-06-02T16:19:04.901Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-06-02T16:19:04.901Z] === RUN TestParseAddressDefaultPort [2021-06-02T16:19:04.901Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-06-02T16:19:04.901Z] === RUN TestValidateSyslogFacility [2021-06-02T16:19:04.901Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-06-02T16:19:04.901Z] === RUN TestValidateLogOptSyslogFormat [2021-06-02T16:19:04.901Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-06-02T16:19:04.901Z] === RUN TestValidateLogOpt [2021-06-02T16:19:04.901Z] --- PASS: TestValidateLogOpt (0.00s) [2021-06-02T16:19:04.901Z] PASS [2021-06-02T16:19:04.901Z] coverage: 46.8% of statements [2021-06-02T16:19:04.901Z] ok github.com/docker/docker/daemon/logger/syslog 0.081s coverage: 46.8% of statements [2021-06-02T16:19:04.901Z] --- PASS: TestSkipVerify (0.36s) [2021-06-02T16:19:04.901Z] === RUN TestBufferMaximum [2021-06-02T16:19:04.901Z] time="2021-06-02T16:19:04Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-02T16:19:04.901Z] time="2021-06-02T16:19:04Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-02T16:19:04.901Z] time="2021-06-02T16:19:04Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-02T16:19:04.901Z] time="2021-06-02T16:19:04Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-02T16:19:04.901Z] time="2021-06-02T16:19:04Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-02T16:19:04.901Z] time="2021-06-02T16:19:04Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1622650744.673288\",\"host\":\"2258552d1428\"}'" [2021-06-02T16:19:04.901Z] time="2021-06-02T16:19:04Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1622650744.673288\",\"host\":\"2258552d1428\"}'" [2021-06-02T16:19:04.901Z] --- PASS: TestBufferMaximum (0.00s) [2021-06-02T16:19:04.901Z] === RUN TestServerAlwaysDown [2021-06-02T16:19:04.901Z] time="2021-06-02T16:19:04Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-02T16:19:04.901Z] time="2021-06-02T16:19:04Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-02T16:19:04.901Z] time="2021-06-02T16:19:04Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1622650744.676283\",\"host\":\"2258552d1428\"}'" [2021-06-02T16:19:04.901Z] time="2021-06-02T16:19:04Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1622650744.676283\",\"host\":\"2258552d1428\"}'" [2021-06-02T16:19:04.901Z] time="2021-06-02T16:19:04Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-02T16:19:04.901Z] time="2021-06-02T16:19:04Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1622650744.676283\",\"host\":\"2258552d1428\"}'" [2021-06-02T16:19:04.901Z] time="2021-06-02T16:19:04Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1622650744.677282\",\"host\":\"2258552d1428\"}'" [2021-06-02T16:19:05.360Z] time="2021-06-02T16:19:04Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1622650744.677282\",\"host\":\"2258552d1428\"}'" [2021-06-02T16:19:05.360Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-06-02T16:19:05.360Z] === RUN TestCannotSendAfterClose [2021-06-02T16:19:05.360Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-06-02T16:19:05.361Z] === RUN TestDeadlockOnBlockedEndpoint [2021-06-02T16:19:05.597Z] --- PASS: TestReadPluginNoRead (9.74s) [2021-06-02T16:19:05.597Z] --- PASS: TestReadPluginNoRead/default (1.83s) [2021-06-02T16:19:05.597Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.86s) [2021-06-02T16:19:05.597Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.84s) [2021-06-02T16:19:05.597Z] read_test.go:92: [df480a22f08f5] daemon is not started [2021-06-02T16:19:05.820Z] time="2021-06-02T16:19:05Z" 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-06-02T16:19:05.820Z] time="2021-06-02T16:19:05Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"2258552d1428\"}'" [2021-06-02T16:19:05.820Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2021-06-02T16:19:05.820Z] PASS [2021-06-02T16:19:05.820Z] coverage: 82.5% of statements [2021-06-02T16:19:05.820Z] ok github.com/docker/docker/daemon/logger/splunk 2.087s coverage: 82.5% of statements [2021-06-02T16:19:05.820Z] ? github.com/docker/docker/daemon/names [no test files] [2021-06-02T16:19:05.820Z] ? github.com/docker/docker/daemon/network [no test files] [2021-06-02T16:19:05.820Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-06-02T16:19:06.023Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-06-02T16:19:06.023Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (4.14s) [2021-06-02T16:19:06.023Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (4.50s) [2021-06-02T16:19:06.024Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (5.81s) [2021-06-02T16:19:06.024Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (6.15s) [2021-06-02T16:19:06.024Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.80s) [2021-06-02T16:19:06.024Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.73s) [2021-06-02T16:19:06.024Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.87s) [2021-06-02T16:19:06.024Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (4.11s) [2021-06-02T16:19:06.024Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.83s) [2021-06-02T16:19:06.024Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.85s) [2021-06-02T16:19:06.024Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.00s) [2021-06-02T16:19:06.024Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.74s) [2021-06-02T16:19:06.024Z] === RUN TestCgroupNamespacesRun [2021-06-02T16:19:06.169Z] --- PASS: TestContinueAfterPluginCrash (10.28s) [2021-06-02T16:19:06.169Z] PASS [2021-06-02T16:19:06.169Z] [2021-06-02T16:19:06.169Z] DONE 6 tests in 10.465s [2021-06-02T16:19:06.169Z] 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-06-02T16:19:06.169Z] ++ 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-06-02T16:19:06.169Z] ++ set -e [2021-06-02T16:19:06.169Z] ++ '[' -n 0 ']' [2021-06-02T16:19:06.169Z] ++ set -x [2021-06-02T16:19:06.169Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-06-02T16:19:06.169Z] testing: warning: no tests to run [2021-06-02T16:19:06.169Z] PASS [2021-06-02T16:19:06.169Z] [2021-06-02T16:19:06.169Z] DONE 0 tests in 0.055s [2021-06-02T16:19:06.169Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-06-02T16:19:06.169Z] ++ 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-06-02T16:19:06.169Z] ++ set -e [2021-06-02T16:19:06.169Z] ++ '[' -n 0 ']' [2021-06-02T16:19:06.169Z] ++ set -x [2021-06-02T16:19:06.169Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-06-02T16:19:06.429Z] INFO: Testing against a local daemon [2021-06-02T16:19:06.429Z] === RUN TestPluginWithDevMounts [2021-06-02T16:19:06.429Z] === PAUSE TestPluginWithDevMounts [2021-06-02T16:19:06.429Z] === CONT TestPluginWithDevMounts [2021-06-02T16:19:06.789Z] === RUN TestV1IDService [2021-06-02T16:19:06.789Z] --- PASS: TestV1IDService (0.03s) [2021-06-02T16:19:06.789Z] === RUN TestV2MetadataService [2021-06-02T16:19:07.757Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-06-02T16:19:07.757Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-06-02T16:19:07.757Z] === RUN TestContinueOnError_MirrorEndpoint [2021-06-02T16:19:07.757Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-06-02T16:19:07.757Z] === RUN TestContinueOnError_NeverContinue [2021-06-02T16:19:07.757Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-06-02T16:19:07.757Z] === RUN TestManifestStore [2021-06-02T16:19:07.757Z] === RUN TestManifestStore/no_remote_or_local [2021-06-02T16:19:07.757Z] time="2021-06-02T16:19:07Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local920766663\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-06-02T16:19:07.757Z] === RUN TestManifestStore/no_local_cache [2021-06-02T16:19:07.757Z] === RUN TestManifestStore/with_local_cache [2021-06-02T16:19:07.757Z] === RUN TestManifestStore/unknown_media_type [2021-06-02T16:19:07.757Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-06-02T16:19:07.757Z] time="2021-06-02T16:19:07Z" level=warning msg="reference for unknown type: " [2021-06-02T16:19:07.758Z] time="2021-06-02T16:19:07Z" level=warning msg="reference for unknown type: " [2021-06-02T16:19:07.758Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-06-02T16:19:07.758Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-06-02T16:19:07.758Z] time="2021-06-02T16:19:07Z" level=warning msg="reference for unknown type: " [2021-06-02T16:19:07.758Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-06-02T16:19:07.758Z] time="2021-06-02T16:19:07Z" level=warning msg="reference for unknown type: " [2021-06-02T16:19:07.758Z] time="2021-06-02T16:19:07Z" level=warning msg="reference for unknown type: " [2021-06-02T16:19:07.758Z] === RUN TestManifestStore/error_persisting_manifest [2021-06-02T16:19:07.758Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-06-02T16:19:08.217Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-06-02T16:19:08.217Z] === RUN TestSuccessfulDownload [2021-06-02T16:19:08.217Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-06-02T16:19:08.217Z] download_test.go:268: Needs fixing on Windows [2021-06-02T16:19:08.217Z] === RUN TestCancelledDownload [2021-06-02T16:19:08.217Z] --- PASS: TestCancelledDownload (0.00s) [2021-06-02T16:19:08.217Z] === RUN TestMaxDownloadAttempts [2021-06-02T16:19:08.217Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-06-02T16:19:08.217Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-06-02T16:19:08.217Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-06-02T16:19:08.217Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-06-02T16:19:08.217Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-06-02T16:19:08.217Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-06-02T16:19:08.217Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-06-02T16:19:08.217Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-06-02T16:19:08.217Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-06-02T16:19:08.217Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-06-02T16:19:08.217Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-06-02T16:19:08.217Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-06-02T16:19:08.217Z] time="2021-06-02T16:19:07Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-06-02T16:19:08.217Z] --- PASS: TestManifestStore (0.32s) [2021-06-02T16:19:08.217Z] --- PASS: TestManifestStore/no_remote_or_local (0.15s) [2021-06-02T16:19:08.217Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2021-06-02T16:19:08.217Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2021-06-02T16:19:08.217Z] --- PASS: TestManifestStore/unknown_media_type (0.12s) [2021-06-02T16:19:08.217Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.07s) [2021-06-02T16:19:08.217Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.05s) [2021-06-02T16:19:08.217Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2021-06-02T16:19:08.217Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.03s) [2021-06-02T16:19:08.217Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2021-06-02T16:19:08.217Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-06-02T16:19:08.217Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2021-06-02T16:19:08.217Z] === RUN TestDetectManifestBlobMediaType [2021-06-02T16:19:08.217Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-06-02T16:19:08.217Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-06-02T16:19:08.217Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-06-02T16:19:08.217Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-06-02T16:19:08.217Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-06-02T16:19:08.217Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-06-02T16:19:08.217Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-06-02T16:19:08.217Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-06-02T16:19:08.217Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-06-02T16:19:08.217Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-06-02T16:19:08.217Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-06-02T16:19:08.217Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-06-02T16:19:08.217Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-06-02T16:19:08.217Z] === RUN TestFixManifestLayers [2021-06-02T16:19:08.217Z] --- PASS: TestFixManifestLayers (0.00s) [2021-06-02T16:19:08.217Z] === RUN TestFixManifestLayersBaseLayerParent [2021-06-02T16:19:08.217Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-06-02T16:19:08.217Z] pull_v2_test.go:73: Needs fixing on Windows [2021-06-02T16:19:08.217Z] === RUN TestFixManifestLayersBadParent [2021-06-02T16:19:08.217Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-06-02T16:19:08.217Z] === RUN TestValidateManifest [2021-06-02T16:19:08.217Z] --- SKIP: TestValidateManifest (0.00s) [2021-06-02T16:19:08.217Z] pull_v2_test.go:118: Needs fixing on Windows [2021-06-02T16:19:08.217Z] === RUN TestFormatPlatform [2021-06-02T16:19:08.217Z] --- PASS: TestFormatPlatform (0.00s) [2021-06-02T16:19:08.217Z] === RUN TestGetRepositoryMountCandidates [2021-06-02T16:19:08.217Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-06-02T16:19:08.217Z] === RUN TestLayerAlreadyExists [2021-06-02T16:19:08.217Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-06-02T16:19:08.217Z] 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-06-02T16:19:08.217Z] 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-06-02T16:19:08.217Z] 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-06-02T16:19:08.217Z] 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-06-02T16:19:08.217Z] 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-06-02T16:19:08.217Z] 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-06-02T16:19:08.217Z] === RUN TestWhenEmptyAuthConfig [2021-06-02T16:19:08.217Z] --- PASS: TestV2MetadataService (1.17s) [2021-06-02T16:19:08.217Z] PASS [2021-06-02T16:19:08.217Z] coverage: 48.2% of statements [2021-06-02T16:19:08.217Z] ok github.com/docker/docker/distribution/metadata 1.286s coverage: 48.2% of statements [2021-06-02T16:19:08.217Z] time="2021-06-02T16:19:07Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-06-02T16:19:08.217Z] time="2021-06-02T16:19:07Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-06-02T16:19:08.217Z] time="2021-06-02T16:19:07Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-06-02T16:19:08.217Z] time="2021-06-02T16:19:07Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-06-02T16:19:08.217Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-06-02T16:19:08.217Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.37s) [2021-06-02T16:19:08.217Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.37s) [2021-06-02T16:19:08.217Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.37s) [2021-06-02T16:19:08.217Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.37s) [2021-06-02T16:19:08.217Z] === RUN TestTransfer [2021-06-02T16:19:08.340Z] --- PASS: TestPluginWithDevMounts (2.10s) [2021-06-02T16:19:08.340Z] PASS [2021-06-02T16:19:08.340Z] [2021-06-02T16:19:08.340Z] DONE 1 tests in 2.286s [2021-06-02T16:19:08.340Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2021-06-02T16:19:08.340Z] ++ 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-06-02T16:19:08.340Z] ++ set -e [2021-06-02T16:19:08.340Z] ++ '[' -n 0 ']' [2021-06-02T16:19:08.340Z] ++ set -x [2021-06-02T16:19:08.340Z] ++ env -i DEST=/go/src/github.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-06-02T16:19:08.536Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-06-02T16:19:08.536Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2021-06-02T16:19:08.536Z] --- PASS: TestCgroupNamespacesRun (2.80s) [2021-06-02T16:19:08.536Z] === RUN TestCgroupNamespacesRunPrivileged [2021-06-02T16:19:08.600Z] INFO: Testing against a local daemon [2021-06-02T16:19:08.600Z] === RUN TestSecretInspect [2021-06-02T16:19:08.676Z] --- PASS: TestTransfer (0.12s) [2021-06-02T16:19:08.677Z] === RUN TestConcurrencyLimit [2021-06-02T16:19:08.677Z] === RUN TestNotFound [2021-06-02T16:19:08.677Z] --- PASS: TestNotFound (0.00s) [2021-06-02T16:19:08.677Z] === RUN TestConflict [2021-06-02T16:19:08.677Z] --- PASS: TestConflict (0.00s) [2021-06-02T16:19:08.677Z] === RUN TestForbidden [2021-06-02T16:19:08.677Z] --- PASS: TestForbidden (0.00s) [2021-06-02T16:19:08.677Z] === RUN TestInvalidParameter [2021-06-02T16:19:08.677Z] --- PASS: TestInvalidParameter (0.00s) [2021-06-02T16:19:08.677Z] === RUN TestNotImplemented [2021-06-02T16:19:08.677Z] --- PASS: TestNotImplemented (0.00s) [2021-06-02T16:19:08.677Z] === RUN TestNotModified [2021-06-02T16:19:08.677Z] --- PASS: TestNotModified (0.00s) [2021-06-02T16:19:08.677Z] === RUN TestUnauthorized [2021-06-02T16:19:08.677Z] --- PASS: TestUnauthorized (0.00s) [2021-06-02T16:19:08.677Z] === RUN TestUnknown [2021-06-02T16:19:08.677Z] --- PASS: TestUnknown (0.00s) [2021-06-02T16:19:08.677Z] === RUN TestCancelled [2021-06-02T16:19:08.677Z] --- PASS: TestCancelled (0.00s) [2021-06-02T16:19:08.677Z] === RUN TestDeadline [2021-06-02T16:19:08.677Z] --- PASS: TestDeadline (0.00s) [2021-06-02T16:19:08.677Z] === RUN TestDataLoss [2021-06-02T16:19:08.677Z] --- PASS: TestDataLoss (0.00s) [2021-06-02T16:19:08.677Z] === RUN TestUnavailable [2021-06-02T16:19:08.677Z] --- PASS: TestUnavailable (0.00s) [2021-06-02T16:19:08.677Z] === RUN TestSystem [2021-06-02T16:19:08.677Z] --- PASS: TestSystem (0.00s) [2021-06-02T16:19:08.677Z] === RUN TestFromStatusCode [2021-06-02T16:19:08.677Z] === RUN TestFromStatusCode/Not_Found [2021-06-02T16:19:08.677Z] === RUN TestFromStatusCode/Bad_Request [2021-06-02T16:19:08.677Z] === RUN TestFromStatusCode/Conflict [2021-06-02T16:19:08.677Z] === RUN TestFromStatusCode/Unauthorized [2021-06-02T16:19:08.677Z] === RUN TestFromStatusCode/Service_Unavailable [2021-06-02T16:19:08.677Z] === RUN TestFromStatusCode/Forbidden [2021-06-02T16:19:08.677Z] === RUN TestFromStatusCode/Not_Modified [2021-06-02T16:19:08.677Z] === RUN TestFromStatusCode/Not_Implemented [2021-06-02T16:19:08.677Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-06-02T16:19:08.677Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-06-02T16:19:08.677Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-06-02T16:19:08.677Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-06-02T16:19:08.677Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-06-02T16:19:08.677Z] --- PASS: TestFromStatusCode (0.00s) [2021-06-02T16:19:08.677Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-06-02T16:19:08.677Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-06-02T16:19:08.677Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-06-02T16:19:08.677Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-06-02T16:19:08.677Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-06-02T16:19:08.677Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-06-02T16:19:08.677Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-06-02T16:19:08.677Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-06-02T16:19:08.677Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-06-02T16:19:08.677Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-06-02T16:19:08.677Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-06-02T16:19:08.677Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-06-02T16:19:08.677Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-06-02T16:19:08.677Z] PASS [2021-06-02T16:19:08.677Z] coverage: 53.1% of statements [2021-06-02T16:19:08.677Z] ok github.com/docker/docker/errdefs 0.044s coverage: 53.1% of statements [2021-06-02T16:19:08.677Z] --- PASS: TestConcurrencyLimit (0.38s) [2021-06-02T16:19:08.677Z] === RUN TestInactiveJobs [2021-06-02T16:19:09.136Z] --- PASS: TestWhenEmptyAuthConfig (1.09s) [2021-06-02T16:19:09.136Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-06-02T16:19:09.136Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-06-02T16:19:09.136Z] === RUN TestTokenPassThru [2021-06-02T16:19:09.136Z] --- PASS: TestTokenPassThru (0.01s) [2021-06-02T16:19:09.136Z] === RUN TestTokenPassThruDifferentHost [2021-06-02T16:19:09.136Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2021-06-02T16:19:09.136Z] PASS [2021-06-02T16:19:09.136Z] coverage: 23.6% of statements [2021-06-02T16:19:09.136Z] ok github.com/docker/docker/distribution 1.605s coverage: 23.6% of statements [2021-06-02T16:19:09.136Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-06-02T16:19:09.136Z] --- PASS: TestInactiveJobs (0.39s) [2021-06-02T16:19:09.136Z] === RUN TestWatchRelease [2021-06-02T16:19:09.136Z] --- PASS: TestWatchRelease (0.05s) [2021-06-02T16:19:09.136Z] === RUN TestWatchFinishedTransfer [2021-06-02T16:19:09.136Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-06-02T16:19:09.136Z] === RUN TestDuplicateTransfer [2021-06-02T16:19:09.595Z] --- PASS: TestDuplicateTransfer (0.08s) [2021-06-02T16:19:09.595Z] === RUN TestSuccessfulUpload [2021-06-02T16:19:09.783Z] Removing intermediate container 73729c002ea7 [2021-06-02T16:19:09.783Z] ---> defded9bedde [2021-06-02T16:19:09.783Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-06-02T16:19:09.783Z] ---> Running in 1ac12e5e9876 [2021-06-02T16:19:10.056Z] time="2021-06-02T16:19:09Z" level=error msg="Upload failed, retrying: simulating retry" [2021-06-02T16:19:10.056Z] --- PASS: TestSuccessfulUpload (0.66s) [2021-06-02T16:19:10.056Z] === RUN TestCancelledUpload [2021-06-02T16:19:10.056Z] --- PASS: TestCancelledUpload (0.00s) [2021-06-02T16:19:10.056Z] PASS [2021-06-02T16:19:10.056Z] coverage: 76.8% of statements [2021-06-02T16:19:10.056Z] ok github.com/docker/docker/distribution/xfer 2.122s coverage: 76.8% of statements [2021-06-02T16:19:10.056Z] ? github.com/docker/docker/dockerversion [no test files] [2021-06-02T16:19:10.056Z] === RUN TestCompare [2021-06-02T16:19:10.056Z] --- PASS: TestCompare (0.00s) [2021-06-02T16:19:10.056Z] PASS [2021-06-02T16:19:10.056Z] coverage: 19.2% of statements [2021-06-02T16:19:10.056Z] ok github.com/docker/docker/image/cache 0.115s coverage: 19.2% of statements [2021-06-02T16:19:10.423Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-06-02T16:19:10.423Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.00s) [2021-06-02T16:19:10.423Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-06-02T16:19:10.515Z] === RUN TestFSGetInvalidData [2021-06-02T16:19:10.515Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-06-02T16:19:10.515Z] === RUN TestFSInvalidSet [2021-06-02T16:19:10.515Z] --- PASS: TestFSInvalidSet (0.01s) [2021-06-02T16:19:10.515Z] === RUN TestFSInvalidRoot [2021-06-02T16:19:10.515Z] --- PASS: TestFSInvalidRoot (0.01s) [2021-06-02T16:19:10.515Z] === RUN TestFSMetadataGetSet [2021-06-02T16:19:10.515Z] --- PASS: TestFSMetadataGetSet (0.04s) [2021-06-02T16:19:10.515Z] === RUN TestFSInvalidWalker [2021-06-02T16:19:10.515Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-06-02T16:19:10.515Z] === RUN TestFSGetSet [2021-06-02T16:19:10.515Z] --- PASS: TestFSGetSet (0.05s) [2021-06-02T16:19:10.515Z] === RUN TestFSGetUnsetKey [2021-06-02T16:19:10.515Z] --- PASS: TestFSGetUnsetKey (0.00s) [2021-06-02T16:19:10.515Z] === RUN TestFSGetEmptyData [2021-06-02T16:19:10.515Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-06-02T16:19:10.515Z] === RUN TestFSDelete [2021-06-02T16:19:10.515Z] --- PASS: TestFSDelete (0.02s) [2021-06-02T16:19:10.515Z] === RUN TestFSWalker [2021-06-02T16:19:10.515Z] --- PASS: TestFSWalker (0.02s) [2021-06-02T16:19:10.515Z] === RUN TestFSWalkerStopOnError [2021-06-02T16:19:10.515Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-06-02T16:19:10.515Z] === RUN TestNewFromJSON [2021-06-02T16:19:10.515Z] --- PASS: TestNewFromJSON (0.00s) [2021-06-02T16:19:10.515Z] === RUN TestNewFromJSONWithInvalidJSON [2021-06-02T16:19:10.515Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-06-02T16:19:10.515Z] === RUN TestMarshalKeyOrder [2021-06-02T16:19:10.515Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-06-02T16:19:10.515Z] === RUN TestHistoryEqual [2021-06-02T16:19:10.751Z] [2021-06-02T16:19:10.751Z] SUCCESS: Specified value was saved. [2021-06-02T16:19:10.975Z] --- PASS: TestHistoryEqual (0.13s) [2021-06-02T16:19:10.975Z] === RUN TestImage [2021-06-02T16:19:10.975Z] --- PASS: TestImage (0.00s) [2021-06-02T16:19:10.975Z] === RUN TestImageOSNotEmpty [2021-06-02T16:19:10.975Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-06-02T16:19:10.975Z] === RUN TestNewChildImageFromImageWithRootFS [2021-06-02T16:19:10.975Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-06-02T16:19:10.975Z] === RUN TestCreate [2021-06-02T16:19:10.975Z] --- PASS: TestCreate (0.00s) [2021-06-02T16:19:10.975Z] === RUN TestRestore [2021-06-02T16:19:10.975Z] time="2021-06-02T16:19:10Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-06-02T16:19:10.975Z] --- PASS: TestRestore (0.03s) [2021-06-02T16:19:10.975Z] === RUN TestAddDelete [2021-06-02T16:19:10.975Z] --- PASS: TestAddDelete (0.02s) [2021-06-02T16:19:10.975Z] === RUN TestSearchAfterDelete [2021-06-02T16:19:10.975Z] --- PASS: TestSearchAfterDelete (0.01s) [2021-06-02T16:19:10.975Z] === RUN TestParentReset [2021-06-02T16:19:10.975Z] --- PASS: TestParentReset (0.02s) [2021-06-02T16:19:10.975Z] === RUN TestGetAndSetLastUpdated [2021-06-02T16:19:10.975Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2021-06-02T16:19:10.975Z] === RUN TestStoreLen [2021-06-02T16:19:10.975Z] --- PASS: TestStoreLen (0.04s) [2021-06-02T16:19:10.975Z] PASS [2021-06-02T16:19:10.975Z] coverage: 86.6% of statements [2021-06-02T16:19:10.975Z] ok github.com/docker/docker/image 0.542s coverage: 86.6% of statements [2021-06-02T16:19:10.984Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2021-06-02T16:19:10.984Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2021-06-02T16:19:11.230Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2021-06-02T16:19:11.800Z] Copying nested executables into bundles/cross/linux/amd64 [2021-06-02T16:19:11.897Z] --- PASS: TestSecretInspect (2.98s) [2021-06-02T16:19:11.897Z] === RUN TestSecretList [2021-06-02T16:19:11.944Z] === RUN TestValidateManifest [2021-06-02T16:19:11.944Z] === RUN TestValidateManifest/non-nil [2021-06-02T16:19:11.944Z] === RUN TestValidateManifest/nil [2021-06-02T16:19:11.944Z] --- PASS: TestValidateManifest (0.00s) [2021-06-02T16:19:11.944Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-06-02T16:19:11.944Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-06-02T16:19:11.944Z] PASS [2021-06-02T16:19:11.944Z] coverage: 0.6% of statements [2021-06-02T16:19:11.944Z] ok github.com/docker/docker/image/tarexport 0.168s coverage: 0.6% of statements [2021-06-02T16:19:12.349Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-06-02T16:19:12.404Z] === RUN TestMakeV1ConfigFromConfig [2021-06-02T16:19:12.404Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-06-02T16:19:12.404Z] PASS [2021-06-02T16:19:12.404Z] coverage: 25.0% of statements [2021-06-02T16:19:12.404Z] ok github.com/docker/docker/image/v1 0.095s coverage: 25.0% of statements [2021-06-02T16:19:12.404Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-06-02T16:19:12.929Z] Removing intermediate container 1ac12e5e9876 [2021-06-02T16:19:12.929Z] ---> 5090e658e23b [2021-06-02T16:19:12.929Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-06-02T16:19:12.929Z] ---> Running in 8ddc8fef784d [2021-06-02T16:19:13.180Z] Cross building: bundles/cross/windows/amd64 [2021-06-02T16:19:13.180Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2021-06-02T16:19:13.180Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-06-02T16:19:13.276Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.75s) [2021-06-02T16:19:13.276Z] === RUN TestCgroupNamespacesRunHostMode [2021-06-02T16:19:13.943Z] === RUN TestSerialization [2021-06-02T16:19:13.943Z] --- PASS: TestSerialization (0.02s) [2021-06-02T16:19:13.943Z] PASS [2021-06-02T16:19:13.943Z] coverage: 100.0% of statements [2021-06-02T16:19:13.943Z] ok github.com/docker/docker/libcontainerd/queue 0.062s coverage: 100.0% of statements [2021-06-02T16:19:13.943Z] === RUN TestEmptyLayer [2021-06-02T16:19:13.943Z] --- PASS: TestEmptyLayer (0.00s) [2021-06-02T16:19:13.943Z] === RUN TestCommitFailure [2021-06-02T16:19:13.943Z] --- PASS: TestCommitFailure (0.01s) [2021-06-02T16:19:13.943Z] === RUN TestStartTransactionFailure [2021-06-02T16:19:13.943Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-06-02T16:19:13.943Z] === RUN TestGetOrphan [2021-06-02T16:19:13.943Z] --- PASS: TestGetOrphan (0.01s) [2021-06-02T16:19:13.943Z] === RUN TestMountAndRegister [2021-06-02T16:19:13.943Z] --- PASS: TestMountAndRegister (0.04s) [2021-06-02T16:19:13.943Z] layer_test.go:271: Layer size: 14 [2021-06-02T16:19:13.943Z] === RUN TestLayerRelease [2021-06-02T16:19:13.943Z] --- SKIP: TestLayerRelease (0.00s) [2021-06-02T16:19:13.943Z] layer_test.go:304: Failing on Windows [2021-06-02T16:19:13.943Z] === RUN TestStoreRestore [2021-06-02T16:19:13.943Z] --- SKIP: TestStoreRestore (0.00s) [2021-06-02T16:19:13.943Z] layer_test.go:353: Failing on Windows [2021-06-02T16:19:13.943Z] === RUN TestTarStreamStability [2021-06-02T16:19:13.943Z] --- SKIP: TestTarStreamStability (0.00s) [2021-06-02T16:19:13.943Z] layer_test.go:468: Failing on Windows [2021-06-02T16:19:13.943Z] === RUN TestRegisterExistingLayer [2021-06-02T16:19:13.943Z] --- PASS: TestRegisterExistingLayer (0.27s) [2021-06-02T16:19:13.943Z] === RUN TestTarStreamVerification [2021-06-02T16:19:13.943Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-06-02T16:19:13.943Z] layer_test.go:697: Failing on Windows [2021-06-02T16:19:13.943Z] === RUN TestLayerMigration [2021-06-02T16:19:13.943Z] --- SKIP: TestLayerMigration (0.00s) [2021-06-02T16:19:13.943Z] migration_test.go:46: Failing on Windows [2021-06-02T16:19:13.943Z] === RUN TestLayerMigrationNoTarsplit [2021-06-02T16:19:13.943Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-06-02T16:19:13.943Z] migration_test.go:182: Failing on Windows [2021-06-02T16:19:13.943Z] === RUN TestMountInit [2021-06-02T16:19:13.943Z] --- SKIP: TestMountInit (0.00s) [2021-06-02T16:19:13.943Z] mount_test.go:17: Failing on Windows [2021-06-02T16:19:13.943Z] === RUN TestMountSize [2021-06-02T16:19:13.943Z] --- SKIP: TestMountSize (0.00s) [2021-06-02T16:19:13.943Z] mount_test.go:76: Failing on Windows [2021-06-02T16:19:13.943Z] === RUN TestMountChanges [2021-06-02T16:19:13.943Z] --- SKIP: TestMountChanges (0.00s) [2021-06-02T16:19:13.943Z] mount_test.go:125: Failing on Windows [2021-06-02T16:19:13.943Z] === RUN TestMountApply [2021-06-02T16:19:13.943Z] --- SKIP: TestMountApply (0.00s) [2021-06-02T16:19:13.943Z] mount_test.go:212: Failing on Windows [2021-06-02T16:19:13.943Z] PASS [2021-06-02T16:19:13.943Z] coverage: 30.1% of statements [2021-06-02T16:19:13.943Z] ok github.com/docker/docker/layer 0.446s coverage: 30.1% of statements [2021-06-02T16:19:14.403Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-06-02T16:19:14.440Z] --- PASS: TestSecretList (2.88s) [2021-06-02T16:19:14.440Z] === RUN TestSecretsCreateAndDelete [2021-06-02T16:19:14.862Z] === RUN TestEnvironmentParsing [2021-06-02T16:19:14.862Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-06-02T16:19:14.862Z] PASS [2021-06-02T16:19:14.862Z] coverage: 1.0% of statements [2021-06-02T16:19:14.862Z] ok github.com/docker/docker/libcontainerd/local 0.076s coverage: 1.0% of statements [2021-06-02T16:19:14.862Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-06-02T16:19:14.862Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-06-02T16:19:14.862Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-06-02T16:19:14.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-06-02T16:19:14.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-06-02T16:19:14.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-06-02T16:19:14.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-06-02T16:19:14.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-06-02T16:19:14.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-06-02T16:19:14.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-06-02T16:19:14.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-06-02T16:19:14.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-06-02T16:19:14.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-06-02T16:19:14.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-06-02T16:19:14.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-06-02T16:19:14.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-06-02T16:19:14.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-06-02T16:19:14.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-06-02T16:19:14.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-06-02T16:19:14.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-06-02T16:19:14.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-06-02T16:19:14.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-06-02T16:19:14.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-06-02T16:19:14.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-06-02T16:19:14.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-06-02T16:19:14.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-06-02T16:19:14.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-06-02T16:19:14.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-06-02T16:19:14.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-06-02T16:19:14.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-06-02T16:19:14.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-06-02T16:19:14.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-06-02T16:19:14.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-06-02T16:19:14.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-06-02T16:19:14.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-06-02T16:19:14.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-06-02T16:19:14.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-06-02T16:19:14.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-06-02T16:19:14.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-06-02T16:19:14.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-06-02T16:19:14.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-06-02T16:19:14.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-06-02T16:19:14.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-06-02T16:19:14.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-06-02T16:19:14.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-06-02T16:19:14.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-06-02T16:19:14.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-06-02T16:19:14.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-06-02T16:19:14.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-06-02T16:19:14.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-06-02T16:19:14.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-06-02T16:19:14.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-06-02T16:19:14.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-06-02T16:19:14.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-06-02T16:19:14.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-06-02T16:19:14.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-06-02T16:19:14.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-06-02T16:19:14.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-06-02T16:19:14.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-06-02T16:19:14.862Z] PASS [2021-06-02T16:19:14.862Z] coverage: 44.0% of statements [2021-06-02T16:19:14.862Z] ok github.com/docker/docker/oci 0.076s coverage: 44.0% of statements [2021-06-02T16:19:14.862Z] ? github.com/docker/docker/oci/caps [no test files] [2021-06-02T16:19:15.017Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.66s) [2021-06-02T16:19:15.017Z] === RUN TestCreateServiceSecretFileMode [2021-06-02T16:19:15.161Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2021-06-02T16:19:15.323Z] === RUN TestParseVersion [2021-06-02T16:19:15.323Z] --- PASS: TestParseVersion (0.00s) [2021-06-02T16:19:15.323Z] PASS [2021-06-02T16:19:15.323Z] coverage: 52.9% of statements [2021-06-02T16:19:15.323Z] ok github.com/docker/docker/pkg/aaparser 0.037s coverage: 52.9% of statements [2021-06-02T16:19:15.783Z] === RUN TestAddressPoolOpt [2021-06-02T16:19:15.783Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-06-02T16:19:15.783Z] === RUN TestValidateEnv [2021-06-02T16:19:15.783Z] === RUN TestValidateEnv/a [2021-06-02T16:19:15.783Z] === RUN TestValidateEnv/something [2021-06-02T16:19:15.783Z] === RUN TestValidateEnv/_=a [2021-06-02T16:19:15.783Z] === RUN TestValidateEnv/env1=value1 [2021-06-02T16:19:15.783Z] === RUN TestValidateEnv/_env1=value1 [2021-06-02T16:19:15.783Z] === RUN TestValidateEnv/env2=value2=value3 [2021-06-02T16:19:16.086Z] --- PASS: TestCgroupNamespacesRunHostMode (2.69s) [2021-06-02T16:19:16.086Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-06-02T16:19:16.242Z] === RUN TestValidateEnv/env3=abc!qwe [2021-06-02T16:19:16.242Z] === RUN TestValidateEnv/env_4=value_4 [2021-06-02T16:19:16.242Z] === RUN TestValidateEnv/PATH [2021-06-02T16:19:16.242Z] === RUN TestValidateEnv/=a [2021-06-02T16:19:16.242Z] === RUN TestValidateEnv/PATH= [2021-06-02T16:19:16.242Z] === RUN TestValidateEnv/PATH=something [2021-06-02T16:19:16.242Z] === RUN TestValidateEnv/asd!qwe [2021-06-02T16:19:16.242Z] === RUN TestValidateEnv/1asd [2021-06-02T16:19:16.242Z] === RUN TestValidateEnv/123 [2021-06-02T16:19:16.242Z] === RUN TestValidateEnv/some_space [2021-06-02T16:19:16.242Z] === RUN TestValidateEnv/__some_space_before [2021-06-02T16:19:16.242Z] === RUN TestValidateEnv/some_space_after__ [2021-06-02T16:19:16.242Z] === RUN TestValidateEnv/= [2021-06-02T16:19:16.242Z] === RUN TestValidateEnv/PaTh [2021-06-02T16:19:16.242Z] --- PASS: TestValidateEnv (0.00s) [2021-06-02T16:19:16.242Z] --- PASS: TestValidateEnv/a (0.00s) [2021-06-02T16:19:16.242Z] --- PASS: TestValidateEnv/something (0.00s) [2021-06-02T16:19:16.242Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-06-02T16:19:16.242Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-06-02T16:19:16.242Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-06-02T16:19:16.242Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-06-02T16:19:16.242Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-06-02T16:19:16.242Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-06-02T16:19:16.242Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-06-02T16:19:16.242Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-06-02T16:19:16.242Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-06-02T16:19:16.242Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-06-02T16:19:16.242Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-06-02T16:19:16.242Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-06-02T16:19:16.242Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-06-02T16:19:16.242Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-06-02T16:19:16.242Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-06-02T16:19:16.242Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-06-02T16:19:16.242Z] --- PASS: TestValidateEnv/= (0.00s) [2021-06-02T16:19:16.242Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-06-02T16:19:16.242Z] === RUN TestParseHost [2021-06-02T16:19:16.242Z] --- PASS: TestParseHost (0.00s) [2021-06-02T16:19:16.242Z] === RUN TestParseDockerDaemonHost [2021-06-02T16:19:16.242Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-06-02T16:19:16.242Z] === RUN TestParseTCP [2021-06-02T16:19:16.242Z] --- PASS: TestParseTCP (0.00s) [2021-06-02T16:19:16.242Z] === RUN TestParseInvalidUnixAddrInvalid [2021-06-02T16:19:16.242Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-06-02T16:19:16.242Z] === RUN TestValidateExtraHosts [2021-06-02T16:19:16.242Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-06-02T16:19:16.242Z] === RUN TestIpOptString [2021-06-02T16:19:16.242Z] --- PASS: TestIpOptString (0.00s) [2021-06-02T16:19:16.242Z] === RUN TestNewIpOptInvalidDefaultVal [2021-06-02T16:19:16.242Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-06-02T16:19:16.242Z] === RUN TestNewIpOptValidDefaultVal [2021-06-02T16:19:16.242Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-06-02T16:19:16.242Z] === RUN TestIpOptSetInvalidVal [2021-06-02T16:19:16.242Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-06-02T16:19:16.242Z] === RUN TestValidateIPAddress [2021-06-02T16:19:16.242Z] --- PASS: TestValidateIPAddress (0.00s) [2021-06-02T16:19:16.242Z] === RUN TestMapOpts [2021-06-02T16:19:16.242Z] --- PASS: TestMapOpts (0.00s) [2021-06-02T16:19:16.242Z] === RUN TestListOptsWithoutValidator [2021-06-02T16:19:16.242Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-06-02T16:19:16.242Z] === RUN TestListOptsWithValidator [2021-06-02T16:19:16.242Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-06-02T16:19:16.242Z] === RUN TestValidateDNSSearch [2021-06-02T16:19:16.242Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-06-02T16:19:16.242Z] === RUN TestValidateLabel [2021-06-02T16:19:16.242Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-06-02T16:19:16.242Z] === RUN TestValidateLabel/label_with_general_format [2021-06-02T16:19:16.242Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-06-02T16:19:16.242Z] === RUN TestValidateLabel/label_with_one_more [2021-06-02T16:19:16.242Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-06-02T16:19:16.242Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-06-02T16:19:16.242Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-06-02T16:19:16.242Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-06-02T16:19:16.242Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-06-02T16:19:16.242Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-06-02T16:19:16.242Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-06-02T16:19:16.242Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-06-02T16:19:16.242Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-06-02T16:19:16.242Z] --- PASS: TestValidateLabel (0.02s) [2021-06-02T16:19:16.242Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-06-02T16:19:16.242Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-06-02T16:19:16.242Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-06-02T16:19:16.242Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-06-02T16:19:16.242Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-06-02T16:19:16.242Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-06-02T16:19:16.242Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-06-02T16:19:16.242Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-06-02T16:19:16.242Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-06-02T16:19:16.242Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-06-02T16:19:16.242Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.02s) [2021-06-02T16:19:16.242Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-06-02T16:19:16.242Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-06-02T16:19:16.242Z] === RUN TestNamedListOpts [2021-06-02T16:19:16.242Z] --- PASS: TestNamedListOpts (0.00s) [2021-06-02T16:19:16.242Z] === RUN TestNamedMapOpts [2021-06-02T16:19:16.242Z] --- PASS: TestNamedMapOpts (0.00s) [2021-06-02T16:19:16.242Z] === RUN TestParseLink [2021-06-02T16:19:16.242Z] --- PASS: TestParseLink (0.00s) [2021-06-02T16:19:16.242Z] === RUN TestQuotedStringSetWithQuotes [2021-06-02T16:19:16.242Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-06-02T16:19:16.242Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-06-02T16:19:16.242Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-06-02T16:19:16.242Z] === RUN TestQuotedStringSetWithNoQuotes [2021-06-02T16:19:16.242Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-06-02T16:19:16.242Z] === RUN TestUlimitOpt [2021-06-02T16:19:16.242Z] --- PASS: TestUlimitOpt (0.00s) [2021-06-02T16:19:16.242Z] PASS [2021-06-02T16:19:16.242Z] coverage: 67.1% of statements [2021-06-02T16:19:16.242Z] ok github.com/docker/docker/opts 0.311s coverage: 67.1% of statements [2021-06-02T16:19:16.398Z] --- PASS: TestCreateServiceSecretFileMode (2.89s) [2021-06-02T16:19:16.398Z] === RUN TestCreateServiceConfigFileMode [2021-06-02T16:19:16.966Z] Cannot create a file when that file already exists. [2021-06-02T16:19:17.211Z] === RUN TestPeerCertificateMarshalJSON [2021-06-02T16:19:17.211Z] === RUN TestUnbuffered [2021-06-02T16:19:17.211Z] --- PASS: TestUnbuffered (0.00s) [2021-06-02T16:19:17.211Z] === RUN TestRaceUnbuffered [2021-06-02T16:19:17.211Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-06-02T16:19:17.211Z] PASS [2021-06-02T16:19:17.211Z] coverage: 100.0% of statements [2021-06-02T16:19:17.211Z] ok github.com/docker/docker/pkg/broadcaster 0.057s coverage: 100.0% of statements [2021-06-02T16:19:17.211Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-06-02T16:19:17.211Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-06-02T16:19:17.211Z] --- PASS: TestPeerCertificateMarshalJSON (0.45s) [2021-06-02T16:19:17.211Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-06-02T16:19:17.211Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-06-02T16:19:17.211Z] === RUN TestMiddleware [2021-06-02T16:19:17.211Z] --- PASS: TestMiddleware (0.00s) [2021-06-02T16:19:17.211Z] === RUN TestNewResponseModifier [2021-06-02T16:19:17.211Z] --- PASS: TestNewResponseModifier (0.00s) [2021-06-02T16:19:17.211Z] PASS [2021-06-02T16:19:17.671Z] coverage: 26.8% of statements [2021-06-02T16:19:17.671Z] ok github.com/docker/docker/pkg/authorization 0.520s coverage: 26.8% of statements [2021-06-02T16:19:17.671Z] === RUN TestMatch [2021-06-02T16:19:17.671Z] === RUN TestMatch/[[]] [2021-06-02T16:19:17.671Z] === RUN TestMatch/[[foo]] [2021-06-02T16:19:17.671Z] === RUN TestMatch/[[bar]_[foo]] [2021-06-02T16:19:17.671Z] === RUN TestMatch/[[foo_bar]] [2021-06-02T16:19:17.671Z] === RUN TestMatch/[[qux]_[foo]] [2021-06-02T16:19:17.671Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-06-02T16:19:17.671Z] === RUN TestMatch/[] [2021-06-02T16:19:17.671Z] === RUN TestMatch/[]#01 [2021-06-02T16:19:17.671Z] === RUN TestMatch/[[qux]] [2021-06-02T16:19:17.671Z] === RUN TestMatch/[[foo_bar_qux]] [2021-06-02T16:19:17.671Z] === RUN TestMatch/[[qux]_[baz]] [2021-06-02T16:19:17.671Z] === RUN TestMatch/[[foo_baz]] [2021-06-02T16:19:17.671Z] --- PASS: TestMatch (0.00s) [2021-06-02T16:19:17.671Z] --- PASS: TestMatch/[[]] (0.00s) [2021-06-02T16:19:17.671Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-06-02T16:19:17.671Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-06-02T16:19:17.671Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-06-02T16:19:17.671Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-06-02T16:19:17.671Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-06-02T16:19:17.671Z] --- PASS: TestMatch/[] (0.00s) [2021-06-02T16:19:17.671Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-06-02T16:19:17.671Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-06-02T16:19:17.671Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-06-02T16:19:17.671Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-06-02T16:19:17.671Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-06-02T16:19:17.671Z] PASS [2021-06-02T16:19:17.671Z] coverage: 87.5% of statements [2021-06-02T16:19:17.671Z] ok github.com/docker/docker/pkg/capabilities 0.036s coverage: 87.5% of statements [2021-06-02T16:19:17.737Z] --- PASS: TestSecretsCreateAndDelete (2.97s) [2021-06-02T16:19:17.737Z] === RUN TestSecretsUpdate [2021-06-02T16:19:18.131Z] === RUN TestIsArchivePathDir [2021-06-02T16:19:18.591Z] --- PASS: TestIsArchivePathDir (0.18s) [2021-06-02T16:19:18.591Z] === RUN TestIsArchivePathInvalidFile [2021-06-02T16:19:18.591Z] --- PASS: TestIsArchivePathInvalidFile (0.13s) [2021-06-02T16:19:18.591Z] === RUN TestIsArchivePathTar [2021-06-02T16:19:18.591Z] === RUN TestSizeEmpty [2021-06-02T16:19:18.591Z] --- PASS: TestSizeEmpty (0.00s) [2021-06-02T16:19:18.591Z] === RUN TestSizeEmptyFile [2021-06-02T16:19:18.591Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-06-02T16:19:18.591Z] === RUN TestSizeNonemptyFile [2021-06-02T16:19:18.591Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-06-02T16:19:18.591Z] === RUN TestSizeNestedDirectoryEmpty [2021-06-02T16:19:18.591Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-06-02T16:19:18.591Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-06-02T16:19:18.591Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-06-02T16:19:18.591Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-06-02T16:19:18.591Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-06-02T16:19:18.591Z] === RUN TestMoveToSubdir [2021-06-02T16:19:18.591Z] --- PASS: TestMoveToSubdir (0.00s) [2021-06-02T16:19:18.591Z] === RUN TestSizeNonExistingDirectory [2021-06-02T16:19:18.591Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-06-02T16:19:18.591Z] PASS [2021-06-02T16:19:18.591Z] coverage: 80.0% of statements [2021-06-02T16:19:18.591Z] ok github.com/docker/docker/pkg/directory 0.054s coverage: 80.0% of statements [2021-06-02T16:19:18.591Z] === RUN TestChrootTarUntar [2021-06-02T16:19:18.591Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-06-02T16:19:18.591Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:19:18.591Z] === RUN TestChrootUntarWithHugeExcludesList [2021-06-02T16:19:18.591Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-06-02T16:19:18.591Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:19:18.591Z] === RUN TestChrootUntarEmptyArchive [2021-06-02T16:19:18.591Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-06-02T16:19:18.591Z] === RUN TestChrootTarUntarWithSymlink [2021-06-02T16:19:18.591Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-06-02T16:19:18.591Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-02T16:19:18.591Z] === RUN TestChrootCopyWithTar [2021-06-02T16:19:18.591Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-06-02T16:19:18.591Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-02T16:19:18.591Z] === RUN TestChrootCopyFileWithTar [2021-06-02T16:19:18.591Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-06-02T16:19:18.591Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:19:18.591Z] === RUN TestChrootUntarPath [2021-06-02T16:19:18.591Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-06-02T16:19:18.591Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-02T16:19:18.591Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-06-02T16:19:18.591Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-06-02T16:19:18.591Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:19:18.591Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-06-02T16:19:18.591Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-06-02T16:19:18.591Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:19:18.591Z] === RUN TestChrootApplyDotDotFile [2021-06-02T16:19:18.591Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-06-02T16:19:18.591Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:19:18.591Z] PASS [2021-06-02T16:19:18.591Z] coverage: 15.4% of statements [2021-06-02T16:19:18.591Z] ok github.com/docker/docker/pkg/chrootarchive 0.136s coverage: 15.4% of statements [2021-06-02T16:19:18.591Z] --- PASS: TestIsArchivePathTar (0.19s) [2021-06-02T16:19:18.591Z] === RUN TestDecompressStreamGzip [2021-06-02T16:19:19.050Z] --- PASS: TestDecompressStreamGzip (0.13s) [2021-06-02T16:19:19.050Z] === RUN TestDecompressStreamBzip2 [2021-06-02T16:19:19.050Z] --- PASS: TestDecompressStreamBzip2 (0.14s) [2021-06-02T16:19:19.050Z] === RUN TestDecompressStreamXz [2021-06-02T16:19:19.050Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-06-02T16:19:19.050Z] archive_test.go:134: Xz not present in msys2 [2021-06-02T16:19:19.050Z] === RUN TestCompressStreamXzUnsupported [2021-06-02T16:19:19.050Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-06-02T16:19:19.050Z] === RUN TestCompressStreamBzip2Unsupported [2021-06-02T16:19:19.050Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-06-02T16:19:19.050Z] === RUN TestCompressStreamInvalid [2021-06-02T16:19:19.050Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-06-02T16:19:19.050Z] === RUN TestExtensionInvalid [2021-06-02T16:19:19.050Z] --- PASS: TestExtensionInvalid (0.00s) [2021-06-02T16:19:19.050Z] === RUN TestExtensionUncompressed [2021-06-02T16:19:19.050Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-06-02T16:19:19.050Z] === RUN TestExtensionBzip2 [2021-06-02T16:19:19.050Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-06-02T16:19:19.050Z] === RUN TestExtensionGzip [2021-06-02T16:19:19.050Z] --- PASS: TestExtensionGzip (0.00s) [2021-06-02T16:19:19.050Z] === RUN TestExtensionXz [2021-06-02T16:19:19.050Z] --- PASS: TestExtensionXz (0.00s) [2021-06-02T16:19:19.050Z] === RUN TestCmdStreamLargeStderr [2021-06-02T16:19:19.050Z] --- PASS: TestCmdStreamLargeStderr (0.11s) [2021-06-02T16:19:19.050Z] === RUN TestCmdStreamBad [2021-06-02T16:19:19.050Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-06-02T16:19:19.050Z] archive_test.go:239: Failing on Windows CI machines [2021-06-02T16:19:19.050Z] === RUN TestCmdStreamGood [2021-06-02T16:19:19.050Z] --- PASS: TestCmdStreamGood (0.04s) [2021-06-02T16:19:19.050Z] === RUN TestUntarPathWithInvalidDest [2021-06-02T16:19:19.050Z] --- PASS: TestUntarPathWithInvalidDest (0.10s) [2021-06-02T16:19:19.050Z] === RUN TestUntarPathWithInvalidSrc [2021-06-02T16:19:19.050Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-06-02T16:19:19.050Z] === RUN TestUntarPath [2021-06-02T16:19:19.349Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.77s) [2021-06-02T16:19:19.349Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-06-02T16:19:19.509Z] --- PASS: TestUntarPath (0.07s) [2021-06-02T16:19:19.510Z] === RUN TestUntarPathWithDestinationFile [2021-06-02T16:19:19.510Z] --- PASS: TestUntarPathWithDestinationFile (0.07s) [2021-06-02T16:19:19.510Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-06-02T16:19:19.510Z] === RUN Test [2021-06-02T16:19:19.510Z] === RUN Test/TestContainsEntry [2021-06-02T16:19:19.510Z] === RUN Test/TestCreateEntries [2021-06-02T16:19:19.510Z] === RUN Test/TestEntriesDiff [2021-06-02T16:19:19.510Z] === RUN Test/TestEntriesEquality [2021-06-02T16:19:19.510Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-06-02T16:19:19.510Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-06-02T16:19:19.510Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-06-02T16:19:19.510Z] === RUN Test/TestGeneratorNotGenerate [2021-06-02T16:19:19.510Z] === RUN Test/TestGeneratorWithPort [2021-06-02T16:19:19.510Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-06-02T16:19:19.510Z] === RUN Test/TestNewEntry [2021-06-02T16:19:19.510Z] === RUN Test/TestParse [2021-06-02T16:19:19.510Z] --- PASS: Test (0.00s) [2021-06-02T16:19:19.510Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-06-02T16:19:19.510Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-06-02T16:19:19.510Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-06-02T16:19:19.510Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-06-02T16:19:19.510Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-06-02T16:19:19.510Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-06-02T16:19:19.510Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-06-02T16:19:19.510Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-06-02T16:19:19.510Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-06-02T16:19:19.510Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-06-02T16:19:19.510Z] --- PASS: Test/TestNewEntry (0.00s) [2021-06-02T16:19:19.510Z] --- PASS: Test/TestParse (0.00s) [2021-06-02T16:19:19.510Z] PASS [2021-06-02T16:19:19.510Z] coverage: 58.3% of statements [2021-06-02T16:19:19.510Z] ok github.com/docker/docker/pkg/discovery 0.045s coverage: 58.3% of statements [2021-06-02T16:19:19.510Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.08s) [2021-06-02T16:19:19.510Z] === RUN TestCopyWithTarInvalidSrc [2021-06-02T16:19:19.510Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-06-02T16:19:19.510Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-06-02T16:19:19.510Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-06-02T16:19:19.510Z] === RUN TestCopyWithTarSrcFile [2021-06-02T16:19:19.510Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2021-06-02T16:19:19.510Z] === RUN TestCopyWithTarSrcFolder [2021-06-02T16:19:19.510Z] --- PASS: TestCopyWithTarSrcFolder (0.03s) [2021-06-02T16:19:19.510Z] === RUN TestCopyFileWithTarInvalidSrc [2021-06-02T16:19:19.510Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.01s) [2021-06-02T16:19:19.510Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-06-02T16:19:19.510Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-06-02T16:19:19.510Z] === RUN TestCopyFileWithTarSrcFolder [2021-06-02T16:19:19.510Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-06-02T16:19:19.510Z] === RUN TestCopyFileWithTarSrcFile [2021-06-02T16:19:19.510Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s) [2021-06-02T16:19:19.510Z] === RUN TestTarFiles [2021-06-02T16:19:19.716Z] --- PASS: TestCreateServiceConfigFileMode (2.83s) [2021-06-02T16:19:19.716Z] === RUN TestCreateServiceSysctls [2021-06-02T16:19:19.969Z] === RUN Test [2021-06-02T16:19:19.969Z] === RUN Test/TestContent [2021-06-02T16:19:19.969Z] === RUN Test/TestInitialize [2021-06-02T16:19:19.969Z] === RUN Test/TestNew [2021-06-02T16:19:19.969Z] === RUN Test/TestParsingContentsWithComments [2021-06-02T16:19:19.969Z] === RUN Test/TestRegister [2021-06-02T16:19:19.969Z] === RUN Test/TestWatch [2021-06-02T16:19:19.969Z] --- PASS: Test (0.01s) [2021-06-02T16:19:19.969Z] --- PASS: Test/TestContent (0.00s) [2021-06-02T16:19:19.969Z] --- PASS: Test/TestInitialize (0.00s) [2021-06-02T16:19:19.969Z] --- PASS: Test/TestNew (0.00s) [2021-06-02T16:19:19.969Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-06-02T16:19:19.969Z] --- PASS: Test/TestRegister (0.00s) [2021-06-02T16:19:19.969Z] --- PASS: Test/TestWatch (0.01s) [2021-06-02T16:19:19.969Z] PASS [2021-06-02T16:19:19.969Z] coverage: 92.9% of statements [2021-06-02T16:19:19.969Z] ok github.com/docker/docker/pkg/discovery/file 0.104s coverage: 92.9% of statements [2021-06-02T16:19:20.278Z] --- PASS: TestSecretsUpdate (2.92s) [2021-06-02T16:19:20.278Z] === RUN TestTemplatedSecret [2021-06-02T16:19:20.752Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.02s) [2021-06-02T16:19:20.752Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-06-02T16:19:20.752Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2021-06-02T16:19:20.938Z] === RUN Test [2021-06-02T16:19:20.938Z] === RUN Test/TestWatch [2021-06-02T16:19:20.938Z] --- PASS: Test (0.00s) [2021-06-02T16:19:20.938Z] --- PASS: Test/TestWatch (0.00s) [2021-06-02T16:19:20.938Z] PASS [2021-06-02T16:19:20.938Z] coverage: 92.3% of statements [2021-06-02T16:19:20.938Z] ok github.com/docker/docker/pkg/discovery/memory 0.049s coverage: 92.3% of statements [2021-06-02T16:19:20.938Z] === RUN Test [2021-06-02T16:19:20.938Z] === RUN Test/TestInitialize [2021-06-02T16:19:20.938Z] time="2021-06-02T16:19:20Z" level=info msg="Initializing discovery without TLS" [2021-06-02T16:19:20.938Z] time="2021-06-02T16:19:20Z" level=info msg="Initializing discovery without TLS" [2021-06-02T16:19:20.938Z] time="2021-06-02T16:19:20Z" level=info msg="Initializing discovery without TLS" [2021-06-02T16:19:20.938Z] === RUN Test/TestInitializeWithCerts [2021-06-02T16:19:20.938Z] time="2021-06-02T16:19:20Z" level=info msg="Initializing discovery with TLS" [2021-06-02T16:19:20.938Z] === RUN Test/TestWatch [2021-06-02T16:19:20.938Z] time="2021-06-02T16:19:20Z" level=info msg="Initializing discovery without TLS" [2021-06-02T16:19:21.314Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-06-02T16:19:21.400Z] === RUN Test [2021-06-02T16:19:21.400Z] === RUN Test/TestInitialize [2021-06-02T16:19:21.400Z] === RUN Test/TestInitializeWithPattern [2021-06-02T16:19:21.400Z] === RUN Test/TestRegister [2021-06-02T16:19:21.400Z] === RUN Test/TestWatch [2021-06-02T16:19:21.400Z] --- PASS: Test (0.00s) [2021-06-02T16:19:21.400Z] --- PASS: Test/TestInitialize (0.00s) [2021-06-02T16:19:21.400Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-06-02T16:19:21.400Z] --- PASS: Test/TestRegister (0.00s) [2021-06-02T16:19:21.400Z] --- PASS: Test/TestWatch (0.00s) [2021-06-02T16:19:21.401Z] PASS [2021-06-02T16:19:21.401Z] coverage: 93.8% of statements [2021-06-02T16:19:21.401Z] ok github.com/docker/docker/pkg/discovery/nodes 0.054s coverage: 93.8% of statements [2021-06-02T16:19:21.656Z] Removing intermediate container 8ddc8fef784d [2021-06-02T16:19:21.656Z] ---> ed57412517ce [2021-06-02T16:19:21.656Z] Step 13/13 : CMD ["sh"] [2021-06-02T16:19:21.656Z] ---> Running in d71e31d697ee [2021-06-02T16:19:21.656Z] Removing intermediate container d71e31d697ee [2021-06-02T16:19:21.656Z] ---> 5e809c3f94e6 [2021-06-02T16:19:21.656Z] Successfully built 5e809c3f94e6 [2021-06-02T16:19:21.656Z] Successfully tagged busybox:latest [2021-06-02T16:19:21.656Z] INFO: Docker images of the daemon under test [2021-06-02T16:19:21.656Z] [2021-06-02T16:19:21.656Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-02T16:19:21.656Z] busybox latest 5e809c3f94e6 Less than a second ago 2.78GB [2021-06-02T16:19:21.656Z] microsoft/windowsservercore latest 39d157a84080 3 months ago 2.74GB [2021-06-02T16:19:21.656Z] mcr.microsoft.com/windows/servercore/insider 10.0.20295.1 39d157a84080 3 months ago 2.74GB [2021-06-02T16:19:21.860Z] === RUN TestPollerAddRemove [2021-06-02T16:19:21.877Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.00s) [2021-06-02T16:19:21.877Z] === RUN TestCgroupNamespacesRunOlderClient [2021-06-02T16:19:22.115Z] [2021-06-02T16:19:22.115Z] INFO: Running integration tests at 06/02/2021 16:19:21... [2021-06-02T16:19:22.115Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-06-02T16:19:22.115Z] INFO: Integration API tests being run from the host: [2021-06-02T16:19:22.115Z] INFO: make.ps1 starting at 06/02/2021 16:19:21 [2021-06-02T16:19:22.321Z] --- PASS: TestPollerAddRemove (0.00s) [2021-06-02T16:19:22.321Z] === RUN TestPollerEvent [2021-06-02T16:19:22.321Z] --- SKIP: TestPollerEvent (0.00s) [2021-06-02T16:19:22.321Z] poller_test.go:41: No chmod on Windows [2021-06-02T16:19:22.321Z] === RUN TestPollerClose [2021-06-02T16:19:22.321Z] --- PASS: TestPollerClose (0.00s) [2021-06-02T16:19:22.321Z] PASS [2021-06-02T16:19:22.321Z] coverage: 45.7% of statements [2021-06-02T16:19:22.321Z] ok github.com/docker/docker/pkg/filenotify 0.068s coverage: 45.7% of statements [2021-06-02T16:19:22.574Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-06-02T16:19:22.780Z] === RUN TestCopyFileWithInvalidSrc [2021-06-02T16:19:22.780Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-06-02T16:19:22.780Z] === RUN TestCopyFileWithInvalidDest [2021-06-02T16:19:22.780Z] --- PASS: TestCopyFileWithInvalidDest (0.01s) [2021-06-02T16:19:22.780Z] === RUN TestCopyFileWithSameSrcAndDest [2021-06-02T16:19:22.780Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-06-02T16:19:22.780Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-06-02T16:19:22.780Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-06-02T16:19:22.780Z] === RUN TestCopyFile [2021-06-02T16:19:22.780Z] --- PASS: TestCopyFile (0.00s) [2021-06-02T16:19:22.780Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-06-02T16:19:22.781Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-06-02T16:19:22.781Z] fileutils_test.go:134: Needs porting to Windows [2021-06-02T16:19:22.781Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-06-02T16:19:22.781Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-06-02T16:19:22.781Z] === RUN TestReadSymlinkedDirectoryToFile [2021-06-02T16:19:22.781Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-06-02T16:19:22.781Z] fileutils_test.go:180: Needs porting to Windows [2021-06-02T16:19:22.781Z] === RUN TestWildcardMatches [2021-06-02T16:19:22.781Z] --- PASS: TestWildcardMatches (0.00s) [2021-06-02T16:19:22.781Z] === RUN TestPatternMatches [2021-06-02T16:19:22.781Z] --- PASS: TestPatternMatches (0.00s) [2021-06-02T16:19:22.781Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-06-02T16:19:22.781Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-06-02T16:19:22.781Z] === RUN TestPatternMatchesFolderExclusions [2021-06-02T16:19:22.781Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-06-02T16:19:22.781Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-06-02T16:19:22.781Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-06-02T16:19:22.781Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-06-02T16:19:22.781Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-06-02T16:19:22.781Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-06-02T16:19:22.781Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-06-02T16:19:22.781Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-06-02T16:19:22.781Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-06-02T16:19:22.781Z] === RUN TestSingleExclamationError [2021-06-02T16:19:22.781Z] --- PASS: TestSingleExclamationError (0.00s) [2021-06-02T16:19:22.781Z] === RUN TestMatchesWithNoPatterns [2021-06-02T16:19:22.781Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-06-02T16:19:22.781Z] === RUN TestMatchesWithMalformedPatterns [2021-06-02T16:19:22.781Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-06-02T16:19:22.781Z] === RUN TestMatches [2021-06-02T16:19:22.781Z] --- PASS: TestMatches (0.00s) [2021-06-02T16:19:22.781Z] === RUN TestCleanPatterns [2021-06-02T16:19:22.781Z] --- PASS: TestCleanPatterns (0.00s) [2021-06-02T16:19:22.781Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-06-02T16:19:22.781Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-06-02T16:19:22.781Z] === RUN TestCleanPatternsExceptionFlag [2021-06-02T16:19:22.781Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-06-02T16:19:22.781Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-06-02T16:19:22.781Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-06-02T16:19:22.781Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-06-02T16:19:22.781Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-06-02T16:19:22.781Z] === RUN TestCleanPatternsErrorSingleException [2021-06-02T16:19:22.781Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-06-02T16:19:22.781Z] === RUN TestCreateIfNotExistsDir [2021-06-02T16:19:22.781Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-06-02T16:19:22.781Z] === RUN TestCreateIfNotExistsFile [2021-06-02T16:19:22.781Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2021-06-02T16:19:22.781Z] === RUN TestMatch [2021-06-02T16:19:22.781Z] --- PASS: TestMatch (0.00s) [2021-06-02T16:19:22.781Z] PASS [2021-06-02T16:19:22.781Z] coverage: 87.7% of statements [2021-06-02T16:19:22.781Z] ok github.com/docker/docker/pkg/fileutils 0.114s coverage: 87.7% of statements [2021-06-02T16:19:23.240Z] === RUN TestGet [2021-06-02T16:19:23.240Z] --- PASS: TestGet (0.00s) [2021-06-02T16:19:23.240Z] === RUN TestGetShortcutString [2021-06-02T16:19:23.240Z] --- PASS: TestGetShortcutString (0.00s) [2021-06-02T16:19:23.240Z] PASS [2021-06-02T16:19:23.240Z] coverage: 42.9% of statements [2021-06-02T16:19:23.240Z] ok github.com/docker/docker/pkg/homedir 0.070s coverage: 42.9% of statements [2021-06-02T16:19:23.918Z] --- PASS: TestCreateServiceSysctls (3.96s) [2021-06-02T16:19:23.918Z] === RUN TestCreateServiceCapabilities [2021-06-02T16:19:24.234Z] --- PASS: Test (3.17s) [2021-06-02T16:19:24.234Z] --- PASS: Test/TestInitialize (0.13s) [2021-06-02T16:19:24.234Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2021-06-02T16:19:24.234Z] --- PASS: Test/TestWatch (3.04s) [2021-06-02T16:19:24.234Z] PASS [2021-06-02T16:19:24.234Z] coverage: 84.1% of statements [2021-06-02T16:19:24.234Z] ok github.com/docker/docker/pkg/discovery/kv 3.285s coverage: 84.1% of statements [2021-06-02T16:19:24.234Z] === RUN TestCreateIDMapOrder [2021-06-02T16:19:24.234Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-06-02T16:19:24.234Z] PASS [2021-06-02T16:19:24.234Z] coverage: 7.2% of statements [2021-06-02T16:19:24.234Z] ok github.com/docker/docker/pkg/idtools 0.059s coverage: 7.2% of statements [2021-06-02T16:19:24.483Z] --- PASS: TestTemplatedSecret (3.78s) [2021-06-02T16:19:24.483Z] === RUN TestSecretCreateResolve [2021-06-02T16:19:25.183Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.98s) [2021-06-02T16:19:25.183Z] === RUN TestNISDomainname [2021-06-02T16:19:25.183Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-06-02T16:19:25.205Z] --- PASS: TestTarFiles (5.39s) [2021-06-02T16:19:25.205Z] === RUN TestTarUntar [2021-06-02T16:19:25.205Z] --- PASS: TestTarUntar (0.02s) [2021-06-02T16:19:25.205Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-06-02T16:19:25.205Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-06-02T16:19:25.205Z] === RUN TestTarWithOptions [2021-06-02T16:19:25.205Z] --- PASS: TestTarWithOptions (0.07s) [2021-06-02T16:19:25.205Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-06-02T16:19:25.205Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-06-02T16:19:25.205Z] === RUN TestUntarUstarGnuConflict [2021-06-02T16:19:25.205Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-06-02T16:19:25.205Z] === RUN TestUntarInvalidFilenames [2021-06-02T16:19:25.205Z] === RUN TestFixedBufferCap [2021-06-02T16:19:25.205Z] --- PASS: TestFixedBufferCap (0.00s) [2021-06-02T16:19:25.205Z] === RUN TestFixedBufferLen [2021-06-02T16:19:25.205Z] --- PASS: TestFixedBufferLen (0.00s) [2021-06-02T16:19:25.205Z] === RUN TestFixedBufferString [2021-06-02T16:19:25.205Z] --- PASS: TestFixedBufferString (0.00s) [2021-06-02T16:19:25.205Z] === RUN TestFixedBufferWrite [2021-06-02T16:19:25.205Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-06-02T16:19:25.205Z] === RUN TestFixedBufferRead [2021-06-02T16:19:25.205Z] --- PASS: TestFixedBufferRead (0.00s) [2021-06-02T16:19:25.205Z] === RUN TestBytesPipeRead [2021-06-02T16:19:25.205Z] --- PASS: TestBytesPipeRead (0.00s) [2021-06-02T16:19:25.205Z] === RUN TestBytesPipeWrite [2021-06-02T16:19:25.205Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-06-02T16:19:25.205Z] === RUN TestBytesPipeWriteRandomChunks [2021-06-02T16:19:25.205Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames772023834\\dest" [2021-06-02T16:19:25.205Z] --- PASS: TestUntarInvalidFilenames (0.14s) [2021-06-02T16:19:25.205Z] === RUN TestUntarHardlinkToSymlink [2021-06-02T16:19:25.205Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-06-02T16:19:25.205Z] === RUN TestUntarInvalidHardlink [2021-06-02T16:19:25.205Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink353717259\\victim\\hello" -> "../victim/hello" [2021-06-02T16:19:25.205Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink937636334\\victim\\hello" -> "/../victim/hello" [2021-06-02T16:19:25.205Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink031833205\\victim" -> "../victim" [2021-06-02T16:19:25.205Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink541960016\\victim" -> "../victim" [2021-06-02T16:19:25.205Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink668619375\\victim" -> "../victim" [2021-06-02T16:19:25.205Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink278500098\\victim" -> "../victim" [2021-06-02T16:19:25.205Z] --- PASS: TestUntarInvalidHardlink (0.02s) [2021-06-02T16:19:25.205Z] === RUN TestUntarInvalidSymlink [2021-06-02T16:19:25.205Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink223901817\\dest\\dotdot" -> "../victim/hello" [2021-06-02T16:19:25.205Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink988670340\\dest\\slash-dotdot" -> "/../victim/hello" [2021-06-02T16:19:25.205Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink461057299\\dest\\loophole-victim" -> "../victim" [2021-06-02T16:19:25.205Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink478203734\\dest\\loophole-victim" -> "../victim" [2021-06-02T16:19:25.205Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink090240189\\dest\\loophole-victim" -> "../victim" [2021-06-02T16:19:25.205Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink007757048\\dest\\loophole-victim" -> "../victim" [2021-06-02T16:19:25.205Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink516568567\\dest\\dir\\loophole" -> "../../victim" [2021-06-02T16:19:25.205Z] --- PASS: TestUntarInvalidSymlink (0.02s) [2021-06-02T16:19:25.205Z] === RUN TestTempArchiveCloseMultipleTimes [2021-06-02T16:19:25.205Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-06-02T16:19:25.205Z] === RUN TestXGlobalNoParent [2021-06-02T16:19:25.205Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-06-02T16:19:25.205Z] === RUN TestReplaceFileTarWrapper [2021-06-02T16:19:25.665Z] --- PASS: TestReplaceFileTarWrapper (0.22s) [2021-06-02T16:19:25.665Z] === RUN TestPrefixHeaderReadable [2021-06-02T16:19:25.665Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2021-06-02T16:19:25.665Z] === RUN TestDisablePigz [2021-06-02T16:19:25.665Z] --- PASS: TestBytesPipeWriteRandomChunks (0.51s) [2021-06-02T16:19:25.665Z] === RUN TestAtomicWriteToFile [2021-06-02T16:19:25.665Z] --- PASS: TestAtomicWriteToFile (0.01s) [2021-06-02T16:19:25.665Z] === RUN TestAtomicWriteSetCommit [2021-06-02T16:19:25.665Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-06-02T16:19:25.665Z] === RUN TestAtomicWriteSetCancel [2021-06-02T16:19:25.665Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2021-06-02T16:19:25.665Z] === RUN TestReadCloserWrapperClose [2021-06-02T16:19:25.665Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-06-02T16:19:25.665Z] === RUN TestReaderErrWrapperReadOnError [2021-06-02T16:19:25.665Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-06-02T16:19:25.665Z] === RUN TestReaderErrWrapperRead [2021-06-02T16:19:25.665Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-06-02T16:19:25.665Z] === RUN TestHashData [2021-06-02T16:19:25.665Z] --- PASS: TestHashData (0.00s) [2021-06-02T16:19:25.665Z] === RUN TestCancelReadCloser [2021-06-02T16:19:25.665Z] --- PASS: TestDisablePigz (0.12s) [2021-06-02T16:19:25.665Z] archive_test.go:1331: Test will not check full path when Pigz not installed [2021-06-02T16:19:25.665Z] === RUN TestPigz [2021-06-02T16:19:25.665Z] === RUN TestStandardLongPath [2021-06-02T16:19:25.665Z] --- PASS: TestStandardLongPath (0.00s) [2021-06-02T16:19:25.665Z] === RUN TestUNCLongPath [2021-06-02T16:19:25.665Z] --- PASS: TestUNCLongPath (0.00s) [2021-06-02T16:19:25.665Z] PASS [2021-06-02T16:19:25.665Z] coverage: 100.0% of statements [2021-06-02T16:19:25.665Z] ok github.com/docker/docker/pkg/longpath 0.049s coverage: 100.0% of statements [2021-06-02T16:19:25.665Z] === RUN TestError [2021-06-02T16:19:25.665Z] --- PASS: TestError (0.00s) [2021-06-02T16:19:25.665Z] === RUN TestProgressString [2021-06-02T16:19:25.665Z] === RUN TestProgressString/no_progress [2021-06-02T16:19:25.665Z] === RUN TestProgressString/progress_1 [2021-06-02T16:19:25.665Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-06-02T16:19:25.665Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-06-02T16:19:25.665Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-06-02T16:19:25.665Z] === RUN TestProgressString/with_units [2021-06-02T16:19:25.665Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-06-02T16:19:25.665Z] === RUN TestProgressString/hide_counts [2021-06-02T16:19:25.665Z] --- PASS: TestProgressString (0.00s) [2021-06-02T16:19:25.665Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-06-02T16:19:25.665Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-06-02T16:19:25.665Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-06-02T16:19:25.665Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-06-02T16:19:25.665Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-06-02T16:19:25.665Z] --- PASS: TestProgressString/with_units (0.00s) [2021-06-02T16:19:25.665Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-06-02T16:19:25.665Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-06-02T16:19:25.665Z] === RUN TestJSONMessageDisplay [2021-06-02T16:19:25.665Z] --- PASS: TestCancelReadCloser (0.10s) [2021-06-02T16:19:25.665Z] === RUN TestWriteCloserWrapperClose [2021-06-02T16:19:25.665Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-06-02T16:19:25.665Z] === RUN TestNopWriteCloser [2021-06-02T16:19:25.665Z] --- PASS: TestNopWriteCloser (0.00s) [2021-06-02T16:19:25.665Z] === RUN TestNopWriter [2021-06-02T16:19:25.665Z] --- PASS: TestNopWriter (0.00s) [2021-06-02T16:19:25.665Z] === RUN TestWriteCounter [2021-06-02T16:19:25.665Z] --- PASS: TestWriteCounter (0.00s) [2021-06-02T16:19:25.665Z] PASS [2021-06-02T16:19:25.665Z] coverage: 68.8% of statements [2021-06-02T16:19:25.665Z] ok github.com/docker/docker/pkg/ioutils 0.700s coverage: 68.8% of statements [2021-06-02T16:19:25.665Z] --- PASS: TestPigz (0.15s) [2021-06-02T16:19:25.665Z] archive_test.go:1360: Tested whether Pigz is not used, as it not installed [2021-06-02T16:19:25.665Z] === RUN TestCopyFileWithInvalidDest [2021-06-02T16:19:25.665Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-06-02T16:19:25.665Z] archive_windows_test.go:16: Currently fails [2021-06-02T16:19:25.665Z] === RUN TestCanonicalTarNameForPath [2021-06-02T16:19:25.665Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-06-02T16:19:25.665Z] === RUN TestCanonicalTarName [2021-06-02T16:19:25.665Z] --- PASS: TestCanonicalTarName (0.00s) [2021-06-02T16:19:25.665Z] === RUN TestChmodTarEntry [2021-06-02T16:19:25.665Z] --- PASS: TestChmodTarEntry (0.00s) [2021-06-02T16:19:25.665Z] === RUN TestHardLinkOrder [2021-06-02T16:19:25.665Z] --- PASS: TestJSONMessageDisplay (0.14s) [2021-06-02T16:19:25.665Z] === RUN TestJSONMessageDisplayWithJSONError [2021-06-02T16:19:25.665Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-06-02T16:19:25.665Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-06-02T16:19:25.665Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-06-02T16:19:25.665Z] === RUN TestDisplayJSONMessagesStream [2021-06-02T16:19:25.665Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-06-02T16:19:25.665Z] PASS [2021-06-02T16:19:25.665Z] coverage: 91.7% of statements [2021-06-02T16:19:25.665Z] ok github.com/docker/docker/pkg/jsonmessage 0.202s coverage: 91.7% of statements [2021-06-02T16:19:25.665Z] --- PASS: TestHardLinkOrder (0.10s) [2021-06-02T16:19:25.665Z] === RUN TestChangeString [2021-06-02T16:19:25.665Z] --- PASS: TestChangeString (0.00s) [2021-06-02T16:19:25.665Z] === RUN TestChangesWithNoChanges [2021-06-02T16:19:25.665Z] --- PASS: TestChangesWithNoChanges (0.03s) [2021-06-02T16:19:25.665Z] === RUN TestChangesWithChanges [2021-06-02T16:19:25.665Z] --- PASS: TestChangesWithChanges (0.03s) [2021-06-02T16:19:25.665Z] === RUN TestChangesWithChangesGH13590 [2021-06-02T16:19:25.665Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-06-02T16:19:25.665Z] changes_test.go:196: needs more investigation [2021-06-02T16:19:25.665Z] === RUN TestChangesDirsEmpty [2021-06-02T16:19:26.108Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-06-02T16:19:26.124Z] --- PASS: TestChangesDirsEmpty (0.13s) [2021-06-02T16:19:26.124Z] === RUN TestChangesDirsMutated [2021-06-02T16:19:26.124Z] --- PASS: TestChangesDirsMutated (0.14s) [2021-06-02T16:19:26.124Z] === RUN TestApplyLayer [2021-06-02T16:19:26.124Z] --- SKIP: TestApplyLayer (0.00s) [2021-06-02T16:19:26.124Z] changes_test.go:433: needs further investigation [2021-06-02T16:19:26.124Z] === RUN TestChangesSizeWithHardlinks [2021-06-02T16:19:26.124Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-06-02T16:19:26.124Z] changes_test.go:469: needs further investigation [2021-06-02T16:19:26.124Z] === RUN TestChangesSizeWithNoChanges [2021-06-02T16:19:26.124Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-06-02T16:19:26.124Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-06-02T16:19:26.124Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-06-02T16:19:26.124Z] === RUN TestChangesSize [2021-06-02T16:19:26.124Z] --- PASS: TestChangesSize (0.00s) [2021-06-02T16:19:26.124Z] === RUN TestApplyLayerInvalidFilenames [2021-06-02T16:19:26.125Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames024079246\\dest" [2021-06-02T16:19:26.125Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-06-02T16:19:26.125Z] === RUN TestApplyLayerInvalidHardlink [2021-06-02T16:19:26.125Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink076295664\\victim\\hello" -> "../victim/hello" [2021-06-02T16:19:26.125Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink374582927\\victim\\hello" -> "/../victim/hello" [2021-06-02T16:19:26.125Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink258108578\\victim" -> "../victim" [2021-06-02T16:19:26.125Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink529648025\\victim" -> "../victim" [2021-06-02T16:19:26.125Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink635736612\\victim" -> "../victim" [2021-06-02T16:19:26.125Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink534671667\\victim" -> "../victim" [2021-06-02T16:19:26.125Z] --- PASS: TestApplyLayerInvalidHardlink (0.02s) [2021-06-02T16:19:26.125Z] === RUN TestApplyLayerInvalidSymlink [2021-06-02T16:19:26.125Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink146611958\\dest\\dotdot" -> "../victim/hello" [2021-06-02T16:19:26.125Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink284570589\\dest\\slash-dotdot" -> "/../victim/hello" [2021-06-02T16:19:26.125Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink318887320\\dest\\loophole-victim" -> "../victim" [2021-06-02T16:19:26.125Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink770984983\\dest\\loophole-victim" -> "../victim" [2021-06-02T16:19:26.125Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink823623306\\dest\\loophole-victim" -> "../victim" [2021-06-02T16:19:26.455Z] --- PASS: TestCreateServiceCapabilities (2.87s) [2021-06-02T16:19:26.455Z] === RUN TestInspect [2021-06-02T16:19:26.584Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink921342561\\dest\\loophole-victim" -> "../victim" [2021-06-02T16:19:26.584Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s) [2021-06-02T16:19:26.584Z] === RUN TestApplyLayerWhiteouts [2021-06-02T16:19:26.584Z] --- PASS: TestApplyLayerWhiteouts (0.11s) [2021-06-02T16:19:26.584Z] === RUN TestGenerateEmptyFile [2021-06-02T16:19:26.584Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-06-02T16:19:26.584Z] === RUN TestGenerateWithContent [2021-06-02T16:19:26.584Z] --- PASS: TestGenerateWithContent (0.00s) [2021-06-02T16:19:26.584Z] PASS [2021-06-02T16:19:26.584Z] coverage: 62.6% of statements [2021-06-02T16:19:26.584Z] ok github.com/docker/docker/pkg/archive 8.161s coverage: 62.6% of statements [2021-06-02T16:19:26.584Z] === RUN TestNameFormat [2021-06-02T16:19:26.584Z] --- PASS: TestNameFormat (0.00s) [2021-06-02T16:19:26.584Z] === RUN TestNameRetries [2021-06-02T16:19:26.584Z] --- PASS: TestNameRetries (0.00s) [2021-06-02T16:19:26.584Z] PASS [2021-06-02T16:19:26.584Z] coverage: 85.7% of statements [2021-06-02T16:19:26.584Z] ok github.com/docker/docker/pkg/namesgenerator 0.041s coverage: 85.7% of statements [2021-06-02T16:19:26.584Z] === RUN TestParseKeyValueOpt [2021-06-02T16:19:26.584Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-06-02T16:19:26.584Z] === RUN TestParseUintList [2021-06-02T16:19:26.584Z] --- PASS: TestParseUintList (0.00s) [2021-06-02T16:19:26.584Z] === RUN TestParseUintListMaximumLimits [2021-06-02T16:19:26.584Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-06-02T16:19:26.584Z] PASS [2021-06-02T16:19:26.584Z] coverage: 97.0% of statements [2021-06-02T16:19:26.584Z] ok github.com/docker/docker/pkg/parsers 0.107s coverage: 97.0% of statements [2021-06-02T16:19:26.669Z] === RUN TestDockerSuite/TestBuildCmd [2021-06-02T16:19:27.024Z] --- PASS: TestSecretCreateResolve (2.98s) [2021-06-02T16:19:27.024Z] PASS [2021-06-02T16:19:27.024Z] [2021-06-02T16:19:27.024Z] DONE 6 tests in 18.690s [2021-06-02T16:19:27.043Z] === RUN TestNewAndRemove [2021-06-02T16:19:27.044Z] --- PASS: TestNewAndRemove (0.01s) [2021-06-02T16:19:27.044Z] === RUN TestRemoveInvalidPath [2021-06-02T16:19:27.044Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-06-02T16:19:27.044Z] PASS [2021-06-02T16:19:27.044Z] coverage: 82.6% of statements [2021-06-02T16:19:27.044Z] ok github.com/docker/docker/pkg/pidfile 0.055s coverage: 82.6% of statements [2021-06-02T16:19:27.276Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2021-06-02T16:19:27.277Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-06-02T16:19:27.277Z] --- PASS: TestNISDomainname (2.63s) [2021-06-02T16:19:27.277Z] === RUN TestHostnameDnsResolution [2021-06-02T16:19:27.285Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2021-06-02T16:19:27.285Z] ++ 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-06-02T16:19:27.285Z] ++ set -e [2021-06-02T16:19:27.285Z] ++ '[' -n 0 ']' [2021-06-02T16:19:27.285Z] ++ set -x [2021-06-02T16:19:27.285Z] ++ env -i DEST=/go/src/github.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-06-02T16:19:27.285Z] INFO: Testing against a local daemon [2021-06-02T16:19:27.285Z] === RUN TestServiceCreateInit [2021-06-02T16:19:27.285Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-06-02T16:19:27.532Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-06-02T16:19:28.012Z] === RUN TestParseEmptyInterface [2021-06-02T16:19:28.012Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-06-02T16:19:28.012Z] === RUN TestParseNonInterfaceType [2021-06-02T16:19:28.012Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-06-02T16:19:28.012Z] === RUN TestParseWithOneFunction [2021-06-02T16:19:28.012Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-06-02T16:19:28.012Z] === RUN TestParseWithMultipleFuncs [2021-06-02T16:19:28.012Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-06-02T16:19:28.012Z] === RUN TestParseWithUnnamedReturn [2021-06-02T16:19:28.012Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-06-02T16:19:28.012Z] === RUN TestEmbeddedInterface [2021-06-02T16:19:28.012Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-06-02T16:19:28.012Z] === RUN TestParsedImports [2021-06-02T16:19:28.012Z] --- PASS: TestParsedImports (0.00s) [2021-06-02T16:19:28.012Z] === RUN TestAliasedImports [2021-06-02T16:19:28.012Z] --- PASS: TestAliasedImports (0.00s) [2021-06-02T16:19:28.012Z] PASS [2021-06-02T16:19:28.012Z] coverage: 56.8% of statements [2021-06-02T16:19:28.012Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.093s coverage: 56.8% of statements [2021-06-02T16:19:28.093Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-06-02T16:19:28.093Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-06-02T16:19:28.981Z] === RUN TestFailedConnection [2021-06-02T16:19:29.440Z] === RUN TestHTTPTransport [2021-06-02T16:19:29.440Z] --- PASS: TestHTTPTransport (0.00s) [2021-06-02T16:19:29.440Z] PASS [2021-06-02T16:19:29.440Z] coverage: 85.7% of statements [2021-06-02T16:19:29.440Z] ok github.com/docker/docker/pkg/plugins/transport 0.113s coverage: 85.7% of statements [2021-06-02T16:19:29.440Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-06-02T16:19:29.440Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-06-02T16:19:29.440Z] === RUN TestBufioReaderPoolPutAndGet [2021-06-02T16:19:29.440Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-06-02T16:19:29.440Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-06-02T16:19:29.440Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-06-02T16:19:29.440Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-06-02T16:19:29.440Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-06-02T16:19:29.440Z] === RUN TestBufioWriterPoolPutAndGet [2021-06-02T16:19:29.440Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-06-02T16:19:29.440Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-06-02T16:19:29.440Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-06-02T16:19:29.440Z] === RUN TestBufferPoolPutAndGet [2021-06-02T16:19:29.440Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-06-02T16:19:29.440Z] PASS [2021-06-02T16:19:29.440Z] coverage: 88.2% of statements [2021-06-02T16:19:29.440Z] ok github.com/docker/docker/pkg/pools 0.040s coverage: 88.2% of statements [2021-06-02T16:19:29.748Z] --- PASS: TestInspect (3.42s) [2021-06-02T16:19:29.748Z] === RUN TestCreateJob [2021-06-02T16:19:29.978Z] --- PASS: TestHostnameDnsResolution (2.26s) [2021-06-02T16:19:29.978Z] === RUN TestStats [2021-06-02T16:19:29.978Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-06-02T16:19:29.978Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2021-06-02T16:19:30.411Z] --- PASS: TestFailedConnection (1.18s) [2021-06-02T16:19:30.411Z] === RUN TestFailOnce [2021-06-02T16:19:30.411Z] 2021/06/02 16:19:29 http: panic serving 127.0.0.1:49222: Plugin not ready [2021-06-02T16:19:30.411Z] goroutine 10 [running]: [2021-06-02T16:19:30.411Z] net/http.(*conn).serve.func1(0xc000058be0) [2021-06-02T16:19:30.411Z] c:/go/src/net/http/server.go:1795 +0x140 [2021-06-02T16:19:30.411Z] panic(0x84ab40, 0x987da0) [2021-06-02T16:19:30.411Z] c:/go/src/runtime/panic.go:679 +0x1c0 [2021-06-02T16:19:30.411Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99b9e0, 0xc000134000, 0xc0000d0300) [2021-06-02T16:19:30.411Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2021-06-02T16:19:30.411Z] net/http.HandlerFunc.ServeHTTP(0xc0000ee050, 0x99b9e0, 0xc000134000, 0xc0000d0300) [2021-06-02T16:19:30.411Z] c:/go/src/net/http/server.go:2036 +0x4b [2021-06-02T16:19:30.411Z] net/http.(*ServeMux).ServeHTTP(0xc0000fe000, 0x99b9e0, 0xc000134000, 0xc0000d0300) [2021-06-02T16:19:30.411Z] c:/go/src/net/http/server.go:2416 +0x1c4 [2021-06-02T16:19:30.411Z] net/http.serverHandler.ServeHTTP(0xc000104000, 0x99b9e0, 0xc000134000, 0xc0000d0300) [2021-06-02T16:19:30.411Z] c:/go/src/net/http/server.go:2831 +0xab [2021-06-02T16:19:30.411Z] net/http.(*conn).serve(0xc000058be0, 0x99c5a0, 0xc00004a980) [2021-06-02T16:19:30.411Z] c:/go/src/net/http/server.go:1919 +0x87c [2021-06-02T16:19:30.411Z] created by net/http.(*Server).Serve [2021-06-02T16:19:30.411Z] c:/go/src/net/http/server.go:2957 +0x38b [2021-06-02T16:19:30.411Z] time="2021-06-02T16:19:30Z" 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-06-02T16:19:30.411Z] === RUN TestOutputOnPrematureClose [2021-06-02T16:19:30.411Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-06-02T16:19:30.411Z] === RUN TestCompleteSilently [2021-06-02T16:19:30.411Z] --- PASS: TestCompleteSilently (0.00s) [2021-06-02T16:19:30.411Z] PASS [2021-06-02T16:19:30.411Z] coverage: 75.9% of statements [2021-06-02T16:19:30.411Z] ok github.com/docker/docker/pkg/progress 0.037s coverage: 75.9% of statements [2021-06-02T16:19:30.411Z] === RUN TestSendToOneSub [2021-06-02T16:19:30.411Z] --- PASS: TestSendToOneSub (0.00s) [2021-06-02T16:19:30.411Z] === RUN TestSendToMultipleSubs [2021-06-02T16:19:30.411Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-06-02T16:19:30.411Z] === RUN TestEvictOneSub [2021-06-02T16:19:30.411Z] --- PASS: TestEvictOneSub (0.00s) [2021-06-02T16:19:30.411Z] === RUN TestClosePublisher [2021-06-02T16:19:30.411Z] --- PASS: TestClosePublisher (0.00s) [2021-06-02T16:19:30.411Z] === RUN TestPubSubRace [2021-06-02T16:19:31.380Z] --- PASS: TestFailOnce (1.13s) [2021-06-02T16:19:31.380Z] === RUN TestEchoInputOutput [2021-06-02T16:19:31.380Z] --- PASS: TestEchoInputOutput (0.00s) [2021-06-02T16:19:31.380Z] === RUN TestBackoff [2021-06-02T16:19:31.380Z] --- PASS: TestBackoff (0.00s) [2021-06-02T16:19:31.380Z] === RUN TestAbortRetry [2021-06-02T16:19:31.380Z] --- PASS: TestAbortRetry (0.00s) [2021-06-02T16:19:31.380Z] === RUN TestClientScheme [2021-06-02T16:19:31.380Z] --- PASS: TestClientScheme (0.00s) [2021-06-02T16:19:31.380Z] === RUN TestNewClientWithTimeout [2021-06-02T16:19:31.380Z] === RUN TestRegister [2021-06-02T16:19:31.380Z] --- PASS: TestRegister (0.00s) [2021-06-02T16:19:31.380Z] === RUN TestCommand [2021-06-02T16:19:31.380Z] --- PASS: TestCommand (0.03s) [2021-06-02T16:19:31.380Z] === RUN TestNaiveSelf [2021-06-02T16:19:31.380Z] --- PASS: TestNaiveSelf (0.03s) [2021-06-02T16:19:31.380Z] PASS [2021-06-02T16:19:31.380Z] coverage: 82.4% of statements [2021-06-02T16:19:31.380Z] ok github.com/docker/docker/pkg/reexec 0.089s coverage: 82.4% of statements [2021-06-02T16:19:31.380Z] --- PASS: TestPubSubRace (1.05s) [2021-06-02T16:19:31.380Z] PASS [2021-06-02T16:19:31.380Z] coverage: 75.0% of statements [2021-06-02T16:19:31.380Z] ok github.com/docker/docker/pkg/pubsub 1.085s coverage: 75.0% of statements [2021-06-02T16:19:31.840Z] time="2021-06-02T16:19:31Z" 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-06-02T16:19:32.299Z] === RUN TestParseSignal [2021-06-02T16:19:32.299Z] --- PASS: TestParseSignal (0.00s) [2021-06-02T16:19:32.299Z] === RUN TestValidSignalForPlatform [2021-06-02T16:19:32.299Z] --- PASS: TestValidSignalForPlatform (0.00s) [2021-06-02T16:19:32.299Z] PASS [2021-06-02T16:19:32.299Z] coverage: 19.7% of statements [2021-06-02T16:19:32.299Z] ok github.com/docker/docker/pkg/signal 0.050s coverage: 19.7% of statements [2021-06-02T16:19:32.758Z] === RUN TestNewStdWriter [2021-06-02T16:19:32.758Z] --- PASS: TestNewStdWriter (0.00s) [2021-06-02T16:19:32.758Z] === RUN TestWriteWithUninitializedStdWriter [2021-06-02T16:19:32.758Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-06-02T16:19:32.758Z] === RUN TestWriteWithNilBytes [2021-06-02T16:19:32.758Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-06-02T16:19:32.758Z] === RUN TestWrite [2021-06-02T16:19:32.758Z] --- PASS: TestWrite (0.00s) [2021-06-02T16:19:32.758Z] === RUN TestWriteWithWriterError [2021-06-02T16:19:32.758Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-06-02T16:19:32.758Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-06-02T16:19:32.758Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-06-02T16:19:32.758Z] === RUN TestStdCopyWriteAndRead [2021-06-02T16:19:32.758Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-06-02T16:19:32.758Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-06-02T16:19:32.758Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-06-02T16:19:32.758Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-06-02T16:19:32.758Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-06-02T16:19:32.758Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-06-02T16:19:32.758Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-06-02T16:19:32.758Z] === RUN TestStdCopyWithInvalidInputHeader [2021-06-02T16:19:32.758Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-06-02T16:19:32.758Z] === RUN TestStdCopyWithCorruptedPrefix [2021-06-02T16:19:32.758Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-06-02T16:19:32.758Z] === RUN TestStdCopyReturnsWriteErrors [2021-06-02T16:19:32.758Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-06-02T16:19:32.758Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-06-02T16:19:32.758Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-06-02T16:19:32.758Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-06-02T16:19:32.758Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-06-02T16:19:32.758Z] PASS [2021-06-02T16:19:32.758Z] coverage: 100.0% of statements [2021-06-02T16:19:32.758Z] ok github.com/docker/docker/pkg/stdcopy 0.055s coverage: 100.0% of statements [2021-06-02T16:19:33.218Z] time="2021-06-02T16:19:33Z" 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-06-02T16:19:33.258Z] --- PASS: TestStats (3.27s) [2021-06-02T16:19:33.258Z] === RUN TestStopContainerWithTimeout [2021-06-02T16:19:33.258Z] === RUN TestStopContainerWithTimeout/0 [2021-06-02T16:19:33.258Z] === PAUSE TestStopContainerWithTimeout/0 [2021-06-02T16:19:33.258Z] === RUN TestStopContainerWithTimeout/1 [2021-06-02T16:19:33.258Z] === PAUSE TestStopContainerWithTimeout/1 [2021-06-02T16:19:33.258Z] === RUN TestStopContainerWithTimeout/3 [2021-06-02T16:19:33.258Z] === PAUSE TestStopContainerWithTimeout/3 [2021-06-02T16:19:33.258Z] === RUN TestStopContainerWithTimeout/-1 [2021-06-02T16:19:33.258Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-06-02T16:19:33.258Z] === CONT TestStopContainerWithTimeout/0 [2021-06-02T16:19:33.258Z] === CONT TestStopContainerWithTimeout/-1 [2021-06-02T16:19:33.677Z] === RUN TestGenerateRandomID [2021-06-02T16:19:33.677Z] --- PASS: TestGenerateRandomID (0.00s) [2021-06-02T16:19:33.677Z] === RUN TestShortenId [2021-06-02T16:19:33.677Z] --- PASS: TestShortenId (0.00s) [2021-06-02T16:19:33.677Z] === RUN TestShortenSha256Id [2021-06-02T16:19:33.677Z] --- PASS: TestShortenSha256Id (0.00s) [2021-06-02T16:19:33.677Z] === RUN TestShortenIdEmpty [2021-06-02T16:19:33.677Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-06-02T16:19:33.677Z] === RUN TestShortenIdInvalid [2021-06-02T16:19:33.677Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-06-02T16:19:33.677Z] === RUN TestIsShortIDNonHex [2021-06-02T16:19:33.677Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-06-02T16:19:33.677Z] === RUN TestIsShortIDNotCorrectSize [2021-06-02T16:19:33.677Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-06-02T16:19:33.677Z] PASS [2021-06-02T16:19:33.677Z] coverage: 70.6% of statements [2021-06-02T16:19:33.677Z] === RUN TestRawProgressFormatterFormatStatus [2021-06-02T16:19:33.677Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-06-02T16:19:33.677Z] === RUN TestRawProgressFormatterFormatProgress [2021-06-02T16:19:33.677Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-06-02T16:19:33.677Z] === RUN TestFormatStatus [2021-06-02T16:19:33.677Z] --- PASS: TestFormatStatus (0.00s) [2021-06-02T16:19:33.677Z] === RUN TestFormatError [2021-06-02T16:19:33.677Z] --- PASS: TestFormatError (0.00s) [2021-06-02T16:19:33.677Z] === RUN TestFormatJSONError [2021-06-02T16:19:33.677Z] --- PASS: TestFormatJSONError (0.00s) [2021-06-02T16:19:33.677Z] === RUN TestJsonProgressFormatterFormatProgress [2021-06-02T16:19:33.677Z] ok github.com/docker/docker/pkg/stringid 0.040s coverage: 70.6% of statements [2021-06-02T16:19:33.677Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-06-02T16:19:33.677Z] === RUN TestJsonProgressFormatterFormatStatus [2021-06-02T16:19:33.677Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-06-02T16:19:33.677Z] === RUN TestNewJSONProgressOutput [2021-06-02T16:19:33.677Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-06-02T16:19:33.677Z] === RUN TestAuxFormatterEmit [2021-06-02T16:19:33.677Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-06-02T16:19:33.677Z] === RUN TestStreamWriterStdout [2021-06-02T16:19:33.677Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-06-02T16:19:33.677Z] === RUN TestStreamWriterStderr [2021-06-02T16:19:33.677Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-06-02T16:19:33.677Z] PASS [2021-06-02T16:19:33.677Z] coverage: 66.2% of statements [2021-06-02T16:19:33.677Z] ok github.com/docker/docker/pkg/streamformatter 0.045s coverage: 66.2% of statements [2021-06-02T16:19:33.867Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-06-02T16:19:33.944Z] --- PASS: TestCreateJob (3.76s) [2021-06-02T16:19:33.944Z] === RUN TestReplicatedJob [2021-06-02T16:19:34.193Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2021-06-02T16:19:34.646Z] === RUN TestIsCpusetListAvailable [2021-06-02T16:19:34.646Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-06-02T16:19:34.646Z] PASS [2021-06-02T16:19:34.646Z] coverage: 38.2% of statements [2021-06-02T16:19:34.646Z] ok github.com/docker/docker/pkg/sysinfo 0.039s coverage: 38.2% of statements [2021-06-02T16:19:35.119Z] === CONT TestStopContainerWithTimeout/3 [2021-06-02T16:19:35.614Z] === RUN TestChtimes [2021-06-02T16:19:35.614Z] --- PASS: TestChtimes (0.00s) [2021-06-02T16:19:35.614Z] === RUN TestChtimesWindows [2021-06-02T16:19:35.614Z] --- PASS: TestChtimesWindows (0.00s) [2021-06-02T16:19:35.614Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-06-02T16:19:35.614Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-06-02T16:19:35.614Z] === RUN TestEnsureRemoveAllNotExist [2021-06-02T16:19:35.614Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-06-02T16:19:35.614Z] === RUN TestEnsureRemoveAllWithDir [2021-06-02T16:19:35.614Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-06-02T16:19:35.614Z] === RUN TestEnsureRemoveAllWithFile [2021-06-02T16:19:35.614Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-06-02T16:19:35.614Z] === RUN TestHasWin32KSupport [2021-06-02T16:19:35.614Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-06-02T16:19:35.614Z] syscall_windows_test.go:8: win32k: true [2021-06-02T16:19:35.614Z] PASS [2021-06-02T16:19:35.614Z] coverage: 12.0% of statements [2021-06-02T16:19:35.614Z] ok github.com/docker/docker/pkg/system 0.051s coverage: 12.0% of statements [2021-06-02T16:19:36.074Z] time="2021-06-02T16:19:35Z" 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-06-02T16:19:36.074Z] === RUN TestTailFile [2021-06-02T16:19:36.074Z] --- PASS: TestTailFile (0.00s) [2021-06-02T16:19:36.074Z] === RUN TestTailFileManyLines [2021-06-02T16:19:36.074Z] --- PASS: TestTailFileManyLines (0.00s) [2021-06-02T16:19:36.074Z] === RUN TestTailEmptyFile [2021-06-02T16:19:36.074Z] --- PASS: TestTailEmptyFile (0.00s) [2021-06-02T16:19:36.074Z] === RUN TestTailNegativeN [2021-06-02T16:19:36.074Z] --- PASS: TestTailNegativeN (0.00s) [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader [2021-06-02T16:19:36.074Z] === PAUSE TestNewTailReader [2021-06-02T16:19:36.074Z] === CONT TestNewTailReader [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/no_delimiter [2021-06-02T16:19:36.074Z] === PAUSE TestNewTailReader/no_delimiter [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/single_byte_delimiter [2021-06-02T16:19:36.074Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/2_byte_delimiter [2021-06-02T16:19:36.074Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/4_byte_delimiter [2021-06-02T16:19:36.074Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/8_byte_delimiter [2021-06-02T16:19:36.074Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/12_byte_delimiter [2021-06-02T16:19:36.074Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/truncated_last_line [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-06-02T16:19:36.074Z] === CONT TestNewTailReader/no_delimiter [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-06-02T16:19:36.074Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-06-02T16:19:36.074Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-06-02T16:19:36.074Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-06-02T16:19:36.074Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-06-02T16:19:36.074Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-06-02T16:19:36.074Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-06-02T16:19:36.074Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-06-02T16:19:36.074Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-06-02T16:19:36.074Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-06-02T16:19:36.074Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-06-02T16:19:36.074Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-06-02T16:19:36.074Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-06-02T16:19:36.074Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-06-02T16:19:36.074Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-06-02T16:19:36.074Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-06-02T16:19:36.074Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-06-02T16:19:36.074Z] === CONT TestNewTailReader/12_byte_delimiter [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-06-02T16:19:36.074Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-06-02T16:19:36.074Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-06-02T16:19:36.074Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-02T16:19:36.074Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-02T16:19:36.074Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-06-02T16:19:36.074Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-06-02T16:19:36.074Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-06-02T16:19:36.074Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-06-02T16:19:36.074Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-06-02T16:19:36.074Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-06-02T16:19:36.074Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-06-02T16:19:36.074Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-06-02T16:19:36.074Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-06-02T16:19:36.074Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-06-02T16:19:36.074Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-02T16:19:36.074Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-02T16:19:36.074Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-06-02T16:19:36.075Z] === CONT TestNewTailReader/2_byte_delimiter [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-02T16:19:36.075Z] === CONT TestNewTailReader/8_byte_delimiter [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-06-02T16:19:36.075Z] === CONT TestNewTailReader/4_byte_delimiter [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-06-02T16:19:36.075Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-06-02T16:19:36.075Z] === CONT TestNewTailReader/single_byte_delimiter [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-06-02T16:19:36.075Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-02T16:19:36.075Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-02T16:19:36.075Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-02T16:19:36.075Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-02T16:19:36.075Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-06-02T16:19:36.075Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-02T16:19:36.075Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-02T16:19:36.075Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-06-02T16:19:36.075Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-02T16:19:36.075Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-06-02T16:19:36.075Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-02T16:19:36.075Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-06-02T16:19:36.075Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-06-02T16:19:36.075Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-02T16:19:36.075Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-02T16:19:36.075Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-02T16:19:36.075Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-02T16:19:36.075Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-06-02T16:19:36.076Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-06-02T16:19:36.076Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-06-02T16:19:36.076Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-06-02T16:19:36.076Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-06-02T16:19:36.076Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-06-02T16:19:36.076Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-06-02T16:19:36.076Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-06-02T16:19:36.076Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-06-02T16:19:36.076Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-06-02T16:19:36.076Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-06-02T16:19:36.076Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-02T16:19:36.076Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-02T16:19:36.076Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-02T16:19:36.076Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-02T16:19:36.077Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-02T16:19:36.537Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-02T16:19:36.537Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-02T16:19:36.537Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-02T16:19:36.537Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-02T16:19:36.537Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-02T16:19:36.537Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-02T16:19:36.537Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-06-02T16:19:36.537Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-02T16:19:36.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-02T16:19:36.537Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-02T16:19:36.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-02T16:19:36.537Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-06-02T16:19:36.537Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-02T16:19:36.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-02T16:19:36.537Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-06-02T16:19:36.537Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-06-02T16:19:36.537Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-06-02T16:19:36.537Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-06-02T16:19:36.537Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-06-02T16:19:36.537Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-06-02T16:19:36.537Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-06-02T16:19:36.537Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-06-02T16:19:36.537Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-06-02T16:19:36.537Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-06-02T16:19:36.537Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-06-02T16:19:36.537Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-06-02T16:19:36.537Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-06-02T16:19:36.537Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-06-02T16:19:36.538Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-06-02T16:19:36.538Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-02T16:19:36.538Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-02T16:19:36.538Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-06-02T16:19:36.539Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-02T16:19:36.539Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-06-02T16:19:36.540Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-06-02T16:19:36.541Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.02s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.01s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.541Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.03s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.01s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.03s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.03s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.02s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.01s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-02T16:19:36.542Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.01s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-02T16:19:36.543Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-02T16:19:36.543Z] PASS [2021-06-02T16:19:36.543Z] coverage: 88.6% of statements [2021-06-02T16:19:36.543Z] ok github.com/docker/docker/pkg/tailfile 0.427s coverage: 88.6% of statements [2021-06-02T16:19:37.002Z] === RUN TestTarSumRemoveNonExistent [2021-06-02T16:19:37.002Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-06-02T16:19:37.002Z] === RUN TestTarSumRemove [2021-06-02T16:19:37.002Z] --- PASS: TestTarSumRemove (0.00s) [2021-06-02T16:19:37.002Z] === RUN TestSortFileInfoSums [2021-06-02T16:19:37.002Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-06-02T16:19:37.002Z] === RUN TestNewTarSumForLabelInvalid [2021-06-02T16:19:37.002Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-06-02T16:19:37.002Z] === RUN TestNewTarSumForLabel [2021-06-02T16:19:37.002Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-06-02T16:19:37.002Z] === RUN TestEmptyTar [2021-06-02T16:19:37.002Z] --- PASS: TestEmptyTar (0.00s) [2021-06-02T16:19:37.002Z] === RUN TestTarSumsReadSize [2021-06-02T16:19:37.002Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-06-02T16:19:37.002Z] === RUN TestTarSums [2021-06-02T16:19:37.002Z] --- PASS: TestTarSums (0.11s) [2021-06-02T16:19:37.002Z] === RUN TestIteration [2021-06-02T16:19:37.002Z] --- PASS: TestIteration (0.00s) [2021-06-02T16:19:37.002Z] === RUN TestVersionLabelForChecksum [2021-06-02T16:19:37.002Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-06-02T16:19:37.002Z] === RUN TestVersion [2021-06-02T16:19:37.002Z] --- PASS: TestVersion (0.00s) [2021-06-02T16:19:37.002Z] === RUN TestGetVersion [2021-06-02T16:19:37.002Z] --- PASS: TestGetVersion (0.00s) [2021-06-02T16:19:37.002Z] === RUN TestGetVersions [2021-06-02T16:19:37.002Z] --- PASS: TestGetVersions (0.00s) [2021-06-02T16:19:37.002Z] PASS [2021-06-02T16:19:37.002Z] coverage: 89.3% of statements [2021-06-02T16:19:37.002Z] ok github.com/docker/docker/pkg/tarsum 0.170s coverage: 89.3% of statements [2021-06-02T16:19:37.005Z] === CONT TestStopContainerWithTimeout/1 [2021-06-02T16:19:37.304Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-06-02T16:19:37.865Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2021-06-02T16:19:37.975Z] testing: warning: no tests to run [2021-06-02T16:19:37.975Z] PASS [2021-06-02T16:19:37.975Z] coverage: [no statements] [2021-06-02T16:19:37.975Z] ok github.com/docker/docker/pkg/term/windows 0.038s coverage: [no statements] [no tests to run] [2021-06-02T16:19:37.975Z] === RUN TestTruncIndex [2021-06-02T16:19:37.975Z] --- PASS: TestTruncIndex (0.11s) [2021-06-02T16:19:37.975Z] PASS [2021-06-02T16:19:37.975Z] coverage: 91.5% of statements [2021-06-02T16:19:37.975Z] ok github.com/docker/docker/pkg/truncindex 0.157s coverage: 91.5% of statements [2021-06-02T16:19:38.071Z] --- PASS: TestServiceCreateInit (10.80s) [2021-06-02T16:19:38.071Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.48s) [2021-06-02T16:19:38.071Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.28s) [2021-06-02T16:19:38.071Z] === RUN TestCreateServiceMultipleTimes [2021-06-02T16:19:38.426Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-06-02T16:19:38.441Z] === RUN TestIsGIT [2021-06-02T16:19:38.441Z] --- PASS: TestIsGIT (0.00s) [2021-06-02T16:19:38.441Z] === RUN TestIsTransport [2021-06-02T16:19:38.441Z] --- PASS: TestIsTransport (0.00s) [2021-06-02T16:19:38.441Z] PASS [2021-06-02T16:19:38.441Z] coverage: 100.0% of statements [2021-06-02T16:19:38.441Z] ok github.com/docker/docker/pkg/urlutil 0.042s coverage: 100.0% of statements [2021-06-02T16:19:38.900Z] === RUN TestVersionInfo [2021-06-02T16:19:38.900Z] --- PASS: TestVersionInfo (0.00s) [2021-06-02T16:19:38.900Z] === RUN TestAppendVersions [2021-06-02T16:19:38.900Z] --- PASS: TestAppendVersions (0.00s) [2021-06-02T16:19:38.900Z] PASS [2021-06-02T16:19:38.900Z] coverage: 88.9% of statements [2021-06-02T16:19:38.900Z] ok github.com/docker/docker/pkg/useragent 0.087s coverage: 88.9% of statements [2021-06-02T16:19:39.792Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-06-02T16:19:39.792Z] --- PASS: TestStopContainerWithTimeout/0 (2.23s) [2021-06-02T16:19:39.792Z] --- PASS: TestStopContainerWithTimeout/-1 (4.20s) [2021-06-02T16:19:39.792Z] --- PASS: TestStopContainerWithTimeout/3 (3.18s) [2021-06-02T16:19:39.792Z] --- PASS: TestStopContainerWithTimeout/1 (2.40s) [2021-06-02T16:19:39.792Z] === RUN TestDeleteDevicemapper [2021-06-02T16:19:39.792Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-06-02T16:19:39.792Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-02T16:19:39.792Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-06-02T16:19:39.792Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2021-06-02T16:19:39.792Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-06-02T16:19:39.868Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-06-02T16:19:39.868Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-06-02T16:19:39.868Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-06-02T16:19:39.868Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-06-02T16:19:39.868Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-06-02T16:19:39.868Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-06-02T16:19:39.868Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-06-02T16:19:39.868Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-06-02T16:19:39.868Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-06-02T16:19:40.354Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-06-02T16:19:40.520Z] --- PASS: TestReplicatedJob (6.63s) [2021-06-02T16:19:40.520Z] === RUN TestUpdateReplicatedJob [2021-06-02T16:19:40.837Z] time="2021-06-02T16:19:40Z" 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-06-02T16:19:40.837Z] === RUN TestNewSettable [2021-06-02T16:19:40.837Z] --- PASS: TestNewSettable (0.00s) [2021-06-02T16:19:40.837Z] === RUN TestIsSettable [2021-06-02T16:19:40.837Z] --- PASS: TestIsSettable (0.00s) [2021-06-02T16:19:40.837Z] === RUN TestUpdateSettingsEnv [2021-06-02T16:19:40.837Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-06-02T16:19:40.837Z] PASS [2021-06-02T16:19:40.837Z] coverage: 20.1% of statements [2021-06-02T16:19:40.837Z] ok github.com/docker/docker/plugin/v2 0.048s coverage: 20.1% of statements [2021-06-02T16:19:40.837Z] === RUN TestValidatePrivileges [2021-06-02T16:19:40.837Z] --- PASS: TestValidatePrivileges (0.00s) [2021-06-02T16:19:40.837Z] === RUN TestFilterByCapNeg [2021-06-02T16:19:40.837Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-06-02T16:19:40.837Z] === RUN TestFilterByCapPos [2021-06-02T16:19:40.837Z] --- PASS: TestFilterByCapPos (0.00s) [2021-06-02T16:19:40.837Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-06-02T16:19:40.837Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-06-02T16:19:40.837Z] PASS [2021-06-02T16:19:40.837Z] coverage: 12.0% of statements [2021-06-02T16:19:40.837Z] ok github.com/docker/docker/plugin 0.054s coverage: 12.0% of statements [2021-06-02T16:19:41.281Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-06-02T16:19:41.296Z] === RUN TestLoad [2021-06-02T16:19:41.296Z] --- PASS: TestLoad (0.00s) [2021-06-02T16:19:41.296Z] === RUN TestSave [2021-06-02T16:19:41.756Z] --- PASS: TestSave (0.03s) [2021-06-02T16:19:41.756Z] === RUN TestAddDeleteGet [2021-06-02T16:19:41.756Z] --- PASS: TestAddDeleteGet (0.03s) [2021-06-02T16:19:41.756Z] === RUN TestInvalidTags [2021-06-02T16:19:41.756Z] --- PASS: TestInvalidTags (0.01s) [2021-06-02T16:19:41.756Z] PASS [2021-06-02T16:19:41.756Z] coverage: 84.4% of statements [2021-06-02T16:19:41.756Z] ok github.com/docker/docker/reference 0.193s coverage: 84.4% of statements [2021-06-02T16:19:41.886Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-06-02T16:19:42.143Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-06-02T16:19:42.215Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-06-02T16:19:42.215Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2021-06-02T16:19:42.215Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-06-02T16:19:42.215Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-06-02T16:19:42.674Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-06-02T16:19:42.675Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-06-02T16:19:42.675Z] === RUN TestResumableRequestReaderWithReadError [2021-06-02T16:19:42.675Z] time="2021-06-02T16:19:42Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-06-02T16:19:42.675Z] --- PASS: TestResumableRequestReaderWithReadError (0.12s) [2021-06-02T16:19:42.675Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-06-02T16:19:42.675Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-06-02T16:19:42.675Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-06-02T16:19:42.675Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-06-02T16:19:42.675Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-06-02T16:19:42.675Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-06-02T16:19:42.675Z] === RUN TestResumableRequestReader [2021-06-02T16:19:42.675Z] --- PASS: TestResumableRequestReader (0.00s) [2021-06-02T16:19:42.675Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-06-02T16:19:42.675Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-06-02T16:19:42.675Z] PASS [2021-06-02T16:19:42.675Z] coverage: 100.0% of statements [2021-06-02T16:19:42.675Z] ok github.com/docker/docker/registry/resumable 0.244s coverage: 100.0% of statements [2021-06-02T16:19:43.135Z] === RUN TestRestartManagerTimeout [2021-06-02T16:19:43.135Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-06-02T16:19:43.135Z] === RUN TestRestartManagerTimeoutReset [2021-06-02T16:19:43.135Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-06-02T16:19:43.135Z] PASS [2021-06-02T16:19:43.135Z] coverage: 50.9% of statements [2021-06-02T16:19:43.135Z] ok github.com/docker/docker/restartmanager 0.047s coverage: 50.9% of statements [2021-06-02T16:19:43.506Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2021-06-02T16:19:43.594Z] === RUN TestResolveAuthConfigIndexServer [2021-06-02T16:19:43.594Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-06-02T16:19:43.594Z] === RUN TestResolveAuthConfigFullURL [2021-06-02T16:19:43.594Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-06-02T16:19:43.594Z] === RUN TestLoadAllowNondistributableArtifacts [2021-06-02T16:19:43.594Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-06-02T16:19:43.594Z] === RUN TestValidateMirror [2021-06-02T16:19:43.594Z] --- PASS: TestValidateMirror (0.00s) [2021-06-02T16:19:43.594Z] === RUN TestLoadInsecureRegistries [2021-06-02T16:19:43.594Z] time="2021-06-02T16:19:43Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-06-02T16:19:43.594Z] time="2021-06-02T16:19:43Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-06-02T16:19:43.595Z] time="2021-06-02T16:19:43Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-06-02T16:19:43.595Z] --- PASS: TestLoadInsecureRegistries (0.12s) [2021-06-02T16:19:43.595Z] === RUN TestNewServiceConfig [2021-06-02T16:19:43.595Z] --- PASS: TestNewServiceConfig (0.00s) [2021-06-02T16:19:43.595Z] === RUN TestValidateIndexName [2021-06-02T16:19:43.595Z] --- PASS: TestValidateIndexName (0.00s) [2021-06-02T16:19:43.595Z] === RUN TestValidateIndexNameWithError [2021-06-02T16:19:43.595Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-06-02T16:19:43.595Z] === RUN TestEndpointParse [2021-06-02T16:19:43.595Z] --- PASS: TestEndpointParse (0.00s) [2021-06-02T16:19:43.595Z] === RUN TestEndpointParseInvalid [2021-06-02T16:19:43.595Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-06-02T16:19:43.595Z] === RUN TestValidateEndpoint [2021-06-02T16:19:43.595Z] --- PASS: TestValidateEndpoint (0.01s) [2021-06-02T16:19:43.595Z] === RUN TestPing [2021-06-02T16:19:43.595Z] --- PASS: TestPing (0.00s) [2021-06-02T16:19:43.595Z] === RUN TestPingRegistryEndpoint [2021-06-02T16:19:43.595Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-06-02T16:19:43.595Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:19:43.595Z] === RUN TestEndpoint [2021-06-02T16:19:43.595Z] --- SKIP: TestEndpoint (0.01s) [2021-06-02T16:19:43.595Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:19:43.595Z] === RUN TestParseRepositoryInfo [2021-06-02T16:19:43.595Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-06-02T16:19:43.595Z] === RUN TestNewIndexInfo [2021-06-02T16:19:43.595Z] --- PASS: TestNewIndexInfo (0.00s) [2021-06-02T16:19:43.595Z] === RUN TestMirrorEndpointLookup [2021-06-02T16:19:43.595Z] --- SKIP: TestMirrorEndpointLookup (0.01s) [2021-06-02T16:19:43.595Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:19:43.595Z] === RUN TestSearchRepositories [2021-06-02T16:19:43.595Z] --- PASS: TestSearchRepositories (0.00s) [2021-06-02T16:19:43.595Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-06-02T16:19:43.595Z] Host: 127.0.0.1:49241 [2021-06-02T16:19:43.595Z] User-Agent: docker test client [2021-06-02T16:19:43.595Z] Authorization: Token fake-token [2021-06-02T16:19:43.595Z] X-Docker-Token: true [2021-06-02T16:19:43.595Z] Accept-Encoding: gzip [2021-06-02T16:19:43.595Z] [2021-06-02T16:19:43.595Z] [2021-06-02T16:19:43.595Z] registry_test.go:730: HTTP/1.1 200 OK [2021-06-02T16:19:43.595Z] Connection: close [2021-06-02T16:19:43.595Z] Content-Length: 144 [2021-06-02T16:19:43.595Z] Cache-Control: no-cache [2021-06-02T16:19:43.595Z] Content-Type: application/json [2021-06-02T16:19:43.595Z] Date: Wed, 02 Jun 2021 16:19:43 GMT [2021-06-02T16:19:43.595Z] Expires: -1 [2021-06-02T16:19:43.595Z] Pragma: no-cache [2021-06-02T16:19:43.595Z] Server: docker-tests/mock [2021-06-02T16:19:43.595Z] X-Docker-Registry-Config: mock [2021-06-02T16:19:43.595Z] X-Docker-Registry-Version: 0.0.0 [2021-06-02T16:19:43.595Z] [2021-06-02T16:19:43.595Z] [2021-06-02T16:19:43.595Z] === RUN TestTrustedLocation [2021-06-02T16:19:43.595Z] --- PASS: TestTrustedLocation (0.00s) [2021-06-02T16:19:43.595Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-06-02T16:19:43.595Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-06-02T16:19:43.595Z] === RUN TestAllowNondistributableArtifacts [2021-06-02T16:19:43.595Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-06-02T16:19:43.595Z] === RUN TestIsSecureIndex [2021-06-02T16:19:43.595Z] --- PASS: TestIsSecureIndex (0.00s) [2021-06-02T16:19:43.595Z] PASS [2021-06-02T16:19:43.595Z] coverage: 51.7% of statements [2021-06-02T16:19:43.595Z] ok github.com/docker/docker/registry 0.235s coverage: 51.7% of statements [2021-06-02T16:19:43.595Z] === RUN TestDecodeContainerConfig [2021-06-02T16:19:43.595Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-06-02T16:19:43.595Z] === RUN TestDecodeContainerConfigIsolation [2021-06-02T16:19:43.595Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-06-02T16:19:43.595Z] === RUN TestValidatePrivileged [2021-06-02T16:19:43.595Z] --- PASS: TestValidatePrivileged (0.00s) [2021-06-02T16:19:43.595Z] PASS [2021-06-02T16:19:43.595Z] coverage: 52.2% of statements [2021-06-02T16:19:43.595Z] ok github.com/docker/docker/runconfig 0.041s coverage: 52.2% of statements [2021-06-02T16:19:43.812Z] --- PASS: TestUpdateReplicatedJob (4.01s) [2021-06-02T16:19:43.812Z] === RUN TestServiceListWithStatuses [2021-06-02T16:19:43.812Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-06-02T16:19:43.812Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-02T16:19:43.812Z] === RUN TestDockerNetworkConnectAlias [2021-06-02T16:19:44.564Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-06-02T16:19:44.564Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-06-02T16:19:44.564Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-06-02T16:19:44.564Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-06-02T16:19:44.564Z] PASS [2021-06-02T16:19:44.564Z] coverage: 62.5% of statements [2021-06-02T16:19:44.564Z] ok github.com/docker/docker/testutil 0.067s coverage: 62.5% of statements [2021-06-02T16:19:44.872Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.47s) [2021-06-02T16:19:44.872Z] === RUN TestUpdateMemory [2021-06-02T16:19:44.872Z] --- SKIP: TestUpdateMemory (0.00s) [2021-06-02T16:19:44.872Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-06-02T16:19:44.872Z] === RUN TestUpdateCPUQuota [2021-06-02T16:19:46.743Z] === RUN TestGetDriver [2021-06-02T16:19:46.743Z] --- PASS: TestGetDriver (0.00s) [2021-06-02T16:19:46.743Z] === RUN TestVolumeRequestError [2021-06-02T16:19:46.743Z] --- PASS: TestVolumeRequestError (0.01s) [2021-06-02T16:19:46.743Z] PASS [2021-06-02T16:19:46.743Z] coverage: 36.1% of statements [2021-06-02T16:19:46.743Z] ok github.com/docker/docker/volume/drivers 0.075s coverage: 36.1% of statements [2021-06-02T16:19:47.203Z] === RUN TestGetAddress [2021-06-02T16:19:47.203Z] --- PASS: TestGetAddress (0.00s) [2021-06-02T16:19:47.203Z] === RUN TestRemove [2021-06-02T16:19:47.203Z] --- SKIP: TestRemove (0.00s) [2021-06-02T16:19:47.203Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-06-02T16:19:47.203Z] === RUN TestInitializeWithVolumes [2021-06-02T16:19:47.203Z] --- PASS: TestInitializeWithVolumes (0.00s) [2021-06-02T16:19:47.203Z] === RUN TestCreate [2021-06-02T16:19:47.203Z] --- PASS: TestCreate (0.01s) [2021-06-02T16:19:47.203Z] === RUN TestValidateName [2021-06-02T16:19:47.203Z] --- PASS: TestValidateName (0.00s) [2021-06-02T16:19:47.203Z] === RUN TestCreateWithOpts [2021-06-02T16:19:47.203Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-06-02T16:19:47.203Z] local_test.go:181: runtime.GOOS == "windows" [2021-06-02T16:19:47.203Z] === RUN TestRelaodNoOpts [2021-06-02T16:19:47.203Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-06-02T16:19:47.203Z] PASS [2021-06-02T16:19:47.203Z] coverage: 41.5% of statements [2021-06-02T16:19:47.203Z] ok github.com/docker/docker/volume/local 0.093s coverage: 41.5% of statements [2021-06-02T16:19:47.663Z] === RUN TestConvertTmpfsOptions [2021-06-02T16:19:47.663Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-06-02T16:19:47.663Z] parser_test.go:49: data="mode=700,size=1m" [2021-06-02T16:19:47.663Z] parser_test.go:49: data="ro" [2021-06-02T16:19:47.663Z] === RUN TestParseMountRaw [2021-06-02T16:19:47.663Z] --- PASS: TestParseMountRaw (0.03s) [2021-06-02T16:19:47.663Z] === RUN TestParseMountRawSplit [2021-06-02T16:19:47.663Z] --- PASS: TestParseMountRawSplit (0.00s) [2021-06-02T16:19:47.663Z] parser_test.go:390: case 0 [2021-06-02T16:19:47.663Z] parser_test.go:390: case 1 [2021-06-02T16:19:47.663Z] parser_test.go:390: case 2 [2021-06-02T16:19:47.663Z] parser_test.go:390: case 3 [2021-06-02T16:19:47.663Z] parser_test.go:390: case 4 [2021-06-02T16:19:47.663Z] parser_test.go:390: case 5 [2021-06-02T16:19:47.663Z] parser_test.go:390: case 6 [2021-06-02T16:19:47.663Z] parser_test.go:390: case 7 [2021-06-02T16:19:47.663Z] parser_test.go:390: case 8 [2021-06-02T16:19:47.663Z] parser_test.go:390: case 0 [2021-06-02T16:19:47.663Z] parser_test.go:390: case 1 [2021-06-02T16:19:47.663Z] parser_test.go:390: case 2 [2021-06-02T16:19:47.663Z] parser_test.go:390: case 3 [2021-06-02T16:19:47.663Z] parser_test.go:390: case 4 [2021-06-02T16:19:47.663Z] parser_test.go:390: case 5 [2021-06-02T16:19:47.663Z] parser_test.go:390: case 6 [2021-06-02T16:19:47.663Z] parser_test.go:390: case 7 [2021-06-02T16:19:47.663Z] parser_test.go:390: case 8 [2021-06-02T16:19:47.663Z] parser_test.go:390: case 9 [2021-06-02T16:19:47.663Z] parser_test.go:390: case 10 [2021-06-02T16:19:47.663Z] parser_test.go:390: case 11 [2021-06-02T16:19:47.663Z] parser_test.go:390: case 12 [2021-06-02T16:19:47.663Z] parser_test.go:390: case 0 [2021-06-02T16:19:47.663Z] parser_test.go:390: case 1 [2021-06-02T16:19:47.663Z] parser_test.go:390: case 2 [2021-06-02T16:19:47.663Z] parser_test.go:390: case 3 [2021-06-02T16:19:47.663Z] parser_test.go:390: case 4 [2021-06-02T16:19:47.663Z] parser_test.go:390: case 5 [2021-06-02T16:19:47.663Z] parser_test.go:390: case 6 [2021-06-02T16:19:47.663Z] parser_test.go:390: case 7 [2021-06-02T16:19:47.663Z] parser_test.go:390: case 8 [2021-06-02T16:19:47.663Z] parser_test.go:390: case 9 [2021-06-02T16:19:47.663Z] parser_test.go:390: case 10 [2021-06-02T16:19:47.663Z] parser_test.go:390: case 11 [2021-06-02T16:19:47.663Z] === RUN TestParseMountSpec [2021-06-02T16:19:47.663Z] --- PASS: TestParseMountSpec (0.00s) [2021-06-02T16:19:47.663Z] parser_test.go:455: case 0 [2021-06-02T16:19:47.663Z] parser_test.go:455: case 1 [2021-06-02T16:19:47.663Z] parser_test.go:455: case 2 [2021-06-02T16:19:47.663Z] parser_test.go:455: case 3 [2021-06-02T16:19:47.663Z] parser_test.go:455: case 4 [2021-06-02T16:19:47.663Z] parser_test.go:455: case 5 [2021-06-02T16:19:47.663Z] === RUN TestParseMountSpecBindWithFileinfoError [2021-06-02T16:19:47.663Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2021-06-02T16:19:47.663Z] === RUN TestValidateMount [2021-06-02T16:19:47.663Z] --- PASS: TestValidateMount (0.00s) [2021-06-02T16:19:47.663Z] PASS [2021-06-02T16:19:47.663Z] coverage: 66.2% of statements [2021-06-02T16:19:47.663Z] ok github.com/docker/docker/volume/mounts 0.079s coverage: 66.2% of statements [2021-06-02T16:19:47.853Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-02T16:19:47.853Z] INFO: Testing against a local daemon [2021-06-02T16:19:47.853Z] === RUN TestBuildWithSession [2021-06-02T16:19:47.853Z] --- SKIP: TestBuildWithSession (0.00s) [2021-06-02T16:19:47.853Z] build_session_test.go:25: TODO: BuildKit [2021-06-02T16:19:47.853Z] === RUN TestBuildSquashParent [2021-06-02T16:19:47.853Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-06-02T16:19:47.853Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:19:47.853Z] === RUN TestBuildWithRemoveAndForceRemove [2021-06-02T16:19:47.853Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-02T16:19:47.853Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-02T16:19:47.853Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-02T16:19:47.853Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-02T16:19:47.853Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-02T16:19:47.853Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-02T16:19:47.853Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-02T16:19:47.853Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-02T16:19:47.853Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-02T16:19:47.853Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-02T16:19:47.853Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-02T16:19:47.853Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-02T16:19:47.853Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-02T16:19:47.853Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-02T16:19:47.853Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-02T16:19:47.853Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-02T16:19:48.135Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2021-06-02T16:19:49.090Z] --- PASS: TestDockerNetworkConnectAlias (5.01s) [2021-06-02T16:19:49.090Z] === RUN TestDockerNetworkReConnect [2021-06-02T16:19:49.201Z] === RUN TestSetGetMeta [2021-06-02T16:19:49.201Z] === PAUSE TestSetGetMeta [2021-06-02T16:19:49.201Z] === RUN TestRestore [2021-06-02T16:19:49.201Z] === PAUSE TestRestore [2021-06-02T16:19:49.201Z] === RUN TestServiceCreate [2021-06-02T16:19:49.201Z] === PAUSE TestServiceCreate [2021-06-02T16:19:49.201Z] === RUN TestServiceList [2021-06-02T16:19:49.201Z] === PAUSE TestServiceList [2021-06-02T16:19:49.201Z] === RUN TestServiceRemove [2021-06-02T16:19:49.201Z] === PAUSE TestServiceRemove [2021-06-02T16:19:49.201Z] === RUN TestServiceGet [2021-06-02T16:19:49.201Z] === PAUSE TestServiceGet [2021-06-02T16:19:49.201Z] === RUN TestServicePrune [2021-06-02T16:19:49.201Z] === PAUSE TestServicePrune [2021-06-02T16:19:49.201Z] === RUN TestCreate [2021-06-02T16:19:49.201Z] === PAUSE TestCreate [2021-06-02T16:19:49.201Z] === RUN TestRemove [2021-06-02T16:19:49.201Z] === PAUSE TestRemove [2021-06-02T16:19:49.201Z] === RUN TestList [2021-06-02T16:19:49.201Z] === PAUSE TestList [2021-06-02T16:19:49.201Z] === RUN TestFindByDriver [2021-06-02T16:19:49.201Z] === PAUSE TestFindByDriver [2021-06-02T16:19:49.201Z] === RUN TestFindByReferenced [2021-06-02T16:19:49.201Z] === PAUSE TestFindByReferenced [2021-06-02T16:19:49.201Z] === RUN TestDerefMultipleOfSameRef [2021-06-02T16:19:49.201Z] === PAUSE TestDerefMultipleOfSameRef [2021-06-02T16:19:49.201Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-06-02T16:19:49.201Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-06-02T16:19:49.201Z] === RUN TestDefererencePluginOnCreateError [2021-06-02T16:19:49.201Z] === PAUSE TestDefererencePluginOnCreateError [2021-06-02T16:19:49.201Z] === RUN TestRefDerefRemove [2021-06-02T16:19:49.201Z] === PAUSE TestRefDerefRemove [2021-06-02T16:19:49.201Z] === RUN TestGet [2021-06-02T16:19:49.201Z] === PAUSE TestGet [2021-06-02T16:19:49.201Z] === RUN TestGetWithReference [2021-06-02T16:19:49.201Z] === PAUSE TestGetWithReference [2021-06-02T16:19:49.201Z] === RUN TestFilterFunc [2021-06-02T16:19:49.201Z] === RUN TestFilterFunc/test_nil_list [2021-06-02T16:19:49.201Z] === PAUSE TestFilterFunc/test_nil_list [2021-06-02T16:19:49.201Z] === RUN TestFilterFunc/test_empty_list [2021-06-02T16:19:49.201Z] === PAUSE TestFilterFunc/test_empty_list [2021-06-02T16:19:49.201Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-06-02T16:19:49.201Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-06-02T16:19:49.201Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-06-02T16:19:49.201Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-06-02T16:19:49.201Z] === RUN TestFilterFunc/test_filter_some [2021-06-02T16:19:49.201Z] === PAUSE TestFilterFunc/test_filter_some [2021-06-02T16:19:49.201Z] === RUN TestFilterFunc/test_filter_middle [2021-06-02T16:19:49.201Z] === PAUSE TestFilterFunc/test_filter_middle [2021-06-02T16:19:49.201Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-06-02T16:19:49.201Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-06-02T16:19:49.201Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-06-02T16:19:49.201Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-06-02T16:19:49.201Z] === CONT TestFilterFunc/test_nil_list [2021-06-02T16:19:49.201Z] === CONT TestFilterFunc/test_filter_some [2021-06-02T16:19:49.201Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-06-02T16:19:49.201Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-06-02T16:19:49.201Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-06-02T16:19:49.201Z] === CONT TestFilterFunc/test_empty_list [2021-06-02T16:19:49.201Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-06-02T16:19:49.201Z] === CONT TestFilterFunc/test_filter_middle [2021-06-02T16:19:49.201Z] --- PASS: TestFilterFunc (0.00s) [2021-06-02T16:19:49.201Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-06-02T16:19:49.201Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-06-02T16:19:49.201Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-06-02T16:19:49.201Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-06-02T16:19:49.201Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-06-02T16:19:49.201Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-06-02T16:19:49.201Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-06-02T16:19:49.201Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-06-02T16:19:49.201Z] === CONT TestSetGetMeta [2021-06-02T16:19:49.201Z] === CONT TestFindByReferenced [2021-06-02T16:19:49.201Z] === CONT TestGetWithReference [2021-06-02T16:19:49.201Z] === CONT TestFindByDriver [2021-06-02T16:19:49.201Z] --- PASS: TestSetGetMeta (0.02s) [2021-06-02T16:19:49.201Z] === CONT TestList [2021-06-02T16:19:49.201Z] --- PASS: TestFindByReferenced (0.03s) [2021-06-02T16:19:49.201Z] === CONT TestRemove [2021-06-02T16:19:49.201Z] --- PASS: TestGetWithReference (0.03s) [2021-06-02T16:19:49.201Z] === CONT TestCreate [2021-06-02T16:19:49.201Z] --- PASS: TestFindByDriver (0.03s) [2021-06-02T16:19:49.201Z] === CONT TestServicePrune [2021-06-02T16:19:49.201Z] --- PASS: TestList (0.03s) [2021-06-02T16:19:49.201Z] === CONT TestServiceGet [2021-06-02T16:19:49.201Z] --- PASS: TestCreate (0.02s) [2021-06-02T16:19:49.201Z] === CONT TestServiceRemove [2021-06-02T16:19:49.201Z] --- PASS: TestRemove (0.03s) [2021-06-02T16:19:49.201Z] === CONT TestServiceList [2021-06-02T16:19:49.201Z] --- PASS: TestNewClientWithTimeout (17.84s) [2021-06-02T16:19:49.201Z] === RUN TestClientStream [2021-06-02T16:19:49.201Z] --- PASS: TestClientStream (0.00s) [2021-06-02T16:19:49.201Z] === RUN TestClientSendFile [2021-06-02T16:19:49.201Z] --- PASS: TestClientSendFile (0.00s) [2021-06-02T16:19:49.201Z] === RUN TestClientWithRequestTimeout [2021-06-02T16:19:49.201Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2021-06-02T16:19:49.201Z] === RUN TestFileSpecPlugin [2021-06-02T16:19:49.201Z] --- PASS: TestFileSpecPlugin (0.01s) [2021-06-02T16:19:49.201Z] === RUN TestFileJSONSpecPlugin [2021-06-02T16:19:49.201Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-06-02T16:19:49.201Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-06-02T16:19:49.201Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-06-02T16:19:49.201Z] === RUN TestPluginAddHandler [2021-06-02T16:19:49.201Z] --- PASS: TestPluginAddHandler (0.00s) [2021-06-02T16:19:49.201Z] === RUN TestPluginWaitBadPlugin [2021-06-02T16:19:49.201Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-06-02T16:19:49.201Z] === RUN TestGet [2021-06-02T16:19:49.201Z] time="2021-06-02T16:19:48Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-06-02T16:19:49.201Z] --- PASS: TestServiceGet (0.11s) [2021-06-02T16:19:49.201Z] === CONT TestServiceCreate [2021-06-02T16:19:49.201Z] time="2021-06-02T16:19:48Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-06-02T16:19:49.201Z] --- PASS: TestServiceRemove (0.11s) [2021-06-02T16:19:49.201Z] === CONT TestRestore [2021-06-02T16:19:49.201Z] time="2021-06-02T16:19:48Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-06-02T16:19:49.201Z] --- PASS: TestServiceList (0.11s) [2021-06-02T16:19:49.201Z] === CONT TestDefererencePluginOnCreateError [2021-06-02T16:19:49.201Z] time="2021-06-02T16:19:48Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-06-02T16:19:49.201Z] time="2021-06-02T16:19:48Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-06-02T16:19:49.201Z] --- PASS: TestServiceCreate (0.02s) [2021-06-02T16:19:49.201Z] === CONT TestGet [2021-06-02T16:19:49.201Z] time="2021-06-02T16:19:48Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-06-02T16:19:49.201Z] --- PASS: TestRestore (0.03s) [2021-06-02T16:19:49.201Z] === CONT TestRefDerefRemove [2021-06-02T16:19:49.201Z] --- PASS: TestServicePrune (0.17s) [2021-06-02T16:19:49.201Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-06-02T16:19:49.201Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2021-06-02T16:19:49.201Z] === CONT TestDerefMultipleOfSameRef [2021-06-02T16:19:49.201Z] --- PASS: TestGet (0.02s) [2021-06-02T16:19:49.201Z] --- PASS: TestRefDerefRemove (0.02s) [2021-06-02T16:19:49.201Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2021-06-02T16:19:49.201Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2021-06-02T16:19:49.201Z] PASS [2021-06-02T16:19:49.201Z] coverage: 70.3% of statements [2021-06-02T16:19:49.201Z] ok github.com/docker/docker/volume/service 0.328s coverage: 70.3% of statements [2021-06-02T16:19:49.501Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2021-06-02T16:19:49.756Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2021-06-02T16:19:50.170Z] time="2021-06-02T16:19:49Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-06-02T16:19:50.357Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2021-06-02T16:19:52.349Z] time="2021-06-02T16:19:51Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-06-02T16:19:53.290Z] --- PASS: TestDockerNetworkReConnect (4.01s) [2021-06-02T16:19:53.290Z] === RUN TestServicePlugin [2021-06-02T16:19:55.598Z] --- PASS: TestUpdateCPUQuota (9.97s) [2021-06-02T16:19:55.598Z] === RUN TestUpdatePidsLimit [2021-06-02T16:19:55.598Z] === RUN TestUpdatePidsLimit/update_from_none [2021-06-02T16:19:55.598Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2021-06-02T16:19:55.598Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-06-02T16:19:56.088Z] time="2021-06-02T16:19:55Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-06-02T16:19:56.159Z] === RUN TestUpdatePidsLimit/no_change [2021-06-02T16:19:56.184Z] --- PASS: TestCreateServiceMultipleTimes (17.26s) [2021-06-02T16:19:56.184Z] === RUN TestCreateServiceConflict [2021-06-02T16:19:56.720Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2021-06-02T16:19:56.720Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-06-02T16:19:57.281Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2021-06-02T16:19:57.537Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-06-02T16:19:57.537Z] === RUN TestUpdatePidsLimit/update_lower [2021-06-02T16:19:58.206Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-02T16:19:58.725Z] --- PASS: TestCreateServiceConflict (3.04s) [2021-06-02T16:19:58.725Z] === RUN TestCreateServiceMaxReplicas [2021-06-02T16:19:58.901Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-06-02T16:19:58.901Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2021-06-02T16:19:59.177Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-02T16:20:00.265Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-06-02T16:20:02.025Z] --- PASS: TestCreateServiceMaxReplicas (3.66s) [2021-06-02T16:20:02.025Z] === RUN TestCreateWithDuplicateNetworkNames [2021-06-02T16:20:02.156Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-06-02T16:20:02.156Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-06-02T16:20:03.083Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2021-06-02T16:20:03.382Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-06-02T16:20:03.637Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2021-06-02T16:20:04.663Z] --- PASS: TestGet (15.02s) [2021-06-02T16:20:04.663Z] === RUN TestPluginWithNoManifest [2021-06-02T16:20:04.663Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-06-02T16:20:04.663Z] === RUN TestGetAll [2021-06-02T16:20:04.663Z] --- PASS: TestGetAll (0.00s) [2021-06-02T16:20:04.663Z] PASS [2021-06-02T16:20:04.663Z] coverage: 73.4% of statements [2021-06-02T16:20:04.663Z] ok github.com/docker/docker/pkg/plugins 35.252s coverage: 73.4% of statements [2021-06-02T16:20:04.663Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-06-02T16:20:04.663Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-06-02T16:20:04.663Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-06-02T16:20:04.663Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-06-02T16:20:04.663Z] ? github.com/docker/docker/pkg/term [no test files] [2021-06-02T16:20:04.663Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-06-02T16:20:04.663Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-06-02T16:20:04.663Z] ? github.com/docker/docker/quota [no test files] [2021-06-02T16:20:04.663Z] ? github.com/docker/docker/rootless [no test files] [2021-06-02T16:20:04.663Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-06-02T16:20:04.663Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-06-02T16:20:04.663Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-06-02T16:20:04.663Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-06-02T16:20:04.663Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-06-02T16:20:04.663Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-06-02T16:20:04.663Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-06-02T16:20:04.663Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-06-02T16:20:04.663Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-06-02T16:20:04.663Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-06-02T16:20:04.663Z] ? github.com/docker/docker/testutil/request [no test files] [2021-06-02T16:20:04.663Z] ? github.com/docker/docker/volume [no test files] [2021-06-02T16:20:04.663Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-06-02T16:20:04.663Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-06-02T16:20:06.195Z] --- PASS: TestUpdatePidsLimit (10.75s) [2021-06-02T16:20:06.195Z] --- PASS: TestUpdatePidsLimit/update_from_none (1.26s) [2021-06-02T16:20:06.195Z] --- PASS: TestUpdatePidsLimit/no_change (1.35s) [2021-06-02T16:20:06.195Z] --- PASS: TestUpdatePidsLimit/update_lower (1.12s) [2021-06-02T16:20:06.195Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (1.43s) [2021-06-02T16:20:06.195Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (1.70s) [2021-06-02T16:20:06.195Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (1.55s) [2021-06-02T16:20:06.195Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (1.44s) [2021-06-02T16:20:06.195Z] === RUN TestUpdateRestartPolicy [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === Skipped [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-06-02T16:20:06.202Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-06-02T16:20:06.202Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-06-02T16:20:06.202Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2021-06-02T16:20:06.202Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-06-02T16:20:06.202Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-06-02T16:20:06.202Z] client_test.go:23: runtime.GOOS == "windows" [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-06-02T16:20:06.202Z] daemon_test.go:147: root required [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-06-02T16:20:06.202Z] reload_test.go:520: root required [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2021-06-02T16:20:06.202Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-06-02T16:20:06.202Z] pull_v2_test.go:73: Needs fixing on Windows [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-06-02T16:20:06.202Z] pull_v2_test.go:118: Needs fixing on Windows [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-06-02T16:20:06.202Z] download_test.go:268: Needs fixing on Windows [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-06-02T16:20:06.202Z] layer_test.go:304: Failing on Windows [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-06-02T16:20:06.202Z] layer_test.go:353: Failing on Windows [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-06-02T16:20:06.202Z] layer_test.go:468: Failing on Windows [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-06-02T16:20:06.202Z] layer_test.go:697: Failing on Windows [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-06-02T16:20:06.202Z] migration_test.go:46: Failing on Windows [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-06-02T16:20:06.202Z] migration_test.go:182: Failing on Windows [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-06-02T16:20:06.202Z] mount_test.go:17: Failing on Windows [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-06-02T16:20:06.202Z] mount_test.go:76: Failing on Windows [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-06-02T16:20:06.202Z] mount_test.go:125: Failing on Windows [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-06-02T16:20:06.202Z] mount_test.go:212: Failing on Windows [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-06-02T16:20:06.202Z] archive_test.go:134: Xz not present in msys2 [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-06-02T16:20:06.202Z] archive_test.go:239: Failing on Windows CI machines [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-06-02T16:20:06.202Z] archive_windows_test.go:16: Currently fails [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-06-02T16:20:06.202Z] changes_test.go:196: needs more investigation [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-06-02T16:20:06.202Z] changes_test.go:433: needs further investigation [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-06-02T16:20:06.202Z] changes_test.go:469: needs further investigation [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-06-02T16:20:06.202Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-06-02T16:20:06.202Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-06-02T16:20:06.202Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-06-02T16:20:06.202Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-06-02T16:20:06.202Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-06-02T16:20:06.202Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-06-02T16:20:06.202Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-06-02T16:20:06.202Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-06-02T16:20:06.202Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-06-02T16:20:06.202Z] poller_test.go:41: No chmod on Windows [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-06-02T16:20:06.202Z] fileutils_test.go:134: Needs porting to Windows [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-06-02T16:20:06.202Z] fileutils_test.go:180: Needs porting to Windows [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-06-02T16:20:06.202Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.01s) [2021-06-02T16:20:06.202Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.01s) [2021-06-02T16:20:06.202Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-06-02T16:20:06.202Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-06-02T16:20:06.202Z] local_test.go:181: runtime.GOOS == "windows" [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] [2021-06-02T16:20:06.202Z] DONE 1833 tests, 45 skipped in 208.639s [2021-06-02T16:20:06.202Z] INFO: make.ps1 ended at 06/02/2021 16:20:05 [2021-06-02T16:20:07.559Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2021-06-02T16:20:07.740Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-06-02T16:20:07.740Z] INFO: Unit tests ended at 06/02/2021 16:20:07. Duration:00:03:44.5503184 [2021-06-02T16:20:07.740Z] INFO: Building busybox [2021-06-02T16:20:07.740Z] Sending build context to Docker daemon 5.12kB [2021-06-02T16:20:07.740Z] [2021-06-02T16:20:07.740Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-06-02T16:20:07.740Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-06-02T16:20:07.740Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-06-02T16:20:07.740Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-06-02T16:20:07.740Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-06-02T16:20:07.740Z] ---> 3a7f23e29bd7 [2021-06-02T16:20:07.740Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-06-02T16:20:08.118Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-06-02T16:20:08.199Z] ---> Running in 26a2ceecc0aa [2021-06-02T16:20:10.008Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2021-06-02T16:20:10.008Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-06-02T16:20:10.008Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-06-02T16:20:10.008Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-06-02T16:20:10.008Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-06-02T16:20:10.008Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-06-02T16:20:12.895Z] Removing intermediate container 26a2ceecc0aa [2021-06-02T16:20:12.895Z] ---> ed68f67005dd [2021-06-02T16:20:12.895Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-06-02T16:20:12.895Z] ---> Running in 21364f622433 [2021-06-02T16:20:12.895Z] Removing intermediate container 21364f622433 [2021-06-02T16:20:12.895Z] ---> d6754867ad7d [2021-06-02T16:20:12.895Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-06-02T16:20:12.895Z] ---> Running in 6a4978c006e5 [2021-06-02T16:20:13.355Z] Removing intermediate container 6a4978c006e5 [2021-06-02T16:20:13.355Z] ---> 1155c01dd411 [2021-06-02T16:20:13.355Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-06-02T16:20:14.892Z] [2021-06-02T16:20:14.892Z] ---> d578e066b691 [2021-06-02T16:20:14.892Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-06-02T16:20:15.293Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2021-06-02T16:20:15.293Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-06-02T16:20:15.352Z] ---> Running in 6d41d1abec4f [2021-06-02T16:20:15.548Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2021-06-02T16:20:16.860Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-06-02T16:20:16.860Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (10.65s) [2021-06-02T16:20:16.860Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (11.89s) [2021-06-02T16:20:16.860Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (12.00s) [2021-06-02T16:20:16.860Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (16.80s) [2021-06-02T16:20:16.860Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (16.63s) [2021-06-02T16:20:16.860Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (15.91s) [2021-06-02T16:20:16.860Z] === RUN TestBuildMultiStageCopy [2021-06-02T16:20:16.860Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-06-02T16:20:16.926Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.29s) [2021-06-02T16:20:16.926Z] === RUN TestCreateServiceSecretFileMode [2021-06-02T16:20:20.225Z] --- PASS: TestCreateServiceSecretFileMode (3.36s) [2021-06-02T16:20:20.225Z] === RUN TestCreateServiceConfigFileMode [2021-06-02T16:20:22.076Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-06-02T16:20:22.076Z] --- PASS: TestUpdateRestartPolicy (15.90s) [2021-06-02T16:20:22.076Z] === RUN TestUpdateRestartWithAutoRemove [2021-06-02T16:20:22.331Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-06-02T16:20:22.891Z] --- PASS: TestUpdateRestartWithAutoRemove (1.26s) [2021-06-02T16:20:22.891Z] === RUN TestWaitNonBlocked [2021-06-02T16:20:22.891Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-02T16:20:22.891Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-02T16:20:22.891Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-02T16:20:22.891Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-02T16:20:22.891Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-02T16:20:22.891Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-02T16:20:23.528Z] --- PASS: TestCreateServiceConfigFileMode (3.25s) [2021-06-02T16:20:23.528Z] === RUN TestCreateServiceSysctls [2021-06-02T16:20:23.930Z] Removing intermediate container 6d41d1abec4f [2021-06-02T16:20:23.930Z] ---> 4e07ff4889dc [2021-06-02T16:20:23.930Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-06-02T16:20:23.930Z] ---> Running in 8f8f73005b4c [2021-06-02T16:20:25.381Z] --- PASS: TestServicePlugin (30.93s) [2021-06-02T16:20:25.381Z] plugin_test.go:62: [dbb46a83dd357] joining swarm manager [d5fc71a970390]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-02T16:20:25.381Z] plugin_test.go:65: [d379206fbc40e] joining swarm manager [d5fc71a970390]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-02T16:20:25.381Z] === RUN TestServiceUpdateLabel [2021-06-02T16:20:25.407Z] --- PASS: TestWaitNonBlocked (0.04s) [2021-06-02T16:20:25.407Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.14s) [2021-06-02T16:20:25.407Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.31s) [2021-06-02T16:20:25.407Z] === RUN TestWaitBlocked [2021-06-02T16:20:25.407Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-02T16:20:25.407Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-02T16:20:25.407Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-06-02T16:20:25.407Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-06-02T16:20:25.407Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-02T16:20:25.407Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-06-02T16:20:25.469Z] [2021-06-02T16:20:25.469Z] SUCCESS: Specified value was saved. [2021-06-02T16:20:25.967Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-06-02T16:20:26.319Z] --- PASS: TestServiceUpdateLabel (2.34s) [2021-06-02T16:20:26.319Z] === RUN TestServiceUpdateSecrets [2021-06-02T16:20:26.923Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-06-02T16:20:27.230Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-06-02T16:20:27.503Z] --- PASS: TestWaitBlocked (0.04s) [2021-06-02T16:20:27.503Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (2.14s) [2021-06-02T16:20:27.503Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (2.25s) [2021-06-02T16:20:27.503Z] === CONT TestContainerStartOnDaemonRestart [2021-06-02T16:20:27.503Z] === CONT TestContainerKillOnDaemonStart [2021-06-02T16:20:27.650Z] Removing intermediate container 8f8f73005b4c [2021-06-02T16:20:27.650Z] ---> 0f98b5f95a0d [2021-06-02T16:20:27.650Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-06-02T16:20:27.650Z] ---> Running in d12664f166a0 [2021-06-02T16:20:27.736Z] --- PASS: TestCreateServiceSysctls (4.35s) [2021-06-02T16:20:27.736Z] === RUN TestCreateServiceCapabilities [2021-06-02T16:20:27.769Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2021-06-02T16:20:28.199Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-06-02T16:20:28.658Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-06-02T16:20:30.195Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-06-02T16:20:31.043Z] --- PASS: TestCreateServiceCapabilities (3.34s) [2021-06-02T16:20:31.043Z] === RUN TestInspect [2021-06-02T16:20:31.238Z] --- PASS: TestBuildMultiStageCopy (16.13s) [2021-06-02T16:20:31.238Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (11.86s) [2021-06-02T16:20:31.238Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.82s) [2021-06-02T16:20:31.238Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.89s) [2021-06-02T16:20:31.238Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.06s) [2021-06-02T16:20:31.238Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.49s) [2021-06-02T16:20:31.238Z] === RUN TestBuildMultiStageParentConfig [2021-06-02T16:20:31.468Z] Cannot create a file when that file already exists. [2021-06-02T16:20:33.061Z] --- PASS: TestContainerStartOnDaemonRestart (5.33s) [2021-06-02T16:20:33.061Z] === CONT TestIpcModeOlderClient [2021-06-02T16:20:33.061Z] --- PASS: TestIpcModeOlderClient (0.08s) [2021-06-02T16:20:33.061Z] === CONT TestDaemonHostGatewayIP [2021-06-02T16:20:33.061Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2021-06-02T16:20:34.148Z] --- PASS: TestBuildMultiStageParentConfig (2.34s) [2021-06-02T16:20:34.148Z] === RUN TestBuildLabelWithTargets [2021-06-02T16:20:34.148Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2021-06-02T16:20:34.148Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-02T16:20:34.148Z] === RUN TestBuildWithEmptyLayers [2021-06-02T16:20:34.340Z] --- PASS: TestInspect (3.76s) [2021-06-02T16:20:34.340Z] === RUN TestCreateJob [2021-06-02T16:20:34.647Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2021-06-02T16:20:34.647Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2021-06-02T16:20:34.647Z] remote: Enumerating objects: 23, done. [2021-06-02T16:20:34.647Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2021-06-02T16:20:34.647Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2021-06-02T16:20:34.647Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2021-06-02T16:20:34.647Z] 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-06-02T16:20:34.647Z] Building: bundles/cross/windows/amd64/containerutility.exe [2021-06-02T16:20:34.647Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-06-02T16:20:34.982Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42143/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr28 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d414c0c1e8c487170b1d2f5af4946771645c6564 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d414c0c1e8c487170b1d2f5af4946771645c6564 hack/test/unit [2021-06-02T16:20:35.117Z] --- PASS: TestBuildWithEmptyLayers (1.26s) [2021-06-02T16:20:35.117Z] === RUN TestBuildMultiStageOnBuild [2021-06-02T16:20:35.573Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2021-06-02T16:20:35.828Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2021-06-02T16:20:36.159Z] Removing intermediate container d12664f166a0 [2021-06-02T16:20:36.159Z] ---> 67a4ee9d6b0e [2021-06-02T16:20:36.159Z] Step 13/13 : CMD ["sh"] [2021-06-02T16:20:36.159Z] ---> Running in 45a6b883acd4 [2021-06-02T16:20:36.388Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-06-02T16:20:36.388Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2021-06-02T16:20:36.619Z] Removing intermediate container 45a6b883acd4 [2021-06-02T16:20:36.619Z] ---> 156ae7499e47 [2021-06-02T16:20:36.619Z] Successfully built 156ae7499e47 [2021-06-02T16:20:36.619Z] Successfully tagged busybox:latest [2021-06-02T16:20:36.619Z] INFO: Docker images of the daemon under test [2021-06-02T16:20:36.619Z] [2021-06-02T16:20:36.619Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-02T16:20:36.619Z] busybox latest 156ae7499e47 Less than a second ago 5.3GB [2021-06-02T16:20:36.619Z] microsoft/windowsservercore latest 3a7f23e29bd7 3 weeks ago 5.28GB [2021-06-02T16:20:36.619Z] mcr.microsoft.com/windows/servercore ltsc2019 3a7f23e29bd7 3 weeks ago 5.28GB [2021-06-02T16:20:36.619Z] [2021-06-02T16:20:36.619Z] INFO: Running integration tests at 06/02/2021 16:20:36... [2021-06-02T16:20:36.619Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-06-02T16:20:36.619Z] INFO: Integration API tests being run from the host: [2021-06-02T16:20:36.619Z] INFO: make.ps1 starting at 06/02/2021 16:20:36 [2021-06-02T16:20:37.314Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2021-06-02T16:20:37.594Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-06-02T16:20:38.241Z] --- PASS: TestDaemonHostGatewayIP (5.14s) [2021-06-02T16:20:38.241Z] === CONT TestRestartDaemonWithRestartingContainer [2021-06-02T16:20:38.277Z] ? github.com/docker/docker/api [no test files] [2021-06-02T16:20:38.541Z] --- PASS: TestCreateJob (4.19s) [2021-06-02T16:20:38.542Z] === RUN TestReplicatedJob [2021-06-02T16:20:39.169Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2021-06-02T16:20:39.169Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2021-06-02T16:20:41.055Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2021-06-02T16:20:42.417Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.27s) [2021-06-02T16:20:42.417Z] === CONT TestDaemonRestartIpcMode [2021-06-02T16:20:42.417Z] --- PASS: TestContainerKillOnDaemonStart (14.95s) [2021-06-02T16:20:42.672Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2021-06-02T16:20:44.412Z] --- PASS: TestServiceUpdateSecrets (15.19s) [2021-06-02T16:20:44.412Z] === RUN TestServiceUpdateConfigs [2021-06-02T16:20:45.182Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-06-02T16:20:45.438Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-06-02T16:20:46.363Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2021-06-02T16:20:46.676Z] --- PASS: TestReplicatedJob (6.68s) [2021-06-02T16:20:46.676Z] === RUN TestUpdateReplicatedJob [2021-06-02T16:20:47.289Z] --- PASS: TestDaemonRestartIpcMode (4.77s) [2021-06-02T16:20:47.289Z] PASS [2021-06-02T16:20:47.289Z] [2021-06-02T16:20:47.289Z] === Skipped [2021-06-02T16:20:47.289Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-06-02T16:20:47.289Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-02T16:20:47.289Z] [2021-06-02T16:20:47.289Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.01s) [2021-06-02T16:20:47.289Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-02T16:20:47.289Z] [2021-06-02T16:20:47.289Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-06-02T16:20:47.289Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-02T16:20:47.289Z] [2021-06-02T16:20:47.289Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-02T16:20:47.289Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-02T16:20:47.289Z] [2021-06-02T16:20:47.289Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-06-02T16:20:47.289Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-02T16:20:47.289Z] [2021-06-02T16:20:47.289Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-06-02T16:20:47.289Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-06-02T16:20:47.289Z] [2021-06-02T16:20:47.289Z] [2021-06-02T16:20:47.289Z] DONE 196 tests, 6 skipped in 249.017s [2021-06-02T16:20:47.289Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-06-02T16:20:47.289Z] ++ 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-06-02T16:20:47.289Z] ++ set -e [2021-06-02T16:20:47.289Z] ++ '[' -n 0 ']' [2021-06-02T16:20:47.289Z] ++ set -x [2021-06-02T16:20:47.289Z] ++ env -i DEST=/go/src/github.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-06-02T16:20:47.289Z] INFO: Testing against a local daemon [2021-06-02T16:20:47.289Z] === RUN TestCommitInheritsEnv [2021-06-02T16:20:47.545Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-06-02T16:20:47.800Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2021-06-02T16:20:47.800Z] --- PASS: TestCommitInheritsEnv (0.52s) [2021-06-02T16:20:47.800Z] === RUN TestImportExtremelyLargeImageWorks [2021-06-02T16:20:47.800Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-06-02T16:20:47.800Z] === RUN TestImagesFilterMultiReference [2021-06-02T16:20:48.056Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2021-06-02T16:20:48.056Z] === RUN TestImagePullPlatformInvalid [2021-06-02T16:20:48.056Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2021-06-02T16:20:48.056Z] === RUN TestRemoveImageOrphaning [2021-06-02T16:20:48.617Z] --- PASS: TestRemoveImageOrphaning (0.43s) [2021-06-02T16:20:48.617Z] === RUN TestRemoveImageGarbageCollector [2021-06-02T16:20:49.975Z] --- PASS: TestUpdateReplicatedJob (4.36s) [2021-06-02T16:20:49.975Z] === RUN TestServiceListWithStatuses [2021-06-02T16:20:49.975Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-06-02T16:20:49.975Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-02T16:20:49.975Z] === RUN TestDockerNetworkConnectAlias [2021-06-02T16:20:49.981Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2021-06-02T16:20:51.388Z] --- PASS: TestRemoveImageGarbageCollector (2.88s) [2021-06-02T16:20:51.388Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-06-02T16:20:51.388Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-06-02T16:20:51.388Z] === RUN TestTagInvalidReference [2021-06-02T16:20:51.388Z] --- PASS: TestTagInvalidReference (0.04s) [2021-06-02T16:20:51.388Z] === RUN TestTagValidPrefixedRepo [2021-06-02T16:20:51.388Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2021-06-02T16:20:51.388Z] === RUN TestTagExistedNameWithoutForce [2021-06-02T16:20:51.644Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-06-02T16:20:51.644Z] === RUN TestTagOfficialNames [2021-06-02T16:20:51.644Z] --- PASS: TestTagOfficialNames (0.10s) [2021-06-02T16:20:51.644Z] === RUN TestTagMatchesDigest [2021-06-02T16:20:51.644Z] --- PASS: TestTagMatchesDigest (0.04s) [2021-06-02T16:20:51.644Z] === CONT TestImportExtremelyLargeImageWorks [2021-06-02T16:20:52.803Z] --- PASS: TestBuildMultiStageOnBuild (15.30s) [2021-06-02T16:20:52.803Z] === RUN TestBuildUncleanTarFilenames [2021-06-02T16:20:52.803Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-06-02T16:20:52.803Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-02T16:20:52.803Z] === RUN TestBuildMultiStageLayerLeak [2021-06-02T16:20:53.011Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-06-02T16:20:53.171Z] ok github.com/docker/docker/api/server 0.018s coverage: 9.0% of statements [2021-06-02T16:20:53.937Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-06-02T16:20:53.937Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-06-02T16:20:54.192Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2021-06-02T16:20:56.125Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-06-02T16:20:56.557Z] --- PASS: TestDockerNetworkConnectAlias (5.89s) [2021-06-02T16:20:56.557Z] === RUN TestDockerNetworkReConnect [2021-06-02T16:20:56.621Z] --- PASS: TestServiceUpdateConfigs (15.13s) [2021-06-02T16:20:56.621Z] === RUN TestServiceUpdateNetwork [2021-06-02T16:20:58.013Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-06-02T16:20:58.576Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2021-06-02T16:20:59.942Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-06-02T16:21:00.760Z] --- PASS: TestDockerNetworkReConnect (4.65s) [2021-06-02T16:21:00.760Z] === RUN TestServicePlugin [2021-06-02T16:21:00.760Z] --- SKIP: TestServicePlugin (0.00s) [2021-06-02T16:21:00.760Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-02T16:21:00.760Z] === RUN TestServiceUpdateLabel [2021-06-02T16:21:01.372Z] --- PASS: TestBuildMultiStageLayerLeak (9.82s) [2021-06-02T16:21:01.372Z] === RUN TestBuildWithHugeFile [2021-06-02T16:21:03.302Z] --- PASS: TestServiceUpdateLabel (2.96s) [2021-06-02T16:21:03.302Z] === RUN TestServiceUpdateSecrets [2021-06-02T16:21:05.183Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2021-06-02T16:21:07.071Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2021-06-02T16:21:07.621Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-02T16:21:07.622Z] INFO: Testing against a local daemon [2021-06-02T16:21:07.622Z] === RUN TestBuildWithSession [2021-06-02T16:21:07.622Z] --- SKIP: TestBuildWithSession (0.00s) [2021-06-02T16:21:07.622Z] build_session_test.go:25: TODO: BuildKit [2021-06-02T16:21:07.622Z] === RUN TestBuildSquashParent [2021-06-02T16:21:07.622Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-06-02T16:21:07.622Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:21:07.622Z] === RUN TestBuildWithRemoveAndForceRemove [2021-06-02T16:21:07.622Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-02T16:21:07.622Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-02T16:21:07.622Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-02T16:21:07.622Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-02T16:21:07.622Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-02T16:21:07.622Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-02T16:21:07.622Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-02T16:21:07.622Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-02T16:21:07.622Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-02T16:21:07.622Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-02T16:21:07.622Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-02T16:21:07.622Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-02T16:21:07.622Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-02T16:21:07.622Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-02T16:21:07.622Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-02T16:21:07.622Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-02T16:21:08.435Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2021-06-02T16:21:09.800Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2021-06-02T16:21:11.507Z] --- PASS: TestServiceUpdateNetwork (13.61s) [2021-06-02T16:21:11.507Z] === RUN TestServiceUpdatePidsLimit [2021-06-02T16:21:11.507Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-06-02T16:21:12.447Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-06-02T16:21:13.962Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2021-06-02T16:21:17.225Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-06-02T16:21:18.061Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-02T16:21:18.061Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-02T16:21:19.114Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-06-02T16:21:20.603Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-06-02T16:21:21.409Z] --- PASS: TestServiceUpdateSecrets (15.59s) [2021-06-02T16:21:21.409Z] === RUN TestServiceUpdateConfigs [2021-06-02T16:21:24.358Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-06-02T16:21:24.358Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2021-06-02T16:21:26.648Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-06-02T16:21:26.648Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (12.32s) [2021-06-02T16:21:26.648Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (12.58s) [2021-06-02T16:21:26.648Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (12.65s) [2021-06-02T16:21:26.648Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (15.81s) [2021-06-02T16:21:26.648Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (8.05s) [2021-06-02T16:21:26.648Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (7.98s) [2021-06-02T16:21:26.648Z] === RUN TestBuildMultiStageCopy [2021-06-02T16:21:26.648Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-06-02T16:21:28.733Z] --- PASS: TestServiceUpdatePidsLimit (17.18s) [2021-06-02T16:21:28.733Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.03s) [2021-06-02T16:21:28.733Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.08s) [2021-06-02T16:21:28.733Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.18s) [2021-06-02T16:21:28.733Z] PASS [2021-06-02T16:21:28.733Z] [2021-06-02T16:21:28.733Z] === Skipped [2021-06-02T16:21:28.733Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-06-02T16:21:28.733Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-02T16:21:28.733Z] [2021-06-02T16:21:28.733Z] [2021-06-02T16:21:28.733Z] DONE 27 tests, 1 skipped in 180.735s [2021-06-02T16:21:28.733Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-06-02T16:21:28.733Z] INFO: Testing against a local daemon [2021-06-02T16:21:28.733Z] === RUN TestSessionCreate [2021-06-02T16:21:28.733Z] --- PASS: TestSessionCreate (0.02s) [2021-06-02T16:21:28.733Z] === RUN TestSessionCreateWithBadUpgrade [2021-06-02T16:21:28.733Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-06-02T16:21:28.733Z] PASS [2021-06-02T16:21:28.733Z] [2021-06-02T16:21:28.733Z] DONE 2 tests in 0.072s [2021-06-02T16:21:28.733Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-06-02T16:21:28.733Z] INFO: Testing against a local daemon [2021-06-02T16:21:28.733Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-06-02T16:21:28.733Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2021-06-02T16:21:28.733Z] === RUN TestEventsExecDie [2021-06-02T16:21:28.733Z] --- PASS: TestEventsExecDie (1.11s) [2021-06-02T16:21:28.733Z] === RUN TestEventsBackwardsCompatible [2021-06-02T16:21:28.733Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2021-06-02T16:21:28.733Z] === RUN TestInfoBinaryCommits [2021-06-02T16:21:28.733Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-06-02T16:21:28.733Z] === RUN TestInfoAPIVersioned [2021-06-02T16:21:28.733Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-06-02T16:21:28.733Z] === RUN TestInfoDiscoveryBackend [2021-06-02T16:21:29.301Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2021-06-02T16:21:29.301Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-06-02T16:21:30.239Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-06-02T16:21:30.239Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-06-02T16:21:30.807Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2021-06-02T16:21:30.807Z] === RUN TestInfoAPI [2021-06-02T16:21:30.807Z] --- PASS: TestInfoAPI (0.02s) [2021-06-02T16:21:30.807Z] === RUN TestInfoAPIWarnings [2021-06-02T16:21:33.728Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-06-02T16:21:34.697Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-06-02T16:21:35.667Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-06-02T16:21:36.305Z] --- PASS: TestServiceUpdateConfigs (15.75s) [2021-06-02T16:21:36.305Z] === RUN TestServiceUpdateNetwork [2021-06-02T16:21:36.520Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-06-02T16:21:36.635Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-06-02T16:21:38.173Z] --- PASS: TestBuildMultiStageCopy (12.36s) [2021-06-02T16:21:38.173Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (8.34s) [2021-06-02T16:21:38.173Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.74s) [2021-06-02T16:21:38.173Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.91s) [2021-06-02T16:21:38.173Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.12s) [2021-06-02T16:21:38.173Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.25s) [2021-06-02T16:21:38.173Z] === RUN TestBuildMultiStageParentConfig [2021-06-02T16:21:39.788Z] === RUN TestDockerDaemonSuite/TestShmSize [2021-06-02T16:21:40.353Z] --- PASS: TestBuildMultiStageParentConfig (2.35s) [2021-06-02T16:21:40.353Z] === RUN TestBuildLabelWithTargets [2021-06-02T16:21:40.353Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2021-06-02T16:21:40.353Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-02T16:21:40.353Z] === RUN TestBuildWithEmptyLayers [2021-06-02T16:21:41.151Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-06-02T16:21:41.322Z] --- PASS: TestBuildWithEmptyLayers (1.22s) [2021-06-02T16:21:41.322Z] === RUN TestBuildMultiStageOnBuild [2021-06-02T16:21:42.117Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2021-06-02T16:21:42.372Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-06-02T16:21:42.372Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-06-02T16:21:46.536Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2021-06-02T16:21:46.536Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2021-06-02T16:21:48.896Z] --- PASS: TestInfoAPIWarnings (16.28s) [2021-06-02T16:21:48.896Z] === RUN TestInfoDebug [2021-06-02T16:21:48.896Z] --- PASS: TestInfoDebug (0.52s) [2021-06-02T16:21:48.896Z] === RUN TestInfoInsecureRegistries [2021-06-02T16:21:48.896Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2021-06-02T16:21:48.896Z] === RUN TestInfoRegistryMirrors [2021-06-02T16:21:48.896Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2021-06-02T16:21:48.896Z] === RUN TestLoginFailsWithBadCredentials [2021-06-02T16:21:48.896Z] --- PASS: TestLoginFailsWithBadCredentials (0.18s) [2021-06-02T16:21:48.896Z] === RUN TestPingCacheHeaders [2021-06-02T16:21:48.896Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-06-02T16:21:48.896Z] === RUN TestPingGet [2021-06-02T16:21:48.896Z] --- PASS: TestPingGet (0.01s) [2021-06-02T16:21:48.896Z] === RUN TestPingHead [2021-06-02T16:21:48.896Z] --- PASS: TestPingHead (0.02s) [2021-06-02T16:21:48.896Z] === RUN TestVersion [2021-06-02T16:21:48.896Z] --- PASS: TestVersion (0.02s) [2021-06-02T16:21:48.896Z] === CONT TestCgroupDriverSystemdMemoryLimit [2021-06-02T16:21:49.800Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-06-02T16:21:50.277Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.52s) [2021-06-02T16:21:50.277Z] PASS [2021-06-02T16:21:50.277Z] [2021-06-02T16:21:50.277Z] DONE 18 tests in 22.888s [2021-06-02T16:21:50.277Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-06-02T16:21:50.277Z] INFO: Testing against a local daemon [2021-06-02T16:21:50.277Z] === RUN TestVolumesCreateAndList [2021-06-02T16:21:50.277Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-06-02T16:21:50.277Z] === RUN TestVolumesRemove [2021-06-02T16:21:50.538Z] --- PASS: TestVolumesRemove (0.10s) [2021-06-02T16:21:50.538Z] === RUN TestVolumesInspect [2021-06-02T16:21:50.538Z] --- PASS: TestVolumesInspect (0.02s) [2021-06-02T16:21:50.538Z] === RUN TestVolumesInvalidJSON [2021-06-02T16:21:50.538Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-06-02T16:21:50.538Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-06-02T16:21:50.538Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-06-02T16:21:50.538Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-06-02T16:21:50.538Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-06-02T16:21:50.538Z] PASS [2021-06-02T16:21:50.538Z] [2021-06-02T16:21:50.538Z] DONE 5 tests in 0.183s [2021-06-02T16:21:50.538Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-06-02T16:21:51.206Z] --- PASS: TestServiceUpdateNetwork (14.25s) [2021-06-02T16:21:51.206Z] === RUN TestServiceUpdatePidsLimit [2021-06-02T16:21:51.206Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-06-02T16:21:51.466Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-06-02T16:21:52.448Z] Stopping apparmor (via systemctl): apparmor.service. [2021-06-02T16:21:52.448Z] Removing test suite binaries [2021-06-02T16:21:52.448Z] exiting test-integration [2021-06-02T16:21:52.448Z] ++ exit 0 [2021-06-02T16:21:52.448Z] [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite (441.59s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.69s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.23s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.68s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (3.54s) [2021-06-02T16:21:53.064Z] docker_cli_daemon_test.go:1455: [d12104922c6f1] daemon is not started [2021-06-02T16:21:53.064Z] check_test.go:309: [d29e5354078c5] daemon is not started [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (3.03s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.59s) [2021-06-02T16:21:53.064Z] check_test.go:309: [d835eccd77bfc] daemon is not started [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (5.18s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.53s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (3.28s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (4.72s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (4.93s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (3.54s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.59s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (3.09s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2021-06-02T16:21:53.064Z] check_test.go:309: [d8660037881cf] daemon is not started [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2021-06-02T16:21:53.064Z] check_test.go:309: [d4b1ea92438cb] daemon is not started [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (2.14s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.56s) [2021-06-02T16:21:53.064Z] check_test.go:309: [d8af041415db3] daemon is not started [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (3.10s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.81s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (3.37s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.38s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.63s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.62s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.82s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2021-06-02T16:21:53.064Z] check_test.go:309: [d12d8acaeada3] daemon is not started [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.55s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (4.35s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (7.20s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (3.27s) [2021-06-02T16:21:53.064Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-06-02T16:21:53.064Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-06-02T16:21:53.064Z] check_test.go:309: [d15d9addc847f] daemon is not started [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.74s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.96s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (2.56s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (2.16s) [2021-06-02T16:21:53.064Z] check_test.go:309: [d3b1a917c886a] daemon is not started [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (4.11s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.53s) [2021-06-02T16:21:53.064Z] check_test.go:309: [d0dae6ae5917e] daemon is not started [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.83s) [2021-06-02T16:21:53.064Z] docker_cli_daemon_plugins_test.go:79: [da7a6c7af5722] daemon is not started [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.41s) [2021-06-02T16:21:53.064Z] docker_cli_daemon_plugins_test.go:169: [d8100b003da04] daemon is not started [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (4.25s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.59s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2021-06-02T16:21:53.064Z] check_test.go:309: [df12e09589b3e] daemon is not started [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (2.29s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (2.34s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (2.37s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (2.42s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (2.39s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (2.33s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.74s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.56s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.56s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.55s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (8.26s) [2021-06-02T16:21:53.064Z] check_test.go:309: [df605260f007a] daemon is not started [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (3.08s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (29.17s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (3.11s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.12s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (7.04s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.83s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (7.19s) [2021-06-02T16:21:53.064Z] check_test.go:309: [df74d6abbbf9b] daemon is not started [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.66s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (3.08s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (15.61s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (4.39s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.63s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (3.13s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (4.65s) [2021-06-02T16:21:53.064Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2021-06-02T16:21:53.064Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-06-02T16:21:53.064Z] check_test.go:309: [de94b2aeb595e] daemon is not started [2021-06-02T16:21:53.064Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-06-02T16:21:53.064Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-06-02T16:21:53.064Z] check_test.go:309: [d14f843ee9b31] daemon is not started [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (4.42s) [2021-06-02T16:21:53.064Z] check_test.go:309: [d514beb5441c0] daemon is not started [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (7.51s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (4.63s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (4.28s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.58s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.08s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (5.64s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (6.31s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.97s) [2021-06-02T16:21:53.064Z] check_test.go:309: [d4b0be9000d25] daemon is not started [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (4.00s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.68s) [2021-06-02T16:21:53.064Z] docker_cli_daemon_plugins_test.go:105: [de121dd61dbba] daemon is not started [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (2.00s) [2021-06-02T16:21:53.064Z] check_test.go:309: [d238d5dcb1fea] daemon is not started [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.54s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (4.97s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.06s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.52s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.62s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.11s) [2021-06-02T16:21:53.064Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2021-06-02T16:21:53.064Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2021-06-02T16:21:53.064Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2021-06-02T16:21:53.064Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2021-06-02T16:21:53.064Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2021-06-02T16:21:53.064Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2021-06-02T16:21:53.064Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2021-06-02T16:21:53.064Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2021-06-02T16:21:53.064Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2021-06-02T16:21:53.064Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2021-06-02T16:21:53.064Z] check_test.go:309: [dd5befb0cb584] daemon is not started [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.14s) [2021-06-02T16:21:53.064Z] check_test.go:309: [db6d57ca1770c] daemon is not started [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.57s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.48s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (4.37s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) [2021-06-02T16:21:53.064Z] check_test.go:309: [d5f72b760094e] daemon is not started [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.95s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.18s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.60s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.02s) [2021-06-02T16:21:53.064Z] check_test.go:309: [d40744e46a12f] daemon is not started [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (6.86s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (5.55s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (5.25s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.17s) [2021-06-02T16:21:53.064Z] check_test.go:309: [d4e6e91fb77e7] daemon is not started [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.63s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.59s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.59s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.19s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2021-06-02T16:21:53.064Z] check_test.go:309: [dd380bb42c0a9] daemon is not started [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.83s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.68s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.59s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.52s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.99s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (4.32s) [2021-06-02T16:21:53.064Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (4.46s) [2021-06-02T16:21:53.065Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (6.31s) [2021-06-02T16:21:53.065Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (2.00s) [2021-06-02T16:21:53.065Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.27s) [2021-06-02T16:21:53.065Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.28s) [2021-06-02T16:21:53.065Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (4.03s) [2021-06-02T16:21:53.065Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (10.70s) [2021-06-02T16:21:53.065Z] docker_cli_daemon_test.go:2550: [dea53b903ae10] daemon is not started [2021-06-02T16:21:53.065Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (11.31s) [2021-06-02T16:21:53.065Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (3.96s) [2021-06-02T16:21:53.065Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.41s) [2021-06-02T16:21:53.065Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (4.12s) [2021-06-02T16:21:53.065Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.18s) [2021-06-02T16:21:53.065Z] check_test.go:309: [d54f8417a00ce] daemon is not started [2021-06-02T16:21:53.065Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (6.24s) [2021-06-02T16:21:53.065Z] === RUN TestDockerSwarmSuite [2021-06-02T16:21:53.065Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2021-06-02T16:21:53.065Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-06-02T16:21:53.722Z] --- PASS: TestBuildMultiStageOnBuild (11.80s) [2021-06-02T16:21:53.722Z] === RUN TestBuildUncleanTarFilenames [2021-06-02T16:21:53.722Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-06-02T16:21:53.722Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-02T16:21:53.722Z] === RUN TestBuildMultiStageLayerLeak Post stage [Pipeline] junit [2021-06-02T16:21:55.765Z] Recording test results [2021-06-02T16:21:56.328Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2021-06-02T16:21:56.329Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-06-02T16:21:57.171Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-06-02T16:21:57.508Z] + echo Ensuring container killed. [2021-06-02T16:21:57.508Z] Ensuring container killed. [2021-06-02T16:21:57.508Z] + docker rm -vf docker-pr28 [2021-06-02T16:21:57.508Z] Error: No such container: docker-pr28 [Pipeline] sh [2021-06-02T16:21:57.796Z] + echo Chowning /workspace to jenkins user [2021-06-02T16:21:57.796Z] Chowning /workspace to jenkins user [2021-06-02T16:21:57.796Z] + id -u [2021-06-02T16:21:57.796Z] + id -g [2021-06-02T16:21:57.796Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42143:/workspace busybox chown -R 1000:1000 /workspace [2021-06-02T16:21:57.796Z] Unable to find image 'busybox:latest' locally [2021-06-02T16:21:58.060Z] latest: Pulling from library/busybox [2021-06-02T16:21:58.060Z] 92f8b3f0730f: Pulling fs layer [2021-06-02T16:21:58.060Z] 92f8b3f0730f: Download complete [2021-06-02T16:21:58.320Z] 92f8b3f0730f: Pull complete [2021-06-02T16:21:58.320Z] Digest: sha256:b5fc1d7b2e4ea86a06b0cf88de915a2c43a99a00b6b3c0af731e5f4c07ae8eff [2021-06-02T16:21:58.320Z] Status: Downloaded newer image for busybox:latest [2021-06-02T16:21:59.596Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-06-02T16:21:59.633Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-06-02T16:22:01.939Z] + bundleName=amd64-cgroup2 [2021-06-02T16:22:01.939Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2021-06-02T16:22:01.939Z] Creating amd64-cgroup2-bundles.tar.gz [2021-06-02T16:22:01.939Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-06-02T16:22:01.939Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [Pipeline] archiveArtifacts [2021-06-02T16:22:02.211Z] Archiving artifacts [2021-06-02T16:22:04.415Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42143/28/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-06-02T16:22:04.725Z] + make clean [2021-06-02T16:22:04.984Z] docker volume rm -f docker-dev-cache [2021-06-02T16:22:04.984Z] docker-dev-cache [Pipeline] deleteDir [2021-06-02T16:22:06.168Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2021-06-02T16:22:06.423Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-06-02T16:22:07.727Z] --- PASS: TestServiceUpdatePidsLimit (17.80s) [2021-06-02T16:22:07.727Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.04s) [2021-06-02T16:22:07.727Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.22s) [2021-06-02T16:22:07.727Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.22s) [2021-06-02T16:22:07.727Z] PASS [2021-06-02T16:22:07.727Z] [2021-06-02T16:22:07.727Z] === Skipped [2021-06-02T16:22:07.727Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2021-06-02T16:22:07.727Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-02T16:22:07.727Z] [2021-06-02T16:22:07.727Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2021-06-02T16:22:07.727Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-02T16:22:07.727Z] [2021-06-02T16:22:07.727Z] [2021-06-02T16:22:07.727Z] DONE 27 tests, 2 skipped in 159.417s [2021-06-02T16:22:07.727Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2021-06-02T16:22:07.727Z] ++ 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-06-02T16:22:07.727Z] ++ set -e [2021-06-02T16:22:07.727Z] ++ '[' -n 0 ']' [2021-06-02T16:22:07.727Z] ++ set -x [2021-06-02T16:22:07.728Z] ++ env -i DEST=/go/src/github.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-06-02T16:22:07.728Z] INFO: Testing against a local daemon [2021-06-02T16:22:07.728Z] === RUN TestSessionCreate [2021-06-02T16:22:07.728Z] --- PASS: TestSessionCreate (0.06s) [2021-06-02T16:22:07.728Z] === RUN TestSessionCreateWithBadUpgrade [2021-06-02T16:22:07.728Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2021-06-02T16:22:07.728Z] PASS [2021-06-02T16:22:07.728Z] [2021-06-02T16:22:07.728Z] DONE 2 tests in 0.267s [2021-06-02T16:22:07.728Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2021-06-02T16:22:07.728Z] ++ 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-06-02T16:22:07.728Z] ++ set -e [2021-06-02T16:22:07.728Z] ++ '[' -n 0 ']' [2021-06-02T16:22:07.728Z] ++ set -x [2021-06-02T16:22:07.728Z] ++ env -i DEST=/go/src/github.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-06-02T16:22:07.728Z] INFO: Testing against a local daemon [2021-06-02T16:22:07.728Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-06-02T16:22:07.728Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-02T16:22:07.728Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-06-02T16:22:07.728Z] === RUN TestEventsExecDie [2021-06-02T16:22:08.299Z] --- PASS: TestEventsExecDie (1.23s) [2021-06-02T16:22:08.299Z] === RUN TestEventsBackwardsCompatible [2021-06-02T16:22:08.299Z] --- PASS: TestEventsBackwardsCompatible (0.08s) [2021-06-02T16:22:08.299Z] === RUN TestInfoBinaryCommits [2021-06-02T16:22:08.299Z] --- PASS: TestInfoBinaryCommits (0.05s) [2021-06-02T16:22:08.299Z] === RUN TestInfoAPIVersioned [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-02T16:22:08.559Z] --- PASS: TestBuildMultiStageLayerLeak (14.86s) [2021-06-02T16:22:08.559Z] === RUN TestBuildWithHugeFile [2021-06-02T16:22:08.560Z] --- PASS: TestInfoAPIVersioned (0.02s) [2021-06-02T16:22:08.560Z] === RUN TestInfoDiscoveryBackend [2021-06-02T16:22:09.130Z] --- PASS: TestInfoDiscoveryBackend (0.68s) [2021-06-02T16:22:09.130Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-06-02T16:22:09.689Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-06-02T16:22:10.075Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-06-02T16:22:10.075Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-06-02T16:22:11.026Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.69s) [2021-06-02T16:22:11.026Z] === RUN TestInfoAPI [2021-06-02T16:22:11.026Z] --- PASS: TestInfoAPI (0.05s) [2021-06-02T16:22:11.026Z] === RUN TestInfoAPIWarnings [2021-06-02T16:22:12.204Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-06-02T16:22:14.644Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-06-02T16:22:14.644Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 14.7% of statements [2021-06-02T16:22:14.644Z] ok github.com/docker/docker/api/server/middleware 0.006s coverage: 37.7% of statements [2021-06-02T16:22:14.644Z] ? github.com/docker/docker/api/server/router [no test files] [2021-06-02T16:22:14.644Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-06-02T16:22:14.644Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-06-02T16:22:14.644Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-06-02T16:22:14.644Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-06-02T16:22:14.644Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-06-02T16:22:14.644Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-06-02T16:22:14.644Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-06-02T16:22:14.644Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-06-02T16:22:14.644Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-06-02T16:22:14.644Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-06-02T16:22:14.644Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 5.7% of statements [2021-06-02T16:22:14.644Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-06-02T16:22:14.644Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-06-02T16:22:14.644Z] ? github.com/docker/docker/api/types [no test files] [2021-06-02T16:22:14.644Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-06-02T16:22:14.644Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-06-02T16:22:14.644Z] ? github.com/docker/docker/api/types/container [no test files] [2021-06-02T16:22:14.644Z] ? github.com/docker/docker/api/types/events [no test files] [2021-06-02T16:22:14.644Z] ok github.com/docker/docker/api/types/strslice 0.006s coverage: 90.0% of statements [2021-06-02T16:22:14.644Z] ok github.com/docker/docker/api/types/filters 0.015s coverage: 92.2% of statements [2021-06-02T16:22:14.644Z] ? github.com/docker/docker/api/types/image [no test files] [2021-06-02T16:22:14.644Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-06-02T16:22:14.644Z] ? github.com/docker/docker/api/types/network [no test files] [2021-06-02T16:22:14.644Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-06-02T16:22:14.644Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-06-02T16:22:14.644Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-06-02T16:22:14.644Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-06-02T16:22:14.644Z] ok github.com/docker/docker/api/types/time 0.013s coverage: 100.0% of statements [2021-06-02T16:22:14.644Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2021-06-02T16:22:14.644Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-06-02T16:22:14.644Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-06-02T16:22:14.644Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-06-02T16:22:14.644Z] ? github.com/docker/docker/builder [no test files] [2021-06-02T16:22:14.644Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-06-02T16:22:14.644Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-06-02T16:22:14.644Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-06-02T16:22:14.644Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-06-02T16:22:14.644Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-06-02T16:22:14.644Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-06-02T16:22:14.644Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-06-02T16:22:15.583Z] ok github.com/docker/docker/builder/dockerfile 0.252s coverage: 48.5% of statements [2021-06-02T16:22:15.583Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-06-02T16:22:15.583Z] ok github.com/docker/docker/builder/remotecontext 0.112s coverage: 13.7% of statements [2021-06-02T16:22:16.966Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2021-06-02T16:22:17.906Z] ok github.com/docker/docker/builder/remotecontext/git 1.254s coverage: 86.3% of statements [2021-06-02T16:22:17.906Z] ? github.com/docker/docker/cli [no test files] [2021-06-02T16:22:17.906Z] ? github.com/docker/docker/cli/config [no test files] [2021-06-02T16:22:18.737Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2021-06-02T16:22:19.706Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2021-06-02T16:22:21.202Z] ok github.com/docker/docker/client 0.176s coverage: 75.4% of statements [2021-06-02T16:22:29.128Z] --- PASS: TestInfoAPIWarnings (16.66s) [2021-06-02T16:22:29.128Z] === RUN TestInfoDebug [2021-06-02T16:22:29.128Z] --- PASS: TestInfoDebug (0.67s) [2021-06-02T16:22:29.128Z] === RUN TestInfoInsecureRegistries [2021-06-02T16:22:29.128Z] --- PASS: TestInfoInsecureRegistries (0.65s) [2021-06-02T16:22:29.128Z] === RUN TestInfoRegistryMirrors [2021-06-02T16:22:29.388Z] --- PASS: TestInfoRegistryMirrors (0.63s) [2021-06-02T16:22:29.388Z] === RUN TestLoginFailsWithBadCredentials [2021-06-02T16:22:29.648Z] --- PASS: TestLoginFailsWithBadCredentials (0.28s) [2021-06-02T16:22:29.648Z] === RUN TestPingCacheHeaders [2021-06-02T16:22:29.909Z] --- PASS: TestPingCacheHeaders (0.05s) [2021-06-02T16:22:29.909Z] === RUN TestPingGet [2021-06-02T16:22:29.909Z] --- PASS: TestPingGet (0.03s) [2021-06-02T16:22:29.909Z] === RUN TestPingHead [2021-06-02T16:22:29.909Z] --- PASS: TestPingHead (0.05s) [2021-06-02T16:22:29.909Z] === RUN TestVersion [2021-06-02T16:22:29.909Z] --- PASS: TestVersion (0.05s) [2021-06-02T16:22:29.909Z] PASS [2021-06-02T16:22:29.909Z] [2021-06-02T16:22:29.909Z] === Skipped [2021-06-02T16:22:29.909Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-02T16:22:29.909Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-06-02T16:22:29.909Z] [2021-06-02T16:22:29.909Z] [2021-06-02T16:22:29.909Z] DONE 18 tests, 1 skipped in 23.043s [2021-06-02T16:22:29.909Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2021-06-02T16:22:29.909Z] ++ 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-06-02T16:22:29.909Z] ++ set -e [2021-06-02T16:22:29.909Z] ++ '[' -n 0 ']' [2021-06-02T16:22:29.909Z] ++ set -x [2021-06-02T16:22:29.909Z] ++ env -i DEST=/go/src/github.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-06-02T16:22:30.169Z] INFO: Testing against a local daemon [2021-06-02T16:22:30.169Z] === RUN TestVolumesCreateAndList [2021-06-02T16:22:30.169Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-06-02T16:22:30.169Z] === RUN TestVolumesRemove [2021-06-02T16:22:30.169Z] --- PASS: TestVolumesRemove (0.11s) [2021-06-02T16:22:30.169Z] === RUN TestVolumesInspect [2021-06-02T16:22:30.169Z] --- PASS: TestVolumesInspect (0.03s) [2021-06-02T16:22:30.169Z] === RUN TestVolumesInvalidJSON [2021-06-02T16:22:30.429Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-06-02T16:22:30.429Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-06-02T16:22:30.429Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-06-02T16:22:30.429Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-06-02T16:22:30.429Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-06-02T16:22:30.429Z] PASS [2021-06-02T16:22:30.429Z] [2021-06-02T16:22:30.429Z] DONE 5 tests in 0.371s [2021-06-02T16:22:30.429Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-06-02T16:22:30.999Z] ++++ cat bundles/test-integration/docker.pid [2021-06-02T16:22:30.999Z] +++ kill 14127 [2021-06-02T16:22:32.381Z] +++ /etc/init.d/apparmor stop [2021-06-02T16:22:32.381Z] Leaving: AppArmorNo profiles have been unloaded. [2021-06-02T16:22:32.381Z] [2021-06-02T16:22:32.381Z] Unloading profiles will leave already running processes permanently [2021-06-02T16:22:32.381Z] unconfined, which can lead to unexpected situations. [2021-06-02T16:22:32.381Z] [2021-06-02T16:22:32.381Z] To set a process to complain mode, use the command line tool [2021-06-02T16:22:32.381Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-06-02T16:22:32.381Z] +++ true [2021-06-02T16:22:32.381Z] exiting test-integration [2021-06-02T16:22:32.381Z] ++ exit 0 [2021-06-02T16:22:32.381Z] [2021-06-02T16:22:34.538Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-06-02T16:22:34.538Z] === RUN TestDockerSuite/TestBuildEOLInLine Post stage [Pipeline] junit [2021-06-02T16:22:35.747Z] Recording test results [2021-06-02T16:22:36.034Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-06-02T16:22:36.384Z] + echo Ensuring container killed. [2021-06-02T16:22:36.384Z] Ensuring container killed. [2021-06-02T16:22:36.384Z] + docker rm -vf docker-pr28 [2021-06-02T16:22:36.384Z] Error: No such container: docker-pr28 [Pipeline] sh [2021-06-02T16:22:36.674Z] + echo Chowning /workspace to jenkins user [2021-06-02T16:22:36.675Z] Chowning /workspace to jenkins user [2021-06-02T16:22:36.675Z] + id -u [2021-06-02T16:22:36.675Z] + id -g [2021-06-02T16:22:36.675Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42143:/workspace busybox chown -R 1000:1000 /workspace [2021-06-02T16:22:36.675Z] Unable to find image 'busybox:latest' locally [2021-06-02T16:22:36.935Z] latest: Pulling from library/busybox [2021-06-02T16:22:36.935Z] 3f18b27a9121: Pulling fs layer [2021-06-02T16:22:36.935Z] 3f18b27a9121: Verifying Checksum [2021-06-02T16:22:36.935Z] 3f18b27a9121: Download complete [2021-06-02T16:22:37.196Z] 3f18b27a9121: Pull complete [2021-06-02T16:22:37.196Z] Digest: sha256:b5fc1d7b2e4ea86a06b0cf88de915a2c43a99a00b6b3c0af731e5f4c07ae8eff [2021-06-02T16:22:37.196Z] Status: Downloaded newer image for busybox:latest [2021-06-02T16:22:41.149Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-06-02T16:22:41.710Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-06-02T16:22:42.271Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-06-02T16:22:42.631Z] --- PASS: TestBuildWithHugeFile (96.25s) [2021-06-02T16:22:42.631Z] === RUN TestBuildWCOWSandboxSize [2021-06-02T16:22:42.787Z] + bundleName=arm64-integration [2021-06-02T16:22:42.787Z] + echo Creating arm64-integration-bundles.tar.gz [2021-06-02T16:22:42.787Z] Creating arm64-integration-bundles.tar.gz [2021-06-02T16:22:42.787Z] + + xargsfind tar bundles -czf -path arm64-integration-bundles.tar.gz */root/*overlay2 [2021-06-02T16:22:42.787Z] -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2021-06-02T16:22:43.063Z] Archiving artifacts [2021-06-02T16:22:43.199Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-06-02T16:22:43.498Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-06-02T16:22:43.754Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-06-02T16:22:44.009Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-06-02T16:22:45.430Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42143/28/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-06-02T16:22:45.745Z] + make clean [2021-06-02T16:22:46.317Z] docker volume rm -f docker-dev-cache [2021-06-02T16:22:46.577Z] docker-dev-cache [Pipeline] deleteDir [2021-06-02T16:22:47.274Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-06-02T16:22:48.637Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-06-02T16:22:50.528Z] === RUN TestDockerSuite/TestBuildEnv [2021-06-02T16:22:51.891Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-06-02T16:22:53.296Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-06-02T16:22:54.223Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2021-06-02T16:22:54.223Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2021-06-02T16:22:54.784Z] === RUN TestDockerSuite/TestBuildEnvUsage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-02T16:23:04.720Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-06-02T16:23:07.907Z] ok github.com/docker/docker/cmd/dockerd 0.087s coverage: 29.1% of statements [2021-06-02T16:23:07.907Z] ok github.com/docker/docker/container 0.123s coverage: 34.6% of statements [2021-06-02T16:23:07.907Z] ? github.com/docker/docker/container/stream [no test files] [2021-06-02T16:23:07.907Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-06-02T16:23:07.907Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-06-02T16:23:07.907Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-06-02T16:23:14.523Z] ok github.com/docker/docker/daemon/cluster 0.067s coverage: 0.5% of statements [2021-06-02T16:23:15.916Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.009s coverage: 65.3% of statements [2021-06-02T16:23:16.884Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2021-06-02T16:23:17.140Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2021-06-02T16:23:17.296Z] ok github.com/docker/docker/daemon/cluster/convert 0.009s coverage: 35.9% of statements [2021-06-02T16:23:27.284Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.436s coverage: 14.1% of statements [2021-06-02T16:23:27.284Z] ok github.com/docker/docker/daemon 12.195s coverage: 17.3% of statements [2021-06-02T16:23:27.284Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-06-02T16:23:27.284Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-06-02T16:23:27.854Z] ok github.com/docker/docker/daemon/config 0.056s coverage: 81.8% of statements [2021-06-02T16:23:28.794Z] ok github.com/docker/docker/daemon/discovery 0.003s coverage: 30.0% of statements [2021-06-02T16:23:29.365Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2021-06-02T16:23:29.365Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-06-02T16:23:29.365Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-06-02T16:23:30.305Z] ok github.com/docker/docker/daemon/graphdriver 0.009s coverage: 2.2% of statements [2021-06-02T16:23:31.974Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-06-02T16:23:32.230Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-06-02T16:23:32.848Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.555s coverage: 73.3% of statements [2021-06-02T16:23:32.848Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.006s coverage: 3.1% of statements [2021-06-02T16:23:34.230Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.565s coverage: 56.2% of statements [2021-06-02T16:23:36.142Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.010s coverage: 1.9% of statements [2021-06-02T16:23:38.053Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.339s coverage: 49.4% of statements [2021-06-02T16:23:38.622Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.998s coverage: 46.2% of statements [2021-06-02T16:23:38.622Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-06-02T16:23:40.531Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.016s coverage: 57.5% of statements [2021-06-02T16:23:40.531Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.532s coverage: 57.7% of statements [2021-06-02T16:23:40.531Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-06-02T16:23:40.531Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-06-02T16:23:42.443Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.008s coverage: 3.0% of statements [2021-06-02T16:23:43.383Z] ok github.com/docker/docker/daemon/links 0.004s coverage: 93.0% of statements [2021-06-02T16:23:43.954Z] ok github.com/docker/docker/daemon/images 0.028s coverage: 6.7% of statements [2021-06-02T16:23:43.954Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-06-02T16:23:43.954Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-06-02T16:23:44.393Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-06-02T16:23:44.393Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-06-02T16:23:44.393Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-06-02T16:23:44.954Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-06-02T16:23:45.334Z] ok github.com/docker/docker/daemon/logger 0.219s coverage: 43.2% of statements [2021-06-02T16:23:46.273Z] ok github.com/docker/docker/daemon/logger/awslogs 0.198s coverage: 77.4% of statements [2021-06-02T16:23:46.273Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-06-02T16:23:46.273Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-06-02T16:23:46.841Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-06-02T16:23:46.841Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-06-02T16:23:46.843Z] ok github.com/docker/docker/daemon/logger/gelf 0.005s coverage: 67.0% of statements [2021-06-02T16:23:47.137Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-06-02T16:23:47.414Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 23.9% of statements [2021-06-02T16:23:48.354Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.007s coverage: 69.9% of statements [2021-06-02T16:23:48.354Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.005s coverage: 87.2% of statements [2021-06-02T16:23:49.735Z] ok github.com/docker/docker/daemon/logger/local 0.014s coverage: 75.2% of statements [2021-06-02T16:23:49.735Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-06-02T16:23:49.994Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.050s coverage: 58.6% of statements [2021-06-02T16:23:51.376Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.009s coverage: 31.5% of statements [2021-06-02T16:23:52.757Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2021-06-02T16:23:52.757Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2021-06-02T16:23:53.698Z] ok github.com/docker/docker/daemon/logger/splunk 1.631s coverage: 82.5% of statements [2021-06-02T16:23:53.698Z] ? github.com/docker/docker/daemon/names [no test files] [2021-06-02T16:23:53.698Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2021-06-02T16:23:53.698Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-06-02T16:23:55.608Z] ok github.com/docker/docker/distribution/metadata 0.073s coverage: 48.2% of statements [2021-06-02T16:23:56.548Z] ok github.com/docker/docker/distribution 0.162s coverage: 25.2% of statements [2021-06-02T16:23:56.548Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-06-02T16:23:57.487Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2021-06-02T16:23:58.425Z] ok github.com/docker/docker/image 0.017s coverage: 86.6% of statements [2021-06-02T16:23:58.994Z] ok github.com/docker/docker/distribution/xfer 1.874s coverage: 85.1% of statements [2021-06-02T16:23:58.994Z] ? github.com/docker/docker/dockerversion [no test files] [2021-06-02T16:23:59.254Z] ok github.com/docker/docker/image/cache 0.017s coverage: 19.2% of statements [2021-06-02T16:24:00.637Z] ok github.com/docker/docker/image/v1 0.008s coverage: 25.0% of statements [2021-06-02T16:24:00.637Z] ok github.com/docker/docker/image/tarexport 0.010s coverage: 0.6% of statements [2021-06-02T16:24:00.637Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-06-02T16:24:01.208Z] ok github.com/docker/docker/libcontainerd/queue 0.028s coverage: 100.0% of statements [2021-06-02T16:24:01.969Z] === RUN TestDockerSuite/TestBuildExpose [2021-06-02T16:24:01.969Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-06-02T16:24:01.969Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-06-02T16:24:02.530Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-06-02T16:24:02.786Z] === RUN TestDockerSuite/TestBuildFails [2021-06-02T16:24:03.184Z] ok github.com/docker/docker/oci 0.013s coverage: 45.2% of statements [2021-06-02T16:24:03.753Z] ok github.com/docker/docker/opts 0.023s coverage: 67.1% of statements [2021-06-02T16:24:03.753Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2021-06-02T16:24:04.149Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-06-02T16:24:04.149Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-06-02T16:24:04.149Z] --- PASS: TestImportExtremelyLargeImageWorks (192.53s) [2021-06-02T16:24:04.149Z] PASS [2021-06-02T16:24:04.149Z] [2021-06-02T16:24:04.149Z] DONE 12 tests in 197.099s [2021-06-02T16:24:04.149Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-06-02T16:24:04.149Z] ++ 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-06-02T16:24:04.149Z] ++ set -e [2021-06-02T16:24:04.149Z] ++ '[' -n 0 ']' [2021-06-02T16:24:04.149Z] ++ set -x [2021-06-02T16:24:04.149Z] ++ env -i DEST=/go/src/github.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-06-02T16:24:04.404Z] INFO: Testing against a local daemon [2021-06-02T16:24:04.404Z] === RUN TestNetworkCreateDelete [2021-06-02T16:24:04.404Z] --- PASS: TestNetworkCreateDelete (0.16s) [2021-06-02T16:24:04.404Z] === RUN TestDockerNetworkDeletePreferID [2021-06-02T16:24:05.006Z] --- PASS: TestDockerNetworkDeletePreferID (0.47s) [2021-06-02T16:24:05.006Z] === RUN TestDaemonDNSFallback [2021-06-02T16:24:05.662Z] ok github.com/docker/docker/pkg/archive 0.320s coverage: 82.1% of statements [2021-06-02T16:24:06.370Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2021-06-02T16:24:06.601Z] ok github.com/docker/docker/pkg/authorization 0.296s coverage: 68.3% of statements [2021-06-02T16:24:06.626Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-06-02T16:24:06.861Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2021-06-02T16:24:06.861Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2021-06-02T16:24:09.888Z] === RUN TestDockerSuite/TestBuildForceRm [2021-06-02T16:24:10.152Z] ok github.com/docker/docker/pkg/chrootarchive 2.484s coverage: 43.2% of statements [2021-06-02T16:24:10.152Z] ok github.com/docker/docker/layer 7.222s coverage: 68.8% of statements [2021-06-02T16:24:10.152Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-06-02T16:24:10.152Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-06-02T16:24:10.152Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-06-02T16:24:10.152Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-06-02T16:24:10.152Z] ? github.com/docker/docker/oci/caps [no test files] [2021-06-02T16:24:10.152Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-06-02T16:24:10.152Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-06-02T16:24:10.411Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2021-06-02T16:24:10.980Z] ok github.com/docker/docker/pkg/discovery 0.030s coverage: 58.3% of statements [2021-06-02T16:24:11.240Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 92.9% of statements [2021-06-02T16:24:11.252Z] === RUN TestDockerSuite/TestBuildFromGit [2021-06-02T16:24:11.809Z] ok github.com/docker/docker/pkg/discovery/memory 0.002s coverage: 92.3% of statements [2021-06-02T16:24:12.378Z] ok github.com/docker/docker/pkg/discovery/nodes 0.011s coverage: 93.8% of statements [2021-06-02T16:24:12.646Z] --- PASS: TestDaemonDNSFallback (7.47s) [2021-06-02T16:24:12.646Z] === RUN TestInspectNetwork [2021-06-02T16:24:12.646Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-06-02T16:24:12.901Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-06-02T16:24:12.948Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2021-06-02T16:24:14.264Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-06-02T16:24:14.328Z] ok github.com/docker/docker/pkg/filenotify 0.609s coverage: 67.0% of statements [2021-06-02T16:24:14.897Z] ok github.com/docker/docker/pkg/fileutils 0.008s coverage: 88.7% of statements [2021-06-02T16:24:15.158Z] ok github.com/docker/docker/pkg/discovery/kv 3.082s coverage: 84.1% of statements [2021-06-02T16:24:15.418Z] ok github.com/docker/docker/pkg/fsutils 0.188s coverage: 85.1% of statements [2021-06-02T16:24:15.678Z] ok github.com/docker/docker/pkg/homedir 0.008s coverage: 11.4% of statements [2021-06-02T16:24:16.618Z] ok github.com/docker/docker/pkg/idtools 0.420s coverage: 69.5% of statements [2021-06-02T16:24:16.780Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-06-02T16:24:17.187Z] ok github.com/docker/docker/pkg/ioutils 0.549s coverage: 69.3% of statements [2021-06-02T16:24:17.187Z] ok github.com/docker/docker/pkg/jsonmessage 0.013s coverage: 91.7% of statements [2021-06-02T16:24:17.187Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-06-02T16:24:17.340Z] === RUN TestInspectNetwork/full_network_id [2021-06-02T16:24:17.340Z] === RUN TestInspectNetwork/partial_network_id [2021-06-02T16:24:17.340Z] === RUN TestInspectNetwork/network_name [2021-06-02T16:24:17.340Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-06-02T16:24:17.595Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-06-02T16:24:17.756Z] ok github.com/docker/docker/pkg/longpath 0.003s coverage: 100.0% of statements [2021-06-02T16:24:17.756Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-06-02T16:24:17.756Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-06-02T16:24:17.756Z] ok github.com/docker/docker/pkg/namesgenerator 0.007s coverage: 85.7% of statements [2021-06-02T16:24:17.756Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-06-02T16:24:17.851Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-06-02T16:24:18.015Z] ok github.com/docker/docker/pkg/parsers 0.009s coverage: 97.0% of statements [2021-06-02T16:24:18.274Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2021-06-02T16:24:18.534Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 86.7% of statements [2021-06-02T16:24:18.793Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2021-06-02T16:24:18.793Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-06-02T16:24:18.793Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-06-02T16:24:19.732Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.010s coverage: 56.8% of statements [2021-06-02T16:24:19.738Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-06-02T16:24:20.671Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2021-06-02T16:24:20.671Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-06-02T16:24:20.931Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2021-06-02T16:24:21.623Z] --- PASS: TestInspectNetwork (9.11s) [2021-06-02T16:24:21.623Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-06-02T16:24:21.623Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-06-02T16:24:21.623Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-06-02T16:24:21.623Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-06-02T16:24:21.623Z] === RUN TestRunContainerWithBridgeNone [2021-06-02T16:24:21.623Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-06-02T16:24:22.309Z] ok github.com/docker/docker/pkg/pubsub 1.026s coverage: 75.0% of statements [2021-06-02T16:24:22.569Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2021-06-02T16:24:22.987Z] === RUN TestDockerSuite/TestBuildHistory [2021-06-02T16:24:26.250Z] --- PASS: TestRunContainerWithBridgeNone (4.16s) [2021-06-02T16:24:26.250Z] === RUN TestNetworkInvalidJSON [2021-06-02T16:24:26.250Z] === RUN TestNetworkInvalidJSON//networks/create [2021-06-02T16:24:26.250Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-06-02T16:24:26.250Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-06-02T16:24:26.250Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-06-02T16:24:26.250Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-02T16:24:26.250Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-02T16:24:26.250Z] === CONT TestNetworkInvalidJSON//networks/create [2021-06-02T16:24:26.250Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-02T16:24:26.250Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-06-02T16:24:26.250Z] --- PASS: TestNetworkInvalidJSON (0.05s) [2021-06-02T16:24:26.250Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2021-06-02T16:24:26.250Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2021-06-02T16:24:26.250Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-06-02T16:24:26.250Z] === RUN TestNetworkList [2021-06-02T16:24:26.250Z] === RUN TestNetworkList//networks [2021-06-02T16:24:26.250Z] === PAUSE TestNetworkList//networks [2021-06-02T16:24:26.250Z] === RUN TestNetworkList//networks/ [2021-06-02T16:24:26.250Z] === PAUSE TestNetworkList//networks/ [2021-06-02T16:24:26.250Z] === CONT TestNetworkList//networks [2021-06-02T16:24:26.250Z] === CONT TestNetworkList//networks/ [2021-06-02T16:24:26.250Z] --- PASS: TestNetworkList (0.02s) [2021-06-02T16:24:26.250Z] --- PASS: TestNetworkList//networks (0.01s) [2021-06-02T16:24:26.250Z] --- PASS: TestNetworkList//networks/ (0.01s) [2021-06-02T16:24:26.250Z] === RUN TestHostIPv4BridgeLabel [2021-06-02T16:24:26.550Z] --- PASS: TestHostIPv4BridgeLabel (0.58s) [2021-06-02T16:24:26.550Z] === RUN TestDaemonRestartWithLiveRestore [2021-06-02T16:24:26.761Z] ok github.com/docker/docker/pkg/signal 3.414s coverage: 62.3% of statements [2021-06-02T16:24:26.761Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2021-06-02T16:24:27.021Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2021-06-02T16:24:27.110Z] === RUN TestDockerSuite/TestBuildIidFile [2021-06-02T16:24:27.280Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2021-06-02T16:24:27.366Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-06-02T16:24:27.366Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2021-06-02T16:24:27.366Z] === RUN TestDaemonDefaultNetworkPools [2021-06-02T16:24:28.220Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 54.9% of statements [2021-06-02T16:24:28.334Z] --- PASS: TestDaemonDefaultNetworkPools (0.75s) [2021-06-02T16:24:28.334Z] === RUN TestDaemonRestartWithExistingNetwork [2021-06-02T16:24:28.334Z] === RUN TestDockerSuite/TestBuildInheritance [2021-06-02T16:24:28.480Z] ok github.com/docker/docker/pkg/system 0.005s coverage: 36.9% of statements [2021-06-02T16:24:29.050Z] ok github.com/docker/docker/pkg/tailfile 0.060s coverage: 88.6% of statements [2021-06-02T16:24:29.262Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-06-02T16:24:29.517Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.35s) [2021-06-02T16:24:29.518Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-06-02T16:24:29.619Z] ok github.com/docker/docker/pkg/tarsum 0.042s coverage: 89.3% of statements [2021-06-02T16:24:29.773Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-06-02T16:24:29.773Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-06-02T16:24:29.879Z] testing: warning: no tests to run [2021-06-02T16:24:29.879Z] coverage: [no statements] [2021-06-02T16:24:29.879Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2021-06-02T16:24:30.139Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2021-06-02T16:24:30.400Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2021-06-02T16:24:30.660Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2021-06-02T16:24:31.144Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.42s) [2021-06-02T16:24:31.144Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-06-02T16:24:31.144Z] === RUN TestDockerSuite/TestBuildLabel [2021-06-02T16:24:31.400Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-06-02T16:24:31.656Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.61s) [2021-06-02T16:24:31.656Z] === RUN TestServiceWithPredefinedNetwork [2021-06-02T16:24:31.920Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-06-02T16:24:32.178Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-06-02T16:24:32.567Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2021-06-02T16:24:32.737Z] === RUN TestDockerSuite/TestBuildLabels [2021-06-02T16:24:32.992Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-06-02T16:24:33.136Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2021-06-02T16:24:33.706Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 85.4% of statements [2021-06-02T16:24:34.356Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-06-02T16:24:34.915Z] --- PASS: TestServiceWithPredefinedNetwork (3.24s) [2021-06-02T16:24:34.915Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-06-02T16:24:34.915Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-02T16:24:34.915Z] service_test.go:242: FLAKY_TEST [2021-06-02T16:24:34.915Z] === RUN TestServiceWithDataPathPortInit [2021-06-02T16:24:35.089Z] ok github.com/docker/docker/quota 0.270s coverage: 71.4% of statements [2021-06-02T16:24:35.348Z] ok github.com/docker/docker/reference 0.006s coverage: 83.7% of statements [2021-06-02T16:24:35.462Z] --- PASS: TestBuildWithHugeFile (132.84s) [2021-06-02T16:24:35.462Z] === RUN TestBuildWCOWSandboxSize [2021-06-02T16:24:36.729Z] ok github.com/docker/docker/registry 0.058s coverage: 58.8% of statements [2021-06-02T16:24:36.802Z] === RUN TestDockerSuite/TestBuildLastModified [2021-06-02T16:24:37.298Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2021-06-02T16:24:37.559Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2021-06-02T16:24:38.498Z] ok github.com/docker/docker/runconfig 0.007s coverage: 66.1% of statements [2021-06-02T16:24:38.498Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2021-06-02T16:24:41.792Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2021-06-02T16:24:42.082Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-06-02T16:24:42.362Z] ok github.com/docker/docker/volume/local 0.094s coverage: 76.4% of statements [2021-06-02T16:24:42.932Z] ok github.com/docker/docker/volume/mounts 0.019s coverage: 67.0% of statements [2021-06-02T16:24:44.313Z] ok github.com/docker/docker/volume/service 0.016s coverage: 73.1% of statements [2021-06-02T16:24:45.342Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2021-06-02T16:24:46.705Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-06-02T16:24:46.705Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-06-02T16:24:46.705Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-06-02T16:24:46.705Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-06-02T16:24:46.960Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-06-02T16:24:47.520Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-06-02T16:24:49.405Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-06-02T16:24:50.766Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-06-02T16:24:52.128Z] --- PASS: TestServiceWithDataPathPortInit (17.21s) [2021-06-02T16:24:52.128Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-06-02T16:24:54.306Z] ok github.com/docker/docker/pkg/plugins 33.616s coverage: 76.6% of statements [2021-06-02T16:24:54.306Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-06-02T16:24:54.306Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-06-02T16:24:54.306Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-06-02T16:24:54.306Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-06-02T16:24:54.306Z] ? github.com/docker/docker/pkg/term [no test files] [2021-06-02T16:24:54.306Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-06-02T16:24:54.306Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-06-02T16:24:54.306Z] ? github.com/docker/docker/rootless [no test files] [2021-06-02T16:24:54.306Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-06-02T16:24:54.306Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-06-02T16:24:54.306Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-06-02T16:24:54.306Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-06-02T16:24:54.306Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-06-02T16:24:54.306Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-06-02T16:24:54.306Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-06-02T16:24:54.306Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-06-02T16:24:54.306Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-06-02T16:24:54.306Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-06-02T16:24:54.306Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-06-02T16:24:54.306Z] ? github.com/docker/docker/testutil/request [no test files] [2021-06-02T16:24:54.306Z] ? github.com/docker/docker/volume [no test files] [2021-06-02T16:24:54.306Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-06-02T16:24:54.306Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-06-02T16:24:54.306Z] [2021-06-02T16:24:54.306Z] === Skipped [2021-06-02T16:24:54.306Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-06-02T16:24:54.306Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-02T16:24:54.306Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-02T16:24:54.306Z] [2021-06-02T16:24:54.306Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-06-02T16:24:54.306Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-02T16:24:54.306Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-02T16:24:54.306Z] [2021-06-02T16:24:54.306Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-06-02T16:24:54.306Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-02T16:24:54.306Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-02T16:24:54.306Z] [2021-06-02T16:24:54.306Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-06-02T16:24:54.306Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-02T16:24:54.306Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-02T16:24:54.306Z] [2021-06-02T16:24:54.306Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-06-02T16:24:54.306Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-02T16:24:54.306Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-02T16:24:54.306Z] [2021-06-02T16:24:54.306Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-06-02T16:24:54.306Z] graphtest_unix.go:73: No driver to put! [2021-06-02T16:24:54.306Z] [2021-06-02T16:24:54.306Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-06-02T16:24:54.306Z] time="2021-06-02T16:23:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-02T16:24:54.306Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-02T16:24:54.306Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-02T16:24:54.306Z] [2021-06-02T16:24:54.306Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-06-02T16:24:54.306Z] time="2021-06-02T16:23:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-02T16:24:54.306Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-02T16:24:54.306Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-02T16:24:54.306Z] [2021-06-02T16:24:54.306Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-06-02T16:24:54.306Z] time="2021-06-02T16:23:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-02T16:24:54.306Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-02T16:24:54.306Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-02T16:24:54.306Z] [2021-06-02T16:24:54.306Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-06-02T16:24:54.306Z] time="2021-06-02T16:23:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-02T16:24:54.306Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-02T16:24:54.306Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-02T16:24:54.306Z] [2021-06-02T16:24:54.306Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-06-02T16:24:54.306Z] time="2021-06-02T16:23:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-02T16:24:54.306Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-02T16:24:54.306Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-02T16:24:54.306Z] [2021-06-02T16:24:54.306Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-06-02T16:24:54.306Z] graphtest_unix.go:73: No driver to put! [2021-06-02T16:24:54.306Z] [2021-06-02T16:24:54.306Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-06-02T16:24:54.306Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-06-02T16:24:54.306Z] [2021-06-02T16:24:54.306Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-06-02T16:24:54.306Z] overlay_test.go:49: Fails to compute changes intermittently [2021-06-02T16:24:54.306Z] [2021-06-02T16:24:54.306Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-06-02T16:24:54.306Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-06-02T16:24:54.306Z] [2021-06-02T16:24:54.306Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-06-02T16:24:54.306Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-06-02T16:24:54.306Z] [2021-06-02T16:24:54.306Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-06-02T16:24:54.306Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-02T16:24:54.306Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-02T16:24:54.306Z] [2021-06-02T16:24:54.306Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-06-02T16:24:54.306Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-02T16:24:54.306Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-02T16:24:54.306Z] [2021-06-02T16:24:54.306Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-06-02T16:24:54.306Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-02T16:24:54.306Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-02T16:24:54.306Z] [2021-06-02T16:24:54.306Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-06-02T16:24:54.306Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-02T16:24:54.306Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-02T16:24:54.306Z] [2021-06-02T16:24:54.306Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-06-02T16:24:54.306Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-02T16:24:54.306Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-02T16:24:54.306Z] [2021-06-02T16:24:54.306Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-06-02T16:24:54.306Z] graphtest_unix.go:73: No driver to put! [2021-06-02T16:24:54.306Z] [2021-06-02T16:24:54.306Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-06-02T16:24:54.306Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-06-02T16:24:54.306Z] [2021-06-02T16:24:54.306Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-06-02T16:24:54.306Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-06-02T16:24:54.306Z] [2021-06-02T16:24:54.306Z] [2021-06-02T16:24:54.306Z] DONE 2255 tests, 24 skipped in 257.379s Post stage [Pipeline] junit [2021-06-02T16:24:54.328Z] Recording test results [2021-06-02T16:24:54.628Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2021-06-02T16:24:54.986Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42143/.git:/go/src/github.com/docker/docker/.git --name docker-pr28 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d414c0c1e8c487170b1d2f5af4946771645c6564 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d414c0c1e8c487170b1d2f5af4946771645c6564 hack/validate/vendor [2021-06-02T16:24:55.420Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-06-02T16:24:55.420Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-06-02T16:24:55.557Z] update vendored copy of archive/tar [2021-06-02T16:24:55.816Z] downloading: https://golang.org/dl/go1.13.15.src.tar.gz [2021-06-02T16:24:55.980Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-06-02T16:24:57.196Z] patching file stat_unix.go [2021-06-02T16:24:57.196Z] 2021/06/02 16:24:57 Collecting initial packages [2021-06-02T16:24:57.455Z] 2021/06/02 16:24:57 Download dependencies [2021-06-02T16:25:00.744Z] 2021/06/02 16:25:00 Starting whole vndr cycle because no package specified [2021-06-02T16:25:00.744Z] 2021/06/02 16:25:00 Ignoring paths matching "^archive/tar" [2021-06-02T16:25:01.003Z] 2021/06/02 16:25:00 Clone github.com/willf/bitset, revision 559910e8471e48d76d9e5a1ba15842dee77ad45d, attempt 1/20 [2021-06-02T16:25:01.003Z] 2021/06/02 16:25:00 Clone github.com/Azure/go-ansiterm, revision d6e3b3328b783f23731bc4d058875b0371ff8109, attempt 1/20 [2021-06-02T16:25:01.003Z] 2021/06/02 16:25:00 Clone github.com/Microsoft/hcsshim, revision e811ee705ec77df2ae28857ade553043fb564d91, attempt 1/20 [2021-06-02T16:25:01.003Z] 2021/06/02 16:25:00 Clone github.com/docker/libtrust, revision 9cbd2a1374f46905c68a4eb3694a130610adc62a, attempt 1/20 [2021-06-02T16:25:01.003Z] 2021/06/02 16:25:00 Clone github.com/golang/gddo, revision 72a348e765d293ed6d1ded7b699591f14d6cd921, attempt 1/20 [2021-06-02T16:25:01.003Z] 2021/06/02 16:25:00 Clone github.com/Microsoft/go-winio, revision 5c2e05d71961716a6c392a06ada435aaf5d5302c, attempt 1/20 [2021-06-02T16:25:01.003Z] 2021/06/02 16:25:00 Clone github.com/google/uuid, revision 0cd6bf5da1e1c83f8b45653022c74f71af0538a4, attempt 1/20 [2021-06-02T16:25:01.003Z] 2021/06/02 16:25:00 Clone github.com/gorilla/mux, revision 98cb6bf42e086f6af920b965c38cacc07402d51b, attempt 1/20 [2021-06-02T16:25:01.003Z] 2021/06/02 16:25:00 Clone github.com/Microsoft/opengcs, revision a10967154e143a36014584a6f664344e3bb0aa64, attempt 1/20 [2021-06-02T16:25:01.003Z] 2021/06/02 16:25:00 Clone github.com/moby/locker, revision 281af2d563954745bea9d1487c965f24d30742fe, attempt 1/20 [2021-06-02T16:25:01.003Z] 2021/06/02 16:25:00 Clone github.com/moby/term, revision bea5bbe245bf407372d477f1361d2ff042d2f556, attempt 1/20 [2021-06-02T16:25:01.003Z] 2021/06/02 16:25:00 Clone github.com/moby/sys, revision b0f1fd7235275d01bd35cc4421e884e522395f45, attempt 1/20 [2021-06-02T16:25:01.003Z] 2021/06/02 16:25:00 Clone github.com/creack/pty, revision 2a38352e8b4d7ab6c336eef107e42a55e72e7fbc, attempt 1/20 [2021-06-02T16:25:01.003Z] 2021/06/02 16:25:00 Clone github.com/sirupsen/logrus, revision 6699a89a232f3db797f2e280639854bbc4b89725, attempt 1/20 [2021-06-02T16:25:01.003Z] 2021/06/02 16:25:00 Clone github.com/tchap/go-patricia, revision a7f0089c6f496e8e70402f61733606daa326cac5, attempt 1/20 [2021-06-02T16:25:01.003Z] 2021/06/02 16:25:00 Clone golang.org/x/net, revision 6772e930b67bb09bf22262c7378e7d2f67cf59d1, attempt 1/20 [2021-06-02T16:25:01.258Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.64s) [2021-06-02T16:25:01.259Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:366edxsehmlddnv7csahys84v Created:2021-06-02 16:24:53.454600033 +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[9727b9011165285264350350eae569a81ac0a1ba46064abe44a7ef8f1c6548e1:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.xpoi8mbb1ooinzf7cgsiviaru EndpointID:cde900882cddf244346d02793edee0e6dd831409de19293d7936e71c007bf04b MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:f36e9816d70c5720a7290c50f5c53dcbb5b983ddc96dff1de1c9b7abd384ae13 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:9553452808f2 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.xpoi8mbb1ooinzf7cgsiviaru EndpointID:cde900882cddf244346d02793edee0e6dd831409de19293d7936e71c007bf04b EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-06-02T16:25:01.259Z] PASS [2021-06-02T16:25:01.259Z] [2021-06-02T16:25:01.259Z] === Skipped [2021-06-02T16:25:01.259Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-02T16:25:01.259Z] service_test.go:242: FLAKY_TEST [2021-06-02T16:25:01.259Z] [2021-06-02T16:25:01.259Z] [2021-06-02T16:25:01.259Z] DONE 26 tests, 1 skipped in 56.433s [2021-06-02T16:25:01.259Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-06-02T16:25:01.259Z] ++ 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-06-02T16:25:01.259Z] ++ set -e [2021-06-02T16:25:01.259Z] ++ '[' -n 0 ']' [2021-06-02T16:25:01.259Z] ++ set -x [2021-06-02T16:25:01.259Z] ++ env -i DEST=/go/src/github.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-06-02T16:25:01.259Z] INFO: Testing against a local daemon [2021-06-02T16:25:01.259Z] === RUN TestDockerNetworkIpvlanPersistance [2021-06-02T16:25:01.259Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-02T16:25:01.259Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-02T16:25:01.259Z] === RUN TestDockerNetworkIpvlan [2021-06-02T16:25:01.259Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-06-02T16:25:01.259Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-02T16:25:01.259Z] PASS [2021-06-02T16:25:01.259Z] [2021-06-02T16:25:01.259Z] === Skipped [2021-06-02T16:25:01.259Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-02T16:25:01.259Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-02T16:25:01.259Z] [2021-06-02T16:25:01.259Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-06-02T16:25:01.259Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-02T16:25:01.259Z] [2021-06-02T16:25:01.259Z] [2021-06-02T16:25:01.259Z] DONE 2 tests, 2 skipped in 0.149s [2021-06-02T16:25:01.259Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-06-02T16:25:01.259Z] ++ 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-06-02T16:25:01.259Z] ++ set -e [2021-06-02T16:25:01.259Z] ++ '[' -n 0 ']' [2021-06-02T16:25:01.259Z] ++ set -x [2021-06-02T16:25:01.259Z] ++ env -i DEST=/go/src/github.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-06-02T16:25:01.259Z] INFO: Testing against a local daemon [2021-06-02T16:25:01.259Z] === RUN TestDockerNetworkMacvlanPersistance [2021-06-02T16:25:01.943Z] 2021/06/02 16:25:01 Finished clone github.com/tchap/go-patricia [2021-06-02T16:25:01.943Z] 2021/06/02 16:25:01 Clone golang.org/x/sys, revision d19ff857e887eacb631721f188c7d365c2331456, attempt 1/20 [2021-06-02T16:25:01.943Z] 2021/06/02 16:25:01 Finished clone github.com/google/uuid [2021-06-02T16:25:01.943Z] 2021/06/02 16:25:01 Clone github.com/docker/go-units, revision 519db1ee28dcc9fd2474ae59fca29a810482bfb1, attempt 1/20 [2021-06-02T16:25:01.943Z] 2021/06/02 16:25:01 Finished clone github.com/creack/pty [2021-06-02T16:25:01.943Z] 2021/06/02 16:25:01 Clone github.com/docker/go-connections, revision 7395e3f8aa162843a74ed6d48e79627d9792ac55, attempt 1/20 [2021-06-02T16:25:01.943Z] 2021/06/02 16:25:01 Finished clone github.com/docker/libtrust [2021-06-02T16:25:01.943Z] 2021/06/02 16:25:01 Clone golang.org/x/text, revision 23ae387dee1f90d29a23c0e87ee0b46038fbed0e, attempt 1/20 [2021-06-02T16:25:01.943Z] 2021/06/02 16:25:01 Finished clone github.com/Azure/go-ansiterm [2021-06-02T16:25:01.943Z] 2021/06/02 16:25:01 Clone gotest.tools/v3, revision 568bc57cc5c19a2ef85e5749870b49a4cc2ab54d, attempt 1/20 [2021-06-02T16:25:02.203Z] 2021/06/02 16:25:01 Finished clone github.com/moby/locker [2021-06-02T16:25:02.203Z] 2021/06/02 16:25:01 Clone github.com/google/go-cmp, revision 3af367b6b30c263d47e8895973edcca9a49cf029, attempt 1/20 [2021-06-02T16:25:02.203Z] 2021/06/02 16:25:02 Finished clone github.com/willf/bitset [2021-06-02T16:25:02.203Z] 2021/06/02 16:25:02 Clone github.com/syndtr/gocapability, revision 42c35b4376354fd554efc7ad35e0b7f94e3a0ffb, attempt 1/20 [2021-06-02T16:25:02.203Z] 2021/06/02 16:25:02 Finished clone github.com/moby/term [2021-06-02T16:25:02.203Z] 2021/06/02 16:25:02 Clone github.com/RackSec/srslog, revision a4725f04ec91af1a91b380da679d6e0c2f061e59, attempt 1/20 [2021-06-02T16:25:02.468Z] 2021/06/02 16:25:02 Finished clone github.com/gorilla/mux [2021-06-02T16:25:02.468Z] 2021/06/02 16:25:02 Clone github.com/imdario/mergo, revision 1afb36080aec31e0d1528973ebe6721b191b0369, attempt 1/20 [2021-06-02T16:25:02.468Z] 2021/06/02 16:25:02 Clone golang.org/x/sync, revision 6e8e738ad208923de99951fe0b48239bfd864f28, attempt 1/20 [2021-06-02T16:25:02.468Z] 2021/06/02 16:25:02 Finished clone github.com/Microsoft/go-winio [2021-06-02T16:25:02.621Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.45s) [2021-06-02T16:25:02.621Z] === RUN TestDockerNetworkMacvlan [2021-06-02T16:25:02.729Z] 2021/06/02 16:25:02 Finished clone github.com/sirupsen/logrus [2021-06-02T16:25:02.730Z] 2021/06/02 16:25:02 Clone github.com/moby/buildkit, revision 244e8cde639f71a05a1a2e0670bd88e0206ce55c, attempt 1/20 [2021-06-02T16:25:03.183Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-06-02T16:25:03.300Z] 2021/06/02 16:25:03 Finished clone github.com/docker/go-units [2021-06-02T16:25:03.300Z] 2021/06/02 16:25:03 Clone github.com/tonistiigi/fsutil, revision 0834f99b7b85462efb69b4f571a4fa3ca7da5ac9, attempt 1/20 [2021-06-02T16:25:03.561Z] 2021/06/02 16:25:03 Finished clone github.com/RackSec/srslog [2021-06-02T16:25:03.561Z] 2021/06/02 16:25:03 Clone github.com/tonistiigi/units, revision 6950e57a87eaf136bbe44ef2ec8e75b9e3569de2, attempt 1/20 [2021-06-02T16:25:03.561Z] 2021/06/02 16:25:03 Finished clone github.com/syndtr/gocapability [2021-06-02T16:25:03.561Z] 2021/06/02 16:25:03 Clone github.com/grpc-ecosystem/grpc-opentracing, revision 8e809c8a86450a29b90dcc9efbf062d0fe6d9746, attempt 1/20 [2021-06-02T16:25:03.821Z] 2021/06/02 16:25:03 Finished clone github.com/imdario/mergo [2021-06-02T16:25:03.821Z] 2021/06/02 16:25:03 Clone github.com/opentracing/opentracing-go, revision d34af3eaa63c4d08ab54863a4bdd0daa45212e12, attempt 1/20 [2021-06-02T16:25:03.821Z] 2021/06/02 16:25:03 Finished clone golang.org/x/sync [2021-06-02T16:25:03.821Z] 2021/06/02 16:25:03 Clone github.com/google/shlex, revision e7afc7fbc51079733e9468cdfd1efcd7d196cd1d, attempt 1/20 [2021-06-02T16:25:03.821Z] 2021/06/02 16:25:03 Finished clone gotest.tools/v3 [2021-06-02T16:25:03.821Z] 2021/06/02 16:25:03 Clone github.com/opentracing-contrib/go-stdlib, revision 8a6ff1ad1691a29e4f7b5d46604f97634997c8c4, attempt 1/20 [2021-06-02T16:25:03.821Z] 2021/06/02 16:25:03 Finished clone github.com/moby/sys [2021-06-02T16:25:03.821Z] 2021/06/02 16:25:03 Clone github.com/mitchellh/hashstructure, revision a38c50148365edc8df43c1580c48fb2b3a1e9cd7, attempt 1/20 [2021-06-02T16:25:04.109Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-06-02T16:25:04.392Z] 2021/06/02 16:25:04 Finished clone github.com/google/go-cmp [2021-06-02T16:25:04.392Z] 2021/06/02 16:25:04 Clone github.com/gofrs/flock, revision 6caa7350c26b838538005fae7dbee4e69d9398db, attempt 1/20 [2021-06-02T16:25:04.963Z] 2021/06/02 16:25:04 Finished clone github.com/tonistiigi/units [2021-06-02T16:25:04.963Z] 2021/06/02 16:25:04 Clone github.com/grpc-ecosystem/go-grpc-middleware, revision 3c51f7f332123e8be5a157c0802a228ac85bf9db, attempt 1/20 [2021-06-02T16:25:04.963Z] 2021/06/02 16:25:04 Finished clone github.com/docker/go-connections [2021-06-02T16:25:04.963Z] 2021/06/02 16:25:04 Clone github.com/docker/libnetwork, revision 64b7a4574d1426139437d20e81c0b6d391130ec8, attempt 1/20 [2021-06-02T16:25:05.036Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-06-02T16:25:05.223Z] 2021/06/02 16:25:05 Finished clone github.com/grpc-ecosystem/grpc-opentracing [2021-06-02T16:25:05.223Z] 2021/06/02 16:25:05 Clone github.com/docker/go-events, revision e31b211e4f1cd09aa76fe4ac244571fab96ae47f, attempt 1/20 [2021-06-02T16:25:05.223Z] 2021/06/02 16:25:05 Finished clone github.com/opentracing-contrib/go-stdlib [2021-06-02T16:25:05.223Z] 2021/06/02 16:25:05 Clone github.com/armon/go-radix, revision e39d623f12e8e41c7b5529e9a9dd67a1e2261f80, attempt 1/20 [2021-06-02T16:25:05.223Z] 2021/06/02 16:25:05 Finished clone github.com/mitchellh/hashstructure [2021-06-02T16:25:05.223Z] 2021/06/02 16:25:05 Clone github.com/armon/go-metrics, revision eb0af217e5e9747e41dd5303755356b62d28e3ec, attempt 1/20 [2021-06-02T16:25:05.223Z] 2021/06/02 16:25:05 Finished clone github.com/google/shlex [2021-06-02T16:25:05.223Z] 2021/06/02 16:25:05 Clone github.com/hashicorp/go-msgpack, revision 71c2886f5a673a35f909803f38ece5810165097b, attempt 1/20 [2021-06-02T16:25:05.483Z] 2021/06/02 16:25:05 Finished clone github.com/opentracing/opentracing-go [2021-06-02T16:25:05.484Z] 2021/06/02 16:25:05 Clone github.com/hashicorp/memberlist, revision 3d8438da9589e7b608a83ffac1ef8211486bcb7c, attempt 1/20 [2021-06-02T16:25:05.744Z] 2021/06/02 16:25:05 Finished clone github.com/gofrs/flock [2021-06-02T16:25:05.744Z] 2021/06/02 16:25:05 Clone github.com/sean-/seed, revision e2103e2c35297fb7e17febb81e49b312087a2372, attempt 1/20 [2021-06-02T16:25:06.398Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-06-02T16:25:06.687Z] 2021/06/02 16:25:06 Finished clone github.com/armon/go-radix [2021-06-02T16:25:06.687Z] 2021/06/02 16:25:06 Clone github.com/hashicorp/errwrap, revision 8a6fb523712970c966eefc6b39ed2c5e74880354, attempt 1/20 [2021-06-02T16:25:06.687Z] 2021/06/02 16:25:06 Finished clone github.com/docker/go-events [2021-06-02T16:25:06.687Z] 2021/06/02 16:25:06 Clone github.com/hashicorp/go-sockaddr, revision c7188e74f6acae5a989bdc959aa779f8b9f42faf, attempt 1/20 [2021-06-02T16:25:06.687Z] 2021/06/02 16:25:06 Finished clone github.com/armon/go-metrics [2021-06-02T16:25:06.687Z] 2021/06/02 16:25:06 Clone github.com/hashicorp/go-multierror, revision 886a7fbe3eb1c874d46f623bfa70af45f425b3d1, attempt 1/20 [2021-06-02T16:25:07.257Z] 2021/06/02 16:25:07 Finished clone github.com/sean-/seed [2021-06-02T16:25:07.257Z] 2021/06/02 16:25:07 Clone github.com/hashicorp/serf, revision 598c54895cc5a7b1a24a398d635e8c0ea0959870, attempt 1/20 [2021-06-02T16:25:07.827Z] 2021/06/02 16:25:07 Clone github.com/docker/libkv, revision 458977154600b9f23984d9f4b82e79570b5ae12b, attempt 1/20 [2021-06-02T16:25:07.827Z] 2021/06/02 16:25:07 Finished clone github.com/tonistiigi/fsutil [2021-06-02T16:25:08.088Z] 2021/06/02 16:25:07 Finished clone github.com/hashicorp/memberlist [2021-06-02T16:25:08.088Z] 2021/06/02 16:25:07 Clone github.com/vishvananda/netns, revision db3c7e526aae966c4ccfa6c8189b693d6ac5d202, attempt 1/20 [2021-06-02T16:25:08.088Z] 2021/06/02 16:25:07 Finished clone github.com/hashicorp/errwrap [2021-06-02T16:25:08.088Z] 2021/06/02 16:25:07 Clone github.com/vishvananda/netlink, revision f049be6f391489d3f374498fe0c8df8449258372, attempt 1/20 [2021-06-02T16:25:08.088Z] 2021/06/02 16:25:08 Finished clone github.com/hashicorp/go-multierror [2021-06-02T16:25:08.088Z] 2021/06/02 16:25:08 Clone github.com/moby/ipvs, revision 4566ccea0e08d68e9614c3e7a64a23b850c4bb35, attempt 1/20 [2021-06-02T16:25:08.911Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-06-02T16:25:09.471Z] 2021/06/02 16:25:09 Finished clone github.com/docker/libkv [2021-06-02T16:25:09.471Z] 2021/06/02 16:25:09 Clone github.com/BurntSushi/toml, revision 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005, attempt 1/20 [2021-06-02T16:25:09.471Z] 2021/06/02 16:25:09 Finished clone github.com/golang/gddo [2021-06-02T16:25:09.471Z] 2021/06/02 16:25:09 Clone github.com/samuel/go-zookeeper, revision d0e0d8e11f318e000a8cc434616d69e329edc374, attempt 1/20 [2021-06-02T16:25:09.471Z] 2021/06/02 16:25:09 Finished clone github.com/vishvananda/netns [2021-06-02T16:25:09.471Z] 2021/06/02 16:25:09 Clone github.com/deckarep/golang-set, revision ef32fa3046d9f249d399f98ebaf9be944430fd1d, attempt 1/20 [2021-06-02T16:25:09.471Z] 2021/06/02 16:25:09 Clone github.com/coreos/etcd, revision 2c834459e1aab78a5d5219c7dfe42335fc4b617a, attempt 1/20 [2021-06-02T16:25:09.731Z] 2021/06/02 16:25:09 Finished clone github.com/hashicorp/go-sockaddr [2021-06-02T16:25:10.671Z] 2021/06/02 16:25:10 Finished clone github.com/moby/ipvs [2021-06-02T16:25:10.671Z] 2021/06/02 16:25:10 Clone github.com/coreos/go-semver, revision 8ab6407b697782a06568d4b7f1db25550ec2e4c6, attempt 1/20 [2021-06-02T16:25:10.802Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2021-06-02T16:25:10.802Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-06-02T16:25:10.932Z] 2021/06/02 16:25:10 Finished clone golang.org/x/net [2021-06-02T16:25:10.932Z] 2021/06/02 16:25:10 Clone github.com/hashicorp/consul, revision 9a9cc9341bb487651a0399e3fc5e1e8a42e62dd9, attempt 1/20 [2021-06-02T16:25:10.932Z] 2021/06/02 16:25:10 Finished clone github.com/deckarep/golang-set [2021-06-02T16:25:10.932Z] 2021/06/02 16:25:10 Clone github.com/miekg/dns, revision 6c0c4e6581f8e173cc562c8b3363ab984e4ae071, attempt 1/20 [2021-06-02T16:25:11.192Z] 2021/06/02 16:25:11 Finished clone github.com/BurntSushi/toml [2021-06-02T16:25:11.192Z] 2021/06/02 16:25:11 Clone github.com/ishidawataru/sctp, revision f2269e66cdee387bd321445d5d300893449805be, attempt 1/20 [2021-06-02T16:25:11.192Z] 2021/06/02 16:25:11 Finished clone github.com/samuel/go-zookeeper [2021-06-02T16:25:11.192Z] 2021/06/02 16:25:11 Clone go.etcd.io/bbolt, revision 232d8fc87f50244f9c808f4745759e08a304c029, attempt 1/20 [2021-06-02T16:25:11.453Z] 2021/06/02 16:25:11 Finished clone github.com/hashicorp/go-msgpack [2021-06-02T16:25:11.453Z] 2021/06/02 16:25:11 Clone github.com/json-iterator/go, revision a1ca0830781e007c66b225121d2cdb3a649421f6, attempt 1/20 [2021-06-02T16:25:11.453Z] 2021/06/02 16:25:11 Finished clone github.com/vishvananda/netlink [2021-06-02T16:25:11.453Z] 2021/06/02 16:25:11 Clone github.com/modern-go/concurrent, revision bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94, attempt 1/20 [2021-06-02T16:25:12.023Z] 2021/06/02 16:25:11 Finished clone github.com/coreos/go-semver [2021-06-02T16:25:12.023Z] 2021/06/02 16:25:11 Clone github.com/modern-go/reflect2, revision 94122c33edd36123c84d5368cfb2b69df93a0ec8, attempt 1/20 [2021-06-02T16:25:12.593Z] 2021/06/02 16:25:12 Finished clone github.com/ishidawataru/sctp [2021-06-02T16:25:12.593Z] 2021/06/02 16:25:12 Clone github.com/docker/distribution, revision 0d3efadf0154c2b8a4e7b6621fff9809655cc580, attempt 1/20 [2021-06-02T16:25:12.593Z] 2021/06/02 16:25:12 Finished clone github.com/modern-go/concurrent [2021-06-02T16:25:12.593Z] 2021/06/02 16:25:12 Clone github.com/vbatts/tar-split, revision 620714a4c508c880ac1bdda9c8370a2b19af1a55, attempt 1/20 [2021-06-02T16:25:12.687Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-06-02T16:25:12.942Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-06-02T16:25:13.534Z] 2021/06/02 16:25:13 Finished clone github.com/modern-go/reflect2 [2021-06-02T16:25:13.534Z] 2021/06/02 16:25:13 Clone github.com/opencontainers/go-digest, revision ea51bea511f75cfa3ef6098cc253c5c3609b037a, attempt 1/20 [2021-06-02T16:25:14.474Z] 2021/06/02 16:25:14 Finished clone github.com/json-iterator/go [2021-06-02T16:25:14.474Z] 2021/06/02 16:25:14 Clone github.com/mistifyio/go-zfs, revision f784269be439d704d3dfa1906f45dd848fed2beb, attempt 1/20 [2021-06-02T16:25:14.474Z] 2021/06/02 16:25:14 Finished clone go.etcd.io/bbolt [2021-06-02T16:25:14.474Z] 2021/06/02 16:25:14 Clone google.golang.org/grpc, revision f495f5b15ae7ccda3b38c53a1bfcde4c1a58a2bc, attempt 1/20 [2021-06-02T16:25:14.474Z] 2021/06/02 16:25:14 Finished clone github.com/Microsoft/opengcs [2021-06-02T16:25:14.474Z] 2021/06/02 16:25:14 Clone github.com/opencontainers/runc, revision b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7, attempt 1/20 [2021-06-02T16:25:15.048Z] 2021/06/02 16:25:14 Finished clone github.com/opencontainers/go-digest [2021-06-02T16:25:15.048Z] 2021/06/02 16:25:14 Clone github.com/opencontainers/runtime-spec, revision 1c3f411f041711bbeecf35ff7e93461ea6789220, attempt 1/20 [2021-06-02T16:25:15.770Z] 2021/06/02 16:25:15 Finished clone github.com/mistifyio/go-zfs [2021-06-02T16:25:15.770Z] 2021/06/02 16:25:15 Finished clone github.com/grpc-ecosystem/go-grpc-middleware [2021-06-02T16:25:15.770Z] 2021/06/02 16:25:15 Clone github.com/cyphar/filepath-securejoin, revision a261ee33d7a517f054effbf451841abaafe3e0fd, attempt 1/20 [2021-06-02T16:25:15.770Z] 2021/06/02 16:25:15 Clone github.com/opencontainers/image-spec, revision d60099175f88c47cd379c4738d158884749ed235, attempt 1/20 [2021-06-02T16:25:16.248Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-06-02T16:25:16.248Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-06-02T16:25:17.681Z] 2021/06/02 16:25:17 Finished clone github.com/hashicorp/serf [2021-06-02T16:25:17.681Z] 2021/06/02 16:25:17 Clone github.com/coreos/go-systemd, revision 39ca1b05acc7ad1220e09f133283b8859a8b71ab, attempt 1/20 [2021-06-02T16:25:17.681Z] 2021/06/02 16:25:17 Finished clone github.com/cyphar/filepath-securejoin [2021-06-02T16:25:17.681Z] 2021/06/02 16:25:17 Clone github.com/coreos/go-systemd/v22, revision 256724e3db397c5ca4287b8f0c78e9e8492fdb01, attempt 1/20 [2021-06-02T16:25:18.250Z] 2021/06/02 16:25:17 Finished clone github.com/vbatts/tar-split [2021-06-02T16:25:18.250Z] 2021/06/02 16:25:17 Clone github.com/godbus/dbus/v5, revision c88335c0b1d28a30e7fc76d526a06154b85e5d97, attempt 1/20 [2021-06-02T16:25:18.819Z] 2021/06/02 16:25:18 Finished clone github.com/opencontainers/runtime-spec [2021-06-02T16:25:18.819Z] 2021/06/02 16:25:18 Clone github.com/Graylog2/go-gelf, revision 1550ee647df0510058c9d67a45c56f18911d80b8, attempt 1/20 [2021-06-02T16:25:20.204Z] 2021/06/02 16:25:19 Finished clone github.com/opencontainers/image-spec [2021-06-02T16:25:20.204Z] 2021/06/02 16:25:19 Clone github.com/fluent/fluent-logger-golang, revision b9b7fb02ccfee8ba4e69aa87386820c2bf24fd11, attempt 1/20 [2021-06-02T16:25:20.204Z] 2021/06/02 16:25:19 Finished clone github.com/coreos/go-systemd [2021-06-02T16:25:20.204Z] 2021/06/02 16:25:19 Clone github.com/philhofer/fwd, revision bb6d471dc95d4fe11e432687f8b70ff496cf3136, attempt 1/20 [2021-06-02T16:25:20.204Z] 2021/06/02 16:25:20 Clone github.com/tinylib/msgp, revision af6442a0fcf6e2a1b824f70dd0c734f01e817751, attempt 1/20 [2021-06-02T16:25:20.204Z] 2021/06/02 16:25:20 Finished clone github.com/coreos/go-systemd/v22 [2021-06-02T16:25:20.204Z] 2021/06/02 16:25:20 Finished clone github.com/Graylog2/go-gelf [2021-06-02T16:25:20.204Z] 2021/06/02 16:25:20 Clone github.com/fsnotify/fsnotify, revision 45d7d09e39ef4ac08d493309fa031790c15bfe8a, attempt 1/20 [2021-06-02T16:25:20.204Z] 2021/06/02 16:25:20 Finished clone github.com/godbus/dbus/v5 [2021-06-02T16:25:20.204Z] 2021/06/02 16:25:20 Clone github.com/aws/aws-sdk-go, revision 2590bc875c54c9fda225d8e4e56a9d28d90c6a47, attempt 1/20 [2021-06-02T16:25:21.516Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-06-02T16:25:21.585Z] 2021/06/02 16:25:21 Finished clone github.com/philhofer/fwd [2021-06-02T16:25:21.585Z] 2021/06/02 16:25:21 Clone github.com/jmespath/go-jmespath, revision 2d053f87d1d7f9f48196ae04cf3daea4273d207d, attempt 1/20 [2021-06-02T16:25:21.585Z] 2021/06/02 16:25:21 Finished clone github.com/fluent/fluent-logger-golang [2021-06-02T16:25:21.585Z] 2021/06/02 16:25:21 Clone github.com/bsphere/le_go, revision 7a984a84b5492ae539b79b62fb4a10afc63c7bcf, attempt 1/20 [2021-06-02T16:25:22.154Z] 2021/06/02 16:25:22 Finished clone github.com/fsnotify/fsnotify [2021-06-02T16:25:22.154Z] 2021/06/02 16:25:22 Clone golang.org/x/oauth2, revision bf48bf16ab8d622ce64ec6ce98d2c98f916b6303, attempt 1/20 [2021-06-02T16:25:22.442Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-06-02T16:25:23.004Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-06-02T16:25:23.093Z] 2021/06/02 16:25:22 Finished clone github.com/bsphere/le_go [2021-06-02T16:25:23.093Z] 2021/06/02 16:25:22 Clone google.golang.org/api, revision dec2ee309f5b09fc59bc40676447c15736284d78, attempt 1/20 [2021-06-02T16:25:23.564Z] --- PASS: TestDockerNetworkMacvlan (21.16s) [2021-06-02T16:25:23.564Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s) [2021-06-02T16:25:23.564Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2021-06-02T16:25:23.564Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.40s) [2021-06-02T16:25:23.564Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (3.09s) [2021-06-02T16:25:23.564Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (6.91s) [2021-06-02T16:25:23.564Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.95s) [2021-06-02T16:25:23.564Z] PASS [2021-06-02T16:25:23.564Z] [2021-06-02T16:25:23.564Z] DONE 8 tests in 22.733s [2021-06-02T16:25:23.564Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-06-02T16:25:23.564Z] ++ 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-06-02T16:25:23.564Z] ++ set -e [2021-06-02T16:25:23.564Z] ++ '[' -n 0 ']' [2021-06-02T16:25:23.564Z] ++ set -x [2021-06-02T16:25:23.565Z] ++ env -i DEST=/go/src/github.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-06-02T16:25:23.565Z] testing: warning: no tests to run [2021-06-02T16:25:23.565Z] PASS [2021-06-02T16:25:23.565Z] [2021-06-02T16:25:23.565Z] DONE 0 tests in 0.033s [2021-06-02T16:25:23.565Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-06-02T16:25:23.565Z] ++ 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-06-02T16:25:23.565Z] ++ set -e [2021-06-02T16:25:23.565Z] ++ '[' -n 0 ']' [2021-06-02T16:25:23.565Z] ++ set -x [2021-06-02T16:25:23.565Z] ++ env -i DEST=/go/src/github.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-06-02T16:25:23.820Z] INFO: Testing against a local daemon [2021-06-02T16:25:23.820Z] === RUN TestAuthZPluginAllowRequest [2021-06-02T16:25:24.032Z] 2021/06/02 16:25:23 Finished clone github.com/jmespath/go-jmespath [2021-06-02T16:25:24.032Z] 2021/06/02 16:25:23 Clone github.com/golang/groupcache, revision 869f871628b6baa9cfbc11732cdf6546b17c1298, attempt 1/20 [2021-06-02T16:25:24.601Z] 2021/06/02 16:25:24 Finished clone github.com/tinylib/msgp [2021-06-02T16:25:24.601Z] 2021/06/02 16:25:24 Clone go.opencensus.io, revision d835ff86be02193d324330acdb7d65546b05f814, attempt 1/20 [2021-06-02T16:25:24.863Z] 2021/06/02 16:25:24 Finished clone golang.org/x/oauth2 [2021-06-02T16:25:24.863Z] 2021/06/02 16:25:24 Clone cloud.google.com/go, revision ceeb313ad77b789a7fa5287b36a1d127b69b7093, attempt 1/20 [2021-06-02T16:25:25.122Z] 2021/06/02 16:25:25 Finished clone github.com/docker/libnetwork [2021-06-02T16:25:25.122Z] 2021/06/02 16:25:25 Clone github.com/googleapis/gax-go, revision bd5b16380fd03dc758d11cef74ba2e3bc8b0e8c2, attempt 1/20 [2021-06-02T16:25:25.382Z] 2021/06/02 16:25:25 Finished clone github.com/golang/groupcache [2021-06-02T16:25:25.382Z] 2021/06/02 16:25:25 Clone google.golang.org/genproto, revision 3f1135a288c9a07e340ae8ba4cc6c7065a3160e8, attempt 1/20 [2021-06-02T16:25:25.705Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-06-02T16:25:25.705Z] --- PASS: TestAuthZPluginAllowRequest (1.83s) [2021-06-02T16:25:25.705Z] === RUN TestAuthZPluginTLS [2021-06-02T16:25:25.705Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-06-02T16:25:25.953Z] 2021/06/02 16:25:25 Finished clone golang.org/x/sys [2021-06-02T16:25:25.953Z] 2021/06/02 16:25:25 Clone github.com/containerd/containerd, revision 19ee068f93c91f7b9b2a858457f1af2cabc7bc06, attempt 1/20 [2021-06-02T16:25:26.265Z] --- PASS: TestAuthZPluginTLS (0.59s) [2021-06-02T16:25:26.265Z] === RUN TestAuthZPluginDenyRequest [2021-06-02T16:25:26.826Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2021-06-02T16:25:26.826Z] === RUN TestAuthZPluginAPIDenyResponse [2021-06-02T16:25:26.893Z] 2021/06/02 16:25:26 Finished clone github.com/googleapis/gax-go [2021-06-02T16:25:26.893Z] 2021/06/02 16:25:26 Clone github.com/containerd/fifo, revision 0724c46b320cf96bb172a0550c19a4b1fca4dacb, attempt 1/20 [2021-06-02T16:25:27.386Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2021-06-02T16:25:27.386Z] === RUN TestAuthZPluginDenyResponse [2021-06-02T16:25:27.834Z] 2021/06/02 16:25:27 Finished clone github.com/miekg/dns [2021-06-02T16:25:27.834Z] 2021/06/02 16:25:27 Clone github.com/containerd/continuity, revision efbc4488d8fe1bdc16bde3b2d2990d9b3a899165, attempt 1/20 [2021-06-02T16:25:27.947Z] --- PASS: TestAuthZPluginDenyResponse (0.57s) [2021-06-02T16:25:27.947Z] === RUN TestAuthZPluginAllowEventStream [2021-06-02T16:25:28.201Z] === RUN TestDockerSuite/TestBuildNetNone [2021-06-02T16:25:28.406Z] 2021/06/02 16:25:28 Finished clone github.com/containerd/fifo [2021-06-02T16:25:28.406Z] 2021/06/02 16:25:28 Clone github.com/containerd/cgroups, revision 0b889c03f102012f1d93a97ddd3ef71cd6f4f510, attempt 1/20 [2021-06-02T16:25:28.406Z] 2021/06/02 16:25:28 Finished clone go.opencensus.io [2021-06-02T16:25:28.406Z] 2021/06/02 16:25:28 Clone github.com/containerd/console, revision 2f1e3d2b6afd18e8b2077816c711205a0b4d8769, attempt 1/20 [2021-06-02T16:25:29.128Z] === RUN TestDockerSuite/TestBuildNoContext [2021-06-02T16:25:29.347Z] 2021/06/02 16:25:29 Finished clone golang.org/x/text [2021-06-02T16:25:29.347Z] 2021/06/02 16:25:29 Clone github.com/containerd/go-runc, revision 16b287bc67d069a60fa48db15f330b790b74365b, attempt 1/20 [2021-06-02T16:25:29.688Z] --- PASS: TestAuthZPluginAllowEventStream (1.85s) [2021-06-02T16:25:29.688Z] === RUN TestAuthZPluginErrorResponse [2021-06-02T16:25:30.249Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2021-06-02T16:25:30.249Z] === RUN TestAuthZPluginErrorRequest [2021-06-02T16:25:30.249Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-06-02T16:25:30.731Z] 2021/06/02 16:25:30 Finished clone github.com/containerd/cgroups [2021-06-02T16:25:30.731Z] 2021/06/02 16:25:30 Clone github.com/containerd/typeurl, revision cd3ce7159eae562a4f60ceff37dada11a939d247, attempt 1/20 [2021-06-02T16:25:30.811Z] --- PASS: TestAuthZPluginErrorRequest (0.56s) [2021-06-02T16:25:30.811Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-06-02T16:25:30.991Z] 2021/06/02 16:25:30 Finished clone github.com/containerd/go-runc [2021-06-02T16:25:30.991Z] 2021/06/02 16:25:30 Clone github.com/containerd/ttrpc, revision bfba540dc45464586c106b1f31c8547933c1eb41, attempt 1/20 [2021-06-02T16:25:31.371Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-06-02T16:25:31.371Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.57s) [2021-06-02T16:25:31.371Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-06-02T16:25:31.562Z] 2021/06/02 16:25:31 Clone github.com/gogo/googleapis, revision 01e0f9cca9b92166042241267ee2a5cdf5cff46c, attempt 1/20 [2021-06-02T16:25:31.562Z] 2021/06/02 16:25:31 Finished clone github.com/containerd/console [2021-06-02T16:25:32.133Z] 2021/06/02 16:25:31 Finished clone github.com/containerd/typeurl [2021-06-02T16:25:32.133Z] 2021/06/02 16:25:31 Clone github.com/cilium/ebpf, revision ef54c303d1fff1e80a9bf20f00a378fde5419d61, attempt 1/20 [2021-06-02T16:25:32.394Z] 2021/06/02 16:25:32 Finished clone github.com/opencontainers/runc [2021-06-02T16:25:32.394Z] 2021/06/02 16:25:32 Clone github.com/klauspost/compress, revision a3b7545c88eea469c2246bee0e6c130525d56190, attempt 1/20 [2021-06-02T16:25:32.655Z] 2021/06/02 16:25:32 Finished clone github.com/containerd/ttrpc [2021-06-02T16:25:32.655Z] 2021/06/02 16:25:32 Clone github.com/pelletier/go-toml, revision 65ca8064882c8c308e5c804c5d5443d409e0738c, attempt 1/20 [2021-06-02T16:25:32.734Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-06-02T16:25:32.917Z] 2021/06/02 16:25:32 Finished clone github.com/moby/buildkit [2021-06-02T16:25:32.917Z] 2021/06/02 16:25:32 Clone github.com/docker/swarmkit, revision 5a5494a9a7b408b790533a5e4e1cb43ca1c32aad, attempt 1/20 [2021-06-02T16:25:32.990Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-06-02T16:25:33.246Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-06-02T16:25:33.488Z] 2021/06/02 16:25:33 Finished clone github.com/gogo/googleapis [2021-06-02T16:25:33.488Z] 2021/06/02 16:25:33 Clone github.com/gogo/protobuf, revision b03c65ea87cdc3521ede29f62fe3ce239267c1bc, attempt 1/20 [2021-06-02T16:25:33.501Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-06-02T16:25:33.756Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.23s) [2021-06-02T16:25:33.756Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-06-02T16:25:34.011Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-06-02T16:25:34.060Z] 2021/06/02 16:25:33 Finished clone google.golang.org/grpc [2021-06-02T16:25:34.060Z] 2021/06/02 16:25:33 Clone github.com/golang/protobuf, revision 84668698ea25b64748563aa20726db66a6b8d299, attempt 1/20 [2021-06-02T16:25:34.573Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-06-02T16:25:35.001Z] 2021/06/02 16:25:34 Finished clone github.com/containerd/continuity [2021-06-02T16:25:35.001Z] 2021/06/02 16:25:34 Clone github.com/cloudflare/cfssl, revision 5d63dbd981b5c408effbb58c442d54761ff94fbd, attempt 1/20 [2021-06-02T16:25:35.503Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2021-06-02T16:25:35.571Z] 2021/06/02 16:25:35 Finished clone github.com/docker/distribution [2021-06-02T16:25:35.571Z] 2021/06/02 16:25:35 Clone github.com/fernet/fernet-go, revision 9eac43b88a5efb8651d24de9b68e87567e029736, attempt 1/20 [2021-06-02T16:25:35.571Z] 2021/06/02 16:25:35 Finished clone github.com/Microsoft/hcsshim [2021-06-02T16:25:35.571Z] 2021/06/02 16:25:35 Clone github.com/google/certificate-transparency-go, revision 37a384cd035e722ea46e55029093e26687138edf, attempt 1/20 [2021-06-02T16:25:35.832Z] 2021/06/02 16:25:35 Finished clone github.com/pelletier/go-toml [2021-06-02T16:25:35.832Z] 2021/06/02 16:25:35 Clone golang.org/x/crypto, revision c1f2f97bffc9c53fc40a1a28a5b460094c0050d9, attempt 1/20 [2021-06-02T16:25:36.111Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.58s) [2021-06-02T16:25:36.111Z] === RUN TestAuthZPluginHeader [2021-06-02T16:25:37.217Z] 2021/06/02 16:25:36 Finished clone github.com/fernet/fernet-go [2021-06-02T16:25:37.217Z] 2021/06/02 16:25:36 Clone golang.org/x/time, revision 555d28b269f0569763d25dbe1a237ae74c6bcc82, attempt 1/20 [2021-06-02T16:25:37.476Z] --- PASS: TestAuthZPluginHeader (1.15s) [2021-06-02T16:25:37.476Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-06-02T16:25:37.791Z] 2021/06/02 16:25:37 Finished clone github.com/cilium/ebpf [2021-06-02T16:25:37.791Z] 2021/06/02 16:25:37 Clone github.com/hashicorp/go-memdb, revision cb9a474f84cc5e41b273b20c6927680b2a8776ad, attempt 1/20 [2021-06-02T16:25:38.039Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-06-02T16:25:38.967Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-06-02T16:25:39.199Z] 2021/06/02 16:25:38 Finished clone golang.org/x/time [2021-06-02T16:25:39.199Z] 2021/06/02 16:25:38 Clone git://github.com/tonistiigi/go-immutable-radix.git to github.com/hashicorp/go-immutable-radix, revision 826af9ccf0feeee615d546d69b11f8e98da8c8f1, attempt 1/20 [2021-06-02T16:25:39.459Z] 2021/06/02 16:25:39 Finished clone github.com/hashicorp/go-memdb [2021-06-02T16:25:39.459Z] 2021/06/02 16:25:39 Clone github.com/hashicorp/golang-lru, revision 7f827b33c0f158ec5dfbba01bb0b14a4541fd81d, attempt 1/20 [2021-06-02T16:25:39.719Z] 2021/06/02 16:25:39 Finished clone github.com/hashicorp/go-immutable-radix [2021-06-02T16:25:39.719Z] 2021/06/02 16:25:39 Clone github.com/coreos/pkg, revision 97fdf19511ea361ae1c100dd393cc47f8dcfa1e1, attempt 1/20 [2021-06-02T16:25:40.855Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2021-06-02T16:25:41.103Z] 2021/06/02 16:25:40 Finished clone github.com/hashicorp/golang-lru [2021-06-02T16:25:41.103Z] 2021/06/02 16:25:40 Clone code.cloudfoundry.org/clock, revision 02e53af36e6c978af692887ed449b74026d76fec, attempt 1/20 [2021-06-02T16:25:41.363Z] 2021/06/02 16:25:41 Clone github.com/prometheus/client_golang, revision 6edbbd9e560190e318cdc5b4d3e630b442858380, attempt 1/20 [2021-06-02T16:25:41.363Z] 2021/06/02 16:25:41 Finished clone github.com/coreos/pkg [2021-06-02T16:25:42.746Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-06-02T16:25:42.747Z] 2021/06/02 16:25:42 Finished clone golang.org/x/crypto [2021-06-02T16:25:42.747Z] 2021/06/02 16:25:42 Clone github.com/beorn7/perks, revision 37c8de3658fcb183f997c4e13e8337516ab753e6, attempt 1/20 [2021-06-02T16:25:43.002Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (5.55s) [2021-06-02T16:25:43.002Z] === RUN TestAuthZPluginV2Disable [2021-06-02T16:25:43.008Z] 2021/06/02 16:25:42 Finished clone github.com/golang/protobuf [2021-06-02T16:25:43.008Z] 2021/06/02 16:25:42 Clone github.com/prometheus/client_model, revision 7bc5445566f0fe75b15de23e6b93886e982d7bf9, attempt 1/20 [2021-06-02T16:25:44.391Z] 2021/06/02 16:25:44 Finished clone github.com/beorn7/perks [2021-06-02T16:25:44.391Z] 2021/06/02 16:25:44 Clone github.com/prometheus/common, revision d978bcb1309602d68bb4ba69cf3f8ed900e07308, attempt 1/20 [2021-06-02T16:25:44.651Z] 2021/06/02 16:25:44 Finished clone github.com/prometheus/client_model [2021-06-02T16:25:44.913Z] 2021/06/02 16:25:44 Clone github.com/prometheus/procfs, revision 46159f73e74d1cb8dc223deef9b2d049286f46b1, attempt 1/20 [2021-06-02T16:25:45.484Z] 2021/06/02 16:25:45 Finished clone github.com/prometheus/client_golang [2021-06-02T16:25:45.484Z] 2021/06/02 16:25:45 Clone github.com/matttproud/golang_protobuf_extensions, revision c12348ce28de40eed0136aa2b644d0ee0650e56c, attempt 1/20 [2021-06-02T16:25:45.520Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-06-02T16:25:46.113Z] 2021/06/02 16:25:45 Finished clone code.cloudfoundry.org/clock [2021-06-02T16:25:46.113Z] 2021/06/02 16:25:45 Clone github.com/pkg/errors, revision 614d223910a179a466c1767a985424175c39b465, attempt 1/20 [2021-06-02T16:25:46.447Z] --- PASS: TestAuthZPluginV2Disable (3.53s) [2021-06-02T16:25:46.447Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-06-02T16:25:47.375Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-06-02T16:25:47.498Z] 2021/06/02 16:25:47 Finished clone github.com/pkg/errors [2021-06-02T16:25:47.498Z] 2021/06/02 16:25:47 Clone github.com/grpc-ecosystem/go-grpc-prometheus, revision c225b8c3b01faf2899099b768856a9e916e5087b, attempt 1/20 [2021-06-02T16:25:47.498Z] 2021/06/02 16:25:47 Finished clone github.com/matttproud/golang_protobuf_extensions [2021-06-02T16:25:47.498Z] 2021/06/02 16:25:47 Clone github.com/cespare/xxhash/v2, revision d7df74196a9e781ede915320c11c378c1b2f3a1f, attempt 1/20 [2021-06-02T16:25:48.069Z] 2021/06/02 16:25:47 Finished clone github.com/prometheus/procfs [2021-06-02T16:25:48.069Z] 2021/06/02 16:25:47 Clone github.com/spf13/cobra, revision 8380ddd3132bdf8fd77731725b550c181dda0aa8, attempt 1/20 [2021-06-02T16:25:48.069Z] 2021/06/02 16:25:47 Finished clone github.com/prometheus/common [2021-06-02T16:25:48.069Z] 2021/06/02 16:25:47 Clone github.com/spf13/pflag, revision 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab, attempt 1/20 [2021-06-02T16:25:48.738Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-06-02T16:25:49.010Z] 2021/06/02 16:25:48 Finished clone github.com/cespare/xxhash/v2 [2021-06-02T16:25:49.010Z] 2021/06/02 16:25:48 Clone github.com/inconshreveable/mousetrap, revision 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75, attempt 1/20 [2021-06-02T16:25:49.010Z] 2021/06/02 16:25:48 Finished clone github.com/grpc-ecosystem/go-grpc-prometheus [2021-06-02T16:25:49.010Z] 2021/06/02 16:25:48 Clone github.com/morikuni/aec, revision 39771216ff4c63d11f5e604076f9c45e8be1067b, attempt 1/20 [2021-06-02T16:25:49.299Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.93s) [2021-06-02T16:25:49.299Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-06-02T16:25:49.582Z] 2021/06/02 16:25:49 Finished clone github.com/klauspost/compress [2021-06-02T16:25:49.582Z] 2021/06/02 16:25:49 Clone github.com/docker/go-metrics, revision b619b3592b65de4f087d9f16863a7e6ff905973c, attempt 1/20 [2021-06-02T16:25:50.152Z] 2021/06/02 16:25:50 Finished clone github.com/inconshreveable/mousetrap [2021-06-02T16:25:50.152Z] 2021/06/02 16:25:50 Clone github.com/opencontainers/selinux, revision 2f45b3796d18f1ab4c9fc0c888a98d0a0fd6e429, attempt 1/20 [2021-06-02T16:25:50.268Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-06-02T16:25:50.413Z] 2021/06/02 16:25:50 Finished clone github.com/spf13/pflag [2021-06-02T16:25:50.523Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-06-02T16:25:50.673Z] 2021/06/02 16:25:50 Finished clone github.com/morikuni/aec [2021-06-02T16:25:50.673Z] 2021/06/02 16:25:50 Finished clone github.com/google/certificate-transparency-go [2021-06-02T16:25:51.245Z] 2021/06/02 16:25:51 Finished clone github.com/docker/go-metrics [2021-06-02T16:25:51.245Z] 2021/06/02 16:25:51 Finished clone github.com/spf13/cobra [2021-06-02T16:25:53.789Z] 2021/06/02 16:25:53 Finished clone github.com/opencontainers/selinux [2021-06-02T16:25:55.770Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2021-06-02T16:25:55.770Z] === RUN TestDockerSuite/TestBuildPATH [2021-06-02T16:25:58.297Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-06-02T16:25:59.659Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-06-02T16:26:01.548Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.84s) [2021-06-02T16:26:01.548Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-06-02T16:26:01.548Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-06-02T16:26:01.925Z] 2021/06/02 16:26:01 Finished clone github.com/cloudflare/cfssl [2021-06-02T16:26:06.130Z] 2021/06/02 16:26:05 Finished clone github.com/docker/swarmkit [2021-06-02T16:26:09.432Z] 2021/06/02 16:26:08 Finished clone github.com/coreos/etcd [2021-06-02T16:26:11.482Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-06-02T16:26:13.993Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2021-06-02T16:26:14.714Z] 2021/06/02 16:26:13 Finished clone cloud.google.com/go [2021-06-02T16:26:18.009Z] 2021/06/02 16:26:17 Finished clone github.com/containerd/containerd [2021-06-02T16:26:18.151Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.60s) [2021-06-02T16:26:18.151Z] PASS [2021-06-02T16:26:18.151Z] [2021-06-02T16:26:18.151Z] DONE 17 tests in 54.162s [2021-06-02T16:26:18.151Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-06-02T16:26:18.151Z] ++ 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-06-02T16:26:18.151Z] ++ set -e [2021-06-02T16:26:18.151Z] ++ '[' -n 0 ']' [2021-06-02T16:26:18.151Z] ++ set -x [2021-06-02T16:26:18.151Z] ++ env -i DEST=/go/src/github.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-06-02T16:26:18.151Z] INFO: Testing against a local daemon [2021-06-02T16:26:18.151Z] === RUN TestPluginInvalidJSON [2021-06-02T16:26:18.151Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-06-02T16:26:18.151Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-06-02T16:26:18.151Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-06-02T16:26:18.151Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-06-02T16:26:18.151Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-06-02T16:26:18.151Z] === RUN TestPluginInstall [2021-06-02T16:26:18.151Z] === RUN TestPluginInstall/no_auth [2021-06-02T16:26:18.712Z] === RUN TestDockerSuite/TestBuildRm [2021-06-02T16:26:20.598Z] time="2021-06-02T16:26:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-02T16:26:20.598Z] time="2021-06-02T16:26:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e7db73d4bd814285a1b37fb11d16db2dccd72d55ef653f5062aef570bf61e432" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-02T16:26:20.598Z] time="2021-06-02T16:26:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-02T16:26:20.598Z] time="2021-06-02T16:26:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e7db73d4bd814285a1b37fb11d16db2dccd72d55ef653f5062aef570bf61e432" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-02T16:26:21.158Z] === RUN TestPluginInstall/with_htpasswd [2021-06-02T16:26:21.718Z] time="2021-06-02T16:26:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-02T16:26:21.718Z] time="2021-06-02T16:26:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a8eeef0e9ef4eb81576a0c9b6e03873552415ac28b316f63f1a21c0acaa8d6bc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-02T16:26:21.718Z] time="2021-06-02T16:26:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-02T16:26:21.718Z] time="2021-06-02T16:26:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a8eeef0e9ef4eb81576a0c9b6e03873552415ac28b316f63f1a21c0acaa8d6bc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-02T16:26:22.279Z] === RUN TestPluginInstall/with_insecure [2021-06-02T16:26:22.533Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-06-02T16:26:23.459Z] time="2021-06-02T16:26:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-02T16:26:23.459Z] time="2021-06-02T16:26:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9142ef0261745e21483006aa13160b62193e59c980aa781f841acdf56607d553" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-02T16:26:23.459Z] time="2021-06-02T16:26:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-02T16:26:23.459Z] time="2021-06-02T16:26:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9142ef0261745e21483006aa13160b62193e59c980aa781f841acdf56607d553" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-02T16:26:23.715Z] --- PASS: TestPluginInstall (5.65s) [2021-06-02T16:26:23.715Z] --- PASS: TestPluginInstall/no_auth (3.00s) [2021-06-02T16:26:23.715Z] --- PASS: TestPluginInstall/with_htpasswd (1.12s) [2021-06-02T16:26:23.715Z] --- PASS: TestPluginInstall/with_insecure (1.53s) [2021-06-02T16:26:23.715Z] plugin_test.go:165: [da795a16d0f0d] daemon is not started [2021-06-02T16:26:23.715Z] === RUN TestPluginsWithRuntimes [2021-06-02T16:26:23.715Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-06-02T16:26:25.081Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-06-02T16:26:25.642Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-06-02T16:26:25.642Z] === RUN TestPluginsWithRuntimes/No_Args [2021-06-02T16:26:26.202Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-06-02T16:26:26.764Z] === RUN TestPluginsWithRuntimes/With_Args [2021-06-02T16:26:27.324Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-06-02T16:26:27.885Z] --- PASS: TestPluginsWithRuntimes (4.26s) [2021-06-02T16:26:27.885Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.14s) [2021-06-02T16:26:27.885Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.07s) [2021-06-02T16:26:27.885Z] === RUN TestPluginBackCompatMediaTypes [2021-06-02T16:26:28.004Z] 2021/06/02 16:26:26 Finished clone google.golang.org/genproto [2021-06-02T16:26:28.810Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-06-02T16:26:28.945Z] 2021/06/02 16:26:28 Finished clone github.com/gogo/protobuf [2021-06-02T16:26:29.065Z] --- PASS: TestPluginBackCompatMediaTypes (1.13s) [2021-06-02T16:26:29.065Z] PASS [2021-06-02T16:26:29.065Z] [2021-06-02T16:26:29.065Z] DONE 10 tests in 11.242s [2021-06-02T16:26:29.065Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-06-02T16:26:29.065Z] ++ 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-06-02T16:26:29.065Z] ++ set -e [2021-06-02T16:26:29.065Z] ++ '[' -n 0 ']' [2021-06-02T16:26:29.065Z] ++ set -x [2021-06-02T16:26:29.066Z] ++ env -i DEST=/go/src/github.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-06-02T16:26:29.321Z] INFO: Testing against a local daemon [2021-06-02T16:26:29.321Z] === RUN TestExternalGraphDriver [2021-06-02T16:26:29.321Z] === RUN TestExternalGraphDriver/json [2021-06-02T16:26:30.250Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-06-02T16:26:31.658Z] === RUN TestExternalGraphDriver/spec [2021-06-02T16:26:34.172Z] === RUN TestExternalGraphDriver/pull [2021-06-02T16:26:34.733Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-06-02T16:26:34.733Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-06-02T16:26:34.989Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-06-02T16:26:35.244Z] === RUN TestDockerSuite/TestBuildSpaces [2021-06-02T16:26:35.805Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-06-02T16:26:36.060Z] --- PASS: TestExternalGraphDriver (6.66s) [2021-06-02T16:26:36.060Z] --- PASS: TestExternalGraphDriver/json (2.28s) [2021-06-02T16:26:36.060Z] --- PASS: TestExternalGraphDriver/spec (2.21s) [2021-06-02T16:26:36.060Z] --- PASS: TestExternalGraphDriver/pull (2.04s) [2021-06-02T16:26:36.060Z] === RUN TestGraphdriverPluginV2 [2021-06-02T16:26:36.621Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-06-02T16:26:36.876Z] === RUN TestDockerSuite/TestBuildStderr [2021-06-02T16:26:37.802Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-06-02T16:26:40.358Z] --- PASS: TestGraphdriverPluginV2 (4.41s) [2021-06-02T16:26:40.358Z] PASS [2021-06-02T16:26:40.358Z] [2021-06-02T16:26:40.358Z] DONE 5 tests in 11.258s [2021-06-02T16:26:40.358Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-06-02T16:26:40.358Z] ++ 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-06-02T16:26:40.358Z] ++ set -e [2021-06-02T16:26:40.358Z] ++ '[' -n 0 ']' [2021-06-02T16:26:40.358Z] ++ set -x [2021-06-02T16:26:40.358Z] ++ env -i DEST=/go/src/github.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-06-02T16:26:40.614Z] INFO: Testing against a local daemon [2021-06-02T16:26:40.614Z] === RUN TestContinueAfterPluginCrash [2021-06-02T16:26:40.614Z] === PAUSE TestContinueAfterPluginCrash [2021-06-02T16:26:40.614Z] === RUN TestReadPluginNoRead [2021-06-02T16:26:40.614Z] === PAUSE TestReadPluginNoRead [2021-06-02T16:26:40.614Z] === RUN TestDaemonStartWithLogOpt [2021-06-02T16:26:40.614Z] === PAUSE TestDaemonStartWithLogOpt [2021-06-02T16:26:40.614Z] === CONT TestContinueAfterPluginCrash [2021-06-02T16:26:40.614Z] === CONT TestDaemonStartWithLogOpt [2021-06-02T16:26:43.890Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-06-02T16:26:45.256Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-06-02T16:26:46.184Z] --- PASS: TestDaemonStartWithLogOpt (5.65s) [2021-06-02T16:26:46.184Z] === CONT TestReadPluginNoRead [2021-06-02T16:26:46.745Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-06-02T16:26:47.306Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-06-02T16:26:48.669Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-06-02T16:26:49.597Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2021-06-02T16:26:49.597Z] === RUN TestReadPluginNoRead/default [2021-06-02T16:26:50.158Z] === RUN TestDockerSuite/TestBuildUser [2021-06-02T16:26:52.045Z] === RUN TestReadPluginNoRead/disabled_caching [2021-06-02T16:26:52.045Z] --- PASS: TestContinueAfterPluginCrash (11.58s) [2021-06-02T16:26:53.410Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-06-02T16:26:54.335Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-06-02T16:26:56.847Z] --- PASS: TestReadPluginNoRead (10.52s) [2021-06-02T16:26:56.847Z] --- PASS: TestReadPluginNoRead/default (2.33s) [2021-06-02T16:26:56.847Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.28s) [2021-06-02T16:26:56.847Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.41s) [2021-06-02T16:26:56.847Z] read_test.go:92: [d24ba27a66383] daemon is not started [2021-06-02T16:26:56.847Z] PASS [2021-06-02T16:26:56.847Z] [2021-06-02T16:26:56.847Z] DONE 6 tests in 16.343s [2021-06-02T16:26:56.847Z] 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-06-02T16:26:56.847Z] ++ 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-06-02T16:26:56.847Z] ++ set -e [2021-06-02T16:26:56.847Z] ++ '[' -n 0 ']' [2021-06-02T16:26:56.847Z] ++ set -x [2021-06-02T16:26:56.847Z] ++ env -i DEST=/go/src/github.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-06-02T16:26:56.847Z] testing: warning: no tests to run [2021-06-02T16:26:56.847Z] PASS [2021-06-02T16:26:56.847Z] [2021-06-02T16:26:56.847Z] DONE 0 tests in 0.071s [2021-06-02T16:26:56.847Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-06-02T16:26:56.847Z] ++ 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-06-02T16:26:56.847Z] ++ set -e [2021-06-02T16:26:56.847Z] ++ '[' -n 0 ']' [2021-06-02T16:26:56.847Z] ++ set -x [2021-06-02T16:26:56.847Z] ++ env -i DEST=/go/src/github.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-06-02T16:26:57.103Z] INFO: Testing against a local daemon [2021-06-02T16:26:57.103Z] === RUN TestPluginWithDevMounts [2021-06-02T16:26:57.103Z] === PAUSE TestPluginWithDevMounts [2021-06-02T16:26:57.103Z] === CONT TestPluginWithDevMounts [2021-06-02T16:26:58.465Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-06-02T16:26:59.390Z] --- PASS: TestPluginWithDevMounts (2.38s) [2021-06-02T16:26:59.390Z] PASS [2021-06-02T16:26:59.390Z] [2021-06-02T16:26:59.390Z] DONE 1 tests in 2.578s [2021-06-02T16:26:59.390Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-06-02T16:26:59.390Z] ++ 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-06-02T16:26:59.390Z] ++ set -e [2021-06-02T16:26:59.390Z] ++ '[' -n 0 ']' [2021-06-02T16:26:59.390Z] ++ set -x [2021-06-02T16:26:59.390Z] ++ env -i DEST=/go/src/github.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-06-02T16:26:59.646Z] INFO: Testing against a local daemon [2021-06-02T16:26:59.646Z] === RUN TestSecretInspect [2021-06-02T16:27:02.924Z] --- PASS: TestSecretInspect (3.38s) [2021-06-02T16:27:02.924Z] === RUN TestSecretList [2021-06-02T16:27:06.202Z] --- PASS: TestSecretList (3.16s) [2021-06-02T16:27:06.202Z] === RUN TestSecretsCreateAndDelete [2021-06-02T16:27:09.463Z] --- PASS: TestSecretsCreateAndDelete (2.94s) [2021-06-02T16:27:09.463Z] === RUN TestSecretsUpdate [2021-06-02T16:27:10.024Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2021-06-02T16:27:12.538Z] --- PASS: TestSecretsUpdate (2.98s) [2021-06-02T16:27:12.538Z] === RUN TestTemplatedSecret [2021-06-02T16:27:15.647Z] 2021/06/02 16:27:14 Finished clone github.com/hashicorp/consul [2021-06-02T16:27:17.558Z] 2021/06/02 16:27:17 Finished clone github.com/aws/aws-sdk-go [2021-06-02T16:27:17.783Z] --- PASS: TestTemplatedSecret (4.86s) [2021-06-02T16:27:17.783Z] === RUN TestSecretCreateResolve [2021-06-02T16:27:19.146Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-06-02T16:27:19.707Z] --- PASS: TestSecretCreateResolve (2.74s) [2021-06-02T16:27:19.707Z] PASS [2021-06-02T16:27:19.707Z] [2021-06-02T16:27:19.707Z] DONE 6 tests in 20.211s [2021-06-02T16:27:19.707Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-06-02T16:27:19.707Z] ++ 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-06-02T16:27:19.707Z] ++ set -e [2021-06-02T16:27:19.707Z] ++ '[' -n 0 ']' [2021-06-02T16:27:19.707Z] ++ set -x [2021-06-02T16:27:19.707Z] ++ env -i DEST=/go/src/github.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-06-02T16:27:19.963Z] INFO: Testing against a local daemon [2021-06-02T16:27:19.963Z] === RUN TestServiceCreateInit [2021-06-02T16:27:19.963Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-06-02T16:27:19.963Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-06-02T16:27:20.219Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-06-02T16:27:21.581Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-06-02T16:27:22.946Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-06-02T16:27:24.309Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-06-02T16:27:24.309Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-06-02T16:27:24.309Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-06-02T16:27:24.309Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-06-02T16:27:24.309Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-06-02T16:27:25.674Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-06-02T16:27:26.609Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-06-02T16:27:26.609Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-06-02T16:27:27.537Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-06-02T16:27:28.462Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-06-02T16:27:29.825Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-06-02T16:27:29.825Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-06-02T16:27:31.711Z] --- PASS: TestServiceCreateInit (11.89s) [2021-06-02T16:27:31.711Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.76s) [2021-06-02T16:27:31.711Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (6.12s) [2021-06-02T16:27:31.711Z] === RUN TestCreateServiceMultipleTimes [2021-06-02T16:27:33.122Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-06-02T16:27:35.636Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-06-02T16:27:36.563Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-06-02T16:27:37.125Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-06-02T16:27:38.051Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-06-02T16:27:38.051Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-06-02T16:27:38.611Z] === RUN TestDockerSuite/TestBuildXZHost [2021-06-02T16:27:42.773Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-06-02T16:27:42.773Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-06-02T16:27:42.773Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-06-02T16:27:42.773Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-06-02T16:27:43.698Z] === RUN TestDockerSuite/TestCommitChange [2021-06-02T16:27:44.625Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-06-02T16:27:45.990Z] === RUN TestDockerSuite/TestCommitHardlink [2021-06-02T16:27:46.550Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2021-06-02T16:27:47.922Z] === RUN TestDockerSuite/TestCommitNewFile [2021-06-02T16:27:49.808Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-06-02T16:27:50.367Z] === RUN TestDockerSuite/TestCommitTTY [2021-06-02T16:27:51.771Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-06-02T16:27:52.332Z] --- PASS: TestCreateServiceMultipleTimes (20.51s) [2021-06-02T16:27:52.332Z] === RUN TestCreateServiceConflict [2021-06-02T16:27:52.894Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-06-02T16:27:53.149Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2021-06-02T16:27:55.664Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-06-02T16:27:55.664Z] --- PASS: TestCreateServiceConflict (3.20s) [2021-06-02T16:27:55.664Z] === RUN TestCreateServiceMaxReplicas [2021-06-02T16:27:56.589Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-06-02T16:27:56.845Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-06-02T16:27:56.845Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-06-02T16:27:56.845Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-06-02T16:27:56.845Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-06-02T16:27:56.845Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-06-02T16:27:56.845Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-06-02T16:27:59.358Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-06-02T16:27:59.926Z] --- PASS: TestCreateServiceMaxReplicas (4.57s) [2021-06-02T16:27:59.926Z] === RUN TestCreateWithDuplicateNetworkNames [2021-06-02T16:28:01.289Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-06-02T16:28:01.289Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-06-02T16:28:02.216Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-06-02T16:28:03.141Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-06-02T16:28:04.067Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-06-02T16:28:04.992Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-06-02T16:28:05.552Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-06-02T16:28:05.552Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-06-02T16:28:05.552Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-06-02T16:28:06.496Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-06-02T16:28:06.496Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-06-02T16:28:06.496Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-06-02T16:28:06.496Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-06-02T16:28:06.751Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-06-02T16:28:07.675Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-06-02T16:28:08.235Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-06-02T16:28:09.163Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-06-02T16:28:09.163Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-06-02T16:28:11.050Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-06-02T16:28:11.654Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-06-02T16:28:11.654Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-06-02T16:28:12.213Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-06-02T16:28:13.139Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-06-02T16:28:13.700Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-06-02T16:28:14.628Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-06-02T16:28:14.628Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-06-02T16:28:14.628Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.60s) [2021-06-02T16:28:14.628Z] === RUN TestCreateServiceSecretFileMode [2021-06-02T16:28:15.554Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-06-02T16:28:16.114Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-06-02T16:28:17.040Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2021-06-02T16:28:17.601Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-06-02T16:28:17.601Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-06-02T16:28:18.161Z] --- PASS: TestCreateServiceSecretFileMode (3.56s) [2021-06-02T16:28:18.162Z] === RUN TestCreateServiceConfigFileMode [2021-06-02T16:28:18.722Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-06-02T16:28:21.990Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-06-02T16:28:21.990Z] --- PASS: TestCreateServiceConfigFileMode (3.81s) [2021-06-02T16:28:21.990Z] === RUN TestCreateServiceSysctls [2021-06-02T16:28:23.876Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-06-02T16:28:23.876Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-06-02T16:28:23.876Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-06-02T16:28:23.876Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-06-02T16:28:23.876Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-06-02T16:28:24.811Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-06-02T16:28:26.695Z] --- PASS: TestCreateServiceSysctls (4.76s) [2021-06-02T16:28:26.695Z] === RUN TestCreateServiceCapabilities [2021-06-02T16:28:29.954Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-06-02T16:28:29.954Z] --- PASS: TestCreateServiceCapabilities (2.88s) [2021-06-02T16:28:29.954Z] === RUN TestInspect [2021-06-02T16:28:30.209Z] === RUN TestDockerSuite/TestContainerAPITop [2021-06-02T16:28:31.134Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-06-02T16:28:31.134Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-06-02T16:28:31.134Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-06-02T16:28:33.646Z] --- PASS: TestInspect (3.93s) [2021-06-02T16:28:33.646Z] === RUN TestCreateJob [2021-06-02T16:28:34.206Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-06-02T16:28:35.130Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-06-02T16:28:37.016Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-06-02T16:28:37.942Z] --- PASS: TestCreateJob (4.48s) [2021-06-02T16:28:37.942Z] === RUN TestReplicatedJob [2021-06-02T16:28:44.475Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-06-02T16:28:44.730Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-06-02T16:28:46.092Z] --- PASS: TestReplicatedJob (7.98s) [2021-06-02T16:28:46.092Z] === RUN TestUpdateReplicatedJob [2021-06-02T16:28:47.018Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-06-02T16:28:48.915Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-06-02T16:28:50.276Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2021-06-02T16:28:50.276Z] --- PASS: TestUpdateReplicatedJob (4.31s) [2021-06-02T16:28:50.276Z] === RUN TestServiceListWithStatuses [2021-06-02T16:28:50.276Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-06-02T16:28:50.276Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-02T16:28:50.276Z] === RUN TestDockerNetworkConnectAlias [2021-06-02T16:28:52.162Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2021-06-02T16:28:54.048Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2021-06-02T16:28:55.410Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2021-06-02T16:28:55.969Z] --- PASS: TestDockerNetworkConnectAlias (5.54s) [2021-06-02T16:28:55.969Z] === RUN TestDockerNetworkReConnect [2021-06-02T16:28:57.330Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000a4c500_} [2021-06-02T16:28:59.216Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1268389956_/foo_false____} [2021-06-02T16:29:00.184Z] --- PASS: TestDockerNetworkReConnect (4.25s) [2021-06-02T16:29:00.184Z] === RUN TestServicePlugin [2021-06-02T16:29:01.108Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1268389956_/foo_true____} [2021-06-02T16:29:02.998Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3616622291_/foo_false____} [2021-06-02T16:29:04.885Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3616622291_/foo_true____} [2021-06-02T16:29:06.247Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3616622291_/foo_true__0xc000a4c560__} [2021-06-02T16:29:08.139Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000a4c580_} [2021-06-02T16:29:10.113Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000a4c5a0_} [2021-06-02T16:29:11.997Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000a4c5c0_} [2021-06-02T16:29:13.359Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000a4c5e0_} [2021-06-02T16:29:15.245Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-06-02T16:29:17.131Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-06-02T16:29:17.131Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-06-02T16:29:17.131Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-06-02T16:29:17.131Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-06-02T16:29:17.131Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-06-02T16:29:17.131Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-06-02T16:29:17.131Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-06-02T16:29:17.131Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-06-02T16:29:17.131Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-06-02T16:29:17.131Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-06-02T16:29:17.131Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-06-02T16:29:17.131Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2021-06-02T16:29:17.131Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2021-06-02T16:29:17.131Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2021-06-02T16:29:17.131Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2021-06-02T16:29:17.131Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2021-06-02T16:29:17.131Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2021-06-02T16:29:17.131Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-06-02T16:29:21.292Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2021-06-02T16:29:21.292Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-06-02T16:29:23.179Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-06-02T16:29:26.441Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-06-02T16:29:28.327Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-06-02T16:29:28.327Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-06-02T16:29:29.264Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-06-02T16:29:30.190Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2021-06-02T16:29:31.117Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-06-02T16:29:31.676Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-06-02T16:29:32.236Z] --- PASS: TestServicePlugin (32.23s) [2021-06-02T16:29:32.236Z] plugin_test.go:62: [d62f26321d5e6] joining swarm manager [d12f3c40d0564]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-02T16:29:32.492Z] plugin_test.go:65: [dbef93492d46e] joining swarm manager [d12f3c40d0564]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-02T16:29:32.492Z] === RUN TestServiceUpdateLabel [2021-06-02T16:29:32.747Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-06-02T16:29:33.674Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-06-02T16:29:35.039Z] --- PASS: TestServiceUpdateLabel (2.68s) [2021-06-02T16:29:35.039Z] === RUN TestServiceUpdateSecrets [2021-06-02T16:29:35.294Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-06-02T16:29:36.657Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-06-02T16:29:37.585Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-06-02T16:29:38.554Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-06-02T16:29:39.479Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-06-02T16:29:40.404Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-06-02T16:29:41.329Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-06-02T16:29:42.254Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-06-02T16:29:43.179Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-06-02T16:29:44.105Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-06-02T16:29:44.105Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-06-02T16:29:45.468Z] === RUN TestDockerSuite/TestCpRelativePath [2021-06-02T16:29:46.842Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-06-02T16:29:47.768Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-06-02T16:29:48.694Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-06-02T16:29:49.256Z] === RUN TestDockerSuite/TestCpToCaseA [2021-06-02T16:29:51.142Z] === RUN TestDockerSuite/TestCpToCaseB [2021-06-02T16:29:51.142Z] --- PASS: TestServiceUpdateSecrets (16.20s) [2021-06-02T16:29:51.142Z] === RUN TestServiceUpdateConfigs [2021-06-02T16:29:51.702Z] === RUN TestDockerSuite/TestCpToCaseC [2021-06-02T16:29:54.968Z] === RUN TestDockerSuite/TestCpToCaseD [2021-06-02T16:29:59.139Z] === RUN TestDockerSuite/TestCpToCaseE [2021-06-02T16:30:02.446Z] === RUN TestDockerSuite/TestCpToCaseF [2021-06-02T16:30:03.372Z] === RUN TestDockerSuite/TestCpToCaseG [2021-06-02T16:30:07.537Z] --- PASS: TestServiceUpdateConfigs (16.05s) [2021-06-02T16:30:07.537Z] === RUN TestServiceUpdateNetwork [2021-06-02T16:30:08.098Z] === RUN TestDockerSuite/TestCpToCaseH [2021-06-02T16:30:09.102Z] 2021/06/02 16:29:57 Finished clone google.golang.org/api [2021-06-02T16:30:09.102Z] 2021/06/02 16:29:57 Dependencies downloaded. Download time: 4m56.675908074s [2021-06-02T16:30:09.102Z] 2021/06/02 16:29:57 Collecting all dependencies [2021-06-02T16:30:09.102Z] 2021/06/02 16:30:08 Clean vendor dir from unused packages [2021-06-02T16:30:09.102Z] 2021/06/02 16:30:08 Ignoring paths matching "^archive/tar" [2021-06-02T16:30:09.671Z] 2021/06/02 16:30:09 Success [2021-06-02T16:30:09.671Z] 2021/06/02 16:30:09 Running time: 5m12.25525192s [2021-06-02T16:30:09.671Z] Congratulations! All vendoring changes are done the right way. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-06-02T16:30:10.548Z] + echo Ensuring container killed. [2021-06-02T16:30:10.548Z] Ensuring container killed. [2021-06-02T16:30:10.548Z] + docker rm -vf docker-pr28 [2021-06-02T16:30:10.548Z] Error: No such container: docker-pr28 [Pipeline] sh [2021-06-02T16:30:10.837Z] + echo Chowning /workspace to jenkins user [2021-06-02T16:30:10.837Z] Chowning /workspace to jenkins user [2021-06-02T16:30:10.837Z] + id -u [2021-06-02T16:30:10.837Z] + id -g [2021-06-02T16:30:10.837Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42143:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-06-02T16:30:11.700Z] + bundleName=unit [2021-06-02T16:30:11.700Z] + echo Creating unit-bundles.tar.gz [2021-06-02T16:30:11.700Z] Creating unit-bundles.tar.gz [2021-06-02T16:30:11.701Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2021-06-02T16:30:11.701Z] bundles/junit-report.xml [2021-06-02T16:30:11.701Z] bundles/go-test-report.json [2021-06-02T16:30:11.701Z] bundles/profile.out [Pipeline] archiveArtifacts [2021-06-02T16:30:11.713Z] Archiving artifacts [2021-06-02T16:30:12.216Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42143/28/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-06-02T16:30:12.263Z] === RUN TestDockerSuite/TestCpToCaseI [2021-06-02T16:30:12.523Z] + make clean [2021-06-02T16:30:12.782Z] docker volume rm -f docker-dev-cache [2021-06-02T16:30:12.782Z] docker-dev-cache [Pipeline] deleteDir [2021-06-02T16:30:12.823Z] === RUN TestDockerSuite/TestCpToCaseJ [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-02T16:30:18.062Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2021-06-02T16:30:18.624Z] === RUN TestDockerSuite/TestCpToDot [2021-06-02T16:30:19.549Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-06-02T16:30:19.805Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2021-06-02T16:30:21.167Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-06-02T16:30:22.093Z] --- PASS: TestServiceUpdateNetwork (14.76s) [2021-06-02T16:30:22.093Z] === RUN TestServiceUpdatePidsLimit [2021-06-02T16:30:22.697Z] === RUN TestDockerSuite/TestCpToStdout [2021-06-02T16:30:23.623Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-06-02T16:30:23.623Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-06-02T16:30:24.986Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-06-02T16:30:25.241Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-06-02T16:30:25.496Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-06-02T16:30:26.420Z] === RUN TestDockerSuite/TestCpVolumePath [2021-06-02T16:30:27.781Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-06-02T16:30:27.781Z] === RUN TestDockerSuite/TestCreateArgs [2021-06-02T16:30:27.781Z] === RUN TestDockerSuite/TestCreateByImageID [2021-06-02T16:30:28.341Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-06-02T16:30:28.902Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-06-02T16:30:29.167Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-06-02T16:30:29.167Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-06-02T16:30:29.727Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-06-02T16:30:30.287Z] === RUN TestDockerSuite/TestCreateLabels [2021-06-02T16:30:30.287Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-06-02T16:30:30.287Z] === RUN TestDockerSuite/TestCreateRM [2021-06-02T16:30:30.287Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-06-02T16:30:30.287Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-06-02T16:30:30.542Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-06-02T16:30:30.542Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-06-02T16:30:32.428Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-06-02T16:30:32.428Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-06-02T16:30:32.684Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-06-02T16:30:32.684Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-06-02T16:30:36.847Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-06-02T16:30:36.847Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-06-02T16:30:36.847Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-06-02T16:30:36.847Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-06-02T16:30:36.847Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-06-02T16:30:36.847Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-06-02T16:30:37.772Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-06-02T16:30:39.135Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-06-02T16:30:40.061Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-06-02T16:30:40.316Z] --- PASS: TestServiceUpdatePidsLimit (18.34s) [2021-06-02T16:30:40.316Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.49s) [2021-06-02T16:30:40.316Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.31s) [2021-06-02T16:30:40.316Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.31s) [2021-06-02T16:30:40.316Z] PASS [2021-06-02T16:30:40.316Z] [2021-06-02T16:30:40.316Z] === Skipped [2021-06-02T16:30:40.316Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-06-02T16:30:40.316Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-02T16:30:40.316Z] [2021-06-02T16:30:40.316Z] [2021-06-02T16:30:40.316Z] DONE 27 tests, 1 skipped in 200.714s [2021-06-02T16:30:40.316Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-06-02T16:30:40.316Z] ++ 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-06-02T16:30:40.316Z] ++ set -e [2021-06-02T16:30:40.316Z] ++ '[' -n 0 ']' [2021-06-02T16:30:40.316Z] ++ set -x [2021-06-02T16:30:40.316Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-06-02T16:30:40.572Z] INFO: Testing against a local daemon [2021-06-02T16:30:40.572Z] === RUN TestSessionCreate [2021-06-02T16:30:40.572Z] --- PASS: TestSessionCreate (0.06s) [2021-06-02T16:30:40.572Z] === RUN TestSessionCreateWithBadUpgrade [2021-06-02T16:30:40.572Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2021-06-02T16:30:40.572Z] PASS [2021-06-02T16:30:40.572Z] [2021-06-02T16:30:40.572Z] DONE 2 tests in 0.228s [2021-06-02T16:30:40.572Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-06-02T16:30:40.572Z] ++ 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-06-02T16:30:40.572Z] ++ set -e [2021-06-02T16:30:40.572Z] ++ '[' -n 0 ']' [2021-06-02T16:30:40.572Z] ++ set -x [2021-06-02T16:30:40.572Z] ++ env -i DEST=/go/src/github.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-06-02T16:30:40.827Z] INFO: Testing against a local daemon [2021-06-02T16:30:40.827Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-06-02T16:30:40.827Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-02T16:30:40.827Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-06-02T16:30:40.827Z] === RUN TestEventsExecDie [2021-06-02T16:30:41.387Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2021-06-02T16:30:41.993Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-06-02T16:30:42.554Z] --- PASS: TestEventsExecDie (1.81s) [2021-06-02T16:30:42.554Z] === RUN TestEventsBackwardsCompatible [2021-06-02T16:30:42.810Z] --- PASS: TestEventsBackwardsCompatible (0.11s) [2021-06-02T16:30:42.810Z] === RUN TestInfoBinaryCommits [2021-06-02T16:30:42.810Z] --- PASS: TestInfoBinaryCommits (0.03s) [2021-06-02T16:30:42.810Z] === RUN TestInfoAPIVersioned [2021-06-02T16:30:42.810Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-06-02T16:30:42.810Z] === RUN TestInfoDiscoveryBackend [2021-06-02T16:30:43.372Z] --- PASS: TestInfoDiscoveryBackend (0.56s) [2021-06-02T16:30:43.372Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-06-02T16:30:44.300Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-06-02T16:30:44.300Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-06-02T16:30:44.556Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-06-02T16:30:45.118Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.61s) [2021-06-02T16:30:45.118Z] === RUN TestInfoAPI [2021-06-02T16:30:45.118Z] --- PASS: TestInfoAPI (0.05s) [2021-06-02T16:30:45.118Z] === RUN TestInfoAPIWarnings [2021-06-02T16:30:46.044Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-06-02T16:30:46.971Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-06-02T16:30:46.971Z] === RUN TestDockerSuite/TestDevicePermissions [2021-06-02T16:30:48.339Z] === RUN TestDockerSuite/TestDockerFails [2021-06-02T16:30:48.339Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2021-06-02T16:30:48.339Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2021-06-02T16:30:48.339Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2021-06-02T16:30:48.339Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2021-06-02T16:30:49.702Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2021-06-02T16:30:50.628Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2021-06-02T16:30:52.513Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2021-06-02T16:30:52.513Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2021-06-02T16:30:52.513Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2021-06-02T16:30:52.769Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2021-06-02T16:31:00.846Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-06-02T16:31:01.406Z] --- PASS: TestInfoAPIWarnings (16.46s) [2021-06-02T16:31:01.406Z] === RUN TestInfoDebug [2021-06-02T16:31:01.967Z] --- PASS: TestInfoDebug (0.56s) [2021-06-02T16:31:01.967Z] === RUN TestInfoInsecureRegistries [2021-06-02T16:31:02.527Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2021-06-02T16:31:02.528Z] === RUN TestInfoRegistryMirrors [2021-06-02T16:31:03.088Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2021-06-02T16:31:03.088Z] === RUN TestLoginFailsWithBadCredentials [2021-06-02T16:31:03.088Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-06-02T16:31:03.344Z] --- PASS: TestLoginFailsWithBadCredentials (0.20s) [2021-06-02T16:31:03.344Z] === RUN TestPingCacheHeaders [2021-06-02T16:31:03.344Z] --- PASS: TestPingCacheHeaders (0.04s) [2021-06-02T16:31:03.344Z] === RUN TestPingGet [2021-06-02T16:31:03.344Z] --- PASS: TestPingGet (0.02s) [2021-06-02T16:31:03.344Z] === RUN TestPingHead [2021-06-02T16:31:03.344Z] --- PASS: TestPingHead (0.02s) [2021-06-02T16:31:03.344Z] === RUN TestVersion [2021-06-02T16:31:03.344Z] --- PASS: TestVersion (0.02s) [2021-06-02T16:31:03.344Z] PASS [2021-06-02T16:31:03.344Z] [2021-06-02T16:31:03.344Z] === Skipped [2021-06-02T16:31:03.344Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-02T16:31:03.344Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-06-02T16:31:03.344Z] [2021-06-02T16:31:03.344Z] [2021-06-02T16:31:03.344Z] DONE 18 tests, 1 skipped in 22.744s [2021-06-02T16:31:03.344Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-06-02T16:31:03.344Z] ++ 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-06-02T16:31:03.344Z] ++ set -e [2021-06-02T16:31:03.344Z] ++ '[' -n 0 ']' [2021-06-02T16:31:03.344Z] ++ set -x [2021-06-02T16:31:03.344Z] ++ env -i DEST=/go/src/github.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-06-02T16:31:03.642Z] INFO: Testing against a local daemon [2021-06-02T16:31:03.642Z] === RUN TestVolumesCreateAndList [2021-06-02T16:31:03.642Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-06-02T16:31:03.642Z] === RUN TestVolumesRemove [2021-06-02T16:31:03.642Z] --- PASS: TestVolumesRemove (0.08s) [2021-06-02T16:31:03.642Z] === RUN TestVolumesInspect [2021-06-02T16:31:03.642Z] --- PASS: TestVolumesInspect (0.02s) [2021-06-02T16:31:03.642Z] === RUN TestVolumesInvalidJSON [2021-06-02T16:31:03.642Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-06-02T16:31:03.642Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-06-02T16:31:03.642Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-06-02T16:31:03.642Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-06-02T16:31:03.642Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-06-02T16:31:03.642Z] PASS [2021-06-02T16:31:03.642Z] [2021-06-02T16:31:03.642Z] DONE 5 tests in 0.321s [2021-06-02T16:31:03.642Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-06-02T16:31:04.203Z] ++++ cat bundles/test-integration/docker.pid [2021-06-02T16:31:04.203Z] +++ kill 5761 [2021-06-02T16:31:04.459Z] +++ /etc/init.d/apparmor stop [2021-06-02T16:31:04.459Z] Leaving: AppArmorNo profiles have been unloaded. [2021-06-02T16:31:04.459Z] [2021-06-02T16:31:04.459Z] Unloading profiles will leave already running processes permanently [2021-06-02T16:31:04.459Z] unconfined, which can lead to unexpected situations. [2021-06-02T16:31:04.459Z] [2021-06-02T16:31:04.459Z] To set a process to complain mode, use the command line tool [2021-06-02T16:31:04.459Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-06-02T16:31:04.459Z] +++ true [2021-06-02T16:31:04.459Z] exiting test-integration [2021-06-02T16:31:04.459Z] ++ exit 0 [2021-06-02T16:31:04.459Z] [2021-06-02T16:31:05.383Z] + for job in $(jobs -p) [2021-06-02T16:31:05.383Z] + wait 2743 [2021-06-02T16:31:06.351Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-06-02T16:31:08.237Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2021-06-02T16:31:09.177Z] === RUN TestDockerSuite/TestEventsAttach [2021-06-02T16:31:09.437Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2021-06-02T16:31:09.997Z] === RUN TestDockerSuite/TestEventsCommit [2021-06-02T16:31:11.358Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-06-02T16:31:12.283Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-06-02T16:31:13.210Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-06-02T16:31:14.576Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2021-06-02T16:31:17.090Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2021-06-02T16:31:18.975Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-06-02T16:31:22.237Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2021-06-02T16:31:24.121Z] === RUN TestDockerSuite/TestEventsCopy [2021-06-02T16:31:25.484Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-06-02T16:31:26.846Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-06-02T16:31:28.737Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2021-06-02T16:31:32.911Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-06-02T16:31:32.911Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-06-02T16:31:35.427Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-06-02T16:31:36.395Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2021-06-02T16:31:36.395Z] === RUN TestDockerSuite/TestEventsFilterType [2021-06-02T16:31:36.650Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2021-06-02T16:31:36.650Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2021-06-02T16:31:36.650Z] === RUN TestDockerSuite/TestEventsFilters [2021-06-02T16:31:38.537Z] === RUN TestDockerSuite/TestEventsFormat [2021-06-02T16:31:39.899Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-06-02T16:31:39.899Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-06-02T16:31:39.899Z] === RUN TestDockerSuite/TestEventsImageImport [2021-06-02T16:31:40.824Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-06-02T16:31:40.824Z] === RUN TestDockerSuite/TestEventsImagePull [2021-06-02T16:31:41.384Z] === RUN TestDockerSuite/TestEventsImageTag [2021-06-02T16:31:42.308Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2021-06-02T16:31:42.562Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2021-06-02T16:31:42.562Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2021-06-02T16:31:42.562Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-06-02T16:31:43.924Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2021-06-02T16:31:44.849Z] === RUN TestDockerSuite/TestEventsRename [2021-06-02T16:31:45.409Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2021-06-02T16:31:45.409Z] === RUN TestDockerSuite/TestEventsResize [2021-06-02T16:31:46.771Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-06-02T16:31:53.354Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2021-06-02T16:31:53.354Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-06-02T16:31:54.281Z] === RUN TestDockerSuite/TestEventsStreaming [2021-06-02T16:31:55.207Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-06-02T16:31:58.473Z] === RUN TestDockerSuite/TestEventsTop [2021-06-02T16:31:59.838Z] === RUN TestDockerSuite/TestEventsUntag [2021-06-02T16:32:02.347Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-06-02T16:32:14.503Z] === RUN TestDockerSuite/TestExec [2021-06-02T16:32:14.758Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-06-02T16:32:15.682Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-06-02T16:32:16.242Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-06-02T16:32:17.168Z] === RUN TestDockerSuite/TestExecAPIStart [2021-06-02T16:32:19.067Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-06-02T16:32:20.436Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-06-02T16:32:21.361Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-06-02T16:32:21.361Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2021-06-02T16:32:22.724Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-06-02T16:32:23.649Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2021-06-02T16:32:23.904Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-06-02T16:32:24.875Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-06-02T16:32:26.761Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-06-02T16:32:29.274Z] === RUN TestDockerSuite/TestExecCgroup [2021-06-02T16:32:32.537Z] === RUN TestDockerSuite/TestExecEnv [2021-06-02T16:32:33.899Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-06-02T16:32:35.786Z] === RUN TestDockerSuite/TestExecExitStatus [2021-06-02T16:32:36.711Z] === RUN TestDockerSuite/TestExecInspectID [2021-06-02T16:32:39.234Z] === RUN TestDockerSuite/TestExecInteractive [2021-06-02T16:32:40.640Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2021-06-02T16:32:41.568Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-06-02T16:32:42.495Z] === RUN TestDockerSuite/TestExecParseError [2021-06-02T16:32:43.055Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-06-02T16:32:43.981Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-06-02T16:32:44.908Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-06-02T16:32:49.068Z] === RUN TestDockerSuite/TestExecSetEnv [2021-06-02T16:32:49.323Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2021-06-02T16:32:49.579Z] === RUN TestDockerSuite/TestExecStartFails [2021-06-02T16:32:50.941Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-06-02T16:33:03.101Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-06-02T16:33:03.662Z] === RUN TestDockerSuite/TestExecTTY [2021-06-02T16:33:04.587Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-06-02T16:33:06.012Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-06-02T16:33:06.572Z] === RUN TestDockerSuite/TestExecUlimits [2021-06-02T16:33:07.933Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-06-02T16:33:07.933Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-06-02T16:33:10.445Z] === RUN TestDockerSuite/TestExecWithNoTERM [2021-06-02T16:33:11.007Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-06-02T16:33:12.891Z] === RUN TestDockerSuite/TestExecWithTERM [2021-06-02T16:33:14.778Z] === RUN TestDockerSuite/TestExecWithUser [2021-06-02T16:33:16.664Z] === RUN TestDockerSuite/TestGetContainerStats [2021-06-02T16:33:21.942Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-06-02T16:33:23.303Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2021-06-02T16:33:26.563Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-06-02T16:33:28.487Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-06-02T16:33:33.731Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-06-02T16:33:34.656Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-06-02T16:33:34.656Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-06-02T16:33:34.656Z] === RUN TestDockerSuite/TestHealth [2021-06-02T16:33:52.690Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2021-06-02T16:33:57.931Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-06-02T16:33:57.931Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-06-02T16:33:57.931Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-06-02T16:33:57.931Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-06-02T16:33:58.492Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-06-02T16:33:58.492Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-06-02T16:33:59.895Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-06-02T16:33:59.895Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-06-02T16:33:59.895Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-06-02T16:33:59.895Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-06-02T16:34:00.456Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-06-02T16:34:00.712Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-06-02T16:34:01.007Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-06-02T16:34:01.007Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-06-02T16:34:01.569Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-06-02T16:34:01.569Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-06-02T16:34:02.494Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-06-02T16:34:03.470Z] === RUN TestDockerSuite/TestImagesFormat [2021-06-02T16:34:03.470Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-06-02T16:34:04.397Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-06-02T16:34:06.909Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-06-02T16:34:07.173Z] === RUN TestDockerSuite/TestImportBadURL [2021-06-02T16:34:07.173Z] === RUN TestDockerSuite/TestImportDisplay [2021-06-02T16:34:09.058Z] === RUN TestDockerSuite/TestImportFile [2021-06-02T16:34:10.422Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-06-02T16:34:10.422Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-06-02T16:34:12.349Z] === RUN TestDockerSuite/TestImportGzipped [2021-06-02T16:34:14.237Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-06-02T16:34:16.751Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-06-02T16:34:17.676Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-06-02T16:34:18.602Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-06-02T16:34:19.162Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-06-02T16:34:19.162Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2021-06-02T16:34:19.162Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-06-02T16:34:20.086Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-06-02T16:34:20.647Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-06-02T16:34:21.572Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-06-02T16:34:22.139Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-06-02T16:34:23.518Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-06-02T16:34:24.443Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-06-02T16:34:24.443Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2021-06-02T16:34:25.805Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-06-02T16:34:26.729Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-06-02T16:34:27.289Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-06-02T16:34:27.289Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-06-02T16:34:28.216Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-06-02T16:34:28.216Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-06-02T16:34:29.141Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-06-02T16:34:29.701Z] === RUN TestDockerSuite/TestInspectDefault [2021-06-02T16:34:30.628Z] === RUN TestDockerSuite/TestInspectHistory [2021-06-02T16:34:31.553Z] === RUN TestDockerSuite/TestInspectImage [2021-06-02T16:34:31.553Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-06-02T16:34:31.553Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-06-02T16:34:31.553Z] === RUN TestDockerSuite/TestInspectInt64 [2021-06-02T16:34:32.113Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-06-02T16:34:33.040Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-06-02T16:34:33.040Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-06-02T16:34:33.600Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-06-02T16:34:34.525Z] === RUN TestDockerSuite/TestInspectPlugin [2021-06-02T16:34:35.086Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2021-06-02T16:34:36.013Z] === RUN TestDockerSuite/TestInspectRootFS [2021-06-02T16:34:36.013Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-06-02T16:34:36.939Z] === RUN TestDockerSuite/TestInspectStatus [2021-06-02T16:34:38.304Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-06-02T16:34:40.832Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-06-02T16:34:42.196Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-06-02T16:34:43.121Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-06-02T16:34:44.048Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-06-02T16:34:44.973Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-06-02T16:34:45.900Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-06-02T16:34:46.825Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-06-02T16:34:46.825Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2021-06-02T16:34:50.089Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-06-02T16:34:51.980Z] === RUN TestDockerSuite/TestLinksEnvs [2021-06-02T16:34:53.907Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-06-02T16:34:54.833Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-06-02T16:34:58.140Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-06-02T16:35:01.429Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-06-02T16:35:03.566Z] --- PASS: TestBuildWCOWSandboxSize (734.35s) [2021-06-02T16:35:03.566Z] === RUN TestBuildWithEmptyDockerfile [2021-06-02T16:35:03.566Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-02T16:35:03.566Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-02T16:35:03.566Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-02T16:35:03.566Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-02T16:35:03.566Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-02T16:35:03.566Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-02T16:35:03.566Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-02T16:35:03.566Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-02T16:35:03.566Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-02T16:35:03.566Z] --- PASS: TestBuildWithEmptyDockerfile (0.40s) [2021-06-02T16:35:03.566Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2021-06-02T16:35:03.566Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2021-06-02T16:35:03.566Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2021-06-02T16:35:03.566Z] === RUN TestBuildPreserveOwnership [2021-06-02T16:35:03.566Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-06-02T16:35:03.566Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-02T16:35:03.566Z] === RUN TestBuildPlatformInvalid [2021-06-02T16:35:03.566Z] --- PASS: TestBuildPlatformInvalid (0.41s) [2021-06-02T16:35:03.566Z] PASS [2021-06-02T16:35:03.566Z] ok github.com/docker/docker/integration/build 904.311s [2021-06-02T16:35:03.566Z] [2021-06-02T16:35:03.566Z] === Skipped [2021-06-02T16:35:03.566Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-06-02T16:35:03.566Z] build_session_test.go:25: TODO: BuildKit [2021-06-02T16:35:03.566Z] [2021-06-02T16:35:03.566Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-06-02T16:35:03.566Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:35:03.566Z] [2021-06-02T16:35:03.566Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2021-06-02T16:35:03.566Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-02T16:35:03.566Z] [2021-06-02T16:35:03.566Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-06-02T16:35:03.566Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-02T16:35:03.566Z] [2021-06-02T16:35:03.566Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-06-02T16:35:03.566Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-02T16:35:03.566Z] [2021-06-02T16:35:03.566Z] [2021-06-02T16:35:03.566Z] DONE 29 tests, 5 skipped in 929.357s [2021-06-02T16:35:03.566Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-06-02T16:35:03.566Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-02T16:35:03.566Z] INFO: Testing against a local daemon [2021-06-02T16:35:03.566Z] === RUN TestConfigInspect [2021-06-02T16:35:03.566Z] --- SKIP: TestConfigInspect (0.00s) [2021-06-02T16:35:03.566Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:35:03.566Z] === RUN TestConfigList [2021-06-02T16:35:03.566Z] --- SKIP: TestConfigList (0.00s) [2021-06-02T16:35:03.566Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:35:03.566Z] === RUN TestConfigsCreateAndDelete [2021-06-02T16:35:03.566Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-06-02T16:35:03.566Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:35:03.566Z] === RUN TestConfigsUpdate [2021-06-02T16:35:03.566Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-06-02T16:35:03.566Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:35:03.566Z] === RUN TestTemplatedConfig [2021-06-02T16:35:03.566Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-06-02T16:35:03.566Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:35:03.566Z] === RUN TestConfigCreateResolve [2021-06-02T16:35:03.566Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-06-02T16:35:03.566Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:35:03.566Z] === RUN TestConfigDaemonLibtrustID [2021-06-02T16:35:03.566Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-06-02T16:35:03.566Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:35:03.567Z] PASS [2021-06-02T16:35:03.567Z] ok github.com/docker/docker/integration/config 0.217s [2021-06-02T16:35:03.567Z] [2021-06-02T16:35:03.567Z] === Skipped [2021-06-02T16:35:03.567Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-06-02T16:35:03.567Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:35:03.567Z] [2021-06-02T16:35:03.567Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-06-02T16:35:03.567Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:35:03.567Z] [2021-06-02T16:35:03.567Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-06-02T16:35:03.567Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:35:03.567Z] [2021-06-02T16:35:03.567Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-06-02T16:35:03.567Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:35:03.567Z] [2021-06-02T16:35:03.567Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-06-02T16:35:03.567Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:35:03.567Z] [2021-06-02T16:35:03.567Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-06-02T16:35:03.567Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:35:03.567Z] [2021-06-02T16:35:03.567Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2021-06-02T16:35:03.567Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:35:03.567Z] [2021-06-02T16:35:03.567Z] [2021-06-02T16:35:03.567Z] DONE 7 tests, 7 skipped in 3.315s [2021-06-02T16:35:03.567Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-06-02T16:35:03.567Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-02T16:35:03.567Z] INFO: Testing against a local daemon [2021-06-02T16:35:03.567Z] === RUN TestCheckpoint [2021-06-02T16:35:03.567Z] --- SKIP: TestCheckpoint (0.00s) [2021-06-02T16:35:03.567Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-02T16:35:03.567Z] === RUN TestContainerInvalidJSON [2021-06-02T16:35:03.567Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-06-02T16:35:03.567Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-06-02T16:35:03.567Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-06-02T16:35:03.567Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-06-02T16:35:03.567Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-06-02T16:35:03.567Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-06-02T16:35:03.567Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-06-02T16:35:03.567Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-06-02T16:35:03.567Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-06-02T16:35:03.567Z] --- PASS: TestContainerInvalidJSON (0.38s) [2021-06-02T16:35:03.567Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-06-02T16:35:03.567Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-06-02T16:35:03.567Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-06-02T16:35:03.567Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-06-02T16:35:03.567Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.25s) [2021-06-02T16:35:03.567Z] === RUN TestCopyFromContainerPathIsNotDir [2021-06-02T16:35:03.567Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.18s) [2021-06-02T16:35:03.567Z] === RUN TestCopyToContainerPathDoesNotExist [2021-06-02T16:35:03.567Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.19s) [2021-06-02T16:35:03.567Z] === RUN TestCopyToContainerPathIsNotDir [2021-06-02T16:35:03.567Z] --- PASS: TestCopyToContainerPathIsNotDir (0.18s) [2021-06-02T16:35:03.567Z] === RUN TestCopyFromContainer [2021-06-02T16:35:03.567Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-06-02T16:35:03.567Z] copy_test.go:82: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:35:03.567Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-06-02T16:35:03.567Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-02T16:35:03.567Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-02T16:35:03.567Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-02T16:35:03.567Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-02T16:35:03.567Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-02T16:35:03.567Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-02T16:35:03.567Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-02T16:35:03.567Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-02T16:35:03.567Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-02T16:35:03.567Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-06-02T16:35:03.567Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-06-02T16:35:03.567Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-06-02T16:35:03.567Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-06-02T16:35:03.567Z] === RUN TestCreateLinkToNonExistingContainer [2021-06-02T16:35:03.567Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-06-02T16:35:03.567Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-06-02T16:35:03.567Z] === RUN TestCreateWithInvalidEnv [2021-06-02T16:35:03.567Z] === RUN TestCreateWithInvalidEnv/0 [2021-06-02T16:35:03.567Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-06-02T16:35:03.567Z] === RUN TestCreateWithInvalidEnv/1 [2021-06-02T16:35:03.567Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-06-02T16:35:03.567Z] === RUN TestCreateWithInvalidEnv/2 [2021-06-02T16:35:03.567Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-06-02T16:35:03.567Z] === CONT TestCreateWithInvalidEnv/0 [2021-06-02T16:35:03.567Z] === CONT TestCreateWithInvalidEnv/2 [2021-06-02T16:35:03.567Z] === CONT TestCreateWithInvalidEnv/1 [2021-06-02T16:35:03.567Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-06-02T16:35:03.567Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-06-02T16:35:03.567Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-06-02T16:35:03.567Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-06-02T16:35:03.567Z] === RUN TestCreateTmpfsMountsTarget [2021-06-02T16:35:03.567Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-06-02T16:35:03.567Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:35:03.567Z] === RUN TestCreateWithCustomMaskedPaths [2021-06-02T16:35:03.567Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-06-02T16:35:03.567Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:35:03.567Z] === RUN TestCreateWithCustomReadonlyPaths [2021-06-02T16:35:03.567Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-06-02T16:35:03.567Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:35:03.567Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-06-02T16:35:03.567Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-02T16:35:03.567Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-02T16:35:03.567Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-02T16:35:03.567Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-02T16:35:03.567Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-02T16:35:03.567Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-02T16:35:03.567Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-02T16:35:03.567Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-02T16:35:03.567Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-02T16:35:03.567Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-02T16:35:03.567Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-02T16:35:03.567Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-02T16:35:03.567Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-02T16:35:03.567Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-02T16:35:03.567Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-02T16:35:03.567Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-06-02T16:35:03.567Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-06-02T16:35:03.567Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-06-02T16:35:03.567Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-06-02T16:35:03.567Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-06-02T16:35:03.567Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-06-02T16:35:03.567Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-06-02T16:35:03.567Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-06-02T16:35:03.567Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-06-02T16:35:03.567Z] === RUN TestCreateDifferentPlatform [2021-06-02T16:35:03.567Z] === RUN TestCreateDifferentPlatform/different_os [2021-06-02T16:35:03.567Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-06-02T16:35:03.567Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-06-02T16:35:03.567Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2021-06-02T16:35:03.567Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-06-02T16:35:03.567Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-06-02T16:35:03.567Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.11s) [2021-06-02T16:35:03.567Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-06-02T16:35:03.567Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-06-02T16:35:03.567Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-06-02T16:35:03.567Z] === RUN TestContainerKillOnDaemonStart [2021-06-02T16:35:03.567Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-06-02T16:35:03.567Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:35:03.567Z] === RUN TestDiff [2021-06-02T16:35:03.567Z] --- SKIP: TestDiff (0.00s) [2021-06-02T16:35:03.567Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-06-02T16:35:03.567Z] === RUN TestExecWithCloseStdin [2021-06-02T16:35:03.567Z] --- PASS: TestExecWithCloseStdin (2.78s) [2021-06-02T16:35:03.567Z] === RUN TestExec [2021-06-02T16:35:04.739Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-06-02T16:35:04.739Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-06-02T16:35:06.822Z] --- PASS: TestExec (4.18s) [2021-06-02T16:35:06.822Z] === RUN TestExecUser [2021-06-02T16:35:06.822Z] --- SKIP: TestExecUser (0.00s) [2021-06-02T16:35:06.822Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-06-02T16:35:06.822Z] === RUN TestExportContainerAndImportImage [2021-06-02T16:35:06.822Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-06-02T16:35:06.822Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:35:06.822Z] === RUN TestExportContainerAfterDaemonRestart [2021-06-02T16:35:06.822Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-06-02T16:35:06.822Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:35:06.822Z] === RUN TestHealthCheckWorkdir [2021-06-02T16:35:06.822Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-06-02T16:35:06.822Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-06-02T16:35:06.822Z] === RUN TestHealthKillContainer [2021-06-02T16:35:06.822Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-06-02T16:35:06.822Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-06-02T16:35:06.822Z] === RUN TestInspectCpusetInConfigPre120 [2021-06-02T16:35:06.822Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-06-02T16:35:06.822Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-06-02T16:35:06.822Z] === RUN TestKillContainerInvalidSignal [2021-06-02T16:35:08.000Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-06-02T16:35:08.372Z] --- PASS: TestKillContainerInvalidSignal (1.88s) [2021-06-02T16:35:08.372Z] === RUN TestKillContainer [2021-06-02T16:35:08.372Z] === RUN TestKillContainer/no_signal [2021-06-02T16:35:08.560Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-06-02T16:35:09.486Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-06-02T16:35:09.916Z] === RUN TestKillContainer/non_killing_signal [2021-06-02T16:35:09.916Z] === RUN TestKillContainer/killing_signal [2021-06-02T16:35:11.999Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2021-06-02T16:35:12.830Z] --- PASS: TestKillContainer (4.10s) [2021-06-02T16:35:12.830Z] --- PASS: TestKillContainer/no_signal (1.67s) [2021-06-02T16:35:12.830Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-06-02T16:35:12.830Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-06-02T16:35:12.830Z] --- PASS: TestKillContainer/killing_signal (2.39s) [2021-06-02T16:35:12.830Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-06-02T16:35:12.830Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-06-02T16:35:12.830Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-02T16:35:12.830Z] === RUN TestKillStoppedContainer [2021-06-02T16:35:12.830Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-06-02T16:35:12.830Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-02T16:35:12.830Z] === RUN TestKillStoppedContainerAPIPre120 [2021-06-02T16:35:12.830Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-06-02T16:35:12.830Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-02T16:35:12.830Z] === RUN TestKillDifferentUserContainer [2021-06-02T16:35:12.830Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-06-02T16:35:12.830Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-06-02T16:35:12.830Z] === RUN TestInspectOomKilledTrue [2021-06-02T16:35:12.830Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-06-02T16:35:12.830Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:35:12.830Z] === RUN TestInspectOomKilledFalse [2021-06-02T16:35:12.830Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-06-02T16:35:12.830Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-02T16:35:12.830Z] === RUN TestLogsFollowTailEmpty [2021-06-02T16:35:14.373Z] --- PASS: TestLogsFollowTailEmpty (1.77s) [2021-06-02T16:35:14.373Z] === RUN TestNetworkNat [2021-06-02T16:35:14.373Z] --- SKIP: TestNetworkNat (0.00s) [2021-06-02T16:35:14.373Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-06-02T16:35:14.373Z] === RUN TestNetworkLocalhostTCPNat [2021-06-02T16:35:16.560Z] --- PASS: TestNetworkLocalhostTCPNat (2.15s) [2021-06-02T16:35:16.560Z] === RUN TestNetworkLoopbackNat [2021-06-02T16:35:16.560Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-06-02T16:35:16.560Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-06-02T16:35:16.560Z] === RUN TestPause [2021-06-02T16:35:16.560Z] --- SKIP: TestPause (0.00s) [2021-06-02T16:35:16.560Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-06-02T16:35:16.560Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-06-02T16:35:18.105Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.74s) [2021-06-02T16:35:18.105Z] === RUN TestPauseStopPausedContainer [2021-06-02T16:35:18.105Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-06-02T16:35:18.105Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:35:18.105Z] === RUN TestPsFilter [2021-06-02T16:35:18.566Z] --- PASS: TestPsFilter (0.30s) [2021-06-02T16:35:18.566Z] === RUN TestRemoveContainerWithRemovedVolume [2021-06-02T16:35:20.078Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2021-06-02T16:35:20.133Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.85s) [2021-06-02T16:35:20.133Z] === RUN TestRemoveContainerWithVolume [2021-06-02T16:35:21.965Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2021-06-02T16:35:23.048Z] --- PASS: TestRemoveContainerWithVolume (2.41s) [2021-06-02T16:35:23.048Z] === RUN TestRemoveContainerRunning [2021-06-02T16:35:24.590Z] --- PASS: TestRemoveContainerRunning (1.76s) [2021-06-02T16:35:24.590Z] === RUN TestRemoveContainerForceRemoveRunning [2021-06-02T16:35:25.230Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-06-02T16:35:25.485Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2021-06-02T16:35:26.141Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.82s) [2021-06-02T16:35:26.142Z] === RUN TestRemoveInvalidContainer [2021-06-02T16:35:26.142Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-06-02T16:35:26.142Z] === RUN TestRenameLinkedContainer [2021-06-02T16:35:26.142Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-06-02T16:35:26.142Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-06-02T16:35:26.142Z] === RUN TestRenameStoppedContainer [2021-06-02T16:35:28.021Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-06-02T16:35:29.062Z] --- PASS: TestRenameStoppedContainer (2.43s) [2021-06-02T16:35:29.062Z] === RUN TestRenameRunningContainerAndReuse [2021-06-02T16:35:29.385Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2021-06-02T16:35:30.748Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-06-02T16:35:31.979Z] --- PASS: TestRenameRunningContainerAndReuse (3.44s) [2021-06-02T16:35:31.979Z] === RUN TestRenameInvalidName [2021-06-02T16:35:32.112Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-06-02T16:35:33.037Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2021-06-02T16:35:34.166Z] --- PASS: TestRenameInvalidName (1.82s) [2021-06-02T16:35:34.166Z] === RUN TestRenameAnonymousContainer [2021-06-02T16:35:35.555Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2021-06-02T16:35:35.555Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-06-02T16:35:35.810Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-06-02T16:35:35.810Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-06-02T16:35:35.810Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-06-02T16:35:36.066Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2021-06-02T16:35:36.992Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-06-02T16:35:37.554Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-06-02T16:35:40.860Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2021-06-02T16:35:41.785Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-06-02T16:35:42.760Z] --- PASS: TestRenameAnonymousContainer (8.88s) [2021-06-02T16:35:42.760Z] === RUN TestRenameContainerWithSameName [2021-06-02T16:35:43.148Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-06-02T16:35:44.949Z] --- PASS: TestRenameContainerWithSameName (1.76s) [2021-06-02T16:35:44.949Z] === RUN TestRenameContainerWithLinkedContainer [2021-06-02T16:35:44.949Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-06-02T16:35:44.949Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-06-02T16:35:44.949Z] === RUN TestResize [2021-06-02T16:35:45.033Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2021-06-02T16:35:46.492Z] --- PASS: TestResize (1.84s) [2021-06-02T16:35:46.492Z] === RUN TestResizeWithInvalidSize [2021-06-02T16:35:48.037Z] --- PASS: TestResizeWithInvalidSize (1.71s) [2021-06-02T16:35:48.037Z] === RUN TestResizeWhenContainerNotStarted [2021-06-02T16:35:48.320Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-06-02T16:35:48.617Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-06-02T16:35:48.617Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-06-02T16:35:49.980Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-06-02T16:35:50.906Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-06-02T16:35:50.950Z] --- PASS: TestResizeWhenContainerNotStarted (2.30s) [2021-06-02T16:35:50.950Z] === RUN TestDaemonRestartKillContainers [2021-06-02T16:35:50.950Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-06-02T16:35:50.950Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:35:50.950Z] === RUN TestStats [2021-06-02T16:35:50.950Z] --- SKIP: TestStats (0.00s) [2021-06-02T16:35:50.950Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-06-02T16:35:50.950Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-06-02T16:35:51.832Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-06-02T16:35:53.193Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-06-02T16:35:54.119Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-06-02T16:35:54.740Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.46s) [2021-06-02T16:35:54.740Z] === RUN TestStopContainerWithTimeout [2021-06-02T16:35:54.740Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-06-02T16:35:54.740Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-06-02T16:35:54.740Z] === RUN TestUpdateRestartPolicy [2021-06-02T16:35:56.674Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-06-02T16:35:56.931Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-06-02T16:35:57.855Z] === RUN TestDockerSuite/TestLogsSince [2021-06-02T16:36:04.380Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-06-02T16:36:08.537Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2021-06-02T16:36:10.439Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-06-02T16:36:11.369Z] === RUN TestDockerSuite/TestLogsTail [2021-06-02T16:36:12.776Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-06-02T16:36:13.701Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-06-02T16:36:14.261Z] === RUN TestDockerSuite/TestMountIntoProc [2021-06-02T16:36:14.517Z] === RUN TestDockerSuite/TestMountIntoSys [2021-06-02T16:36:15.441Z] === RUN TestDockerSuite/TestNetHostname [2021-06-02T16:36:16.024Z] --- PASS: TestUpdateRestartPolicy (20.97s) [2021-06-02T16:36:16.024Z] === RUN TestUpdateRestartWithAutoRemove [2021-06-02T16:36:17.567Z] --- PASS: TestUpdateRestartWithAutoRemove (1.86s) [2021-06-02T16:36:17.567Z] === RUN TestWaitNonBlocked [2021-06-02T16:36:17.567Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-02T16:36:17.567Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-02T16:36:17.567Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-02T16:36:17.567Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-02T16:36:17.567Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-02T16:36:17.567Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-02T16:36:17.950Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2021-06-02T16:36:17.950Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-06-02T16:36:18.511Z] === RUN TestDockerSuite/TestNetworkEvents [2021-06-02T16:36:20.486Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-06-02T16:36:20.486Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.64s) [2021-06-02T16:36:20.486Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.77s) [2021-06-02T16:36:20.486Z] === RUN TestWaitBlocked [2021-06-02T16:36:20.486Z] --- SKIP: TestWaitBlocked (0.00s) [2021-06-02T16:36:20.486Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:36:20.486Z] PASS [2021-06-02T16:36:20.486Z] ok github.com/docker/docker/integration/container 82.631s [2021-06-02T16:36:20.486Z] [2021-06-02T16:36:20.486Z] === Skipped [2021-06-02T16:36:20.486Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-06-02T16:36:20.486Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-02T16:36:20.486Z] [2021-06-02T16:36:20.486Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-06-02T16:36:20.486Z] copy_test.go:82: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:20.486Z] [2021-06-02T16:36:20.486Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-06-02T16:36:20.486Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-06-02T16:36:20.486Z] [2021-06-02T16:36:20.486Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-06-02T16:36:20.486Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:20.486Z] [2021-06-02T16:36:20.486Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-06-02T16:36:20.486Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:36:20.486Z] [2021-06-02T16:36:20.486Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-06-02T16:36:20.486Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:36:20.486Z] [2021-06-02T16:36:20.486Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-06-02T16:36:20.486Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-06-02T16:36:20.486Z] [2021-06-02T16:36:20.486Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-06-02T16:36:20.486Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-06-02T16:36:20.486Z] [2021-06-02T16:36:20.486Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-06-02T16:36:20.486Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:20.486Z] [2021-06-02T16:36:20.486Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-06-02T16:36:20.486Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-06-02T16:36:20.486Z] [2021-06-02T16:36:20.486Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-06-02T16:36:20.486Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-06-02T16:36:20.486Z] [2021-06-02T16:36:20.486Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-06-02T16:36:20.486Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:20.486Z] [2021-06-02T16:36:20.486Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-06-02T16:36:20.486Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:20.486Z] [2021-06-02T16:36:20.486Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-06-02T16:36:20.486Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-06-02T16:36:20.486Z] [2021-06-02T16:36:20.486Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-06-02T16:36:20.486Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-06-02T16:36:20.486Z] [2021-06-02T16:36:20.486Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-06-02T16:36:20.486Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-06-02T16:36:20.486Z] [2021-06-02T16:36:20.486Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-06-02T16:36:20.486Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-06-02T16:36:20.486Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-06-02T16:36:20.486Z] [2021-06-02T16:36:20.486Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-06-02T16:36:20.486Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-02T16:36:20.486Z] [2021-06-02T16:36:20.486Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-06-02T16:36:20.486Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-02T16:36:20.486Z] [2021-06-02T16:36:20.486Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-06-02T16:36:20.486Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-02T16:36:20.486Z] [2021-06-02T16:36:20.486Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-06-02T16:36:20.486Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-06-02T16:36:20.486Z] [2021-06-02T16:36:20.486Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-06-02T16:36:20.486Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:20.486Z] [2021-06-02T16:36:20.486Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-06-02T16:36:20.486Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-02T16:36:20.486Z] [2021-06-02T16:36:20.486Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-06-02T16:36:20.486Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-06-02T16:36:20.486Z] [2021-06-02T16:36:20.486Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-06-02T16:36:20.486Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-06-02T16:36:20.486Z] [2021-06-02T16:36:20.486Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-06-02T16:36:20.486Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-06-02T16:36:20.486Z] [2021-06-02T16:36:20.486Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-06-02T16:36:20.486Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:20.486Z] [2021-06-02T16:36:20.486Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-06-02T16:36:20.486Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-06-02T16:36:20.486Z] [2021-06-02T16:36:20.486Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-06-02T16:36:20.486Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-06-02T16:36:20.486Z] [2021-06-02T16:36:20.486Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-06-02T16:36:20.486Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:20.486Z] [2021-06-02T16:36:20.486Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-06-02T16:36:20.486Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-06-02T16:36:20.486Z] [2021-06-02T16:36:20.486Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-06-02T16:36:20.486Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-06-02T16:36:20.486Z] [2021-06-02T16:36:20.486Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-06-02T16:36:20.486Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:36:20.486Z] [2021-06-02T16:36:20.486Z] [2021-06-02T16:36:20.486Z] DONE 88 tests, 33 skipped in 85.077s [2021-06-02T16:36:20.486Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-06-02T16:36:21.820Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2021-06-02T16:36:22.677Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-02T16:36:22.677Z] INFO: Testing against a local daemon [2021-06-02T16:36:22.677Z] === RUN TestCommitInheritsEnv [2021-06-02T16:36:22.677Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-06-02T16:36:22.677Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-02T16:36:22.677Z] === RUN TestImportExtremelyLargeImageWorks [2021-06-02T16:36:22.677Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-06-02T16:36:22.677Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-06-02T16:36:22.677Z] === RUN TestImagesFilterMultiReference [2021-06-02T16:36:22.677Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2021-06-02T16:36:22.677Z] === RUN TestImagePullPlatformInvalid [2021-06-02T16:36:22.677Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-06-02T16:36:22.677Z] === RUN TestRemoveImageOrphaning [2021-06-02T16:36:23.648Z] --- PASS: TestRemoveImageOrphaning (0.90s) [2021-06-02T16:36:23.648Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-06-02T16:36:23.648Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-06-02T16:36:23.648Z] === RUN TestTagInvalidReference [2021-06-02T16:36:23.648Z] --- PASS: TestTagInvalidReference (0.02s) [2021-06-02T16:36:23.648Z] === RUN TestTagValidPrefixedRepo [2021-06-02T16:36:23.648Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2021-06-02T16:36:23.648Z] === RUN TestTagExistedNameWithoutForce [2021-06-02T16:36:23.648Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-06-02T16:36:23.648Z] === RUN TestTagOfficialNames [2021-06-02T16:36:24.109Z] --- PASS: TestTagOfficialNames (0.06s) [2021-06-02T16:36:24.109Z] === RUN TestTagMatchesDigest [2021-06-02T16:36:24.109Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-06-02T16:36:24.109Z] PASS [2021-06-02T16:36:24.109Z] ok github.com/docker/docker/integration/image 1.391s [2021-06-02T16:36:24.109Z] [2021-06-02T16:36:24.109Z] === Skipped [2021-06-02T16:36:24.109Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-06-02T16:36:24.109Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-02T16:36:24.109Z] [2021-06-02T16:36:24.109Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-06-02T16:36:24.109Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-06-02T16:36:24.109Z] [2021-06-02T16:36:24.109Z] [2021-06-02T16:36:24.109Z] DONE 11 tests, 2 skipped in 3.380s [2021-06-02T16:36:24.109Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-06-02T16:36:25.081Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-06-02T16:36:26.322Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-02T16:36:26.322Z] INFO: Testing against a local daemon [2021-06-02T16:36:26.322Z] === RUN TestNetworkCreateDelete [2021-06-02T16:36:26.322Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-06-02T16:36:26.322Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:36:26.322Z] === RUN TestDockerNetworkDeletePreferID [2021-06-02T16:36:26.322Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-06-02T16:36:26.322Z] 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-06-02T16:36:26.322Z] === RUN TestDaemonDNSFallback [2021-06-02T16:36:26.322Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-06-02T16:36:26.322Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:36:26.322Z] === RUN TestInspectNetwork [2021-06-02T16:36:26.322Z] --- SKIP: TestInspectNetwork (0.00s) [2021-06-02T16:36:26.322Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-06-02T16:36:26.322Z] === RUN TestRunContainerWithBridgeNone [2021-06-02T16:36:26.322Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-06-02T16:36:26.322Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:36:26.322Z] === RUN TestNetworkInvalidJSON [2021-06-02T16:36:26.322Z] === RUN TestNetworkInvalidJSON//networks/create [2021-06-02T16:36:26.322Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-06-02T16:36:26.322Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-06-02T16:36:26.322Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-06-02T16:36:26.322Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-02T16:36:26.322Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-02T16:36:26.322Z] === CONT TestNetworkInvalidJSON//networks/create [2021-06-02T16:36:26.322Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-02T16:36:26.322Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-06-02T16:36:26.322Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-06-02T16:36:26.322Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2021-06-02T16:36:26.322Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2021-06-02T16:36:26.322Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.02s) [2021-06-02T16:36:26.322Z] === RUN TestNetworkList [2021-06-02T16:36:26.322Z] === RUN TestNetworkList//networks [2021-06-02T16:36:26.322Z] === PAUSE TestNetworkList//networks [2021-06-02T16:36:26.322Z] === RUN TestNetworkList//networks/ [2021-06-02T16:36:26.322Z] === PAUSE TestNetworkList//networks/ [2021-06-02T16:36:26.322Z] === CONT TestNetworkList//networks [2021-06-02T16:36:26.322Z] === CONT TestNetworkList//networks/ [2021-06-02T16:36:26.322Z] --- PASS: TestNetworkList (0.03s) [2021-06-02T16:36:26.322Z] --- PASS: TestNetworkList//networks (0.00s) [2021-06-02T16:36:26.322Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-06-02T16:36:26.322Z] === RUN TestHostIPv4BridgeLabel [2021-06-02T16:36:26.322Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-06-02T16:36:26.322Z] network_test.go:126: testEnv.OSType == "windows" [2021-06-02T16:36:26.322Z] === RUN TestDaemonRestartWithLiveRestore [2021-06-02T16:36:26.322Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-06-02T16:36:26.322Z] service_test.go:29: testEnv.OSType == "windows" [2021-06-02T16:36:26.322Z] === RUN TestDaemonDefaultNetworkPools [2021-06-02T16:36:26.322Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-06-02T16:36:26.322Z] service_test.go:58: testEnv.OSType == "windows" [2021-06-02T16:36:26.322Z] === RUN TestDaemonRestartWithExistingNetwork [2021-06-02T16:36:26.322Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-06-02T16:36:26.322Z] service_test.go:102: testEnv.OSType == "windows" [2021-06-02T16:36:26.322Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-06-02T16:36:26.322Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-06-02T16:36:26.322Z] service_test.go:136: testEnv.OSType == "windows" [2021-06-02T16:36:26.322Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-06-02T16:36:26.322Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-06-02T16:36:26.322Z] service_test.go:187: testEnv.OSType == "windows" [2021-06-02T16:36:26.322Z] === RUN TestServiceWithPredefinedNetwork [2021-06-02T16:36:26.322Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-06-02T16:36:26.322Z] service_test.go:212: testEnv.OSType == "windows" [2021-06-02T16:36:26.322Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-06-02T16:36:26.322Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-02T16:36:26.322Z] service_test.go:242: FLAKY_TEST [2021-06-02T16:36:26.322Z] === RUN TestServiceWithDataPathPortInit [2021-06-02T16:36:26.322Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-06-02T16:36:26.322Z] service_test.go:332: testEnv.OSType == "windows" [2021-06-02T16:36:26.322Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-06-02T16:36:26.322Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-06-02T16:36:26.322Z] service_test.go:400: testEnv.OSType == "windows" [2021-06-02T16:36:26.322Z] PASS [2021-06-02T16:36:26.322Z] ok github.com/docker/docker/integration/network 0.245s [2021-06-02T16:36:26.322Z] [2021-06-02T16:36:26.322Z] === Skipped [2021-06-02T16:36:26.322Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-06-02T16:36:26.322Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:36:26.322Z] [2021-06-02T16:36:26.322Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-06-02T16:36:26.322Z] 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-06-02T16:36:26.322Z] [2021-06-02T16:36:26.323Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-06-02T16:36:26.323Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:36:26.323Z] [2021-06-02T16:36:26.323Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-06-02T16:36:26.323Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-06-02T16:36:26.323Z] [2021-06-02T16:36:26.323Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-06-02T16:36:26.323Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:36:26.323Z] [2021-06-02T16:36:26.323Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-06-02T16:36:26.323Z] network_test.go:126: testEnv.OSType == "windows" [2021-06-02T16:36:26.323Z] [2021-06-02T16:36:26.323Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-06-02T16:36:26.323Z] service_test.go:29: testEnv.OSType == "windows" [2021-06-02T16:36:26.323Z] [2021-06-02T16:36:26.323Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-06-02T16:36:26.323Z] service_test.go:58: testEnv.OSType == "windows" [2021-06-02T16:36:26.323Z] [2021-06-02T16:36:26.323Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-06-02T16:36:26.323Z] service_test.go:102: testEnv.OSType == "windows" [2021-06-02T16:36:26.323Z] [2021-06-02T16:36:26.323Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-06-02T16:36:26.323Z] service_test.go:136: testEnv.OSType == "windows" [2021-06-02T16:36:26.323Z] [2021-06-02T16:36:26.323Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-06-02T16:36:26.323Z] service_test.go:187: testEnv.OSType == "windows" [2021-06-02T16:36:26.323Z] [2021-06-02T16:36:26.323Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-06-02T16:36:26.323Z] service_test.go:212: testEnv.OSType == "windows" [2021-06-02T16:36:26.323Z] [2021-06-02T16:36:26.323Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-02T16:36:26.323Z] service_test.go:242: FLAKY_TEST [2021-06-02T16:36:26.323Z] [2021-06-02T16:36:26.323Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-06-02T16:36:26.323Z] service_test.go:332: testEnv.OSType == "windows" [2021-06-02T16:36:26.323Z] [2021-06-02T16:36:26.323Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-06-02T16:36:26.323Z] service_test.go:400: testEnv.OSType == "windows" [2021-06-02T16:36:26.323Z] [2021-06-02T16:36:26.323Z] [2021-06-02T16:36:26.323Z] DONE 22 tests, 15 skipped in 2.397s [2021-06-02T16:36:26.323Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-06-02T16:36:26.444Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-06-02T16:36:27.003Z] === RUN TestDockerSuite/TestPluginActive [2021-06-02T16:36:27.294Z] testing: warning: no tests to run [2021-06-02T16:36:27.294Z] PASS [2021-06-02T16:36:27.294Z] ok github.com/docker/docker/integration/network/ipvlan 0.068s [2021-06-02T16:36:27.294Z] [2021-06-02T16:36:27.294Z] DONE 0 tests in 0.741s [2021-06-02T16:36:27.294Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-06-02T16:36:28.266Z] testing: warning: no tests to run [2021-06-02T16:36:28.266Z] PASS [2021-06-02T16:36:28.266Z] ok github.com/docker/docker/integration/network/macvlan 0.062s [2021-06-02T16:36:28.266Z] [2021-06-02T16:36:28.266Z] DONE 0 tests in 0.744s [2021-06-02T16:36:28.266Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-06-02T16:36:28.727Z] testing: warning: no tests to run [2021-06-02T16:36:28.727Z] PASS [2021-06-02T16:36:28.727Z] ok github.com/docker/docker/integration/plugin 0.073s [2021-06-02T16:36:28.727Z] [2021-06-02T16:36:28.727Z] DONE 0 tests in 0.725s [2021-06-02T16:36:28.727Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-06-02T16:36:28.887Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-06-02T16:36:29.833Z] testing: warning: no tests to run [2021-06-02T16:36:29.833Z] PASS [2021-06-02T16:36:29.833Z] ok github.com/docker/docker/integration/plugin/authz 0.068s [2021-06-02T16:36:29.833Z] [2021-06-02T16:36:29.833Z] DONE 0 tests in 0.712s [2021-06-02T16:36:29.833Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-06-02T16:36:34.185Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-06-02T16:36:34.185Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-06-02T16:36:34.440Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-06-02T16:36:34.695Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2021-06-02T16:36:37.959Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-06-02T16:36:37.959Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2021-06-02T16:36:39.321Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-06-02T16:36:41.208Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-06-02T16:36:41.768Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2021-06-02T16:36:42.619Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-02T16:36:42.619Z] INFO: Testing against a local daemon [2021-06-02T16:36:42.619Z] === RUN TestPluginInvalidJSON [2021-06-02T16:36:42.619Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-06-02T16:36:42.619Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-06-02T16:36:42.619Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-06-02T16:36:42.619Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-06-02T16:36:42.619Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-06-02T16:36:42.619Z] === RUN TestPluginInstall [2021-06-02T16:36:42.619Z] --- SKIP: TestPluginInstall (0.00s) [2021-06-02T16:36:42.619Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-06-02T16:36:42.619Z] === RUN TestPluginsWithRuntimes [2021-06-02T16:36:42.619Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-06-02T16:36:42.619Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-06-02T16:36:42.619Z] === RUN TestPluginBackCompatMediaTypes [2021-06-02T16:36:42.619Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-06-02T16:36:42.619Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-06-02T16:36:42.619Z] PASS [2021-06-02T16:36:42.619Z] ok github.com/docker/docker/integration/plugin/common 0.212s [2021-06-02T16:36:42.619Z] [2021-06-02T16:36:42.619Z] === Skipped [2021-06-02T16:36:42.619Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-06-02T16:36:42.619Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-06-02T16:36:42.619Z] [2021-06-02T16:36:42.619Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-06-02T16:36:42.619Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-06-02T16:36:42.619Z] [2021-06-02T16:36:42.619Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-06-02T16:36:42.619Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-06-02T16:36:42.619Z] [2021-06-02T16:36:42.619Z] [2021-06-02T16:36:42.619Z] DONE 5 tests, 3 skipped in 11.367s [2021-06-02T16:36:42.619Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-06-02T16:36:44.163Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-02T16:36:44.163Z] INFO: Testing against a local daemon [2021-06-02T16:36:44.163Z] === RUN TestExternalGraphDriver [2021-06-02T16:36:44.163Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-06-02T16:36:44.163Z] external_test.go:48: runtime.GOOS == "windows" [2021-06-02T16:36:44.163Z] === RUN TestGraphdriverPluginV2 [2021-06-02T16:36:44.163Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-06-02T16:36:44.163Z] external_test.go:408: runtime.GOOS == "windows" [2021-06-02T16:36:44.163Z] PASS [2021-06-02T16:36:44.163Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.177s [2021-06-02T16:36:44.163Z] [2021-06-02T16:36:44.163Z] === Skipped [2021-06-02T16:36:44.163Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-06-02T16:36:44.163Z] external_test.go:48: runtime.GOOS == "windows" [2021-06-02T16:36:44.163Z] [2021-06-02T16:36:44.163Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-06-02T16:36:44.163Z] external_test.go:408: runtime.GOOS == "windows" [2021-06-02T16:36:44.163Z] [2021-06-02T16:36:44.163Z] [2021-06-02T16:36:44.163Z] DONE 2 tests, 2 skipped in 2.935s [2021-06-02T16:36:44.163Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-06-02T16:36:44.280Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2021-06-02T16:36:46.210Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-06-02T16:36:46.366Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-02T16:36:46.366Z] INFO: Testing against a local daemon [2021-06-02T16:36:46.366Z] === RUN TestReadPluginNoRead [2021-06-02T16:36:46.366Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-06-02T16:36:46.366Z] read_test.go:21: no unix domain sockets on Windows [2021-06-02T16:36:46.366Z] PASS [2021-06-02T16:36:46.366Z] ok github.com/docker/docker/integration/plugin/logging 0.196s [2021-06-02T16:36:46.827Z] [2021-06-02T16:36:46.827Z] === Skipped [2021-06-02T16:36:46.827Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-06-02T16:36:46.827Z] read_test.go:21: no unix domain sockets on Windows [2021-06-02T16:36:46.827Z] [2021-06-02T16:36:46.827Z] [2021-06-02T16:36:46.827Z] DONE 1 tests, 1 skipped in 2.521s [2021-06-02T16:36:46.827Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-06-02T16:36:47.806Z] testing: warning: no tests to run [2021-06-02T16:36:47.806Z] PASS [2021-06-02T16:36:47.806Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.112s [2021-06-02T16:36:47.806Z] [2021-06-02T16:36:47.806Z] DONE 0 tests in 1.277s [2021-06-02T16:36:47.806Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-06-02T16:36:48.722Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2021-06-02T16:36:48.977Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-06-02T16:36:50.724Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-02T16:36:50.724Z] INFO: Testing against a local daemon [2021-06-02T16:36:50.724Z] === RUN TestPluginWithDevMounts [2021-06-02T16:36:50.724Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-06-02T16:36:50.724Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:50.724Z] PASS [2021-06-02T16:36:50.724Z] ok github.com/docker/docker/integration/plugin/volumes 0.167s [2021-06-02T16:36:50.724Z] [2021-06-02T16:36:50.724Z] === Skipped [2021-06-02T16:36:50.724Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-06-02T16:36:50.724Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:50.724Z] [2021-06-02T16:36:50.724Z] [2021-06-02T16:36:50.724Z] DONE 1 tests, 1 skipped in 2.432s [2021-06-02T16:36:50.724Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-06-02T16:36:51.493Z] === RUN TestDockerSuite/TestPortHostBinding [2021-06-02T16:36:51.751Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2021-06-02T16:36:52.268Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-02T16:36:52.268Z] INFO: Testing against a local daemon [2021-06-02T16:36:52.268Z] === RUN TestSecretInspect [2021-06-02T16:36:52.268Z] --- SKIP: TestSecretInspect (0.00s) [2021-06-02T16:36:52.268Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:52.268Z] === RUN TestSecretList [2021-06-02T16:36:52.268Z] --- SKIP: TestSecretList (0.00s) [2021-06-02T16:36:52.268Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:52.268Z] === RUN TestSecretsCreateAndDelete [2021-06-02T16:36:52.268Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-06-02T16:36:52.268Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:52.268Z] === RUN TestSecretsUpdate [2021-06-02T16:36:52.268Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-06-02T16:36:52.268Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:52.268Z] === RUN TestTemplatedSecret [2021-06-02T16:36:52.268Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-06-02T16:36:52.268Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:52.268Z] === RUN TestSecretCreateResolve [2021-06-02T16:36:52.268Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-06-02T16:36:52.268Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:36:52.268Z] PASS [2021-06-02T16:36:52.268Z] ok github.com/docker/docker/integration/secret 0.199s [2021-06-02T16:36:52.729Z] [2021-06-02T16:36:52.729Z] === Skipped [2021-06-02T16:36:52.729Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-06-02T16:36:52.729Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:52.729Z] [2021-06-02T16:36:52.729Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-06-02T16:36:52.729Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:52.729Z] [2021-06-02T16:36:52.729Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-06-02T16:36:52.729Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:52.729Z] [2021-06-02T16:36:52.729Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-06-02T16:36:52.729Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:52.729Z] [2021-06-02T16:36:52.729Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-06-02T16:36:52.729Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:52.729Z] [2021-06-02T16:36:52.729Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-06-02T16:36:52.729Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:36:52.729Z] [2021-06-02T16:36:52.729Z] [2021-06-02T16:36:52.729Z] DONE 6 tests, 6 skipped in 2.151s [2021-06-02T16:36:52.729Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-06-02T16:36:53.644Z] === RUN TestDockerSuite/TestPortList [2021-06-02T16:36:54.943Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-02T16:36:54.943Z] INFO: Testing against a local daemon [2021-06-02T16:36:54.943Z] === RUN TestServiceCreateInit [2021-06-02T16:36:54.943Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-06-02T16:36:54.943Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-06-02T16:36:54.943Z] --- PASS: TestServiceCreateInit (0.02s) [2021-06-02T16:36:54.943Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-02T16:36:54.943Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:54.943Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-02T16:36:54.943Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:54.943Z] === RUN TestCreateServiceMultipleTimes [2021-06-02T16:36:54.943Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-06-02T16:36:54.943Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:54.943Z] === RUN TestCreateServiceConflict [2021-06-02T16:36:54.943Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-06-02T16:36:54.943Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:54.943Z] === RUN TestCreateServiceMaxReplicas [2021-06-02T16:36:54.943Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2021-06-02T16:36:54.943Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:54.943Z] === RUN TestCreateWithDuplicateNetworkNames [2021-06-02T16:36:55.404Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-06-02T16:36:55.404Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:55.404Z] === RUN TestCreateServiceSecretFileMode [2021-06-02T16:36:55.404Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-06-02T16:36:55.404Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:55.404Z] === RUN TestCreateServiceConfigFileMode [2021-06-02T16:36:55.404Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-06-02T16:36:55.404Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:55.404Z] === RUN TestCreateServiceSysctls [2021-06-02T16:36:55.404Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-06-02T16:36:55.404Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:55.404Z] === RUN TestCreateServiceCapabilities [2021-06-02T16:36:55.404Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2021-06-02T16:36:55.404Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:55.404Z] === RUN TestInspect [2021-06-02T16:36:55.404Z] --- SKIP: TestInspect (0.00s) [2021-06-02T16:36:55.404Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:55.404Z] === RUN TestCreateJob [2021-06-02T16:36:55.404Z] --- SKIP: TestCreateJob (0.00s) [2021-06-02T16:36:55.404Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:55.404Z] === RUN TestReplicatedJob [2021-06-02T16:36:55.404Z] --- SKIP: TestReplicatedJob (0.00s) [2021-06-02T16:36:55.404Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:55.404Z] === RUN TestUpdateReplicatedJob [2021-06-02T16:36:55.404Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-06-02T16:36:55.404Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:55.404Z] === RUN TestServiceListWithStatuses [2021-06-02T16:36:55.404Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-06-02T16:36:55.404Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:55.404Z] === RUN TestDockerNetworkConnectAlias [2021-06-02T16:36:55.404Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-06-02T16:36:55.404Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:55.404Z] === RUN TestDockerNetworkReConnect [2021-06-02T16:36:55.404Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-06-02T16:36:55.404Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:55.404Z] === RUN TestServicePlugin [2021-06-02T16:36:55.404Z] --- SKIP: TestServicePlugin (0.00s) [2021-06-02T16:36:55.404Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:55.404Z] === RUN TestServiceUpdateLabel [2021-06-02T16:36:55.404Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-06-02T16:36:55.404Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:36:55.404Z] === RUN TestServiceUpdateSecrets [2021-06-02T16:36:55.404Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-06-02T16:36:55.404Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:36:55.404Z] === RUN TestServiceUpdateConfigs [2021-06-02T16:36:55.404Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-06-02T16:36:55.404Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:36:55.404Z] === RUN TestServiceUpdateNetwork [2021-06-02T16:36:55.404Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-06-02T16:36:55.404Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:36:55.404Z] === RUN TestServiceUpdatePidsLimit [2021-06-02T16:36:55.404Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s) [2021-06-02T16:36:55.404Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:36:55.404Z] PASS [2021-06-02T16:36:55.404Z] ok github.com/docker/docker/integration/service 0.289s [2021-06-02T16:36:55.404Z] [2021-06-02T16:36:55.404Z] === Skipped [2021-06-02T16:36:55.404Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-02T16:36:55.404Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-02T16:36:55.404Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:55.404Z] [2021-06-02T16:36:55.404Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-02T16:36:55.404Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-02T16:36:55.404Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:55.404Z] [2021-06-02T16:36:55.404Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-06-02T16:36:55.404Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:55.404Z] [2021-06-02T16:36:55.404Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-06-02T16:36:55.404Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:55.404Z] [2021-06-02T16:36:55.404Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2021-06-02T16:36:55.404Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:55.404Z] [2021-06-02T16:36:55.404Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-06-02T16:36:55.404Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:55.404Z] [2021-06-02T16:36:55.404Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-06-02T16:36:55.404Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:55.404Z] [2021-06-02T16:36:55.404Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-06-02T16:36:55.404Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:55.404Z] [2021-06-02T16:36:55.404Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.02s) [2021-06-02T16:36:55.404Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:55.404Z] [2021-06-02T16:36:55.404Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2021-06-02T16:36:55.404Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:55.404Z] [2021-06-02T16:36:55.404Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-06-02T16:36:55.404Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:55.404Z] [2021-06-02T16:36:55.404Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-06-02T16:36:55.404Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:55.404Z] [2021-06-02T16:36:55.404Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-06-02T16:36:55.404Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:55.404Z] [2021-06-02T16:36:55.404Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-06-02T16:36:55.404Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:55.404Z] [2021-06-02T16:36:55.404Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-06-02T16:36:55.404Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:55.404Z] [2021-06-02T16:36:55.404Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-06-02T16:36:55.404Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:55.404Z] [2021-06-02T16:36:55.404Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-06-02T16:36:55.404Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:55.404Z] [2021-06-02T16:36:55.404Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-06-02T16:36:55.404Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:55.404Z] [2021-06-02T16:36:55.404Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-06-02T16:36:55.404Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:36:55.404Z] [2021-06-02T16:36:55.404Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-06-02T16:36:55.404Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:36:55.404Z] [2021-06-02T16:36:55.404Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-06-02T16:36:55.404Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:36:55.404Z] [2021-06-02T16:36:55.404Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-06-02T16:36:55.404Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:36:55.405Z] [2021-06-02T16:36:55.405Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s) [2021-06-02T16:36:55.405Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:36:55.405Z] [2021-06-02T16:36:55.405Z] [2021-06-02T16:36:55.405Z] DONE 24 tests, 23 skipped in 2.723s [2021-06-02T16:36:55.405Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-06-02T16:36:56.154Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2021-06-02T16:36:57.590Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-02T16:36:57.591Z] INFO: Testing against a local daemon [2021-06-02T16:36:57.591Z] === RUN TestSessionCreate [2021-06-02T16:36:57.591Z] --- SKIP: TestSessionCreate (0.00s) [2021-06-02T16:36:57.591Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-06-02T16:36:57.591Z] === RUN TestSessionCreateWithBadUpgrade [2021-06-02T16:36:57.591Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-06-02T16:36:57.591Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-06-02T16:36:57.591Z] PASS [2021-06-02T16:36:57.591Z] ok github.com/docker/docker/integration/session 0.230s [2021-06-02T16:36:57.591Z] [2021-06-02T16:36:57.591Z] === Skipped [2021-06-02T16:36:57.591Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-06-02T16:36:57.591Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-06-02T16:36:57.591Z] [2021-06-02T16:36:57.591Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-06-02T16:36:57.591Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-06-02T16:36:57.591Z] [2021-06-02T16:36:57.591Z] [2021-06-02T16:36:57.591Z] DONE 2 tests, 2 skipped in 2.100s [2021-06-02T16:36:57.591Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-06-02T16:36:58.667Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2021-06-02T16:36:59.778Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-02T16:36:59.778Z] INFO: Testing against a local daemon [2021-06-02T16:36:59.778Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-06-02T16:36:59.778Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-02T16:36:59.778Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:36:59.778Z] === RUN TestEventsExecDie [2021-06-02T16:36:59.778Z] --- SKIP: TestEventsExecDie (0.00s) [2021-06-02T16:36:59.778Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-06-02T16:36:59.778Z] === RUN TestEventsBackwardsCompatible [2021-06-02T16:36:59.778Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-06-02T16:36:59.778Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-06-02T16:36:59.778Z] === RUN TestInfoAPI [2021-06-02T16:36:59.778Z] --- PASS: TestInfoAPI (0.02s) [2021-06-02T16:36:59.778Z] === RUN TestInfoAPIWarnings [2021-06-02T16:36:59.778Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-06-02T16:36:59.778Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-02T16:36:59.778Z] === RUN TestInfoDebug [2021-06-02T16:36:59.778Z] --- SKIP: TestInfoDebug (0.00s) [2021-06-02T16:36:59.778Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-02T16:36:59.778Z] === RUN TestInfoInsecureRegistries [2021-06-02T16:36:59.778Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-06-02T16:36:59.778Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-02T16:36:59.778Z] === RUN TestInfoRegistryMirrors [2021-06-02T16:36:59.778Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-06-02T16:36:59.778Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-02T16:36:59.778Z] === RUN TestLoginFailsWithBadCredentials [2021-06-02T16:37:00.750Z] --- PASS: TestLoginFailsWithBadCredentials (0.98s) [2021-06-02T16:37:00.750Z] === RUN TestPingCacheHeaders [2021-06-02T16:37:00.750Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-06-02T16:37:00.750Z] === RUN TestPingGet [2021-06-02T16:37:00.750Z] --- PASS: TestPingGet (0.02s) [2021-06-02T16:37:00.750Z] === RUN TestPingHead [2021-06-02T16:37:00.750Z] --- PASS: TestPingHead (0.03s) [2021-06-02T16:37:00.750Z] === RUN TestVersion [2021-06-02T16:37:00.750Z] --- PASS: TestVersion (0.02s) [2021-06-02T16:37:00.750Z] PASS [2021-06-02T16:37:00.750Z] ok github.com/docker/docker/integration/system 1.263s [2021-06-02T16:37:00.750Z] [2021-06-02T16:37:00.750Z] === Skipped [2021-06-02T16:37:00.750Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-02T16:37:00.750Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:37:00.750Z] [2021-06-02T16:37:00.750Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-06-02T16:37:00.750Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-06-02T16:37:00.750Z] [2021-06-02T16:37:00.750Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-06-02T16:37:00.750Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-06-02T16:37:00.750Z] [2021-06-02T16:37:00.750Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-06-02T16:37:00.750Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-02T16:37:00.750Z] [2021-06-02T16:37:00.750Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-06-02T16:37:00.750Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-02T16:37:00.750Z] [2021-06-02T16:37:00.750Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-06-02T16:37:00.750Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-02T16:37:00.750Z] [2021-06-02T16:37:00.750Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-06-02T16:37:00.750Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-02T16:37:00.750Z] [2021-06-02T16:37:00.750Z] [2021-06-02T16:37:00.750Z] DONE 13 tests, 7 skipped in 3.064s [2021-06-02T16:37:00.750Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-06-02T16:37:02.941Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-02T16:37:02.941Z] INFO: Testing against a local daemon [2021-06-02T16:37:02.941Z] === RUN TestVolumesCreateAndList [2021-06-02T16:37:02.941Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-06-02T16:37:02.941Z] === RUN TestVolumesRemove [2021-06-02T16:37:02.941Z] --- PASS: TestVolumesRemove (0.12s) [2021-06-02T16:37:02.941Z] === RUN TestVolumesInspect [2021-06-02T16:37:02.941Z] --- PASS: TestVolumesInspect (0.03s) [2021-06-02T16:37:02.941Z] === RUN TestVolumesInvalidJSON [2021-06-02T16:37:02.941Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-06-02T16:37:02.941Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-06-02T16:37:02.941Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-06-02T16:37:02.941Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-06-02T16:37:02.941Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-06-02T16:37:02.941Z] PASS [2021-06-02T16:37:02.941Z] ok github.com/docker/docker/integration/volume 0.352s [2021-06-02T16:37:02.941Z] [2021-06-02T16:37:02.941Z] DONE 5 tests in 2.319s [2021-06-02T16:37:02.941Z] INFO: make.ps1 ended at 06/02/2021 16:37:02 [2021-06-02T16:37:02.941Z] INFO: Integration CLI tests being run from the host: [2021-06-02T16:37:02.941Z] 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-06-02T16:37:03.949Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2021-06-02T16:37:06.462Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-06-02T16:37:08.350Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-06-02T16:37:11.541Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-02T16:37:11.541Z] INFO: Testing against a local daemon [2021-06-02T16:37:11.541Z] === RUN TestDockerSuite [2021-06-02T16:37:11.541Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-06-02T16:37:11.541Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-06-02T16:37:11.541Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-06-02T16:37:11.541Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-06-02T16:37:11.541Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-06-02T16:37:11.541Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-06-02T16:37:11.541Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-06-02T16:37:11.541Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-06-02T16:37:11.541Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-06-02T16:37:11.541Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-06-02T16:37:11.611Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2021-06-02T16:37:12.003Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-06-02T16:37:12.464Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-06-02T16:37:15.813Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-06-02T16:37:15.813Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-06-02T16:37:15.813Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-06-02T16:37:16.373Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-06-02T16:37:16.373Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-06-02T16:37:17.312Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-06-02T16:37:17.312Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-06-02T16:37:17.567Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2021-06-02T16:37:18.128Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-06-02T16:37:18.128Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-06-02T16:37:20.641Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-06-02T16:37:20.641Z] === RUN TestDockerSuite/TestPruneContainerLabel [2021-06-02T16:37:23.946Z] === RUN TestDockerSuite/TestPruneContainerUntil [2021-06-02T16:37:24.874Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2021-06-02T16:37:25.170Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2021-06-02T16:37:25.425Z] === RUN TestDockerSuite/TestPsByOrder [2021-06-02T16:37:28.690Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-06-02T16:37:29.251Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-06-02T16:37:31.807Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2021-06-02T16:37:33.170Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-06-02T16:37:34.576Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2021-06-02T16:37:39.830Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-06-02T16:37:39.830Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2021-06-02T16:37:39.830Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-06-02T16:37:42.343Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2021-06-02T16:37:43.708Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-06-02T16:37:47.956Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2021-06-02T16:37:51.264Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2021-06-02T16:37:53.781Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-06-02T16:37:55.715Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-06-02T16:37:57.638Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-06-02T16:37:59.004Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-06-02T16:38:00.367Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-06-02T16:38:02.941Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-06-02T16:38:04.826Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2021-06-02T16:38:05.386Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-06-02T16:38:07.273Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-06-02T16:38:07.528Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-06-02T16:38:08.454Z] === RUN TestDockerSuite/TestPsRightTagName [2021-06-02T16:38:10.968Z] === RUN TestDockerSuite/TestPsShowMounts [2021-06-02T16:38:12.853Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-06-02T16:38:13.070Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-06-02T16:38:13.070Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-06-02T16:38:13.070Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-06-02T16:38:13.070Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-06-02T16:38:13.070Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-06-02T16:38:13.070Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-06-02T16:38:13.070Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-06-02T16:38:13.070Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-06-02T16:38:13.070Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-06-02T16:38:13.070Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-06-02T16:38:13.070Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-06-02T16:38:13.070Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-06-02T16:38:13.779Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-06-02T16:38:13.779Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-06-02T16:38:13.779Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-06-02T16:38:13.779Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-06-02T16:38:13.779Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-06-02T16:38:14.708Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-06-02T16:38:16.116Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-06-02T16:38:17.480Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-06-02T16:38:17.963Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-06-02T16:38:17.963Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-06-02T16:38:17.963Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-06-02T16:38:18.446Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-06-02T16:38:18.446Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2021-06-02T16:38:21.710Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-06-02T16:38:23.895Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-06-02T16:38:23.895Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-06-02T16:38:23.895Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-06-02T16:38:23.895Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-06-02T16:38:23.895Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-06-02T16:38:26.810Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-06-02T16:38:26.810Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-06-02T16:38:26.810Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-06-02T16:38:30.659Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-06-02T16:38:30.659Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-06-02T16:38:31.510Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-06-02T16:38:32.545Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-06-02T16:38:32.545Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-06-02T16:38:32.545Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-06-02T16:38:32.545Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-06-02T16:38:33.104Z] === RUN TestDockerSwarmSuite/TestServiceScale [2021-06-02T16:38:35.617Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-06-02T16:38:35.872Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2021-06-02T16:38:37.237Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-06-02T16:38:41.398Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-06-02T16:38:42.801Z] === RUN TestDockerSuite/TestRmiBlank [2021-06-02T16:38:42.801Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-06-02T16:38:43.056Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-06-02T16:38:47.218Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-06-02T16:38:48.143Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-06-02T16:38:48.143Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-06-02T16:38:50.034Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-06-02T16:38:50.958Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-06-02T16:38:52.844Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-06-02T16:38:54.206Z] === RUN TestDockerSuite/TestRmiTag [2021-06-02T16:38:54.206Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-06-02T16:38:54.461Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2021-06-02T16:38:55.387Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-06-02T16:38:57.259Z] --- PASS: TestBuildWCOWSandboxSize (867.83s) [2021-06-02T16:38:57.259Z] === RUN TestBuildWithEmptyDockerfile [2021-06-02T16:38:57.259Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-02T16:38:57.259Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-02T16:38:57.259Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-02T16:38:57.259Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-02T16:38:57.259Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-02T16:38:57.259Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-02T16:38:57.259Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-02T16:38:57.259Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-02T16:38:57.259Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-02T16:38:57.259Z] --- PASS: TestBuildWithEmptyDockerfile (0.51s) [2021-06-02T16:38:57.259Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2021-06-02T16:38:57.259Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2021-06-02T16:38:57.259Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2021-06-02T16:38:57.259Z] === RUN TestBuildPreserveOwnership [2021-06-02T16:38:57.259Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-06-02T16:38:57.259Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-02T16:38:57.259Z] === RUN TestBuildPlatformInvalid [2021-06-02T16:38:57.259Z] --- PASS: TestBuildPlatformInvalid (0.48s) [2021-06-02T16:38:57.259Z] PASS [2021-06-02T16:38:57.259Z] ok github.com/docker/docker/integration/build 1065.051s [2021-06-02T16:38:57.259Z] [2021-06-02T16:38:57.259Z] === Skipped [2021-06-02T16:38:57.259Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-06-02T16:38:57.259Z] build_session_test.go:25: TODO: BuildKit [2021-06-02T16:38:57.259Z] [2021-06-02T16:38:57.259Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-06-02T16:38:57.259Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:38:57.259Z] [2021-06-02T16:38:57.259Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2021-06-02T16:38:57.259Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-02T16:38:57.259Z] [2021-06-02T16:38:57.259Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-06-02T16:38:57.259Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-02T16:38:57.259Z] [2021-06-02T16:38:57.259Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-06-02T16:38:57.259Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-02T16:38:57.259Z] [2021-06-02T16:38:57.259Z] [2021-06-02T16:38:57.259Z] DONE 29 tests, 5 skipped in 1093.025s [2021-06-02T16:38:57.259Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-06-02T16:38:57.259Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-02T16:38:57.259Z] INFO: Testing against a local daemon [2021-06-02T16:38:57.259Z] === RUN TestConfigInspect [2021-06-02T16:38:57.259Z] --- SKIP: TestConfigInspect (0.00s) [2021-06-02T16:38:57.259Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:38:57.259Z] === RUN TestConfigList [2021-06-02T16:38:57.259Z] --- SKIP: TestConfigList (0.00s) [2021-06-02T16:38:57.259Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:38:57.259Z] === RUN TestConfigsCreateAndDelete [2021-06-02T16:38:57.259Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-06-02T16:38:57.259Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:38:57.259Z] === RUN TestConfigsUpdate [2021-06-02T16:38:57.259Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-06-02T16:38:57.259Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:38:57.259Z] === RUN TestTemplatedConfig [2021-06-02T16:38:57.259Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-06-02T16:38:57.259Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:38:57.259Z] === RUN TestConfigCreateResolve [2021-06-02T16:38:57.259Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-06-02T16:38:57.259Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:38:57.259Z] === RUN TestConfigDaemonLibtrustID [2021-06-02T16:38:57.259Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-06-02T16:38:57.259Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:38:57.259Z] PASS [2021-06-02T16:38:57.259Z] ok github.com/docker/docker/integration/config 0.223s [2021-06-02T16:38:57.259Z] [2021-06-02T16:38:57.259Z] === Skipped [2021-06-02T16:38:57.259Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-06-02T16:38:57.259Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:38:57.259Z] [2021-06-02T16:38:57.259Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-06-02T16:38:57.259Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:38:57.259Z] [2021-06-02T16:38:57.259Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-06-02T16:38:57.259Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:38:57.259Z] [2021-06-02T16:38:57.259Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-06-02T16:38:57.259Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:38:57.259Z] [2021-06-02T16:38:57.259Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-06-02T16:38:57.259Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:38:57.259Z] [2021-06-02T16:38:57.259Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-06-02T16:38:57.259Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:38:57.259Z] [2021-06-02T16:38:57.259Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2021-06-02T16:38:57.259Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:38:57.259Z] [2021-06-02T16:38:57.259Z] [2021-06-02T16:38:57.259Z] DONE 7 tests, 7 skipped in 3.145s [2021-06-02T16:38:57.259Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-06-02T16:38:57.259Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-02T16:38:57.259Z] INFO: Testing against a local daemon [2021-06-02T16:38:57.259Z] === RUN TestCheckpoint [2021-06-02T16:38:57.259Z] --- SKIP: TestCheckpoint (0.00s) [2021-06-02T16:38:57.259Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-02T16:38:57.259Z] === RUN TestContainerInvalidJSON [2021-06-02T16:38:57.259Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-06-02T16:38:57.259Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-06-02T16:38:57.259Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-06-02T16:38:57.259Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-06-02T16:38:57.259Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-06-02T16:38:57.259Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-06-02T16:38:57.259Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-06-02T16:38:57.259Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-06-02T16:38:57.259Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-06-02T16:38:57.259Z] --- PASS: TestContainerInvalidJSON (0.50s) [2021-06-02T16:38:57.259Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-06-02T16:38:57.259Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-06-02T16:38:57.259Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-06-02T16:38:57.259Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-06-02T16:38:57.274Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2021-06-02T16:38:57.721Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.26s) [2021-06-02T16:38:57.721Z] === RUN TestCopyFromContainerPathIsNotDir [2021-06-02T16:38:57.721Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.21s) [2021-06-02T16:38:57.721Z] === RUN TestCopyToContainerPathDoesNotExist [2021-06-02T16:38:58.186Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.19s) [2021-06-02T16:38:58.186Z] === RUN TestCopyToContainerPathIsNotDir [2021-06-02T16:38:58.186Z] --- PASS: TestCopyToContainerPathIsNotDir (0.21s) [2021-06-02T16:38:58.186Z] === RUN TestCopyFromContainer [2021-06-02T16:38:58.186Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-06-02T16:38:58.186Z] copy_test.go:82: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:38:58.186Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-06-02T16:38:58.186Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-02T16:38:58.186Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-02T16:38:58.186Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-02T16:38:58.186Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-02T16:38:58.186Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-02T16:38:58.186Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-02T16:38:58.186Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-02T16:38:58.186Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-02T16:38:58.186Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-02T16:38:58.186Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-06-02T16:38:58.186Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-06-02T16:38:58.186Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-06-02T16:38:58.186Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-06-02T16:38:58.186Z] === RUN TestCreateLinkToNonExistingContainer [2021-06-02T16:38:58.186Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-06-02T16:38:58.186Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-06-02T16:38:58.186Z] === RUN TestCreateWithInvalidEnv [2021-06-02T16:38:58.186Z] === RUN TestCreateWithInvalidEnv/0 [2021-06-02T16:38:58.186Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-06-02T16:38:58.186Z] === RUN TestCreateWithInvalidEnv/1 [2021-06-02T16:38:58.186Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-06-02T16:38:58.186Z] === RUN TestCreateWithInvalidEnv/2 [2021-06-02T16:38:58.186Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-06-02T16:38:58.186Z] === CONT TestCreateWithInvalidEnv/0 [2021-06-02T16:38:58.186Z] === CONT TestCreateWithInvalidEnv/2 [2021-06-02T16:38:58.186Z] === CONT TestCreateWithInvalidEnv/1 [2021-06-02T16:38:58.186Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2021-06-02T16:38:58.186Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2021-06-02T16:38:58.186Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2021-06-02T16:38:58.186Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2021-06-02T16:38:58.186Z] === RUN TestCreateTmpfsMountsTarget [2021-06-02T16:38:58.186Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-06-02T16:38:58.186Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:38:58.186Z] === RUN TestCreateWithCustomMaskedPaths [2021-06-02T16:38:58.187Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-06-02T16:38:58.187Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:38:58.187Z] === RUN TestCreateWithCustomReadonlyPaths [2021-06-02T16:38:58.187Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-06-02T16:38:58.187Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:38:58.187Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-06-02T16:38:58.187Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-02T16:38:58.187Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-02T16:38:58.187Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-02T16:38:58.187Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-02T16:38:58.187Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-02T16:38:58.187Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-02T16:38:58.187Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-02T16:38:58.187Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-02T16:38:58.187Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-02T16:38:58.187Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-02T16:38:58.187Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-02T16:38:58.187Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-02T16:38:58.187Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-02T16:38:58.187Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-02T16:38:58.187Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-02T16:38:58.187Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2021-06-02T16:38:58.187Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-06-02T16:38:58.187Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-06-02T16:38:58.187Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-06-02T16:38:58.187Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-06-02T16:38:58.187Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-06-02T16:38:58.187Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-06-02T16:38:58.187Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-06-02T16:38:58.187Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-06-02T16:38:58.187Z] === RUN TestCreateDifferentPlatform [2021-06-02T16:38:58.187Z] === RUN TestCreateDifferentPlatform/different_os [2021-06-02T16:38:58.187Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-06-02T16:38:58.187Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2021-06-02T16:38:58.187Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2021-06-02T16:38:58.187Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s) [2021-06-02T16:38:58.187Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-06-02T16:38:58.648Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.07s) [2021-06-02T16:38:58.648Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-06-02T16:38:58.648Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-06-02T16:38:58.648Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-06-02T16:38:58.648Z] === RUN TestContainerKillOnDaemonStart [2021-06-02T16:38:58.648Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-06-02T16:38:58.648Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:38:58.648Z] === RUN TestDiff [2021-06-02T16:38:58.648Z] --- SKIP: TestDiff (0.00s) [2021-06-02T16:38:58.648Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-06-02T16:38:58.648Z] === RUN TestExecWithCloseStdin [2021-06-02T16:39:00.583Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2021-06-02T16:39:00.583Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-06-02T16:39:00.838Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-06-02T16:39:02.200Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-06-02T16:39:02.422Z] --- PASS: TestExecWithCloseStdin (3.34s) [2021-06-02T16:39:02.422Z] === RUN TestExec [2021-06-02T16:39:02.457Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-06-02T16:39:04.001Z] --- PASS: TestExec (2.19s) [2021-06-02T16:39:04.001Z] === RUN TestExecUser [2021-06-02T16:39:04.001Z] --- SKIP: TestExecUser (0.00s) [2021-06-02T16:39:04.001Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-06-02T16:39:04.001Z] === RUN TestExportContainerAndImportImage [2021-06-02T16:39:04.001Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-06-02T16:39:04.001Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:39:04.001Z] === RUN TestExportContainerAfterDaemonRestart [2021-06-02T16:39:04.001Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-06-02T16:39:04.001Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:39:04.001Z] === RUN TestHealthCheckWorkdir [2021-06-02T16:39:04.001Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-06-02T16:39:04.001Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-06-02T16:39:04.001Z] === RUN TestHealthKillContainer [2021-06-02T16:39:04.001Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-06-02T16:39:04.001Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-06-02T16:39:04.001Z] === RUN TestInspectCpusetInConfigPre120 [2021-06-02T16:39:04.001Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-06-02T16:39:04.001Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-06-02T16:39:04.001Z] === RUN TestKillContainerInvalidSignal [2021-06-02T16:39:04.346Z] === RUN TestDockerSuite/TestRunAddHost [2021-06-02T16:39:05.271Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-06-02T16:39:05.526Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-06-02T16:39:06.191Z] --- PASS: TestKillContainerInvalidSignal (2.01s) [2021-06-02T16:39:06.191Z] === RUN TestKillContainer [2021-06-02T16:39:06.191Z] === RUN TestKillContainer/no_signal [2021-06-02T16:39:06.451Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-06-02T16:39:06.451Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-06-02T16:39:07.012Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-06-02T16:39:07.738Z] === RUN TestKillContainer/non_killing_signal [2021-06-02T16:39:07.738Z] === RUN TestKillContainer/killing_signal [2021-06-02T16:39:08.917Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-06-02T16:39:09.172Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-06-02T16:39:10.099Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-06-02T16:39:10.658Z] --- PASS: TestKillContainer (4.22s) [2021-06-02T16:39:10.658Z] --- PASS: TestKillContainer/no_signal (1.91s) [2021-06-02T16:39:10.658Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-06-02T16:39:10.658Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-06-02T16:39:10.658Z] --- PASS: TestKillContainer/killing_signal (2.26s) [2021-06-02T16:39:10.658Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-06-02T16:39:10.658Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-06-02T16:39:10.658Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-02T16:39:10.658Z] === RUN TestKillStoppedContainer [2021-06-02T16:39:10.658Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-06-02T16:39:10.658Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-02T16:39:10.658Z] === RUN TestKillStoppedContainerAPIPre120 [2021-06-02T16:39:10.658Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-06-02T16:39:10.658Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-02T16:39:10.658Z] === RUN TestKillDifferentUserContainer [2021-06-02T16:39:10.658Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-06-02T16:39:10.658Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-06-02T16:39:10.658Z] === RUN TestInspectOomKilledTrue [2021-06-02T16:39:10.658Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-06-02T16:39:10.658Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:39:10.658Z] === RUN TestInspectOomKilledFalse [2021-06-02T16:39:10.658Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-06-02T16:39:10.659Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-02T16:39:10.659Z] === RUN TestLogsFollowTailEmpty [2021-06-02T16:39:11.028Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2021-06-02T16:39:11.956Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-06-02T16:39:12.206Z] --- PASS: TestLogsFollowTailEmpty (1.93s) [2021-06-02T16:39:12.206Z] === RUN TestNetworkNat [2021-06-02T16:39:12.206Z] --- SKIP: TestNetworkNat (0.00s) [2021-06-02T16:39:12.206Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-06-02T16:39:12.206Z] === RUN TestNetworkLocalhostTCPNat [2021-06-02T16:39:13.320Z] === RUN TestDockerSuite/TestRunAttachDetach [2021-06-02T16:39:14.247Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2021-06-02T16:39:14.395Z] --- PASS: TestNetworkLocalhostTCPNat (2.36s) [2021-06-02T16:39:14.395Z] === RUN TestNetworkLoopbackNat [2021-06-02T16:39:14.395Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-06-02T16:39:14.395Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-06-02T16:39:14.395Z] === RUN TestPause [2021-06-02T16:39:14.395Z] --- SKIP: TestPause (0.00s) [2021-06-02T16:39:14.395Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-06-02T16:39:14.395Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-06-02T16:39:14.807Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2021-06-02T16:39:15.732Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2021-06-02T16:39:16.583Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.95s) [2021-06-02T16:39:16.583Z] === RUN TestPauseStopPausedContainer [2021-06-02T16:39:16.583Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-06-02T16:39:16.583Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:39:16.583Z] === RUN TestPsFilter [2021-06-02T16:39:16.583Z] --- PASS: TestPsFilter (0.17s) [2021-06-02T16:39:16.583Z] === RUN TestRemoveContainerWithRemovedVolume [2021-06-02T16:39:16.657Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2021-06-02T16:39:17.582Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-06-02T16:39:18.143Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2021-06-02T16:39:19.506Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-06-02T16:39:19.511Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.41s) [2021-06-02T16:39:19.511Z] === RUN TestRemoveContainerWithVolume [2021-06-02T16:39:20.067Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2021-06-02T16:39:20.067Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-06-02T16:39:20.993Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-06-02T16:39:21.699Z] --- PASS: TestRemoveContainerWithVolume (2.21s) [2021-06-02T16:39:21.699Z] === RUN TestRemoveContainerRunning [2021-06-02T16:39:21.963Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-06-02T16:39:21.963Z] === RUN TestDockerSuite/TestRunBindMounts [2021-06-02T16:39:23.265Z] --- PASS: TestRemoveContainerRunning (1.91s) [2021-06-02T16:39:23.265Z] === RUN TestRemoveContainerForceRemoveRunning [2021-06-02T16:39:24.476Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-06-02T16:39:25.036Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-06-02T16:39:25.455Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.92s) [2021-06-02T16:39:25.455Z] === RUN TestRemoveInvalidContainer [2021-06-02T16:39:25.455Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2021-06-02T16:39:25.455Z] === RUN TestRenameLinkedContainer [2021-06-02T16:39:25.455Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-06-02T16:39:25.455Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-06-02T16:39:25.455Z] === RUN TestRenameStoppedContainer [2021-06-02T16:39:25.973Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-06-02T16:39:26.899Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-06-02T16:39:27.503Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-06-02T16:39:27.503Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-06-02T16:39:27.645Z] --- PASS: TestRenameStoppedContainer (2.17s) [2021-06-02T16:39:27.645Z] === RUN TestRenameRunningContainerAndReuse [2021-06-02T16:39:28.432Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-06-02T16:39:28.432Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2021-06-02T16:39:29.357Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-06-02T16:39:29.918Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-06-02T16:39:30.844Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-06-02T16:39:31.100Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2021-06-02T16:39:31.403Z] --- PASS: TestRenameRunningContainerAndReuse (4.11s) [2021-06-02T16:39:31.403Z] === RUN TestRenameInvalidName [2021-06-02T16:39:31.661Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-06-02T16:39:31.661Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-06-02T16:39:32.632Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-06-02T16:39:32.632Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-06-02T16:39:33.595Z] --- PASS: TestRenameInvalidName (1.91s) [2021-06-02T16:39:33.595Z] === RUN TestRenameAnonymousContainer [2021-06-02T16:39:34.085Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-06-02T16:39:35.009Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-06-02T16:39:35.570Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-06-02T16:39:36.495Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-06-02T16:39:36.495Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-06-02T16:39:37.055Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-06-02T16:39:38.942Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-06-02T16:39:40.305Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-06-02T16:39:41.671Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-06-02T16:39:42.234Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-06-02T16:39:42.803Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-06-02T16:39:43.428Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-06-02T16:39:43.664Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-06-02T16:39:43.664Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-06-02T16:39:43.972Z] --- PASS: TestRenameAnonymousContainer (9.40s) [2021-06-02T16:39:43.972Z] === RUN TestRenameContainerWithSameName [2021-06-02T16:39:44.353Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-06-02T16:39:44.913Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-06-02T16:39:44.945Z] --- PASS: TestRenameContainerWithSameName (1.92s) [2021-06-02T16:39:44.945Z] === RUN TestRenameContainerWithLinkedContainer [2021-06-02T16:39:44.945Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-06-02T16:39:44.945Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-06-02T16:39:44.945Z] === RUN TestResize [2021-06-02T16:39:46.492Z] --- PASS: TestResize (1.95s) [2021-06-02T16:39:46.492Z] === RUN TestResizeWithInvalidSize [2021-06-02T16:39:46.800Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-06-02T16:39:47.511Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-06-02T16:39:47.511Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-06-02T16:39:47.731Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2021-06-02T16:39:48.680Z] --- PASS: TestResizeWithInvalidSize (1.96s) [2021-06-02T16:39:48.680Z] === RUN TestResizeWhenContainerNotStarted [2021-06-02T16:39:50.245Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-06-02T16:39:50.501Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-06-02T16:39:50.867Z] --- PASS: TestResizeWhenContainerNotStarted (2.19s) [2021-06-02T16:39:50.867Z] === RUN TestDaemonRestartKillContainers [2021-06-02T16:39:50.867Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-06-02T16:39:50.867Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:39:50.867Z] === RUN TestStats [2021-06-02T16:39:50.867Z] --- SKIP: TestStats (0.00s) [2021-06-02T16:39:50.867Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-06-02T16:39:50.867Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-06-02T16:39:51.425Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-06-02T16:39:53.937Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-06-02T16:39:55.300Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-06-02T16:39:56.102Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-06-02T16:39:56.102Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-06-02T16:39:56.102Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-06-02T16:39:56.102Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-06-02T16:39:56.102Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-06-02T16:39:56.102Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-06-02T16:39:57.075Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-06-02T16:39:57.813Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-06-02T16:39:59.739Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-06-02T16:39:59.739Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-06-02T16:39:59.739Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-06-02T16:39:59.990Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-06-02T16:40:00.665Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-06-02T16:40:01.533Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-06-02T16:40:01.533Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-06-02T16:40:01.533Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-06-02T16:40:01.533Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-06-02T16:40:03.179Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-06-02T16:40:04.448Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-06-02T16:40:04.541Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-06-02T16:40:05.709Z] --- PASS: TestStopContainerWithRestartPolicyAlways (13.33s) [2021-06-02T16:40:05.709Z] === RUN TestStopContainerWithTimeout [2021-06-02T16:40:05.709Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-06-02T16:40:05.709Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-06-02T16:40:05.709Z] === RUN TestUpdateRestartPolicy [2021-06-02T16:40:06.469Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-06-02T16:40:07.030Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-06-02T16:40:07.286Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2021-06-02T16:40:09.176Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-06-02T16:40:10.112Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2021-06-02T16:40:10.112Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-06-02T16:40:10.673Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2021-06-02T16:40:12.559Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-06-02T16:40:12.559Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-06-02T16:40:12.857Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-06-02T16:40:13.781Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-06-02T16:40:14.341Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2021-06-02T16:40:14.792Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-06-02T16:40:15.266Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-06-02T16:40:15.266Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-06-02T16:40:15.826Z] === RUN TestDockerSuite/TestRunEnvironment [2021-06-02T16:40:16.081Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2021-06-02T16:40:16.642Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-06-02T16:40:18.007Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-06-02T16:40:18.933Z] === RUN TestDockerSuite/TestRunExitCode [2021-06-02T16:40:19.517Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-06-02T16:40:19.860Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-06-02T16:40:20.420Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-06-02T16:40:20.488Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-06-02T16:40:20.488Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-06-02T16:40:21.356Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-06-02T16:40:21.915Z] === RUN TestDockerSuite/TestRunExposePort [2021-06-02T16:40:21.915Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-06-02T16:40:22.839Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-06-02T16:40:23.401Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-06-02T16:40:23.405Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-06-02T16:40:24.764Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-06-02T16:40:24.947Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-06-02T16:40:25.324Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-06-02T16:40:25.324Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-06-02T16:40:26.850Z] --- PASS: TestUpdateRestartPolicy (20.16s) [2021-06-02T16:40:26.850Z] === RUN TestUpdateRestartWithAutoRemove [2021-06-02T16:40:26.850Z] --- PASS: TestUpdateRestartWithAutoRemove (2.00s) [2021-06-02T16:40:26.850Z] === RUN TestWaitNonBlocked [2021-06-02T16:40:26.850Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-02T16:40:26.850Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-02T16:40:26.850Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-02T16:40:26.850Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-02T16:40:26.850Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-02T16:40:26.850Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-02T16:40:28.587Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-06-02T16:40:29.147Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-06-02T16:40:29.652Z] === RUN TestDockerSuite/TestBuildAddScript [2021-06-02T16:40:29.652Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-06-02T16:40:29.652Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-06-02T16:40:29.652Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-06-02T16:40:29.652Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-06-02T16:40:30.113Z] === RUN TestDockerSuite/TestBuildAddTar [2021-06-02T16:40:33.959Z] --- PASS: TestWaitNonBlocked (0.03s) [2021-06-02T16:40:33.959Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.53s) [2021-06-02T16:40:33.959Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (7.36s) [2021-06-02T16:40:33.959Z] === RUN TestWaitBlocked [2021-06-02T16:40:33.959Z] --- SKIP: TestWaitBlocked (0.00s) [2021-06-02T16:40:33.959Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:40:33.959Z] PASS [2021-06-02T16:40:33.959Z] ok github.com/docker/docker/integration/container 97.012s [2021-06-02T16:40:33.959Z] [2021-06-02T16:40:33.959Z] === Skipped [2021-06-02T16:40:33.959Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-06-02T16:40:33.959Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-02T16:40:33.959Z] [2021-06-02T16:40:33.959Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-06-02T16:40:33.959Z] copy_test.go:82: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:40:33.959Z] [2021-06-02T16:40:33.959Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-06-02T16:40:33.959Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-06-02T16:40:33.959Z] [2021-06-02T16:40:33.959Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-06-02T16:40:33.959Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:40:33.959Z] [2021-06-02T16:40:33.959Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-06-02T16:40:33.959Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:40:33.959Z] [2021-06-02T16:40:33.959Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-06-02T16:40:33.959Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:40:33.959Z] [2021-06-02T16:40:33.959Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-06-02T16:40:33.959Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-06-02T16:40:33.959Z] [2021-06-02T16:40:33.959Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-06-02T16:40:33.959Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-06-02T16:40:33.959Z] [2021-06-02T16:40:33.959Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-06-02T16:40:33.959Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:40:33.959Z] [2021-06-02T16:40:33.959Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-06-02T16:40:33.959Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-06-02T16:40:33.959Z] [2021-06-02T16:40:33.959Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-06-02T16:40:33.959Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-06-02T16:40:33.959Z] [2021-06-02T16:40:33.959Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-06-02T16:40:33.959Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:40:33.959Z] [2021-06-02T16:40:33.959Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-06-02T16:40:33.959Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:40:33.959Z] [2021-06-02T16:40:33.959Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-06-02T16:40:33.959Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-06-02T16:40:33.959Z] [2021-06-02T16:40:33.959Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-06-02T16:40:33.959Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-06-02T16:40:33.959Z] [2021-06-02T16:40:33.959Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-06-02T16:40:33.959Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-06-02T16:40:33.959Z] [2021-06-02T16:40:33.959Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-06-02T16:40:33.959Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-06-02T16:40:33.959Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-06-02T16:40:33.959Z] [2021-06-02T16:40:33.959Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-06-02T16:40:33.959Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-02T16:40:33.959Z] [2021-06-02T16:40:33.959Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-06-02T16:40:33.959Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-02T16:40:33.959Z] [2021-06-02T16:40:33.959Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-06-02T16:40:33.959Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-02T16:40:33.959Z] [2021-06-02T16:40:33.959Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-06-02T16:40:33.959Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-06-02T16:40:33.959Z] [2021-06-02T16:40:33.959Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-06-02T16:40:33.959Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:40:33.959Z] [2021-06-02T16:40:33.959Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-06-02T16:40:33.959Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-02T16:40:33.959Z] [2021-06-02T16:40:33.959Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-06-02T16:40:33.959Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-06-02T16:40:33.959Z] [2021-06-02T16:40:33.959Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-06-02T16:40:33.959Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-06-02T16:40:33.959Z] [2021-06-02T16:40:33.959Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-06-02T16:40:33.959Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-06-02T16:40:33.959Z] [2021-06-02T16:40:33.959Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-06-02T16:40:33.959Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:40:33.959Z] [2021-06-02T16:40:33.959Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-06-02T16:40:33.959Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-06-02T16:40:33.959Z] [2021-06-02T16:40:33.959Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-06-02T16:40:33.959Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-06-02T16:40:33.959Z] [2021-06-02T16:40:33.959Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-06-02T16:40:33.959Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:40:33.959Z] [2021-06-02T16:40:33.959Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-06-02T16:40:33.959Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-06-02T16:40:33.959Z] [2021-06-02T16:40:33.959Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-06-02T16:40:33.959Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-06-02T16:40:33.959Z] [2021-06-02T16:40:33.959Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-06-02T16:40:33.959Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:40:33.959Z] [2021-06-02T16:40:33.959Z] [2021-06-02T16:40:33.959Z] DONE 88 tests, 33 skipped in 99.800s [2021-06-02T16:40:33.959Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-06-02T16:40:36.154Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-02T16:40:36.154Z] INFO: Testing against a local daemon [2021-06-02T16:40:36.154Z] === RUN TestCommitInheritsEnv [2021-06-02T16:40:36.154Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-06-02T16:40:36.154Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-02T16:40:36.154Z] === RUN TestImportExtremelyLargeImageWorks [2021-06-02T16:40:36.154Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-06-02T16:40:36.154Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-06-02T16:40:36.154Z] === RUN TestImagesFilterMultiReference [2021-06-02T16:40:36.154Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2021-06-02T16:40:36.154Z] === RUN TestImagePullPlatformInvalid [2021-06-02T16:40:36.154Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-06-02T16:40:36.154Z] === RUN TestRemoveImageOrphaning [2021-06-02T16:40:37.127Z] --- PASS: TestRemoveImageOrphaning (0.98s) [2021-06-02T16:40:37.127Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-06-02T16:40:37.127Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-06-02T16:40:37.127Z] === RUN TestTagInvalidReference [2021-06-02T16:40:37.127Z] --- PASS: TestTagInvalidReference (0.03s) [2021-06-02T16:40:37.127Z] === RUN TestTagValidPrefixedRepo [2021-06-02T16:40:37.127Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2021-06-02T16:40:37.127Z] === RUN TestTagExistedNameWithoutForce [2021-06-02T16:40:37.588Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2021-06-02T16:40:37.588Z] === RUN TestTagOfficialNames [2021-06-02T16:40:37.588Z] --- PASS: TestTagOfficialNames (0.08s) [2021-06-02T16:40:37.588Z] === RUN TestTagMatchesDigest [2021-06-02T16:40:37.588Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-06-02T16:40:37.588Z] PASS [2021-06-02T16:40:37.588Z] ok github.com/docker/docker/integration/image 1.574s [2021-06-02T16:40:37.588Z] [2021-06-02T16:40:37.588Z] === Skipped [2021-06-02T16:40:37.588Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-06-02T16:40:37.588Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-02T16:40:37.588Z] [2021-06-02T16:40:37.588Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-06-02T16:40:37.588Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-06-02T16:40:37.588Z] [2021-06-02T16:40:37.588Z] [2021-06-02T16:40:37.588Z] DONE 11 tests, 2 skipped in 3.881s [2021-06-02T16:40:37.588Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-06-02T16:40:40.505Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-02T16:40:40.505Z] INFO: Testing against a local daemon [2021-06-02T16:40:40.505Z] === RUN TestNetworkCreateDelete [2021-06-02T16:40:40.505Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-06-02T16:40:40.505Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:40:40.505Z] === RUN TestDockerNetworkDeletePreferID [2021-06-02T16:40:40.505Z] --- SKIP: TestDockerNetworkDeletePreferID (0.01s) [2021-06-02T16:40:40.505Z] 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-06-02T16:40:40.505Z] === RUN TestDaemonDNSFallback [2021-06-02T16:40:40.505Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-06-02T16:40:40.505Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:40:40.505Z] === RUN TestInspectNetwork [2021-06-02T16:40:40.505Z] --- SKIP: TestInspectNetwork (0.00s) [2021-06-02T16:40:40.505Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-06-02T16:40:40.505Z] === RUN TestRunContainerWithBridgeNone [2021-06-02T16:40:40.505Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-06-02T16:40:40.505Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:40:40.505Z] === RUN TestNetworkInvalidJSON [2021-06-02T16:40:40.505Z] === RUN TestNetworkInvalidJSON//networks/create [2021-06-02T16:40:40.505Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-06-02T16:40:40.505Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-06-02T16:40:40.505Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-06-02T16:40:40.505Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-02T16:40:40.505Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-02T16:40:40.505Z] === CONT TestNetworkInvalidJSON//networks/create [2021-06-02T16:40:40.505Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-02T16:40:40.505Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-06-02T16:40:40.505Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-06-02T16:40:40.505Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-06-02T16:40:40.505Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2021-06-02T16:40:40.505Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2021-06-02T16:40:40.505Z] === RUN TestNetworkList [2021-06-02T16:40:40.505Z] === RUN TestNetworkList//networks [2021-06-02T16:40:40.505Z] === PAUSE TestNetworkList//networks [2021-06-02T16:40:40.505Z] === RUN TestNetworkList//networks/ [2021-06-02T16:40:40.505Z] === PAUSE TestNetworkList//networks/ [2021-06-02T16:40:40.505Z] === CONT TestNetworkList//networks [2021-06-02T16:40:40.505Z] === CONT TestNetworkList//networks/ [2021-06-02T16:40:40.505Z] --- PASS: TestNetworkList (0.03s) [2021-06-02T16:40:40.505Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-06-02T16:40:40.505Z] --- PASS: TestNetworkList//networks (0.00s) [2021-06-02T16:40:40.505Z] === RUN TestHostIPv4BridgeLabel [2021-06-02T16:40:40.505Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-06-02T16:40:40.505Z] network_test.go:126: testEnv.OSType == "windows" [2021-06-02T16:40:40.505Z] === RUN TestDaemonRestartWithLiveRestore [2021-06-02T16:40:40.505Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-06-02T16:40:40.505Z] service_test.go:29: testEnv.OSType == "windows" [2021-06-02T16:40:40.505Z] === RUN TestDaemonDefaultNetworkPools [2021-06-02T16:40:40.505Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-06-02T16:40:40.505Z] service_test.go:58: testEnv.OSType == "windows" [2021-06-02T16:40:40.505Z] === RUN TestDaemonRestartWithExistingNetwork [2021-06-02T16:40:40.505Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-06-02T16:40:40.505Z] service_test.go:102: testEnv.OSType == "windows" [2021-06-02T16:40:40.505Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-06-02T16:40:40.505Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-06-02T16:40:40.505Z] service_test.go:136: testEnv.OSType == "windows" [2021-06-02T16:40:40.505Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-06-02T16:40:40.505Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-06-02T16:40:40.505Z] service_test.go:187: testEnv.OSType == "windows" [2021-06-02T16:40:40.505Z] === RUN TestServiceWithPredefinedNetwork [2021-06-02T16:40:40.505Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-06-02T16:40:40.505Z] service_test.go:212: testEnv.OSType == "windows" [2021-06-02T16:40:40.505Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-06-02T16:40:40.505Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-02T16:40:40.505Z] service_test.go:242: FLAKY_TEST [2021-06-02T16:40:40.505Z] === RUN TestServiceWithDataPathPortInit [2021-06-02T16:40:40.505Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-06-02T16:40:40.505Z] service_test.go:332: testEnv.OSType == "windows" [2021-06-02T16:40:40.505Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-06-02T16:40:40.505Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-06-02T16:40:40.505Z] service_test.go:400: testEnv.OSType == "windows" [2021-06-02T16:40:40.505Z] PASS [2021-06-02T16:40:40.505Z] ok github.com/docker/docker/integration/network 0.262s [2021-06-02T16:40:40.505Z] [2021-06-02T16:40:40.505Z] === Skipped [2021-06-02T16:40:40.505Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-06-02T16:40:40.505Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:40:40.505Z] [2021-06-02T16:40:40.505Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.01s) [2021-06-02T16:40:40.505Z] 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-06-02T16:40:40.505Z] [2021-06-02T16:40:40.505Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-06-02T16:40:40.505Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:40:40.505Z] [2021-06-02T16:40:40.505Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-06-02T16:40:40.505Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-06-02T16:40:40.505Z] [2021-06-02T16:40:40.505Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-06-02T16:40:40.505Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:40:40.505Z] [2021-06-02T16:40:40.505Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-06-02T16:40:40.505Z] network_test.go:126: testEnv.OSType == "windows" [2021-06-02T16:40:40.505Z] [2021-06-02T16:40:40.505Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-06-02T16:40:40.505Z] service_test.go:29: testEnv.OSType == "windows" [2021-06-02T16:40:40.505Z] [2021-06-02T16:40:40.505Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-06-02T16:40:40.505Z] service_test.go:58: testEnv.OSType == "windows" [2021-06-02T16:40:40.505Z] [2021-06-02T16:40:40.505Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-06-02T16:40:40.505Z] service_test.go:102: testEnv.OSType == "windows" [2021-06-02T16:40:40.505Z] [2021-06-02T16:40:40.505Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-06-02T16:40:40.505Z] service_test.go:136: testEnv.OSType == "windows" [2021-06-02T16:40:40.505Z] [2021-06-02T16:40:40.505Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-06-02T16:40:40.505Z] service_test.go:187: testEnv.OSType == "windows" [2021-06-02T16:40:40.505Z] [2021-06-02T16:40:40.505Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-06-02T16:40:40.505Z] service_test.go:212: testEnv.OSType == "windows" [2021-06-02T16:40:40.505Z] [2021-06-02T16:40:40.505Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-02T16:40:40.505Z] service_test.go:242: FLAKY_TEST [2021-06-02T16:40:40.505Z] [2021-06-02T16:40:40.505Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-06-02T16:40:40.505Z] service_test.go:332: testEnv.OSType == "windows" [2021-06-02T16:40:40.505Z] [2021-06-02T16:40:40.505Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-06-02T16:40:40.505Z] service_test.go:400: testEnv.OSType == "windows" [2021-06-02T16:40:40.505Z] [2021-06-02T16:40:40.505Z] [2021-06-02T16:40:40.505Z] DONE 22 tests, 15 skipped in 2.601s [2021-06-02T16:40:40.505Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-06-02T16:40:41.342Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2021-06-02T16:40:41.342Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-06-02T16:40:41.478Z] testing: warning: no tests to run [2021-06-02T16:40:41.478Z] PASS [2021-06-02T16:40:41.478Z] ok github.com/docker/docker/integration/network/ipvlan 0.079s [2021-06-02T16:40:41.478Z] [2021-06-02T16:40:41.478Z] DONE 0 tests in 0.817s [2021-06-02T16:40:41.478Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-06-02T16:40:41.940Z] testing: warning: no tests to run [2021-06-02T16:40:41.940Z] PASS [2021-06-02T16:40:41.940Z] ok github.com/docker/docker/integration/network/macvlan 0.073s [2021-06-02T16:40:41.940Z] [2021-06-02T16:40:41.940Z] DONE 0 tests in 0.849s [2021-06-02T16:40:41.940Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-06-02T16:40:42.705Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2021-06-02T16:40:42.705Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2021-06-02T16:40:42.705Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-06-02T16:40:42.705Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-06-02T16:40:42.912Z] testing: warning: no tests to run [2021-06-02T16:40:42.912Z] PASS [2021-06-02T16:40:42.912Z] ok github.com/docker/docker/integration/plugin 0.069s [2021-06-02T16:40:42.912Z] [2021-06-02T16:40:42.912Z] DONE 0 tests in 0.844s [2021-06-02T16:40:42.912Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-06-02T16:40:43.266Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-06-02T16:40:43.886Z] testing: warning: no tests to run [2021-06-02T16:40:43.886Z] PASS [2021-06-02T16:40:43.886Z] ok github.com/docker/docker/integration/plugin/authz 0.082s [2021-06-02T16:40:43.886Z] [2021-06-02T16:40:43.886Z] DONE 0 tests in 0.850s [2021-06-02T16:40:43.886Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-06-02T16:40:46.528Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-06-02T16:40:47.892Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-06-02T16:40:49.254Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-06-02T16:40:54.250Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-02T16:40:54.251Z] INFO: Testing against a local daemon [2021-06-02T16:40:54.251Z] === RUN TestPluginInvalidJSON [2021-06-02T16:40:54.251Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-06-02T16:40:54.251Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-06-02T16:40:54.251Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-06-02T16:40:54.251Z] --- PASS: TestPluginInvalidJSON (0.05s) [2021-06-02T16:40:54.251Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2021-06-02T16:40:54.251Z] === RUN TestPluginInstall [2021-06-02T16:40:54.251Z] --- SKIP: TestPluginInstall (0.00s) [2021-06-02T16:40:54.251Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-06-02T16:40:54.251Z] === RUN TestPluginsWithRuntimes [2021-06-02T16:40:54.251Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-06-02T16:40:54.251Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-06-02T16:40:54.251Z] === RUN TestPluginBackCompatMediaTypes [2021-06-02T16:40:54.251Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-06-02T16:40:54.251Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-06-02T16:40:54.251Z] PASS [2021-06-02T16:40:54.251Z] ok github.com/docker/docker/integration/plugin/common 0.220s [2021-06-02T16:40:54.251Z] [2021-06-02T16:40:54.251Z] === Skipped [2021-06-02T16:40:54.251Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-06-02T16:40:54.251Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-06-02T16:40:54.251Z] [2021-06-02T16:40:54.251Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-06-02T16:40:54.251Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-06-02T16:40:54.251Z] [2021-06-02T16:40:54.251Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-06-02T16:40:54.251Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-06-02T16:40:54.251Z] [2021-06-02T16:40:54.251Z] [2021-06-02T16:40:54.251Z] DONE 5 tests, 3 skipped in 9.529s [2021-06-02T16:40:54.251Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-06-02T16:40:55.777Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-06-02T16:40:55.777Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-06-02T16:40:56.337Z] === RUN TestDockerSuite/TestRunModeHostname [2021-06-02T16:40:57.174Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-02T16:40:57.174Z] INFO: Testing against a local daemon [2021-06-02T16:40:57.174Z] === RUN TestExternalGraphDriver [2021-06-02T16:40:57.174Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-06-02T16:40:57.174Z] external_test.go:48: runtime.GOOS == "windows" [2021-06-02T16:40:57.174Z] === RUN TestGraphdriverPluginV2 [2021-06-02T16:40:57.174Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-06-02T16:40:57.174Z] external_test.go:408: runtime.GOOS == "windows" [2021-06-02T16:40:57.174Z] PASS [2021-06-02T16:40:57.174Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.165s [2021-06-02T16:40:57.174Z] [2021-06-02T16:40:57.174Z] === Skipped [2021-06-02T16:40:57.174Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-06-02T16:40:57.174Z] external_test.go:48: runtime.GOOS == "windows" [2021-06-02T16:40:57.174Z] [2021-06-02T16:40:57.174Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-06-02T16:40:57.174Z] external_test.go:408: runtime.GOOS == "windows" [2021-06-02T16:40:57.174Z] [2021-06-02T16:40:57.174Z] [2021-06-02T16:40:57.174Z] DONE 2 tests, 2 skipped in 3.318s [2021-06-02T16:40:57.174Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-06-02T16:40:57.783Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-06-02T16:40:57.783Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-06-02T16:40:57.783Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-06-02T16:40:59.147Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-06-02T16:40:59.360Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-02T16:40:59.360Z] INFO: Testing against a local daemon [2021-06-02T16:40:59.360Z] === RUN TestReadPluginNoRead [2021-06-02T16:40:59.360Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-06-02T16:40:59.360Z] read_test.go:21: no unix domain sockets on Windows [2021-06-02T16:40:59.360Z] PASS [2021-06-02T16:40:59.360Z] ok github.com/docker/docker/integration/plugin/logging 0.197s [2021-06-02T16:40:59.821Z] [2021-06-02T16:40:59.821Z] === Skipped [2021-06-02T16:40:59.821Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-06-02T16:40:59.821Z] read_test.go:21: no unix domain sockets on Windows [2021-06-02T16:40:59.821Z] [2021-06-02T16:40:59.821Z] [2021-06-02T16:40:59.821Z] DONE 1 tests, 1 skipped in 2.720s [2021-06-02T16:40:59.821Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-06-02T16:41:00.510Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-06-02T16:41:01.386Z] testing: warning: no tests to run [2021-06-02T16:41:01.386Z] PASS [2021-06-02T16:41:01.386Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.083s [2021-06-02T16:41:01.386Z] [2021-06-02T16:41:01.386Z] DONE 0 tests in 1.368s [2021-06-02T16:41:01.386Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-06-02T16:41:02.396Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-06-02T16:41:02.396Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-06-02T16:41:02.396Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-06-02T16:41:03.574Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-02T16:41:03.574Z] INFO: Testing against a local daemon [2021-06-02T16:41:03.574Z] === RUN TestPluginWithDevMounts [2021-06-02T16:41:03.574Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-06-02T16:41:03.574Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:03.574Z] PASS [2021-06-02T16:41:03.574Z] ok github.com/docker/docker/integration/plugin/volumes 0.193s [2021-06-02T16:41:03.574Z] [2021-06-02T16:41:03.574Z] === Skipped [2021-06-02T16:41:03.574Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-06-02T16:41:03.574Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:03.574Z] [2021-06-02T16:41:03.574Z] [2021-06-02T16:41:03.574Z] DONE 1 tests, 1 skipped in 2.626s [2021-06-02T16:41:03.759Z] === RUN TestDockerSuite/TestRunMount [2021-06-02T16:41:04.038Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-06-02T16:41:05.834Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-06-02T16:41:05.834Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-06-02T16:41:05.834Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-06-02T16:41:06.242Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-02T16:41:06.242Z] INFO: Testing against a local daemon [2021-06-02T16:41:06.242Z] === RUN TestSecretInspect [2021-06-02T16:41:06.242Z] --- SKIP: TestSecretInspect (0.00s) [2021-06-02T16:41:06.242Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:06.242Z] === RUN TestSecretList [2021-06-02T16:41:06.242Z] --- SKIP: TestSecretList (0.00s) [2021-06-02T16:41:06.242Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:06.242Z] === RUN TestSecretsCreateAndDelete [2021-06-02T16:41:06.242Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-06-02T16:41:06.242Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:06.242Z] === RUN TestSecretsUpdate [2021-06-02T16:41:06.242Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-06-02T16:41:06.242Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:06.242Z] === RUN TestTemplatedSecret [2021-06-02T16:41:06.242Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-06-02T16:41:06.242Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:06.242Z] === RUN TestSecretCreateResolve [2021-06-02T16:41:06.242Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-06-02T16:41:06.242Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:41:06.242Z] PASS [2021-06-02T16:41:06.242Z] ok github.com/docker/docker/integration/secret 0.169s [2021-06-02T16:41:06.242Z] [2021-06-02T16:41:06.242Z] === Skipped [2021-06-02T16:41:06.242Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-06-02T16:41:06.242Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:06.242Z] [2021-06-02T16:41:06.242Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-06-02T16:41:06.242Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:06.242Z] [2021-06-02T16:41:06.242Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-06-02T16:41:06.242Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:06.242Z] [2021-06-02T16:41:06.242Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-06-02T16:41:06.242Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:06.242Z] [2021-06-02T16:41:06.242Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-06-02T16:41:06.242Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:06.242Z] [2021-06-02T16:41:06.242Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-06-02T16:41:06.242Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:41:06.242Z] [2021-06-02T16:41:06.242Z] [2021-06-02T16:41:06.242Z] DONE 6 tests, 6 skipped in 2.209s [2021-06-02T16:41:06.242Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-06-02T16:41:09.159Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-02T16:41:09.159Z] INFO: Testing against a local daemon [2021-06-02T16:41:09.159Z] === RUN TestServiceCreateInit [2021-06-02T16:41:09.159Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-06-02T16:41:09.159Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-06-02T16:41:09.159Z] --- PASS: TestServiceCreateInit (0.03s) [2021-06-02T16:41:09.159Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-02T16:41:09.159Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:09.159Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-02T16:41:09.159Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:09.159Z] === RUN TestCreateServiceMultipleTimes [2021-06-02T16:41:09.159Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-06-02T16:41:09.159Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:09.159Z] === RUN TestCreateServiceConflict [2021-06-02T16:41:09.159Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-06-02T16:41:09.159Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:09.159Z] === RUN TestCreateServiceMaxReplicas [2021-06-02T16:41:09.159Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2021-06-02T16:41:09.159Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:09.159Z] === RUN TestCreateWithDuplicateNetworkNames [2021-06-02T16:41:09.159Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-06-02T16:41:09.159Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:09.159Z] === RUN TestCreateServiceSecretFileMode [2021-06-02T16:41:09.159Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-06-02T16:41:09.159Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:09.159Z] === RUN TestCreateServiceConfigFileMode [2021-06-02T16:41:09.159Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-06-02T16:41:09.159Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:09.159Z] === RUN TestCreateServiceSysctls [2021-06-02T16:41:09.159Z] --- SKIP: TestCreateServiceSysctls (0.06s) [2021-06-02T16:41:09.159Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:09.159Z] === RUN TestCreateServiceCapabilities [2021-06-02T16:41:09.159Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2021-06-02T16:41:09.159Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:09.159Z] === RUN TestInspect [2021-06-02T16:41:09.159Z] --- SKIP: TestInspect (0.00s) [2021-06-02T16:41:09.159Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:09.159Z] === RUN TestCreateJob [2021-06-02T16:41:09.159Z] --- SKIP: TestCreateJob (0.00s) [2021-06-02T16:41:09.159Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:09.159Z] === RUN TestReplicatedJob [2021-06-02T16:41:09.159Z] --- SKIP: TestReplicatedJob (0.00s) [2021-06-02T16:41:09.159Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:09.159Z] === RUN TestUpdateReplicatedJob [2021-06-02T16:41:09.159Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-06-02T16:41:09.159Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:09.159Z] === RUN TestServiceListWithStatuses [2021-06-02T16:41:09.159Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-06-02T16:41:09.159Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:09.159Z] === RUN TestDockerNetworkConnectAlias [2021-06-02T16:41:09.159Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-06-02T16:41:09.159Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:09.159Z] === RUN TestDockerNetworkReConnect [2021-06-02T16:41:09.159Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-06-02T16:41:09.159Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:09.159Z] === RUN TestServicePlugin [2021-06-02T16:41:09.159Z] --- SKIP: TestServicePlugin (0.00s) [2021-06-02T16:41:09.159Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:09.159Z] === RUN TestServiceUpdateLabel [2021-06-02T16:41:09.159Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2021-06-02T16:41:09.159Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:41:09.159Z] === RUN TestServiceUpdateSecrets [2021-06-02T16:41:09.159Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-06-02T16:41:09.159Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:41:09.159Z] === RUN TestServiceUpdateConfigs [2021-06-02T16:41:09.159Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-06-02T16:41:09.159Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:41:09.159Z] === RUN TestServiceUpdateNetwork [2021-06-02T16:41:09.159Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-06-02T16:41:09.159Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:41:09.159Z] === RUN TestServiceUpdatePidsLimit [2021-06-02T16:41:09.159Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s) [2021-06-02T16:41:09.159Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:41:09.159Z] PASS [2021-06-02T16:41:09.159Z] ok github.com/docker/docker/integration/service 0.367s [2021-06-02T16:41:09.159Z] [2021-06-02T16:41:09.159Z] === Skipped [2021-06-02T16:41:09.159Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-02T16:41:09.159Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-02T16:41:09.159Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:09.159Z] [2021-06-02T16:41:09.159Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-02T16:41:09.159Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-02T16:41:09.159Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:09.159Z] [2021-06-02T16:41:09.159Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-06-02T16:41:09.159Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:09.159Z] [2021-06-02T16:41:09.159Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-06-02T16:41:09.159Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:09.159Z] [2021-06-02T16:41:09.159Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2021-06-02T16:41:09.159Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:09.159Z] [2021-06-02T16:41:09.159Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-06-02T16:41:09.159Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:09.159Z] [2021-06-02T16:41:09.159Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-06-02T16:41:09.159Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:09.159Z] [2021-06-02T16:41:09.159Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-06-02T16:41:09.159Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:09.159Z] [2021-06-02T16:41:09.159Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.06s) [2021-06-02T16:41:09.159Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:09.159Z] [2021-06-02T16:41:09.159Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2021-06-02T16:41:09.159Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:09.159Z] [2021-06-02T16:41:09.159Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-06-02T16:41:09.159Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:09.159Z] [2021-06-02T16:41:09.159Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-06-02T16:41:09.159Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:09.159Z] [2021-06-02T16:41:09.159Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-06-02T16:41:09.159Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:09.159Z] [2021-06-02T16:41:09.159Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-06-02T16:41:09.159Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:09.159Z] [2021-06-02T16:41:09.160Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-06-02T16:41:09.160Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:09.160Z] [2021-06-02T16:41:09.160Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-06-02T16:41:09.160Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:09.160Z] [2021-06-02T16:41:09.160Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-06-02T16:41:09.160Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:09.160Z] [2021-06-02T16:41:09.160Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-06-02T16:41:09.160Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:09.160Z] [2021-06-02T16:41:09.160Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.01s) [2021-06-02T16:41:09.160Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:41:09.160Z] [2021-06-02T16:41:09.160Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-06-02T16:41:09.160Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:41:09.160Z] [2021-06-02T16:41:09.160Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-06-02T16:41:09.160Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:41:09.160Z] [2021-06-02T16:41:09.160Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-06-02T16:41:09.160Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:41:09.160Z] [2021-06-02T16:41:09.160Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s) [2021-06-02T16:41:09.160Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-06-02T16:41:09.160Z] [2021-06-02T16:41:09.160Z] [2021-06-02T16:41:09.160Z] DONE 24 tests, 23 skipped in 3.109s [2021-06-02T16:41:09.160Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-06-02T16:41:11.365Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-02T16:41:11.365Z] INFO: Testing against a local daemon [2021-06-02T16:41:11.365Z] === RUN TestSessionCreate [2021-06-02T16:41:11.365Z] --- SKIP: TestSessionCreate (0.00s) [2021-06-02T16:41:11.365Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-06-02T16:41:11.365Z] === RUN TestSessionCreateWithBadUpgrade [2021-06-02T16:41:11.365Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-06-02T16:41:11.365Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-06-02T16:41:11.365Z] PASS [2021-06-02T16:41:11.365Z] ok github.com/docker/docker/integration/session 0.195s [2021-06-02T16:41:11.365Z] [2021-06-02T16:41:11.365Z] === Skipped [2021-06-02T16:41:11.365Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-06-02T16:41:11.365Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-06-02T16:41:11.365Z] [2021-06-02T16:41:11.365Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-06-02T16:41:11.365Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-06-02T16:41:11.365Z] [2021-06-02T16:41:11.365Z] [2021-06-02T16:41:11.365Z] DONE 2 tests, 2 skipped in 2.219s [2021-06-02T16:41:11.365Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-06-02T16:41:11.892Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-06-02T16:41:12.817Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-06-02T16:41:13.377Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-06-02T16:41:13.555Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-02T16:41:13.555Z] INFO: Testing against a local daemon [2021-06-02T16:41:13.555Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-06-02T16:41:13.555Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-02T16:41:13.555Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:13.555Z] === RUN TestEventsExecDie [2021-06-02T16:41:13.555Z] --- SKIP: TestEventsExecDie (0.01s) [2021-06-02T16:41:13.555Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-06-02T16:41:13.555Z] === RUN TestEventsBackwardsCompatible [2021-06-02T16:41:13.555Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-06-02T16:41:13.555Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-06-02T16:41:13.555Z] === RUN TestInfoAPI [2021-06-02T16:41:13.555Z] --- PASS: TestInfoAPI (0.03s) [2021-06-02T16:41:13.555Z] === RUN TestInfoAPIWarnings [2021-06-02T16:41:13.555Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-06-02T16:41:13.555Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-02T16:41:13.555Z] === RUN TestInfoDebug [2021-06-02T16:41:13.555Z] --- SKIP: TestInfoDebug (0.00s) [2021-06-02T16:41:13.555Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-02T16:41:13.555Z] === RUN TestInfoInsecureRegistries [2021-06-02T16:41:13.555Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-06-02T16:41:13.555Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-02T16:41:13.555Z] === RUN TestInfoRegistryMirrors [2021-06-02T16:41:13.555Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-06-02T16:41:13.555Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-02T16:41:13.555Z] === RUN TestLoginFailsWithBadCredentials [2021-06-02T16:41:14.783Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-06-02T16:41:15.106Z] --- PASS: TestLoginFailsWithBadCredentials (1.02s) [2021-06-02T16:41:15.106Z] === RUN TestPingCacheHeaders [2021-06-02T16:41:15.106Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-06-02T16:41:15.106Z] === RUN TestPingGet [2021-06-02T16:41:15.106Z] --- PASS: TestPingGet (0.03s) [2021-06-02T16:41:15.106Z] === RUN TestPingHead [2021-06-02T16:41:15.106Z] --- PASS: TestPingHead (0.03s) [2021-06-02T16:41:15.106Z] === RUN TestVersion [2021-06-02T16:41:15.106Z] --- PASS: TestVersion (0.03s) [2021-06-02T16:41:15.106Z] PASS [2021-06-02T16:41:15.106Z] ok github.com/docker/docker/integration/system 1.361s [2021-06-02T16:41:15.106Z] [2021-06-02T16:41:15.106Z] === Skipped [2021-06-02T16:41:15.106Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-02T16:41:15.106Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-06-02T16:41:15.106Z] [2021-06-02T16:41:15.106Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.01s) [2021-06-02T16:41:15.106Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-06-02T16:41:15.106Z] [2021-06-02T16:41:15.106Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-06-02T16:41:15.106Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-06-02T16:41:15.106Z] [2021-06-02T16:41:15.106Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-06-02T16:41:15.106Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-02T16:41:15.106Z] [2021-06-02T16:41:15.106Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-06-02T16:41:15.106Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-02T16:41:15.106Z] [2021-06-02T16:41:15.106Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-06-02T16:41:15.106Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-02T16:41:15.106Z] [2021-06-02T16:41:15.106Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-06-02T16:41:15.106Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-02T16:41:15.106Z] [2021-06-02T16:41:15.106Z] [2021-06-02T16:41:15.106Z] DONE 13 tests, 7 skipped in 3.474s [2021-06-02T16:41:15.106Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-06-02T16:41:17.299Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-02T16:41:17.299Z] INFO: Testing against a local daemon [2021-06-02T16:41:17.299Z] === RUN TestVolumesCreateAndList [2021-06-02T16:41:17.299Z] --- PASS: TestVolumesCreateAndList (0.05s) [2021-06-02T16:41:17.299Z] === RUN TestVolumesRemove [2021-06-02T16:41:17.299Z] --- PASS: TestVolumesRemove (0.10s) [2021-06-02T16:41:17.299Z] === RUN TestVolumesInspect [2021-06-02T16:41:17.299Z] --- PASS: TestVolumesInspect (0.03s) [2021-06-02T16:41:17.299Z] === RUN TestVolumesInvalidJSON [2021-06-02T16:41:17.299Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-06-02T16:41:17.299Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-06-02T16:41:17.299Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-06-02T16:41:17.299Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-06-02T16:41:17.299Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-06-02T16:41:17.299Z] PASS [2021-06-02T16:41:17.299Z] ok github.com/docker/docker/integration/volume 0.381s [2021-06-02T16:41:17.338Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-06-02T16:41:17.760Z] [2021-06-02T16:41:17.760Z] DONE 5 tests in 2.556s [2021-06-02T16:41:17.760Z] INFO: make.ps1 ended at 06/02/2021 16:41:17 [2021-06-02T16:41:17.760Z] INFO: Integration CLI tests being run from the host: [2021-06-02T16:41:17.760Z] 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-06-02T16:41:20.644Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-06-02T16:41:22.531Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-06-02T16:41:25.085Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-06-02T16:41:26.356Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-06-02T16:41:26.356Z] INFO: Testing against a local daemon [2021-06-02T16:41:26.356Z] === RUN TestDockerSuite [2021-06-02T16:41:26.356Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-06-02T16:41:26.356Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-06-02T16:41:26.356Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-06-02T16:41:26.356Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-06-02T16:41:26.356Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-06-02T16:41:26.356Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-06-02T16:41:26.356Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-06-02T16:41:26.356Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-06-02T16:41:26.450Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-06-02T16:41:27.329Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-06-02T16:41:27.329Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-06-02T16:41:27.391Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-06-02T16:41:27.391Z] === RUN TestDockerSuite/TestBuildBlankName [2021-06-02T16:41:27.812Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-06-02T16:41:27.812Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-06-02T16:41:27.852Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-06-02T16:41:28.301Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-06-02T16:41:28.301Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-06-02T16:41:28.737Z] === RUN TestDockerSuite/TestRunNetHost [2021-06-02T16:41:30.124Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-06-02T16:41:30.685Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-06-02T16:41:32.089Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-06-02T16:41:33.659Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-06-02T16:41:33.975Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-06-02T16:41:34.120Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-06-02T16:41:35.860Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-06-02T16:41:41.098Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-06-02T16:41:41.098Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-06-02T16:41:41.098Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2021-06-02T16:41:41.657Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-06-02T16:41:41.657Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-06-02T16:41:42.583Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-06-02T16:41:43.184Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-06-02T16:41:43.185Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-06-02T16:41:44.110Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-06-02T16:41:44.469Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-06-02T16:41:50.275Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-06-02T16:41:50.635Z] === RUN TestDockerSuite/TestRunOOMExitCode [2021-06-02T16:41:50.635Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-06-02T16:41:50.635Z] === RUN TestDockerSuite/TestRunPIDsLimit [2021-06-02T16:41:51.581Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-06-02T16:41:52.943Z] === RUN TestDockerSuite/TestRunPortInUse [2021-06-02T16:41:53.867Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2021-06-02T16:41:54.122Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-06-02T16:41:54.683Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-06-02T16:41:55.243Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-06-02T16:41:55.803Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-06-02T16:41:56.362Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-06-02T16:41:56.362Z] === RUN TestDockerSuite/TestRunPublishPort [2021-06-02T16:41:56.925Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-06-02T16:41:57.485Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-06-02T16:41:57.485Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-06-02T16:41:58.046Z] === RUN TestDockerSuite/TestRunRedirectStdout [2021-06-02T16:41:59.408Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-06-02T16:41:59.408Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-06-02T16:42:02.671Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-06-02T16:42:04.077Z] === RUN TestDockerSuite/TestRunRm [2021-06-02T16:42:04.333Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2021-06-02T16:42:04.893Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-06-02T16:42:07.991Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-06-02T16:42:07.991Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-06-02T16:42:08.218Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2021-06-02T16:42:08.782Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-06-02T16:42:09.707Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-06-02T16:42:11.070Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2021-06-02T16:42:11.736Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-06-02T16:42:11.736Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-06-02T16:42:11.736Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-06-02T16:42:12.996Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2021-06-02T16:42:13.557Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2021-06-02T16:42:17.543Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-06-02T16:42:17.543Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-06-02T16:42:17.721Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2021-06-02T16:42:18.004Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-06-02T16:42:18.004Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-06-02T16:42:18.004Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-06-02T16:42:18.649Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2021-06-02T16:42:23.895Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2021-06-02T16:42:24.820Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2021-06-02T16:42:25.381Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2021-06-02T16:42:26.311Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2021-06-02T16:42:27.234Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2021-06-02T16:42:27.234Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2021-06-02T16:42:27.497Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2021-06-02T16:42:28.057Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2021-06-02T16:42:28.992Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-06-02T16:42:29.921Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2021-06-02T16:42:29.921Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-06-02T16:42:30.858Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-06-02T16:42:34.117Z] === RUN TestDockerSuite/TestRunState [2021-06-02T16:42:35.046Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2021-06-02T16:42:35.606Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-06-02T16:42:36.533Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-06-02T16:42:37.458Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-06-02T16:42:37.714Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2021-06-02T16:42:37.714Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-06-02T16:42:37.969Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2021-06-02T16:42:38.530Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-06-02T16:42:39.090Z] === RUN TestDockerSuite/TestRunSysctls [2021-06-02T16:42:40.975Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-06-02T16:42:40.975Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-06-02T16:42:40.975Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-06-02T16:42:41.902Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2021-06-02T16:42:42.462Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2021-06-02T16:42:42.462Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2021-06-02T16:42:43.562Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-06-02T16:42:45.034Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2021-06-02T16:42:45.960Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2021-06-02T16:42:47.846Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2021-06-02T16:42:48.483Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-06-02T16:42:48.944Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-06-02T16:42:49.405Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-06-02T16:42:49.733Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2021-06-02T16:42:50.294Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2021-06-02T16:42:50.376Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-06-02T16:42:50.377Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-06-02T16:42:51.218Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2021-06-02T16:42:52.144Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-06-02T16:42:54.029Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2021-06-02T16:42:55.391Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-06-02T16:42:56.758Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-06-02T16:42:57.319Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-06-02T16:42:57.879Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-06-02T16:42:58.966Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-06-02T16:42:59.766Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-06-02T16:43:00.508Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-06-02T16:43:00.508Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-06-02T16:43:00.508Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-06-02T16:43:01.149Z] === RUN TestDockerSuite/TestRunUserByID [2021-06-02T16:43:01.482Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-06-02T16:43:01.709Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-06-02T16:43:01.964Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-06-02T16:43:01.964Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-06-02T16:43:02.454Z] === RUN TestDockerSuite/TestBuildCmd [2021-06-02T16:43:02.892Z] === RUN TestDockerSuite/TestRunUserByName [2021-06-02T16:43:02.915Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-06-02T16:43:03.380Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-06-02T16:43:03.452Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-06-02T16:43:04.352Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-06-02T16:43:04.377Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2021-06-02T16:43:04.377Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-06-02T16:43:04.377Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-06-02T16:43:04.938Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-06-02T16:43:09.055Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-06-02T16:43:09.097Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-06-02T16:43:09.657Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-06-02T16:43:10.584Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-06-02T16:43:10.597Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-06-02T16:43:10.597Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-06-02T16:43:11.569Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-06-02T16:43:11.569Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-06-02T16:43:12.540Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-06-02T16:43:13.137Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-06-02T16:43:14.062Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-06-02T16:43:14.082Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-06-02T16:43:15.053Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-06-02T16:43:15.514Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-06-02T16:43:15.514Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-06-02T16:43:15.975Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-06-02T16:43:16.613Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-06-02T16:43:16.947Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-06-02T16:43:16.947Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-06-02T16:43:16.947Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-06-02T16:43:19.138Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-06-02T16:43:19.392Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-06-02T16:43:19.392Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-06-02T16:43:19.392Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-06-02T16:43:19.392Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-06-02T16:43:19.647Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2021-06-02T16:43:19.647Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2021-06-02T16:43:21.650Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-06-02T16:43:23.889Z] === RUN TestDockerSuite/TestRunWithCPUShares [2021-06-02T16:43:24.145Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2021-06-02T16:43:25.508Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2021-06-02T16:43:26.475Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2021-06-02T16:43:27.035Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-06-02T16:43:27.035Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2021-06-02T16:43:27.960Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2021-06-02T16:43:27.960Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2021-06-02T16:43:27.960Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-06-02T16:43:27.960Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2021-06-02T16:43:27.960Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2021-06-02T16:43:27.960Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2021-06-02T16:43:27.960Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2021-06-02T16:43:27.960Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2021-06-02T16:43:27.960Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2021-06-02T16:43:28.565Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2021-06-02T16:43:29.491Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2021-06-02T16:43:29.491Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2021-06-02T16:43:30.415Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-06-02T16:43:30.415Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-06-02T16:43:31.340Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-06-02T16:43:31.340Z] === RUN TestDockerSuite/TestRunWithShmSize [2021-06-02T16:43:31.944Z] === RUN TestDockerSuite/TestRunWithSwappiness [2021-06-02T16:43:32.869Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2021-06-02T16:43:32.869Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-06-02T16:43:32.869Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-06-02T16:43:33.429Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-06-02T16:43:34.791Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2021-06-02T16:43:35.727Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2021-06-02T16:43:35.728Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-06-02T16:43:36.288Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-06-02T16:43:36.288Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-06-02T16:43:37.653Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-06-02T16:43:38.213Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-06-02T16:43:40.040Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-06-02T16:43:40.040Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-06-02T16:43:40.040Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-06-02T16:43:40.040Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-06-02T16:43:40.040Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-06-02T16:43:40.040Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-06-02T16:43:40.040Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-06-02T16:43:40.040Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-06-02T16:43:40.040Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-06-02T16:43:40.040Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-06-02T16:43:40.040Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-06-02T16:43:40.040Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-06-02T16:43:40.040Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-06-02T16:43:40.040Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-06-02T16:43:40.040Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-06-02T16:43:40.726Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-06-02T16:43:40.981Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-06-02T16:43:40.982Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-06-02T16:43:40.982Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-06-02T16:43:41.584Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-06-02T16:43:41.907Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2021-06-02T16:43:43.269Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2021-06-02T16:43:44.195Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-06-02T16:43:44.195Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-06-02T16:43:46.080Z] === RUN TestDockerSuite/TestSaveImageId [2021-06-02T16:43:46.080Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-06-02T16:43:46.080Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-06-02T16:43:47.967Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2021-06-02T16:43:48.224Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-06-02T16:43:48.224Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-06-02T16:43:48.678Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-06-02T16:43:48.678Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-06-02T16:43:48.678Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-06-02T16:43:48.678Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-06-02T16:43:48.678Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-06-02T16:43:50.738Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-06-02T16:43:50.738Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-06-02T16:43:50.738Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-06-02T16:43:52.108Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-06-02T16:43:52.437Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-06-02T16:43:52.437Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-06-02T16:43:52.437Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-06-02T16:43:53.472Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-06-02T16:43:54.032Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-06-02T16:43:54.032Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-06-02T16:43:54.032Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-06-02T16:43:54.032Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-06-02T16:43:54.591Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-06-02T16:43:57.102Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-06-02T16:43:59.537Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-06-02T16:44:03.677Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-06-02T16:44:04.362Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-06-02T16:44:04.362Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-06-02T16:44:04.362Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-06-02T16:44:05.039Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-06-02T16:44:05.965Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-06-02T16:44:07.328Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-06-02T16:44:10.587Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-06-02T16:44:12.472Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-06-02T16:44:13.041Z] === RUN TestDockerSuite/TestStartRecordError [2021-06-02T16:44:13.256Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-06-02T16:44:13.717Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-06-02T16:44:13.717Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-06-02T16:44:13.717Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-06-02T16:44:14.178Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-06-02T16:44:14.178Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-06-02T16:44:14.927Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-06-02T16:44:17.441Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-06-02T16:44:19.327Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-06-02T16:44:22.590Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-06-02T16:44:27.873Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-06-02T16:44:30.383Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-06-02T16:44:35.305Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-06-02T16:44:35.305Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-06-02T16:44:35.678Z] === RUN TestDockerSuite/TestStatsNoStream [2021-06-02T16:44:35.766Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-06-02T16:44:38.234Z] === RUN TestDockerSuite/TestStopContainerSignal [2021-06-02T16:44:39.595Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-06-02T16:44:40.523Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-06-02T16:44:40.523Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2021-06-02T16:44:41.085Z] === RUN TestDockerSuite/TestTopPrivileged [2021-06-02T16:44:42.059Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-06-02T16:44:42.059Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-06-02T16:44:43.466Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-06-02T16:44:47.626Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-06-02T16:44:50.887Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2021-06-02T16:44:51.447Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2021-06-02T16:44:52.007Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2021-06-02T16:44:52.007Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2021-06-02T16:44:52.007Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2021-06-02T16:44:53.371Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2021-06-02T16:44:54.299Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2021-06-02T16:44:54.555Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2021-06-02T16:44:55.919Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2021-06-02T16:44:56.892Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-06-02T16:44:57.353Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-06-02T16:44:57.850Z] === RUN TestDockerSuite/TestUpdateStats [2021-06-02T16:44:58.326Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-06-02T16:44:59.213Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2021-06-02T16:45:01.243Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-06-02T16:45:02.476Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2021-06-02T16:45:03.447Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2021-06-02T16:45:03.447Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2021-06-02T16:45:04.158Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-06-02T16:45:05.332Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2021-06-02T16:45:06.696Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-06-02T16:45:07.072Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-06-02T16:45:11.935Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2021-06-02T16:45:16.102Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2021-06-02T16:45:20.261Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2021-06-02T16:45:22.815Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-06-02T16:45:26.977Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-06-02T16:45:32.214Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2021-06-02T16:45:34.726Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2021-06-02T16:45:36.622Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2021-06-02T16:45:37.993Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2021-06-02T16:45:39.353Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2021-06-02T16:45:41.865Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2021-06-02T16:45:43.750Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2021-06-02T16:45:46.262Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2021-06-02T16:45:48.147Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2021-06-02T16:45:50.077Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-06-02T16:45:56.108Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-06-02T16:45:56.108Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-06-02T16:45:56.108Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-06-02T16:45:56.108Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-06-02T16:46:00.823Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-06-02T16:46:01.284Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-06-02T16:46:01.284Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-06-02T16:46:01.284Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-06-02T16:46:01.284Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-06-02T16:46:01.745Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-06-02T16:46:02.719Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-06-02T16:46:05.635Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-06-02T16:46:07.179Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-06-02T16:46:07.638Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-06-02T16:46:07.638Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-06-02T16:46:07.638Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-06-02T16:46:07.645Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-06-02T16:46:07.645Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-06-02T16:46:07.645Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-06-02T16:46:08.148Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-06-02T16:46:08.148Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-06-02T16:46:08.148Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-06-02T16:46:08.148Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-06-02T16:46:08.148Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-06-02T16:46:08.148Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-06-02T16:46:08.148Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-06-02T16:46:08.148Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-06-02T16:46:08.148Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-06-02T16:46:08.148Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-06-02T16:46:08.148Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-06-02T16:46:08.148Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-06-02T16:46:08.148Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-06-02T16:46:08.148Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-06-02T16:46:10.565Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-06-02T16:46:10.661Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-06-02T16:46:10.661Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-06-02T16:46:10.661Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-06-02T16:46:10.661Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-06-02T16:46:10.661Z] === RUN TestDockerSuite/TestVolumeEvents [2021-06-02T16:46:11.221Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-06-02T16:46:13.733Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-06-02T16:46:13.733Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-06-02T16:46:13.733Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-06-02T16:46:16.996Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-06-02T16:46:20.259Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite (1909.22s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.06s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (3.15s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.16s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.61s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.82s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.22s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.96s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.37s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.12s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.60s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.16s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (4.36s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.49s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (3.38s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.48s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.23s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.25s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.31s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.53s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.64s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.35s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAttachDetach (1.80s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.54s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.49s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.69s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.41s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (2.05s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (3.05s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.81s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.81s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.66s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.85s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (28.61s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.64s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (2.04s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.30s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.92s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (3.31s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.18s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.26s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (12.06s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (5.53s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.18s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.86s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (4.80s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.51s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.51s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (4.65s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.91s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.50s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.81s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildAddScript (4.54s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (12.38s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (6.29s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.82s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.37s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildAddTar (11.78s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.94s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (2.32s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (7.36s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (12.23s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.68s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (4.02s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (3.44s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.98s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (3.38s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (3.50s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.72s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.57s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.98s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (18.50s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.91s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.68s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.48s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (3.10s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (3.92s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (8.64s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (2.10s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (2.16s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (1.26s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.08s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (8.19s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.89s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.78s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.37s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (8.83s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (3.63s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.11s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.64s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildCmd (0.47s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.39s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.41s) [2021-06-02T16:46:20.259Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-06-02T16:46:20.259Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.90s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (7.37s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.33s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.32s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.39s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.00s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.63s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.34s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (13.50s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.02s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.76s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (4.54s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (5.93s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.85s) [2021-06-02T16:46:20.259Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2021-06-02T16:46:20.259Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-06-02T16:46:20.259Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2021-06-02T16:46:20.259Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-06-02T16:46:20.259Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2021-06-02T16:46:20.259Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-06-02T16:46:20.259Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-06-02T16:46:20.259Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (5.24s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (6.06s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.82s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.71s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (9.72s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (8.53s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.60s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.96s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (5.63s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.78s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.04s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.85s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.10s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.12s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildDockerignore (16.62s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (2.16s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (4.74s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (17.58s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.33s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.04s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (6.74s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (3.69s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (3.28s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (10.18s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (3.21s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.59s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (21.66s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.14s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (7.29s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.54s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.54s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.92s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.21s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.33s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.32s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.65s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.61s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.96s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildEnv (1.61s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.46s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.43s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (8.75s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (26.73s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.98s) [2021-06-02T16:46:20.259Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (10.79s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.82s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.52s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.53s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.75s) [2021-06-02T16:46:20.260Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-06-02T16:46:20.260Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.41s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (13.66s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildExpose (0.38s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.72s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.54s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.34s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildFails (1.16s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.06s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.70s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.76s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.86s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.31s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.27s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.17s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.78s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.65s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.21s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.84s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.16s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.36s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildHistory (3.89s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.41s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.99s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.67s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.75s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.05s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.29s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildLabel (0.35s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.40s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.38s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.30s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildLabels (0.32s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.30s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.38s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildLastModified (5.45s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildLineBreak (4.42s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.15s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.14s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.19s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.51s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.56s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.47s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (4.45s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.49s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.60s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (10.15s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (4.61s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.69s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (3.75s) [2021-06-02T16:46:20.260Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-06-02T16:46:20.260Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (6.11s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.48s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.45s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.35s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildNetContainer (2.50s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.92s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.19s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.06s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.31s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.46s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.07s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.35s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.41s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.66s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildOnBuild (3.52s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.95s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (3.76s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (2.25s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.34s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.27s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.40s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.32s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (4.96s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildPATH (2.99s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.26s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.82s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (8.43s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.77s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (4.90s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildRm (3.96s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.30s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.40s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.34s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.54s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.29s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.37s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.46s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (4.48s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.11s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.31s) [2021-06-02T16:46:20.260Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-06-02T16:46:20.260Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.53s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.07s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildStderr (1.04s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (5.56s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.69s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.47s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.60s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.35s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.60s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildUser (2.98s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (5.34s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (20.49s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.11s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.21s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.06s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.39s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.42s) [2021-06-02T16:46:20.260Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-06-02T16:46:20.260Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-06-02T16:46:20.260Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-06-02T16:46:20.260Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-06-02T16:46:20.260Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-06-02T16:46:20.260Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-06-02T16:46:20.260Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.04s) [2021-06-02T16:46:20.260Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (2.18s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.09s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildWithFailure (1.00s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.94s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.12s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.10s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (3.21s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (2.34s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.23s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.63s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.76s) [2021-06-02T16:46:20.260Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-06-02T16:46:20.260Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.79s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestBuildXZHost (3.47s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-06-02T16:46:20.260Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-06-02T16:46:20.260Z] docker_cli_sni_test.go:18: Flakey test [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.70s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.82s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestCommitChange (0.92s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (1.18s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.89s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.79s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.88s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestCommitTTY (1.50s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (1.05s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (2.57s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (1.30s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.07s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPICommit (2.25s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.97s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.89s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (1.24s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.92s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.74s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.71s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.80s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.08s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.06s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.86s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.80s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.87s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.57s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.75s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.76s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.71s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.78s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.79s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.88s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.81s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (1.24s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.18s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPIRename (1.04s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (2.91s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (2.04s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.03s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.05s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.69s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.83s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.85s) [2021-06-02T16:46:20.260Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-06-02T16:46:20.260Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerAPIWait (3.11s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.79s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.74s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (7.09s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.95s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (2.05s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (2.06s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (26.06s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.61s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.91s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.71s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.73s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000a4c500_} (1.93s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1268389956_/foo_false____} (1.79s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1268389956_/foo_true____} (1.87s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3616622291_/foo_false____} (1.69s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3616622291_/foo_true____} (1.66s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3616622291_/foo_true__0xc000a4c560__} (2.09s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000a4c580_} (1.81s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000a4c5a0_} (1.66s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000a4c5c0_} (1.71s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000a4c5e0_} (1.58s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.87s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.25s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.02s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2021-06-02T16:46:20.260Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (3.45s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.23s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.64s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.74s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.13s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (1.02s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.78s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.79s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.79s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.96s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpFromCaseC (1.01s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.67s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.04s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpFromCaseF (1.28s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.95s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.91s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.81s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.88s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.09s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.88s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.78s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpNameHasColon (1.20s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpRelativePath (1.39s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.07s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.80s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.85s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.45s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.99s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.85s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpToCaseD (4.36s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.29s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpToCaseF (1.02s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpToCaseG (4.66s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpToCaseH (4.08s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.75s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpToCaseJ (5.14s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.84s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpToDot (0.83s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.58s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.63s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpToStdout (0.95s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.61s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.21s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.87s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.35s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCreateArgs (0.06s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.40s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.73s) [2021-06-02T16:46:20.261Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.01s) [2021-06-02T16:46:20.261Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.09s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.74s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.27s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCreateLabels (0.06s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.09s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCreateRM (0.12s) [2021-06-02T16:46:20.261Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-06-02T16:46:20.261Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.12s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.97s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.08s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.89s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.07s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.12s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.05s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.73s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.43s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.93s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (2.15s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (2.58s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (1.18s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (1.11s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.10s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestDevicePermissions (1.14s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.04s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.25s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (1.08s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.68s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.02s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.04s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.34s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (7.67s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.76s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (3.23s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.75s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.98s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsAttach (0.85s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsCommit (1.31s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (1.01s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.98s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (1.22s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (2.29s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.93s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (3.16s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.27s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsCopy (1.11s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.51s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.66s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.53s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (2.25s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.00s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.13s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.29s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.15s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsFilters (1.45s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsFormat (1.45s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.98s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.19s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.42s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.23s) [2021-06-02T16:46:20.261Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.01s) [2021-06-02T16:46:20.261Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-06-02T16:46:20.261Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-06-02T16:46:20.261Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.40s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.77s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsRename (0.79s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsResize (0.97s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (6.03s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.56s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.92s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.43s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsTop (1.25s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsUntag (2.60s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (11.29s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestExec (1.16s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.74s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.77s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.81s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestExecAPIStart (2.10s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (1.06s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (1.03s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.31s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.26s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.17s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.59s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (2.78s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestExecCgroup (3.28s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestExecEnv (1.08s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.84s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.08s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestExecInspectID (2.70s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestExecInteractive (1.05s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (1.04s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (1.01s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestExecParseError (0.75s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.77s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.86s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.70s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestExecSetEnv (1.06s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestExecStartFails (1.22s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.98s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.78s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestExecTTY (1.15s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (1.17s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.82s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestExecUlimits (1.11s) [2021-06-02T16:46:20.261Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-06-02T16:46:20.261Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestExecWithImageUser (2.17s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (1.11s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.89s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestExecWithTERM (1.74s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestExecWithUser (1.76s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.21s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.76s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.97s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.37s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.88s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.07s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestHealth (22.85s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.02s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.02s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.87s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (1.17s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.04s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.03s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.13s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.47s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.27s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.35s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.66s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.06s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.71s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.85s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestImagesFormat (0.06s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.87s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.85s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.02s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestImportBadURL (0.03s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestImportDisplay (1.64s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestImportFile (1.64s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.68s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestImportGzipped (2.07s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (2.64s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.89s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.75s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.81s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.75s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.74s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.73s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.81s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (1.12s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.94s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.03s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.45s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.71s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.71s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.74s) [2021-06-02T16:46:20.261Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-06-02T16:46:20.261Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.98s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.77s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInspectDefault (0.83s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInspectHistory (0.83s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2021-06-02T16:46:20.261Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-06-02T16:46:20.261Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.68s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.74s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.72s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.78s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.48s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.96s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInspectStatus (1.52s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (2.46s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInspectTemplateError (1.08s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.12s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.10s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.70s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (1.06s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.77s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.82s) [2021-06-02T16:46:20.261Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (2.26s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.90s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.89s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (3.21s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (3.44s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (3.55s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.04s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.80s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.76s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (1.18s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (15.40s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.90s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (2.73s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (1.19s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (3.69s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.37s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.88s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.81s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (4.14s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (1.15s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.99s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.77s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.08s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.05s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.07s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.16s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.95s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.24s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.73s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.74s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLogsSince (6.81s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.76s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (1.10s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLogsTail (1.13s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLogsTimestamps (1.04s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.79s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.30s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.90s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestNetHostname (2.48s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.53s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.95s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.76s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.75s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPluginActive (1.73s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.08s) [2021-06-02T16:46:20.262Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-06-02T16:46:20.262Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.61s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.29s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.33s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.15s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.79s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (2.97s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (2.53s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPortHostBinding (2.14s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPortList (12.39s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.95s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.55s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.05s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.79s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.91s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.87s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.08s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (2.23s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (2.96s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.42s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.42s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.14s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPsByOrder (2.93s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.95s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPsListContainersBase (3.72s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (5.89s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.12s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (4.64s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (10.20s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.58s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.19s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.44s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.41s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (2.33s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.41s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.93s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.25s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.95s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.16s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.27s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.77s) [2021-06-02T16:46:20.262Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-06-02T16:46:20.262Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.13s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.08s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.73s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.45s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.52s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.85s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (10.47s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.33s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.09s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.08s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.25s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.97s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.60s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (4.06s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.62s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRmiBlank (0.03s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.09s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (4.08s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.89s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.24s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.62s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.93s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (2.13s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (1.18s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRmiTag (0.15s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.92s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.88s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.83s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (1.04s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.55s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.72s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunAddHost (0.92s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.46s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.73s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.74s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.50s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.70s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.84s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.82s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.89s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.41s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.85s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.84s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.85s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.75s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.85s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.91s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.05s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.72s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.82s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (1.06s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.02s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.38s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.81s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.85s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.75s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.70s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.88s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.83s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.79s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.93s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.80s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.03s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.80s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.58s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.77s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.77s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.72s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.71s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.42s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.48s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.37s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.69s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.73s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.73s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.74s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.68s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.54s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.85s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.09s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.78s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.36s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.59s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.32s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.31s) [2021-06-02T16:46:20.262Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2021-06-02T16:46:20.262Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2021-06-02T16:46:20.262Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-06-02T16:46:20.262Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.72s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (2.31s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.41s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.05s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.73s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.76s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (1.19s) [2021-06-02T16:46:20.262Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.01s) [2021-06-02T16:46:20.262Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.72s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.52s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.70s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.69s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.71s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.71s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.81s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.83s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (1.04s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (1.05s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunExitCode (0.83s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.82s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.69s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.76s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.73s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.69s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.43s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.49s) [2021-06-02T16:46:20.262Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-06-02T16:46:20.262Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.16s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.76s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.38s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.56s) [2021-06-02T16:46:20.262Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.41s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.71s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.04s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.47s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.48s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.74s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.66s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.58s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.21s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.16s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.45s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.50s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.43s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.15s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.45s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunMount (8.19s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.71s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.70s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.44s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.18s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.53s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.10s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.24s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.54s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.53s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.94s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunNetHost (1.19s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.74s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (1.00s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.12s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.08s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.28s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.64s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.09s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.70s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.07s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.73s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.69s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.83s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.80s) [2021-06-02T16:46:20.263Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-06-02T16:46:20.263Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.75s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.74s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.54s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.82s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.48s) [2021-06-02T16:46:20.263Z] docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n" [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.46s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.44s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.69s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.46s) [2021-06-02T16:46:20.263Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-06-02T16:46:20.263Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.72s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.45s) [2021-06-02T16:46:20.263Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-06-02T16:46:20.263Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.70s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.41s) [2021-06-02T16:46:20.263Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-06-02T16:46:20.263Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.16s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.41s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunRm (0.79s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.99s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.81s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (1.10s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (2.00s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.76s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (5.08s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (5.11s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (1.02s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.57s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.94s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.75s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.53s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.56s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.91s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.84s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.89s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.74s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunState (2.04s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.89s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.99s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.17s) [2021-06-02T16:46:20.263Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-06-02T16:46:20.263Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.86s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.57s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunSysctls (1.82s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.05s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.99s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (3.03s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.79s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (2.02s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (4.36s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.38s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (1.08s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.70s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.69s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.94s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.14s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunUserByID (0.76s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.13s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.12s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.72s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunUserByName (0.73s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.70s) [2021-06-02T16:46:20.263Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-06-02T16:46:20.263Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.12s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.71s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.93s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.68s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.93s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.16s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.40s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.12s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.42s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.74s) [2021-06-02T16:46:20.263Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-06-02T16:46:20.263Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2021-06-02T16:46:20.263Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-06-02T16:46:20.263Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2021-06-02T16:46:20.263Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-06-02T16:46:20.263Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.18s) [2021-06-02T16:46:20.263Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.01s) [2021-06-02T16:46:20.263Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (3.77s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.73s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.48s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.74s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.72s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.73s) [2021-06-02T16:46:20.263Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-06-02T16:46:20.263Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2021-06-02T16:46:20.263Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-06-02T16:46:20.263Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2021-06-02T16:46:20.263Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-06-02T16:46:20.263Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2021-06-02T16:46:20.263Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.01s) [2021-06-02T16:46:20.263Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2021-06-02T16:46:20.263Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-06-02T16:46:20.263Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2021-06-02T16:46:20.263Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-06-02T16:46:20.263Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.72s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.70s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (1.00s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.18s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.73s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.72s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.77s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.71s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.38s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.72s) [2021-06-02T16:46:20.263Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-06-02T16:46:20.263Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.58s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.43s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.46s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.16s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.71s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.96s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.99s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.05s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.68s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.39s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.97s) [2021-06-02T16:46:20.263Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents636943100 [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.06s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (2.05s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.13s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.52s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.45s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.52s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.08s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.08s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.50s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.33s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.55s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.44s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.95s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.33s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.79s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.29s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.82s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestStartRecordError (1.67s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.45s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.92s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (3.17s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.74s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.02s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.76s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.72s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.72s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.85s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.64s) [2021-06-02T16:46:20.263Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-06-02T16:46:20.263Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (1.47s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (3.94s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.38s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.69s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.66s) [2021-06-02T16:46:20.263Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2021-06-02T16:46:20.263Z] docker_cli_update_unix_test.go:143: unmatched requirement swapMemorySupport [2021-06-02T16:46:20.263Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.01s) [2021-06-02T16:46:20.263Z] docker_cli_update_unix_test.go:197: unmatched requirement swapMemorySupport [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.42s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.19s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (1.28s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (2.05s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestUpdateStats (3.93s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.59s) [2021-06-02T16:46:20.263Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-06-02T16:46:20.263Z] docker_cli_update_unix_test.go:127: unmatched requirement swapMemorySupport [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.92s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (1.06s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (5.06s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (4.56s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.76s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (2.64s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (4.40s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (5.38s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.07s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.20s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.46s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.38s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.12s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.14s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.20s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.15s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.14s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2021-06-02T16:46:20.263Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s) [2021-06-02T16:46:20.264Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.75s) [2021-06-02T16:46:20.264Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2021-06-02T16:46:20.264Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2021-06-02T16:46:20.264Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2021-06-02T16:46:20.264Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.78s) [2021-06-02T16:46:20.264Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2021-06-02T16:46:20.264Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.88s) [2021-06-02T16:46:20.264Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2021-06-02T16:46:20.264Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2021-06-02T16:46:20.264Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2021-06-02T16:46:20.264Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2021-06-02T16:46:20.264Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.26s) [2021-06-02T16:46:20.264Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2021-06-02T16:46:20.264Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.14s) [2021-06-02T16:46:20.264Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2021-06-02T16:46:20.264Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2021-06-02T16:46:20.264Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.75s) [2021-06-02T16:46:20.264Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.19s) [2021-06-02T16:46:20.264Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2021-06-02T16:46:20.264Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2021-06-02T16:46:20.264Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.82s) [2021-06-02T16:46:20.264Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (3.73s) [2021-06-02T16:46:20.264Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.02s) [2021-06-02T16:46:20.264Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-06-02T16:46:20.264Z] === RUN TestDockerRegistrySuite [2021-06-02T16:46:20.264Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-06-02T16:46:21.626Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-06-02T16:46:22.986Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-06-02T16:46:23.035Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-06-02T16:46:24.923Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-06-02T16:46:24.923Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-06-02T16:46:29.138Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-06-02T16:46:33.342Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-06-02T16:46:33.343Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-06-02T16:46:33.343Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-06-02T16:46:34.417Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-06-02T16:46:36.260Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-06-02T16:46:37.765Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-06-02T16:46:37.808Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-06-02T16:46:38.366Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-06-02T16:46:39.730Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-06-02T16:46:41.092Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-06-02T16:46:42.455Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-06-02T16:46:43.620Z] === RUN TestDockerSuite/TestBuildAddScript [2021-06-02T16:46:43.620Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-06-02T16:46:43.620Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-06-02T16:46:43.620Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-06-02T16:46:43.620Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-06-02T16:46:43.620Z] === RUN TestDockerSuite/TestBuildAddTar [2021-06-02T16:46:43.817Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-06-02T16:46:44.742Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-06-02T16:46:46.119Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-06-02T16:46:48.631Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-06-02T16:46:51.141Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-06-02T16:46:52.504Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-06-02T16:46:55.808Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-06-02T16:46:56.369Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-06-02T16:46:56.623Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-06-02T16:46:57.986Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-06-02T16:46:58.359Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-06-02T16:46:58.359Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-06-02T16:46:58.359Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-06-02T16:46:58.911Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-06-02T16:47:00.274Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-06-02T16:47:03.536Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2021-06-02T16:47:03.536Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-06-02T16:47:03.796Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-06-02T16:47:05.682Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-06-02T16:47:06.242Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-06-02T16:47:06.242Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-06-02T16:47:06.802Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-06-02T16:47:06.802Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-06-02T16:47:07.362Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-06-02T16:47:07.362Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-06-02T16:47:08.765Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-06-02T16:47:10.651Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-06-02T16:47:11.577Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-06-02T16:47:12.940Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-06-02T16:47:13.907Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite (54.51s) [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.50s) [2021-06-02T16:47:14.833Z] check_test.go:196: [d74253a60af49] daemon is not started [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.28s) [2021-06-02T16:47:14.833Z] check_test.go:196: [d6ac3eb2a5467] daemon is not started [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.71s) [2021-06-02T16:47:14.833Z] check_test.go:196: [d7d3032628fba] daemon is not started [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.17s) [2021-06-02T16:47:14.833Z] check_test.go:196: [d82637c3fd51c] daemon is not started [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (3.68s) [2021-06-02T16:47:14.833Z] check_test.go:196: [d1a8e85776fd7] daemon is not started [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.04s) [2021-06-02T16:47:14.833Z] check_test.go:196: [df37c9d7ecdcc] daemon is not started [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.71s) [2021-06-02T16:47:14.833Z] check_test.go:196: [dd32a7ae18374] daemon is not started [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.26s) [2021-06-02T16:47:14.833Z] check_test.go:196: [df96a7340af28] daemon is not started [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.17s) [2021-06-02T16:47:14.833Z] check_test.go:196: [d825de2e1b2d3] daemon is not started [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.28s) [2021-06-02T16:47:14.833Z] check_test.go:196: [d1eaa6ca07f86] daemon is not started [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.36s) [2021-06-02T16:47:14.833Z] check_test.go:196: [df582f6fd5631] daemon is not started [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.33s) [2021-06-02T16:47:14.833Z] check_test.go:196: [d84c091c3a2b5] daemon is not started [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.21s) [2021-06-02T16:47:14.833Z] check_test.go:196: [d5cbc4d02c744] daemon is not started [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.26s) [2021-06-02T16:47:14.833Z] check_test.go:196: [d2dddc6261c02] daemon is not started [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.39s) [2021-06-02T16:47:14.833Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:2ab3ba471e3f26eaa7ce93c39cb5048458bf0b819963a83d8319b0b302d1646a [2021-06-02T16:47:14.833Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:ee387bef7cf2b1c89460af09914ea8313ae4b17abc24b33bda5fedfa0a836eb3 [2021-06-02T16:47:14.833Z] check_test.go:196: [ded68ca6a7036] daemon is not started [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.37s) [2021-06-02T16:47:14.833Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:c63a859d6d5754788eac11d9f3cf8ff0d20f23f5bef31c74690ed019cfb5bfa4 [2021-06-02T16:47:14.833Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:b7e0ea5f5e74e808e2ccec457561a44d91f49e298e7ede54df47a75c5dc54922 [2021-06-02T16:47:14.833Z] check_test.go:196: [d62f29cb9f409] daemon is not started [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.38s) [2021-06-02T16:47:14.833Z] check_test.go:196: [d311a54f912ae] daemon is not started [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.00s) [2021-06-02T16:47:14.833Z] check_test.go:196: [d1e60c53984ec] daemon is not started [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.24s) [2021-06-02T16:47:14.833Z] check_test.go:196: [d6c82d0a4b649] daemon is not started [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-06-02T16:47:14.833Z] check_test.go:196: [d24702bd6e1d4] daemon is not started [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.25s) [2021-06-02T16:47:14.833Z] check_test.go:196: [d1e3483ba05b0] daemon is not started [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.15s) [2021-06-02T16:47:14.833Z] check_test.go:196: [dafa9c190d71c] daemon is not started [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.13s) [2021-06-02T16:47:14.833Z] check_test.go:196: [d29e9e873d003] daemon is not started [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.21s) [2021-06-02T16:47:14.833Z] check_test.go:196: [d55ffaca1f3e1] daemon is not started [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.41s) [2021-06-02T16:47:14.833Z] check_test.go:196: [df90c82ebaf1f] daemon is not started [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.92s) [2021-06-02T16:47:14.833Z] check_test.go:196: [dcb33053b00a4] daemon is not started [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.52s) [2021-06-02T16:47:14.833Z] check_test.go:196: [d0eaeab7ba3b4] daemon is not started [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2021-06-02T16:47:14.833Z] check_test.go:196: [dfe7fef9d7b7a] daemon is not started [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.30s) [2021-06-02T16:47:14.833Z] check_test.go:196: [d7e65fd502d4d] daemon is not started [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.24s) [2021-06-02T16:47:14.833Z] check_test.go:196: [d0f5f055960df] daemon is not started [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.34s) [2021-06-02T16:47:14.833Z] check_test.go:196: [d79b8d05c0bad] daemon is not started [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2021-06-02T16:47:14.833Z] check_test.go:196: [d95ed983cfd4b] daemon is not started [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.32s) [2021-06-02T16:47:14.833Z] check_test.go:196: [d49611445c83c] daemon is not started [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.96s) [2021-06-02T16:47:14.833Z] check_test.go:196: [d23c7cf6e0707] daemon is not started [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.07s) [2021-06-02T16:47:14.833Z] check_test.go:196: [d6bd23977fdb5] daemon is not started [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.26s) [2021-06-02T16:47:14.833Z] check_test.go:196: [d7126e7b88753] daemon is not started [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.94s) [2021-06-02T16:47:14.833Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.77s) [2021-06-02T16:47:14.833Z] === RUN TestDockerSchema1RegistrySuite [2021-06-02T16:47:14.833Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-06-02T16:47:14.833Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-06-02T16:47:16.719Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2021-06-02T16:47:18.126Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2021-06-02T16:47:18.381Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2021-06-02T16:47:18.381Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2021-06-02T16:47:18.637Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2021-06-02T16:47:18.893Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-06-02T16:47:19.455Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2021-06-02T16:47:19.492Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-06-02T16:47:21.967Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2021-06-02T16:47:26.130Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-06-02T16:47:26.130Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2021-06-02T16:47:26.583Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-06-02T16:47:28.642Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2021-06-02T16:47:29.568Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-06-02T16:47:31.456Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-06-02T16:47:32.819Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-06-02T16:47:33.075Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-06-02T16:47:34.437Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-06-02T16:47:35.801Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-06-02T16:47:36.922Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-06-02T16:47:37.167Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-06-02T16:47:40.428Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-06-02T16:47:40.988Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-06-02T16:47:41.666Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-06-02T16:47:41.666Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-06-02T16:47:41.922Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-06-02T16:47:42.177Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-06-02T16:47:42.432Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-06-02T16:47:42.686Z] --- PASS: TestDockerSchema1RegistrySuite (28.00s) [2021-06-02T16:47:42.686Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.17s) [2021-06-02T16:47:42.686Z] check_test.go:223: [d57916ce3a290] daemon is not started [2021-06-02T16:47:42.686Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (4.09s) [2021-06-02T16:47:42.686Z] check_test.go:223: [df99c9ab50fcd] daemon is not started [2021-06-02T16:47:42.686Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (6.47s) [2021-06-02T16:47:42.686Z] check_test.go:223: [dd96ca8554a1b] daemon is not started [2021-06-02T16:47:42.686Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (4.31s) [2021-06-02T16:47:42.686Z] check_test.go:223: [d774518fc2673] daemon is not started [2021-06-02T16:47:42.686Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.69s) [2021-06-02T16:47:42.687Z] check_test.go:223: [dcf5bc881fdcd] daemon is not started [2021-06-02T16:47:42.687Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.41s) [2021-06-02T16:47:42.687Z] check_test.go:223: [d4501328381c2] daemon is not started [2021-06-02T16:47:42.687Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.15s) [2021-06-02T16:47:42.687Z] check_test.go:223: [d879a32f4d076] daemon is not started [2021-06-02T16:47:42.687Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.45s) [2021-06-02T16:47:42.687Z] check_test.go:223: [d648b858f5772] daemon is not started [2021-06-02T16:47:42.687Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.25s) [2021-06-02T16:47:42.687Z] check_test.go:223: [d020524aa840b] daemon is not started [2021-06-02T16:47:42.687Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.27s) [2021-06-02T16:47:42.687Z] check_test.go:223: [d9864cc935927] daemon is not started [2021-06-02T16:47:42.687Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.56s) [2021-06-02T16:47:42.687Z] check_test.go:223: [db01a6df538be] daemon is not started [2021-06-02T16:47:42.687Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.47s) [2021-06-02T16:47:42.687Z] check_test.go:223: [d6d2d40e0a7a5] daemon is not started [2021-06-02T16:47:42.687Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.45s) [2021-06-02T16:47:42.687Z] check_test.go:223: [da746d2281c27] daemon is not started [2021-06-02T16:47:42.687Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.13s) [2021-06-02T16:47:42.687Z] check_test.go:223: [d0a6e78d42a43] daemon is not started [2021-06-02T16:47:42.687Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.32s) [2021-06-02T16:47:42.687Z] check_test.go:223: [dc38d134130a2] daemon is not started [2021-06-02T16:47:42.687Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.28s) [2021-06-02T16:47:42.687Z] check_test.go:223: [daf8c353d6084] daemon is not started [2021-06-02T16:47:42.687Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.41s) [2021-06-02T16:47:42.687Z] check_test.go:223: [dcd47fdd6796a] daemon is not started [2021-06-02T16:47:42.687Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2021-06-02T16:47:42.687Z] check_test.go:223: [d0a98879f055a] daemon is not started [2021-06-02T16:47:42.687Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-06-02T16:47:42.687Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-06-02T16:47:43.611Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-06-02T16:47:44.123Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-06-02T16:47:44.123Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-06-02T16:47:44.123Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-06-02T16:47:44.171Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-06-02T16:47:44.426Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-06-02T16:47:45.787Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-06-02T16:47:45.787Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-06-02T16:47:46.041Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-06-02T16:47:46.601Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-06-02T16:47:46.857Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.20s) [2021-06-02T16:47:46.857Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.96s) [2021-06-02T16:47:46.857Z] check_test.go:252: [dd75c55f56452] daemon is not started [2021-06-02T16:47:46.857Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.54s) [2021-06-02T16:47:46.857Z] check_test.go:252: [d6d0edc6fb317] daemon is not started [2021-06-02T16:47:46.857Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.18s) [2021-06-02T16:47:46.857Z] check_test.go:252: [d9894dc3cae51] daemon is not started [2021-06-02T16:47:46.857Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.15s) [2021-06-02T16:47:46.857Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.23s) [2021-06-02T16:47:46.857Z] check_test.go:252: [d5463c0683540] daemon is not started [2021-06-02T16:47:46.857Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.42s) [2021-06-02T16:47:46.857Z] check_test.go:252: [dcaaa020a93f7] daemon is not started [2021-06-02T16:47:46.857Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.55s) [2021-06-02T16:47:46.857Z] check_test.go:252: [dcc297f2719db] daemon is not started [2021-06-02T16:47:46.857Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s) [2021-06-02T16:47:46.857Z] check_test.go:252: [d9f51078d3179] daemon is not started [2021-06-02T16:47:46.857Z] === RUN TestDockerRegistryAuthTokenSuite [2021-06-02T16:47:46.857Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-06-02T16:47:52.091Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-06-02T16:47:52.091Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-06-02T16:47:52.346Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-06-02T16:47:52.601Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-06-02T16:47:52.601Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.82s) [2021-06-02T16:47:52.601Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.18s) [2021-06-02T16:47:52.601Z] check_test.go:279: [dfbbcbef069ae] daemon is not started [2021-06-02T16:47:52.601Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.17s) [2021-06-02T16:47:52.601Z] check_test.go:279: [d8556b1ca5f0a] daemon is not started [2021-06-02T16:47:52.601Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2021-06-02T16:47:52.601Z] check_test.go:279: [d88589ae1080d] daemon is not started [2021-06-02T16:47:52.601Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2021-06-02T16:47:52.601Z] check_test.go:279: [d3fad276da6a5] daemon is not started [2021-06-02T16:47:52.601Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.17s) [2021-06-02T16:47:52.601Z] check_test.go:279: [de784b04d78b2] daemon is not started [2021-06-02T16:47:52.601Z] === RUN TestDockerNetworkSuite [2021-06-02T16:47:52.601Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2021-06-02T16:47:54.484Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-06-02T16:47:54.484Z] === RUN TestDockerSuite/TestBuildBlankName [2021-06-02T16:47:54.484Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-06-02T16:47:55.913Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2021-06-02T16:47:56.473Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2021-06-02T16:48:02.214Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-06-02T16:48:03.006Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2021-06-02T16:48:03.079Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-06-02T16:48:03.079Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-06-02T16:48:04.891Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2021-06-02T16:48:07.782Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-06-02T16:48:08.193Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2021-06-02T16:48:09.556Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2021-06-02T16:48:10.803Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-06-02T16:48:16.378Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-06-02T16:48:19.486Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-06-02T16:48:19.532Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2021-06-02T16:48:21.417Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2021-06-02T16:48:22.839Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2021-06-02T16:48:23.094Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2021-06-02T16:48:23.654Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2021-06-02T16:48:24.579Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2021-06-02T16:48:24.972Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-06-02T16:48:24.972Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-06-02T16:48:25.505Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2021-06-02T16:48:25.760Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2021-06-02T16:48:27.124Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2021-06-02T16:48:27.686Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2021-06-02T16:48:28.247Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2021-06-02T16:48:30.133Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2021-06-02T16:48:30.133Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2021-06-02T16:48:30.389Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2021-06-02T16:48:30.389Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2021-06-02T16:48:30.644Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2021-06-02T16:48:30.794Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-06-02T16:48:30.794Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-06-02T16:48:30.794Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-06-02T16:48:32.050Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2021-06-02T16:48:32.610Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2021-06-02T16:48:33.537Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2021-06-02T16:48:33.537Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2021-06-02T16:48:34.098Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2021-06-02T16:48:34.353Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2021-06-02T16:48:36.660Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-06-02T16:48:36.660Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-06-02T16:48:36.915Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2021-06-02T16:48:37.633Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-06-02T16:48:37.633Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-06-02T16:48:37.633Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-06-02T16:48:38.278Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2021-06-02T16:48:40.165Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2021-06-02T16:48:40.725Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2021-06-02T16:48:52.924Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2021-06-02T16:48:52.924Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2021-06-02T16:48:52.924Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2021-06-02T16:48:52.924Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2021-06-02T16:48:52.924Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2021-06-02T16:48:52.924Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2021-06-02T16:48:52.924Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2021-06-02T16:48:52.924Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2021-06-02T16:48:57.127Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2021-06-02T16:48:57.127Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2021-06-02T16:48:57.127Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2021-06-02T16:48:57.688Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2021-06-02T16:49:01.847Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2021-06-02T16:49:01.847Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2021-06-02T16:49:06.117Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2021-06-02T16:49:06.117Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2021-06-02T16:49:06.720Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2021-06-02T16:49:09.231Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2021-06-02T16:49:09.231Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2021-06-02T16:49:10.594Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2021-06-02T16:49:10.849Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2021-06-02T16:49:12.212Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2021-06-02T16:49:17.448Z] --- PASS: TestDockerNetworkSuite (84.11s) [2021-06-02T16:49:17.448Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.68s) [2021-06-02T16:49:17.448Z] docker_cli_network_unix_test.go:46: [df48b0d0f905a] daemon is not started [2021-06-02T16:49:17.448Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.19s) [2021-06-02T16:49:17.448Z] docker_cli_network_unix_test.go:46: [d5f4060dbcf2a] daemon is not started [2021-06-02T16:49:17.448Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (5.95s) [2021-06-02T16:49:17.448Z] docker_cli_network_unix_test.go:46: [d347119c20962] daemon is not started [2021-06-02T16:49:17.448Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.05s) [2021-06-02T16:49:17.448Z] docker_cli_network_unix_test.go:46: [d0a432bbcabb5] daemon is not started [2021-06-02T16:49:17.448Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.04s) [2021-06-02T16:49:17.448Z] docker_cli_network_unix_test.go:1233: [d63758490d012] daemon is not started [2021-06-02T16:49:17.448Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.73s) [2021-06-02T16:49:17.448Z] docker_cli_network_unix_test.go:46: [d2b0f2a5d4d4c] daemon is not started [2021-06-02T16:49:17.448Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (9.03s) [2021-06-02T16:49:17.448Z] docker_cli_network_unix_test.go:46: [de68b0503bdf9] daemon is not started [2021-06-02T16:49:17.448Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.82s) [2021-06-02T16:49:17.448Z] docker_cli_network_unix_test.go:46: [d288da6459c35] daemon is not started [2021-06-02T16:49:17.448Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.58s) [2021-06-02T16:49:17.448Z] docker_cli_network_unix_test.go:46: [de022d9c6723d] daemon is not started [2021-06-02T16:49:17.448Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.81s) [2021-06-02T16:49:17.448Z] docker_cli_network_unix_test.go:46: [d553816d823a2] daemon is not started [2021-06-02T16:49:17.448Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.91s) [2021-06-02T16:49:17.448Z] docker_cli_network_unix_test.go:46: [dc61f70c18543] daemon is not started [2021-06-02T16:49:17.448Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.34s) [2021-06-02T16:49:17.448Z] docker_cli_network_unix_test.go:46: [d738ad91c1731] daemon is not started [2021-06-02T16:49:17.448Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.40s) [2021-06-02T16:49:17.448Z] docker_cli_network_unix_test.go:46: [da481addf1dd8] daemon is not started [2021-06-02T16:49:17.448Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.32s) [2021-06-02T16:49:17.448Z] docker_cli_network_unix_test.go:46: [d809c4a10b49f] daemon is not started [2021-06-02T16:49:17.448Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.64s) [2021-06-02T16:49:17.448Z] docker_cli_network_unix_test.go:46: [d700a6342e2e5] daemon is not started [2021-06-02T16:49:17.448Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.80s) [2021-06-02T16:49:17.448Z] docker_cli_network_unix_test.go:46: [d8ac11a39d1fd] daemon is not started [2021-06-02T16:49:17.448Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.29s) [2021-06-02T16:49:17.448Z] docker_cli_network_unix_test.go:46: [d95e48cd29a5e] daemon is not started [2021-06-02T16:49:17.448Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.07s) [2021-06-02T16:49:17.448Z] docker_cli_network_unix_test.go:46: [d8907e567e196] daemon is not started [2021-06-02T16:49:17.448Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.19s) [2021-06-02T16:49:17.448Z] docker_cli_network_unix_test.go:46: [d12968b1a25b7] daemon is not started [2021-06-02T16:49:17.448Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.32s) [2021-06-02T16:49:17.448Z] docker_cli_network_unix_test.go:46: [d04f683010f04] daemon is not started [2021-06-02T16:49:17.448Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.67s) [2021-06-02T16:49:17.448Z] docker_cli_network_unix_test.go:46: [d05ce93e19830] daemon is not started [2021-06-02T16:49:17.448Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2021-06-02T16:49:17.448Z] docker_cli_network_unix_test.go:46: [d10682e78fa60] daemon is not started [2021-06-02T16:49:17.449Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.57s) [2021-06-02T16:49:17.449Z] docker_cli_network_unix_test.go:46: [d95752cc981fa] daemon is not started [2021-06-02T16:49:17.449Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.10s) [2021-06-02T16:49:17.449Z] docker_cli_network_unix_test.go:46: [d5d7afc65f2bd] daemon is not started [2021-06-02T16:49:17.449Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (3.72s) [2021-06-02T16:49:17.449Z] docker_cli_network_unix_test.go:968: [d1e5d73755675] daemon is not started [2021-06-02T16:49:17.449Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (2.28s) [2021-06-02T16:49:17.449Z] docker_cli_network_unix_test.go:46: [d600ff69700ba] daemon is not started [2021-06-02T16:49:17.449Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (11.09s) [2021-06-02T16:49:17.449Z] docker_cli_network_unix_test.go:1116: [d371ad29197e8] daemon is not started [2021-06-02T16:49:17.449Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.20s) [2021-06-02T16:49:17.449Z] docker_cli_network_unix_test.go:46: [da519157176c8] daemon is not started [2021-06-02T16:49:17.449Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.84s) [2021-06-02T16:49:17.449Z] docker_cli_network_unix_test.go:46: [d9052788949e9] daemon is not started [2021-06-02T16:49:17.449Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.15s) [2021-06-02T16:49:17.449Z] docker_cli_network_unix_test.go:46: [df4e273f0184f] daemon is not started [2021-06-02T16:49:17.449Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2021-06-02T16:49:17.449Z] docker_cli_network_unix_test.go:46: [d08d431d04891] daemon is not started [2021-06-02T16:49:17.449Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.18s) [2021-06-02T16:49:17.449Z] docker_cli_network_unix_test.go:46: [dc789ae17ef36] daemon is not started [2021-06-02T16:49:17.449Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.19s) [2021-06-02T16:49:17.449Z] docker_cli_network_unix_test.go:46: [de200d23e6dc6] daemon is not started [2021-06-02T16:49:17.449Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s) [2021-06-02T16:49:17.449Z] docker_cli_network_unix_test.go:46: [d189f047e8834] daemon is not started [2021-06-02T16:49:17.449Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (3.62s) [2021-06-02T16:49:17.449Z] docker_cli_network_unix_test.go:46: [db64718ef693e] daemon is not started [2021-06-02T16:49:17.449Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2021-06-02T16:49:17.449Z] docker_cli_network_unix_test.go:46: [dedd1ce9f7c08] daemon is not started [2021-06-02T16:49:17.449Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-06-02T16:49:17.449Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-06-02T16:49:17.449Z] docker_cli_network_unix_test.go:46: [df0ae1d4c9f9b] daemon is not started [2021-06-02T16:49:17.449Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.03s) [2021-06-02T16:49:17.449Z] docker_cli_network_unix_test.go:46: [d88a1fe856d2b] daemon is not started [2021-06-02T16:49:17.449Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.91s) [2021-06-02T16:49:17.449Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (4.06s) [2021-06-02T16:49:17.449Z] docker_cli_network_unix_test.go:1084: [d20cfff333284] daemon is not started [2021-06-02T16:49:17.449Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2021-06-02T16:49:17.449Z] docker_cli_network_unix_test.go:46: [d0d5349848df5] daemon is not started [2021-06-02T16:49:17.449Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.00s) [2021-06-02T16:49:17.449Z] docker_cli_network_unix_test.go:46: [d789eec0e7f86] daemon is not started [2021-06-02T16:49:17.449Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.22s) [2021-06-02T16:49:17.449Z] docker_cli_network_unix_test.go:46: [d9f0b28a461be] daemon is not started [2021-06-02T16:49:17.449Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.09s) [2021-06-02T16:49:17.449Z] docker_cli_network_unix_test.go:46: [d7a66e4732c26] daemon is not started [2021-06-02T16:49:17.449Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.37s) [2021-06-02T16:49:17.449Z] docker_cli_network_unix_test.go:46: [dc0a39a6010ee] daemon is not started [2021-06-02T16:49:17.449Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.52s) [2021-06-02T16:49:17.449Z] docker_cli_network_unix_test.go:46: [dfbd2448d94ee] daemon is not started [2021-06-02T16:49:17.449Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.29s) [2021-06-02T16:49:17.449Z] docker_cli_network_unix_test.go:46: [d08d3f02c72a3] daemon is not started [2021-06-02T16:49:17.449Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (4.60s) [2021-06-02T16:49:17.449Z] docker_cli_network_unix_test.go:46: [d3dad52cea3e7] daemon is not started [2021-06-02T16:49:17.449Z] === RUN TestDockerHubPullSuite [2021-06-02T16:49:17.449Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2021-06-02T16:49:18.373Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2021-06-02T16:49:19.297Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2021-06-02T16:49:20.232Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-06-02T16:49:20.232Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-06-02T16:49:20.232Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-06-02T16:49:20.232Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-06-02T16:49:20.658Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2021-06-02T16:49:21.208Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-06-02T16:49:21.208Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-06-02T16:49:21.218Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2021-06-02T16:49:21.778Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2021-06-02T16:49:22.338Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2021-06-02T16:49:22.603Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2021-06-02T16:49:22.603Z] --- PASS: TestDockerHubPullSuite (5.92s) [2021-06-02T16:49:22.603Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.49s) [2021-06-02T16:49:22.603Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.37s) [2021-06-02T16:49:22.603Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.46s) [2021-06-02T16:49:22.603Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.15s) [2021-06-02T16:49:22.603Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.39s) [2021-06-02T16:49:22.603Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2021-06-02T16:49:22.603Z] PASS [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === Skipped [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-06-02T16:49:22.603Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2021-06-02T16:49:22.603Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2021-06-02T16:49:22.603Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2021-06-02T16:49:22.603Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-06-02T16:49:22.603Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-06-02T16:49:22.603Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-06-02T16:49:22.603Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-06-02T16:49:22.603Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-06-02T16:49:22.603Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-06-02T16:49:22.603Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-06-02T16:49:22.603Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.04s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.04s) [2021-06-02T16:49:22.603Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-06-02T16:49:22.603Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-06-02T16:49:22.603Z] docker_cli_sni_test.go:18: Flakey test [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-06-02T16:49:22.603Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.01s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.01s) [2021-06-02T16:49:22.603Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-06-02T16:49:22.603Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.01s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.01s) [2021-06-02T16:49:22.603Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-06-02T16:49:22.603Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-06-02T16:49:22.603Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-06-02T16:49:22.603Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-06-02T16:49:22.603Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-06-02T16:49:22.603Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-06-02T16:49:22.603Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2021-06-02T16:49:22.603Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-06-02T16:49:22.603Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.01s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.01s) [2021-06-02T16:49:22.603Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-06-02T16:49:22.603Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-06-02T16:49:22.603Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-06-02T16:49:22.603Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-06-02T16:49:22.603Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-06-02T16:49:22.603Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-06-02T16:49:22.603Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-06-02T16:49:22.603Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-06-02T16:49:22.603Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-06-02T16:49:22.603Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-06-02T16:49:22.603Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.01s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.01s) [2021-06-02T16:49:22.603Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-06-02T16:49:22.603Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-06-02T16:49:22.603Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-06-02T16:49:22.603Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.01s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.01s) [2021-06-02T16:49:22.603Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-06-02T16:49:22.603Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-06-02T16:49:22.603Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-06-02T16:49:22.603Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-06-02T16:49:22.603Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2021-06-02T16:49:22.603Z] docker_cli_update_unix_test.go:143: unmatched requirement swapMemorySupport [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.01s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.01s) [2021-06-02T16:49:22.603Z] docker_cli_update_unix_test.go:197: unmatched requirement swapMemorySupport [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-06-02T16:49:22.603Z] docker_cli_update_unix_test.go:127: unmatched requirement swapMemorySupport [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.02s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.02s) [2021-06-02T16:49:22.603Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-06-02T16:49:22.603Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-06-02T16:49:22.603Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-06-02T16:49:22.603Z] docker_cli_network_unix_test.go:46: [df0ae1d4c9f9b] daemon is not started [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] [2021-06-02T16:49:22.603Z] DONE 1269 tests, 51 skipped in 2141.902s [2021-06-02T16:49:22.859Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-06-02T16:49:22.859Z] ++++ cat bundles/test-integration/docker.pid [2021-06-02T16:49:22.859Z] +++ kill 8263 [2021-06-02T16:49:23.784Z] +++ /etc/init.d/apparmor stop [2021-06-02T16:49:23.784Z] Leaving: AppArmorNo profiles have been unloaded. [2021-06-02T16:49:23.784Z] [2021-06-02T16:49:23.784Z] Unloading profiles will leave already running processes permanently [2021-06-02T16:49:23.784Z] unconfined, which can lead to unexpected situations. [2021-06-02T16:49:23.784Z] [2021-06-02T16:49:23.784Z] To set a process to complain mode, use the command line tool [2021-06-02T16:49:23.784Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-06-02T16:49:23.784Z] +++ true [2021-06-02T16:49:23.784Z] exiting test-integration [2021-06-02T16:49:23.784Z] ++ exit 0 [2021-06-02T16:49:23.784Z] [2021-06-02T16:49:23.784Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2021-06-02T16:49:24.039Z] + for job in $(jobs -p) [2021-06-02T16:49:24.039Z] + wait 2744 [2021-06-02T16:49:25.925Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-06-02T16:49:27.300Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2021-06-02T16:49:27.474Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-06-02T16:49:27.474Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-06-02T16:49:27.474Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-06-02T16:49:29.019Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-06-02T16:49:30.564Z] === RUN TestDockerSuite/TestBuildCmd [2021-06-02T16:49:31.026Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-06-02T16:49:31.492Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-06-02T16:49:31.797Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-06-02T16:49:31.797Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-06-02T16:49:31.957Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-06-02T16:49:32.258Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-06-02T16:49:32.258Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-06-02T16:49:32.719Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-06-02T16:49:33.692Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-06-02T16:49:33.692Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-06-02T16:49:33.871Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2021-06-02T16:49:34.154Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-06-02T16:49:34.615Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-06-02T16:49:37.766Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-06-02T16:49:39.154Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2021-06-02T16:49:39.957Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-06-02T16:49:39.957Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-06-02T16:49:41.501Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-06-02T16:49:41.501Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-06-02T16:49:41.663Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2021-06-02T16:49:41.962Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-06-02T16:49:44.150Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-06-02T16:49:44.922Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2021-06-02T16:49:45.124Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-06-02T16:49:45.586Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-06-02T16:49:45.586Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-06-02T16:49:46.558Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-06-02T16:49:47.530Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-06-02T16:49:47.530Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-06-02T16:49:47.530Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-06-02T16:49:48.191Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2021-06-02T16:49:49.462Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-06-02T16:49:50.077Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2021-06-02T16:49:51.652Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-06-02T16:49:53.345Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-06-02T16:49:53.381Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2021-06-02T16:49:55.932Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2021-06-02T16:50:01.996Z] === RUN TestDockerSuite/TestBuildEnv [2021-06-02T16:50:01.996Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-06-02T16:50:01.996Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-06-02T16:50:01.996Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-06-02T16:50:01.996Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-06-02T16:50:01.996Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-06-02T16:50:04.916Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-06-02T16:50:04.916Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-06-02T16:50:04.916Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-06-02T16:50:04.916Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-06-02T16:50:05.378Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-06-02T16:50:18.810Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-06-02T16:50:29.086Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-06-02T16:50:29.086Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-06-02T16:50:29.086Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-06-02T16:50:31.192Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-06-02T16:50:31.192Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-06-02T16:50:31.192Z] === RUN TestDockerSuite/TestBuildExpose [2021-06-02T16:50:31.192Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-06-02T16:50:31.192Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-06-02T16:50:31.192Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-06-02T16:50:31.192Z] === RUN TestDockerSuite/TestBuildFails [2021-06-02T16:50:32.016Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-06-02T16:50:32.016Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-06-02T16:50:32.480Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-06-02T16:50:32.480Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-06-02T16:50:32.941Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-06-02T16:50:32.941Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-06-02T16:50:33.370Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-06-02T16:50:33.370Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-06-02T16:50:39.159Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-06-02T16:50:44.952Z] === RUN TestDockerSuite/TestBuildForceRm [2021-06-02T16:50:50.746Z] === RUN TestDockerSuite/TestBuildFromGit [2021-06-02T16:50:52.117Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2021-06-02T16:50:56.535Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-06-02T16:50:57.504Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-06-02T16:51:02.192Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-06-02T16:51:02.192Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-06-02T16:51:02.651Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-06-02T16:51:02.941Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-06-02T16:51:02.941Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-06-02T16:51:02.941Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-06-02T16:51:03.109Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-06-02T16:51:03.109Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-06-02T16:51:06.953Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2021-06-02T16:51:15.494Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-06-02T16:51:15.494Z] === RUN TestDockerSuite/TestBuildHistory [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite (1769.35s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.52s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.42s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (6.00s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.17s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.09s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (34.56s) [2021-06-02T16:51:21.819Z] docker_api_swarm_test.go:562: [d6d6bf44d218b] joining swarm manager [df1632b7fa50b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-02T16:51:21.819Z] docker_api_swarm_test.go:584: [d6d918bfa14d1] joining swarm manager [df1632b7fa50b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-02T16:51:21.819Z] check_test.go:380: [d6d6bf44d218b] daemon is not started [2021-06-02T16:51:21.819Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2021-06-02T16:51:21.819Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.82s) [2021-06-02T16:51:21.819Z] docker_api_swarm_test.go:45: [d049b416def5d] joining swarm manager [dc27ab827ed7a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.98s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (49.39s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (38.85s) [2021-06-02T16:51:21.819Z] docker_api_swarm_test.go:303: [d4afb3adebc57] joining swarm manager [d6f72f53c6bed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-02T16:51:21.819Z] docker_api_swarm_test.go:304: [dcbb9a22171ef] joining swarm manager [d6f72f53c6bed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-02T16:51:21.819Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2021-06-02T16:51:21.819Z] docker_api_swarm_test.go:363: Waiting for possible election... [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.16s) [2021-06-02T16:51:21.819Z] docker_api_swarm_test.go:271: [d26233310540f] joining swarm manager [d37ac59b09e69]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-02T16:51:21.819Z] docker_api_swarm_test.go:272: [d1fd39465e786] joining swarm manager [d37ac59b09e69]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.91s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (5.56s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.32s) [2021-06-02T16:51:21.819Z] docker_api_swarm_node_test.go:19: [d1e1757e386fc] joining swarm manager [d68e050569624]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-02T16:51:21.819Z] docker_api_swarm_node_test.go:20: [d2014a24fa795] joining swarm manager [d68e050569624]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (54.22s) [2021-06-02T16:51:21.819Z] docker_api_swarm_test.go:501: [d986a674949ec] joining swarm manager [d806021b49292]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-02T16:51:21.819Z] docker_api_swarm_test.go:506: [d38c8243b7afa] joining swarm manager [d806021b49292]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (20.56s) [2021-06-02T16:51:21.819Z] docker_api_swarm_node_test.go:80: [d49ba473d0b8e] joining swarm manager [d6a6a873e4a4f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (36.59s) [2021-06-02T16:51:21.819Z] docker_api_swarm_node_test.go:52: [dfc1f4812b30e] joining swarm manager [d0c2f09644828]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-02T16:51:21.819Z] docker_api_swarm_node_test.go:53: [da0d075792c85] joining swarm manager [d0c2f09644828]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.56s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (23.76s) [2021-06-02T16:51:21.819Z] docker_api_swarm_test.go:201: [dd33965b112e1] joining swarm manager [d1e2db8501a43]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (63.56s) [2021-06-02T16:51:21.819Z] docker_api_swarm_test.go:383: [d06eb32a32abd] joining swarm manager [dbfa1e11f696e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-02T16:51:21.819Z] docker_api_swarm_test.go:384: [dce887bcbad48] joining swarm manager [dbfa1e11f696e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-02T16:51:21.819Z] check_test.go:380: [dce887bcbad48] daemon is not started [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (59.31s) [2021-06-02T16:51:21.819Z] docker_api_swarm_test.go:801: [d1eca6b0d2996] joining swarm manager [ddab41fb06bf9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-02T16:51:21.819Z] docker_api_swarm_test.go:801: [dd00e869c0afb] joining swarm manager [ddab41fb06bf9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-02T16:51:21.819Z] docker_api_swarm_test.go:801: [d665c1e863636] joining swarm manager [ddab41fb06bf9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-06-02T16:51:21.819Z] docker_api_swarm_test.go:801: [d3f6c6c6e9402] joining swarm manager [ddab41fb06bf9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-06-02T16:51:21.819Z] docker_api_swarm_test.go:809: [d26f5b3b6b9d0] joining swarm manager [ddab41fb06bf9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.45s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (7.12s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (21.13s) [2021-06-02T16:51:21.819Z] docker_api_swarm_service_test.go:394: [d916a9669b83b] joining swarm manager [d377a4ec4fe1c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-02T16:51:21.819Z] docker_api_swarm_service_test.go:394: [df1881d848cf6] joining swarm manager [d377a4ec4fe1c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (18.97s) [2021-06-02T16:51:21.819Z] docker_api_swarm_service_test.go:342: [da81551a93d3d] joining swarm manager [dd69c7c058dc4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-02T16:51:21.819Z] docker_api_swarm_service_test.go:342: [d91357be97554] joining swarm manager [dd69c7c058dc4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.80s) [2021-06-02T16:51:21.819Z] docker_api_swarm_service_test.go:489: [d86e89c254400] joining swarm manager [dcc440746992b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-02T16:51:21.819Z] docker_api_swarm_service_test.go:489: [d78b4203771f6] joining swarm manager [dcc440746992b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.97s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (29.16s) [2021-06-02T16:51:21.819Z] docker_api_swarm_service_test.go:127: [dabba48cdc3d8] joining swarm manager [df2c4b26e68b3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-02T16:51:21.819Z] docker_api_swarm_service_test.go:128: [da4f3233eff37] joining swarm manager [df2c4b26e68b3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-02T16:51:21.819Z] docker_api_swarm_service_test.go:136: [db79318799261] joining swarm manager [df2c4b26e68b3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-06-02T16:51:21.819Z] docker_api_swarm_service_test.go:137: [d70680b4cd7d4] joining swarm manager [df2c4b26e68b3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.24s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (25.74s) [2021-06-02T16:51:21.819Z] docker_api_swarm_service_test.go:303: [def49ecd497e3] joining swarm manager [d2590ed11ae06]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-02T16:51:21.819Z] docker_api_swarm_service_test.go:303: [df15d778907e0] joining swarm manager [d2590ed11ae06]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (33.80s) [2021-06-02T16:51:21.819Z] docker_api_swarm_service_test.go:99: [d26806967d9ce] joining swarm manager [d9dfc7850d719]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-02T16:51:21.819Z] docker_api_swarm_service_test.go:100: [df1e4d702bf0d] joining swarm manager [d9dfc7850d719]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-02T16:51:21.819Z] check_test.go:380: [d26806967d9ce] daemon is not started [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (28.48s) [2021-06-02T16:51:21.819Z] docker_api_swarm_service_test.go:532: [d7861a9d35ed8] joining swarm manager [dd6992f1c9da8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-02T16:51:21.819Z] docker_api_swarm_service_test.go:533: [dde77bb157748] joining swarm manager [dd6992f1c9da8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (43.31s) [2021-06-02T16:51:21.819Z] docker_api_swarm_service_test.go:147: [dc4880f775e3b] joining swarm manager [d3961776758b3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-02T16:51:21.819Z] docker_api_swarm_service_test.go:147: [dbce9628071a3] joining swarm manager [d3961776758b3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (37.10s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (7.07s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.63s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.77s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.62s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.95s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.92s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.30s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.58s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (23.45s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (9.44s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.81s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.03s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.36s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.67s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.26s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (4.61s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.19s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (4.25s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.35s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (5.18s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (7.57s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (6.31s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.95s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.95s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.58s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.38s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.59s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.38s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.51s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.72s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (14.62s) [2021-06-02T16:51:21.819Z] docker_cli_service_logs_test.go:245: checking task ugu5spu4hq67 [2021-06-02T16:51:21.819Z] docker_cli_service_logs_test.go:250: checking messages for ugu5spu4hq67 [2021-06-02T16:51:21.819Z] docker_cli_service_logs_test.go:245: checking task plel2s93pznq [2021-06-02T16:51:21.819Z] docker_cli_service_logs_test.go:250: checking messages for plel2s93pznq [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.67s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (18.74s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.71s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.76s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.95s) [2021-06-02T16:51:21.819Z] docker_cli_swarm_test.go:1901: [d936729b471b5] joining swarm manager [d4f049413aebc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-02T16:51:21.819Z] docker_cli_swarm_test.go:1902: [d3b44c2918e5f] joining swarm manager [d4f049413aebc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.47s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.60s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (16.72s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.50s) [2021-06-02T16:51:21.819Z] docker_cli_swarm_test.go:1802: [df51a6f4154c6] joining swarm manager [d695b7a8a5847]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-02T16:51:21.819Z] docker_cli_swarm_test.go:1803: [dbee752f6184e] joining swarm manager [d695b7a8a5847]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.73s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (108.28s) [2021-06-02T16:51:21.819Z] docker_cli_swarm_test.go:1321: [de51c4d36333c] joining swarm manager [d1395fc52dbd7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-02T16:51:21.819Z] docker_cli_swarm_test.go:1322: [dddaa492d7e96] joining swarm manager [d1395fc52dbd7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.78s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (9.46s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (9.53s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.80s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (5.26s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.89s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.40s) [2021-06-02T16:51:21.819Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2021-06-02T16:51:21.819Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (7.17s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.80s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.86s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.73s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.01s) [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (52.66s) [2021-06-02T16:51:21.819Z] docker_cli_swarm_test.go:1186: [d21b416698a51] joining swarm manager [db77c64efbfc7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-02T16:51:21.819Z] docker_cli_swarm_test.go:1195: [dbe68953155a3] joining swarm manager [db77c64efbfc7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-02T16:51:21.819Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.60s) [2021-06-02T16:51:21.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (5.07s) [2021-06-02T16:51:21.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (123.94s) [2021-06-02T16:51:21.820Z] docker_cli_swarm_test.go:1118: [d9454c0a9a680] joining swarm manager [d6a7e71b00eb7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-02T16:51:21.820Z] docker_cli_swarm_test.go:1119: [d1583a69a01ec] joining swarm manager [d6a7e71b00eb7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-02T16:51:21.820Z] docker_cli_swarm_test.go:1172: [db72b38fb8c87] joining swarm manager [d6a7e71b00eb7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-06-02T16:51:21.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.36s) [2021-06-02T16:51:21.820Z] docker_cli_swarm_test.go:1453: [d4b129d56b76e] joining swarm manager [dca8e24959dea]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-02T16:51:21.820Z] docker_cli_swarm_test.go:1454: [d46672abce2ac] joining swarm manager [dca8e24959dea]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-02T16:51:21.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.93s) [2021-06-02T16:51:21.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.19s) [2021-06-02T16:51:21.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.20s) [2021-06-02T16:51:21.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.10s) [2021-06-02T16:51:21.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.07s) [2021-06-02T16:51:21.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.05s) [2021-06-02T16:51:21.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (4.53s) [2021-06-02T16:51:21.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.61s) [2021-06-02T16:51:21.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (54.31s) [2021-06-02T16:51:21.820Z] docker_cli_swarm_unix_test.go:62: [d21d3f20e5e38] joining swarm manager [db63c2f3ac69c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-02T16:51:21.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.33s) [2021-06-02T16:51:21.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (4.89s) [2021-06-02T16:51:21.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.39s) [2021-06-02T16:51:21.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (4.33s) [2021-06-02T16:51:21.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (3.81s) [2021-06-02T16:51:21.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.89s) [2021-06-02T16:51:21.820Z] docker_api_swarm_test.go:961: [d3f28a13d8be8] joining swarm manager [de8897416b19d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-02T16:51:21.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (17.59s) [2021-06-02T16:51:21.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.40s) [2021-06-02T16:51:21.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.20s) [2021-06-02T16:51:21.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.98s) [2021-06-02T16:51:21.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.37s) [2021-06-02T16:51:21.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.58s) [2021-06-02T16:51:21.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.87s) [2021-06-02T16:51:21.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.79s) [2021-06-02T16:51:21.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (3.18s) [2021-06-02T16:51:21.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.46s) [2021-06-02T16:51:21.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.19s) [2021-06-02T16:51:21.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.27s) [2021-06-02T16:51:21.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.13s) [2021-06-02T16:51:21.820Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (16.90s) [2021-06-02T16:51:21.820Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.28s) [2021-06-02T16:51:21.820Z] === RUN TestDockerExternalVolumeSuite [2021-06-02T16:51:21.820Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2021-06-02T16:51:27.985Z] === RUN TestDockerSuite/TestBuildIidFile [2021-06-02T16:51:28.176Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-06-02T16:51:28.176Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-06-02T16:51:28.641Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-06-02T16:51:28.952Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-06-02T16:51:30.488Z] === RUN TestDockerSuite/TestBuildInheritance [2021-06-02T16:51:30.488Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-06-02T16:51:30.947Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-06-02T16:51:31.406Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-06-02T16:51:32.389Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-06-02T16:51:34.577Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-06-02T16:51:36.092Z] === RUN TestDockerSuite/TestBuildLabel [2021-06-02T16:51:36.552Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-06-02T16:51:37.011Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-06-02T16:51:37.490Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-06-02T16:51:37.978Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-06-02T16:51:38.437Z] === RUN TestDockerSuite/TestBuildLabels [2021-06-02T16:51:39.403Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-06-02T16:51:39.885Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2021-06-02T16:51:40.939Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-06-02T16:51:46.755Z] === RUN TestDockerSuite/TestBuildLastModified [2021-06-02T16:51:46.755Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-06-02T16:51:46.755Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-06-02T16:51:46.755Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-06-02T16:51:46.755Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-06-02T16:51:46.755Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-06-02T16:51:46.755Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-06-02T16:51:47.853Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-06-02T16:51:48.839Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-06-02T16:51:59.549Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-06-02T16:52:14.360Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-06-02T16:52:14.360Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-06-02T16:52:16.540Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-06-02T16:52:47.591Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2021-06-02T16:52:55.661Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2021-06-02T16:52:59.128Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-06-02T16:53:11.652Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-06-02T16:53:16.340Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-06-02T16:53:18.839Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-06-02T16:53:18.839Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-06-02T16:53:18.839Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-06-02T16:53:23.516Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-06-02T16:53:27.753Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2021-06-02T16:53:34.713Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-06-02T16:53:42.638Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2021-06-02T16:53:55.805Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-06-02T16:53:55.805Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-06-02T16:54:01.594Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-06-02T16:54:01.594Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-06-02T16:54:01.594Z] === RUN TestDockerSuite/TestBuildNetNone [2021-06-02T16:54:01.594Z] === RUN TestDockerSuite/TestBuildNoContext [2021-06-02T16:54:04.503Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-06-02T16:54:08.242Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-06-02T16:54:11.147Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-06-02T16:54:11.147Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-06-02T16:54:11.147Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-06-02T16:54:14.052Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-06-02T16:54:14.683Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2021-06-02T16:54:15.020Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-06-02T16:54:15.987Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-06-02T16:54:24.577Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-06-02T16:54:26.114Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-06-02T16:54:26.878Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2021-06-02T16:54:36.438Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-06-02T16:54:39.343Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-06-02T16:54:46.413Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-06-02T16:54:54.986Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-06-02T16:54:58.934Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2021-06-02T16:55:00.169Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-06-02T16:55:00.169Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-06-02T16:55:00.169Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-06-02T16:55:05.531Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-06-02T16:55:05.990Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-06-02T16:55:05.990Z] === RUN TestDockerSuite/TestBuildPATH [2021-06-02T16:55:05.990Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-06-02T16:55:10.556Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-06-02T16:55:13.063Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-06-02T16:55:13.063Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-06-02T16:55:13.756Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2021-06-02T16:55:25.404Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-06-02T16:55:31.780Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2021-06-02T16:55:46.538Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-06-02T16:55:55.579Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-06-02T16:56:07.955Z] === RUN TestDockerSuite/TestBuildRm [2021-06-02T16:56:16.541Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-06-02T16:56:18.379Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2021-06-02T16:56:34.259Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-06-02T16:56:36.447Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2021-06-02T16:56:37.940Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-06-02T16:56:46.758Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-06-02T16:56:46.758Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-06-02T16:56:47.216Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-06-02T16:56:48.753Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-06-02T16:56:49.097Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-06-02T16:56:51.656Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-06-02T16:56:55.412Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-06-02T16:57:00.104Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-06-02T16:57:08.513Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2021-06-02T16:57:14.910Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-06-02T16:57:14.910Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-06-02T16:57:15.368Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-06-02T16:57:23.938Z] === RUN TestDockerSuite/TestBuildSpaces [2021-06-02T16:57:23.938Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-06-02T16:57:32.509Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-06-02T16:57:32.509Z] === RUN TestDockerSuite/TestBuildStderr [2021-06-02T16:57:36.242Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-06-02T16:57:40.647Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2021-06-02T16:57:55.513Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2021-06-02T16:58:10.353Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2021-06-02T16:58:18.779Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-06-02T16:58:18.783Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-06-02T16:58:21.688Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-06-02T16:58:22.656Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-06-02T16:58:28.379Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2021-06-02T16:58:31.227Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-06-02T16:58:41.551Z] === RUN TestDockerSuite/TestBuildUser [2021-06-02T16:58:41.551Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-06-02T16:58:41.551Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-06-02T16:58:41.551Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-06-02T16:58:43.204Z] --- PASS: TestDockerExternalVolumeSuite (439.74s) [2021-06-02T16:58:43.204Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.79s) [2021-06-02T16:58:43.205Z] docker_cli_external_volume_driver_test.go:53: [d07e269134271] daemon is not started [2021-06-02T16:58:43.205Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2021-06-02T16:58:43.205Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.45s) [2021-06-02T16:58:43.205Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2021-06-02T16:58:43.205Z] docker_cli_external_volume_driver_test.go:53: [dd5cc4fdbed4b] daemon is not started [2021-06-02T16:58:43.205Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.56s) [2021-06-02T16:58:43.205Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2021-06-02T16:58:43.205Z] docker_cli_external_volume_driver_test.go:53: [d02e299c49636] daemon is not started [2021-06-02T16:58:43.205Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2021-06-02T16:58:43.205Z] docker_cli_external_volume_driver_test.go:53: [de49b981c6668] daemon is not started [2021-06-02T16:58:43.205Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.44s) [2021-06-02T16:58:43.205Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.45s) [2021-06-02T16:58:43.205Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.78s) [2021-06-02T16:58:43.205Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.55s) [2021-06-02T16:58:43.205Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.48s) [2021-06-02T16:58:43.205Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.58s) [2021-06-02T16:58:43.205Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.89s) [2021-06-02T16:58:43.205Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.49s) [2021-06-02T16:58:43.205Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.15s) [2021-06-02T16:58:43.205Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.27s) [2021-06-02T16:58:43.205Z] docker_cli_external_volume_driver_test.go:485: [d0d259d1d4419] daemon is not started [2021-06-02T16:58:43.205Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2021-06-02T16:58:43.205Z] docker_cli_external_volume_driver_test.go:53: [de049872ae283] daemon is not started [2021-06-02T16:58:43.205Z] PASS [2021-06-02T16:58:43.205Z] [2021-06-02T16:58:43.205Z] === Skipped [2021-06-02T16:58:43.205Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-06-02T16:58:43.205Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-06-02T16:58:43.205Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-06-02T16:58:43.205Z] check_test.go:309: [d15d9addc847f] daemon is not started [2021-06-02T16:58:43.205Z] [2021-06-02T16:58:43.205Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2021-06-02T16:58:43.205Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2021-06-02T16:58:43.205Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-06-02T16:58:43.205Z] check_test.go:309: [de94b2aeb595e] daemon is not started [2021-06-02T16:58:43.205Z] [2021-06-02T16:58:43.205Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-06-02T16:58:43.205Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-06-02T16:58:43.205Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-06-02T16:58:43.205Z] check_test.go:309: [d14f843ee9b31] daemon is not started [2021-06-02T16:58:43.205Z] [2021-06-02T16:58:43.205Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2021-06-02T16:58:43.205Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2021-06-02T16:58:43.205Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-06-02T16:58:43.205Z] [2021-06-02T16:58:43.205Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2021-06-02T16:58:43.205Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2021-06-02T16:58:43.205Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-06-02T16:58:43.205Z] [2021-06-02T16:58:43.205Z] [2021-06-02T16:58:43.205Z] DONE 273 tests, 5 skipped in 2700.814s [2021-06-02T16:58:43.205Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-06-02T16:58:43.205Z] ++++ cat bundles/test-integration/docker.pid [2021-06-02T16:58:43.205Z] +++ kill 8271 [2021-06-02T16:58:43.205Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dc37e5a2a349f/docker.pid [2021-06-02T16:58:43.205Z] +++ kill 8390 [2021-06-02T16:58:43.205Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 8390 is not a child of this shell [2021-06-02T16:58:43.205Z] warning: PID 8390 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dc37e5a2a349f/docker.pid had a nonzero exit code [2021-06-02T16:58:43.205Z] +++ /etc/init.d/apparmor stop [2021-06-02T16:58:43.205Z] Leaving: AppArmorNo profiles have been unloaded. [2021-06-02T16:58:43.205Z] [2021-06-02T16:58:43.205Z] Unloading profiles will leave already running processes permanently [2021-06-02T16:58:43.205Z] unconfined, which can lead to unexpected situations. [2021-06-02T16:58:43.205Z] [2021-06-02T16:58:43.205Z] To set a process to complain mode, use the command line tool [2021-06-02T16:58:43.205Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-06-02T16:58:43.205Z] +++ true [2021-06-02T16:58:43.205Z] exiting test-integration [2021-06-02T16:58:43.205Z] ++ exit 0 [2021-06-02T16:58:43.205Z] [2021-06-02T16:58:43.205Z] + exit 0 [2021-06-02T16:58:43.205Z] ++ jobs -p [2021-06-02T16:58:43.205Z] + pids= [2021-06-02T16:58:43.205Z] + echo 'Remaining pids to kill: []' [2021-06-02T16:58:43.205Z] Remaining pids to kill: [] [2021-06-02T16:58:43.205Z] + '[' -z '' ']' Post stage [Pipeline] junit [2021-06-02T16:58:43.215Z] Recording test results [2021-06-02T16:58:43.729Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-06-02T16:58:44.187Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-06-02T16:58:44.893Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-06-02T16:58:45.206Z] + echo Ensuring container killed. [2021-06-02T16:58:45.206Z] Ensuring container killed. [2021-06-02T16:58:45.206Z] + docker ps -aq -f name=docker-pr28-* [2021-06-02T16:58:45.206Z] + cids=ec63b654f7fc [2021-06-02T16:58:45.206Z] 4b5133bf2c97 [2021-06-02T16:58:45.206Z] e293be9f9eaf [2021-06-02T16:58:45.206Z] + [ -n ec63b654f7fc [2021-06-02T16:58:45.206Z] 4b5133bf2c97 [2021-06-02T16:58:45.206Z] e293be9f9eaf ] [2021-06-02T16:58:45.206Z] + docker rm -vf ec63b654f7fc 4b5133bf2c97 e293be9f9eaf [2021-06-02T16:58:45.651Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-06-02T16:58:45.651Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-06-02T16:58:45.651Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-06-02T16:58:45.651Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-06-02T16:58:45.651Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-06-02T16:58:45.651Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-06-02T16:58:45.651Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-06-02T16:58:45.651Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-06-02T16:58:45.651Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-06-02T16:58:45.651Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-06-02T16:58:47.766Z] ec63b654f7fc [2021-06-02T16:58:47.766Z] 4b5133bf2c97 [2021-06-02T16:58:47.766Z] e293be9f9eaf [Pipeline] sh [2021-06-02T16:58:47.839Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-06-02T16:58:47.919Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-06-02T16:58:47.919Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-06-02T16:58:47.919Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-06-02T16:58:48.049Z] + echo Chowning /workspace to jenkins user [2021-06-02T16:58:48.049Z] Chowning /workspace to jenkins user [2021-06-02T16:58:48.049Z] + id -u [2021-06-02T16:58:48.049Z] + id -g [2021-06-02T16:58:48.049Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42143:/workspace busybox chown -R 1000:1000 /workspace [2021-06-02T16:58:48.049Z] Unable to find image 'busybox:latest' locally [2021-06-02T16:58:48.049Z] latest: Pulling from library/busybox [2021-06-02T16:58:48.049Z] 92f8b3f0730f: Pulling fs layer [2021-06-02T16:58:48.304Z] 92f8b3f0730f: Verifying Checksum [2021-06-02T16:58:48.304Z] 92f8b3f0730f: Download complete [2021-06-02T16:58:48.304Z] 92f8b3f0730f: Pull complete [2021-06-02T16:58:48.304Z] Digest: sha256:b5fc1d7b2e4ea86a06b0cf88de915a2c43a99a00b6b3c0af731e5f4c07ae8eff [2021-06-02T16:58:48.304Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-06-02T16:58:52.542Z] === RUN TestDockerSuite/TestBuildEnv [2021-06-02T16:58:52.542Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-06-02T16:58:52.542Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-06-02T16:58:52.542Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-06-02T16:58:52.542Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-06-02T16:58:52.542Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-06-02T16:58:52.791Z] + bundleName=amd64 [2021-06-02T16:58:52.791Z] + echo Creating amd64-bundles.tar.gz [2021-06-02T16:58:52.791Z] Creating amd64-bundles.tar.gz [2021-06-02T16:58:52.791Z] + xargs tar -czf amd64-bundles.tar.gz [2021-06-02T16:58:52.791Z] + 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-06-02T16:58:54.160Z] Archiving artifacts [2021-06-02T16:58:57.906Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-06-02T16:58:57.906Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-06-02T16:58:57.907Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-06-02T16:58:57.907Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-06-02T16:58:57.907Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-06-02T16:58:58.508Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42143/28/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-06-02T16:58:58.854Z] + make clean [2021-06-02T16:58:59.109Z] docker volume rm -f docker-dev-cache [2021-06-02T16:58:59.109Z] docker-dev-cache [Pipeline] deleteDir [2021-06-02T16:59:01.660Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-02T16:59:07.020Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-06-02T16:59:07.987Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-06-02T16:59:16.498Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-06-02T16:59:16.498Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-06-02T16:59:16.498Z] === RUN TestDockerSuite/TestBuildExpose [2021-06-02T16:59:16.498Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-06-02T16:59:16.498Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-06-02T16:59:16.498Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-06-02T16:59:16.498Z] === RUN TestDockerSuite/TestBuildFails [2021-06-02T16:59:16.737Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-06-02T16:59:17.473Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-06-02T16:59:17.934Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-06-02T16:59:21.429Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-06-02T16:59:21.889Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-06-02T16:59:21.889Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-06-02T16:59:23.756Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-06-02T16:59:24.068Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-06-02T16:59:24.526Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-06-02T16:59:28.458Z] === RUN TestDockerSuite/TestBuildForceRm [2021-06-02T16:59:40.868Z] === RUN TestDockerSuite/TestBuildFromGit [2021-06-02T16:59:49.467Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-06-02T16:59:49.798Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-06-02T16:59:51.011Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-06-02T16:59:55.594Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-06-02T16:59:55.594Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-06-02T16:59:55.714Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-06-02T16:59:55.714Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-06-02T16:59:56.688Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-06-02T16:59:57.149Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-06-02T16:59:57.149Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-06-02T17:00:05.740Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-06-02T17:00:05.740Z] === RUN TestDockerSuite/TestBuildHistory [2021-06-02T17:00:07.973Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-06-02T17:00:07.973Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-06-02T17:00:07.973Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-06-02T17:00:07.973Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-06-02T17:00:08.940Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-06-02T17:00:18.145Z] === RUN TestDockerSuite/TestBuildIidFile [2021-06-02T17:00:18.145Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-06-02T17:00:19.689Z] === RUN TestDockerSuite/TestBuildInheritance [2021-06-02T17:00:19.689Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-06-02T17:00:20.661Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-06-02T17:00:20.661Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-06-02T17:00:21.342Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-06-02T17:00:21.801Z] === RUN TestDockerSuite/TestBuildXZHost [2021-06-02T17:00:22.261Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-06-02T17:00:22.261Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-06-02T17:00:22.261Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-06-02T17:00:23.797Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-06-02T17:00:24.412Z] === RUN TestDockerSuite/TestBuildLabel [2021-06-02T17:00:25.385Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-06-02T17:00:25.847Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-06-02T17:00:26.818Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-06-02T17:00:27.280Z] === RUN TestDockerSuite/TestBuildLabels [2021-06-02T17:00:28.252Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-06-02T17:00:28.486Z] === RUN TestDockerSuite/TestCommitChange [2021-06-02T17:00:29.796Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-06-02T17:00:32.225Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-06-02T17:00:35.606Z] === RUN TestDockerSuite/TestBuildLastModified [2021-06-02T17:00:35.606Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-06-02T17:00:35.606Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-06-02T17:00:35.606Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-06-02T17:00:35.957Z] === RUN TestDockerSuite/TestCommitHardlink [2021-06-02T17:00:35.957Z] === RUN TestDockerSuite/TestCommitNewFile [2021-06-02T17:00:36.066Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-06-02T17:00:36.066Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-06-02T17:00:36.066Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-06-02T17:00:36.527Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-06-02T17:00:36.989Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-06-02T17:00:41.694Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-06-02T17:00:43.030Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-06-02T17:00:43.030Z] === RUN TestDockerSuite/TestCommitTTY [2021-06-02T17:00:50.353Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-06-02T17:00:54.087Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-06-02T17:00:54.087Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-06-02T17:00:54.087Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-06-02T17:00:54.087Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-06-02T17:00:54.087Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-06-02T17:00:54.087Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-06-02T17:00:54.087Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-06-02T17:00:54.087Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-06-02T17:00:54.087Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-06-02T17:01:01.160Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-06-02T17:01:06.870Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-06-02T17:01:06.870Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-06-02T17:01:06.954Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-06-02T17:01:06.954Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-06-02T17:01:07.844Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-06-02T17:01:09.135Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-06-02T17:01:09.135Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-06-02T17:01:09.135Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-06-02T17:01:09.135Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-06-02T17:01:13.215Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-06-02T17:01:13.215Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-06-02T17:01:13.215Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-06-02T17:01:16.290Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-06-02T17:01:16.290Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-06-02T17:01:16.290Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-06-02T17:01:16.753Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-06-02T17:01:16.753Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-06-02T17:01:19.665Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-06-02T17:01:21.851Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-06-02T17:01:24.033Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-06-02T17:01:24.033Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-06-02T17:01:24.033Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-06-02T17:01:26.216Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-06-02T17:01:26.216Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-06-02T17:01:28.444Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-06-02T17:01:28.444Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-06-02T17:01:28.444Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-06-02T17:01:31.355Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-06-02T17:01:31.355Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-06-02T17:01:32.896Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-06-02T17:01:32.896Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-06-02T17:01:35.809Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-06-02T17:01:35.809Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-06-02T17:01:37.862Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-06-02T17:01:38.721Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-06-02T17:01:42.463Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-06-02T17:01:46.210Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-06-02T17:01:46.210Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-06-02T17:01:46.210Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-06-02T17:01:46.210Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-06-02T17:01:46.210Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-06-02T17:01:47.749Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-06-02T17:01:47.749Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-06-02T17:01:50.660Z] === RUN TestDockerSuite/TestContainerAPITop [2021-06-02T17:01:50.660Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-06-02T17:01:52.717Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-06-02T17:01:52.842Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-06-02T17:01:52.842Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-06-02T17:01:56.472Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-06-02T17:01:57.537Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-06-02T17:01:59.720Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-06-02T17:01:59.720Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-06-02T17:01:59.720Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-06-02T17:01:59.720Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-06-02T17:01:59.720Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-06-02T17:01:59.720Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-06-02T17:02:01.259Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-06-02T17:02:01.259Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-06-02T17:02:03.440Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-06-02T17:02:03.570Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-06-02T17:02:06.352Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-06-02T17:02:08.282Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-06-02T17:02:08.535Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-06-02T17:02:11.448Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0009156c0_} [2021-06-02T17:02:13.630Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1584276386_c:\foo_false____} [2021-06-02T17:02:15.816Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1584276386_c:\foo_true____} [2021-06-02T17:02:18.002Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-06-02T17:02:18.002Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-06-02T17:02:18.002Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-06-02T17:02:18.002Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-06-02T17:02:18.002Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-06-02T17:02:18.002Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-06-02T17:02:18.002Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-06-02T17:02:18.002Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-06-02T17:02:18.462Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-06-02T17:02:18.462Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-06-02T17:02:18.462Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-06-02T17:02:18.462Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-06-02T17:02:18.462Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-06-02T17:02:18.462Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-06-02T17:02:18.462Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-06-02T17:02:18.462Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-06-02T17:02:18.462Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-06-02T17:02:18.462Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-06-02T17:02:21.373Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-06-02T17:02:21.373Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-06-02T17:02:21.373Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-06-02T17:02:21.373Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-06-02T17:02:21.373Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-06-02T17:02:21.373Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-06-02T17:02:21.373Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-06-02T17:02:21.373Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-06-02T17:02:21.373Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-06-02T17:02:21.373Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-06-02T17:02:21.373Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-06-02T17:02:21.373Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-06-02T17:02:21.373Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-06-02T17:02:21.373Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-06-02T17:02:23.559Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-06-02T17:02:23.559Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-06-02T17:02:23.559Z] === RUN TestDockerSuite/TestCpRelativePath [2021-06-02T17:02:26.470Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-06-02T17:02:26.470Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-06-02T17:02:26.470Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-06-02T17:02:26.470Z] === RUN TestDockerSuite/TestCpToCaseA [2021-06-02T17:02:29.431Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-06-02T17:02:29.431Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-06-02T17:02:31.169Z] === RUN TestDockerSuite/TestCpToCaseB [2021-06-02T17:02:33.351Z] === RUN TestDockerSuite/TestCpToCaseC [2021-06-02T17:02:33.351Z] === RUN TestDockerSuite/TestCpToCaseD [2021-06-02T17:02:33.351Z] === RUN TestDockerSuite/TestCpToCaseE [2021-06-02T17:02:36.537Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-06-02T17:02:36.537Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-06-02T17:02:36.537Z] === RUN TestDockerSuite/TestBuildNetNone [2021-06-02T17:02:37.000Z] === RUN TestDockerSuite/TestBuildNoContext [2021-06-02T17:02:39.921Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-06-02T17:02:48.521Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-06-02T17:02:50.711Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-06-02T17:02:51.172Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-06-02T17:02:51.172Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-06-02T17:02:51.495Z] === RUN TestDockerSuite/TestCpToCaseF [2021-06-02T17:02:51.495Z] === RUN TestDockerSuite/TestCpToCaseG [2021-06-02T17:02:51.495Z] === RUN TestDockerSuite/TestCpToCaseH [2021-06-02T17:02:54.097Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-06-02T17:02:55.071Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-06-02T17:02:56.045Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-06-02T17:03:00.073Z] === RUN TestDockerSuite/TestCpToCaseI [2021-06-02T17:03:00.073Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-06-02T17:03:00.073Z] === RUN TestDockerSuite/TestCpToDot [2021-06-02T17:03:01.613Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-06-02T17:03:01.613Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-06-02T17:03:01.613Z] === RUN TestDockerSuite/TestCpToStdout [2021-06-02T17:03:04.521Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-06-02T17:03:04.522Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-06-02T17:03:04.522Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-06-02T17:03:04.522Z] === RUN TestDockerSuite/TestCpVolumePath [2021-06-02T17:03:04.522Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-06-02T17:03:04.522Z] === RUN TestDockerSuite/TestCreateArgs [2021-06-02T17:03:04.522Z] === RUN TestDockerSuite/TestCreateByImageID [2021-06-02T17:03:04.645Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-06-02T17:03:06.193Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-06-02T17:03:06.704Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-06-02T17:03:09.614Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-06-02T17:03:09.614Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-06-02T17:03:09.614Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-06-02T17:03:11.153Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-06-02T17:03:12.123Z] === RUN TestDockerSuite/TestCreateLabels [2021-06-02T17:03:12.123Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-06-02T17:03:12.123Z] === RUN TestDockerSuite/TestCreateRM [2021-06-02T17:03:12.583Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-06-02T17:03:12.583Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-06-02T17:03:13.042Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-06-02T17:03:13.502Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-06-02T17:03:14.798Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-06-02T17:03:17.718Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-06-02T17:03:20.581Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-06-02T17:03:20.581Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-06-02T17:03:21.043Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-06-02T17:03:24.788Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-06-02T17:03:25.249Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-06-02T17:03:25.249Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-06-02T17:03:26.315Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-06-02T17:03:28.160Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-06-02T17:03:28.160Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-06-02T17:03:28.160Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-06-02T17:03:28.160Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-06-02T17:03:28.160Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-06-02T17:03:28.160Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-06-02T17:03:28.160Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-06-02T17:03:28.160Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-06-02T17:03:28.160Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-06-02T17:03:28.160Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-06-02T17:03:28.160Z] === RUN TestDockerSuite/TestDevicePermissions [2021-06-02T17:03:28.160Z] === RUN TestDockerSuite/TestDockerFails [2021-06-02T17:03:28.160Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-06-02T17:03:28.160Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-06-02T17:03:28.160Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-06-02T17:03:28.160Z] === RUN TestDockerSuite/TestEventsAttach [2021-06-02T17:03:28.160Z] === RUN TestDockerSuite/TestEventsCommit [2021-06-02T17:03:28.160Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-06-02T17:03:31.027Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-06-02T17:03:31.072Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-06-02T17:03:33.253Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-06-02T17:03:34.814Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-06-02T17:03:35.788Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-06-02T17:03:35.789Z] === RUN TestDockerSuite/TestBuildPATH [2021-06-02T17:03:35.789Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-06-02T17:03:36.188Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-06-02T17:03:37.981Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-06-02T17:03:37.981Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-06-02T17:03:44.909Z] === RUN TestDockerSuite/TestEventsCopy [2021-06-02T17:03:53.494Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-06-02T17:03:59.391Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-06-02T17:04:01.573Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-06-02T17:04:02.542Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-06-02T17:04:06.283Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-06-02T17:04:07.256Z] === RUN TestDockerSuite/TestEventsFilterType [2021-06-02T17:04:08.228Z] === RUN TestDockerSuite/TestEventsFilters [2021-06-02T17:04:12.923Z] === RUN TestDockerSuite/TestEventsFormat [2021-06-02T17:04:18.813Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-06-02T17:04:18.813Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-06-02T17:04:18.813Z] === RUN TestDockerSuite/TestEventsImageImport [2021-06-02T17:04:18.813Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-06-02T17:04:18.813Z] === RUN TestDockerSuite/TestEventsImagePull [2021-06-02T17:04:18.813Z] === RUN TestDockerSuite/TestEventsImageTag [2021-06-02T17:04:19.941Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-06-02T17:04:19.941Z] === RUN TestDockerSuite/TestEventsRename [2021-06-02T17:04:20.580Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-06-02T17:04:23.883Z] === RUN TestDockerSuite/TestEventsResize [2021-06-02T17:04:32.464Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-06-02T17:04:34.005Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-06-02T17:04:36.187Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-06-02T17:04:40.882Z] === RUN TestDockerSuite/TestEventsTop [2021-06-02T17:04:40.882Z] === RUN TestDockerSuite/TestEventsUntag [2021-06-02T17:04:43.796Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-06-02T17:04:47.538Z] === RUN TestDockerSuite/TestExec [2021-06-02T17:04:47.538Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-06-02T17:04:47.538Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-06-02T17:04:49.718Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-06-02T17:04:51.258Z] === RUN TestDockerSuite/TestExecAPIStart [2021-06-02T17:04:51.258Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-06-02T17:04:51.258Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-06-02T17:04:51.258Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-06-02T17:04:53.440Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-06-02T17:04:55.621Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-06-02T17:04:56.323Z] === RUN TestDockerSuite/TestBuildRm [2021-06-02T17:04:57.161Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-06-02T17:04:59.345Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-06-02T17:05:04.045Z] === RUN TestDockerSuite/TestExecCgroup [2021-06-02T17:05:04.045Z] === RUN TestDockerSuite/TestExecEnv [2021-06-02T17:05:04.045Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-06-02T17:05:04.045Z] === RUN TestDockerSuite/TestExecExitStatus [2021-06-02T17:05:04.930Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-06-02T17:05:05.590Z] === RUN TestDockerSuite/TestExecInspectID [2021-06-02T17:05:07.863Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-06-02T17:05:07.863Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-06-02T17:05:08.325Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-06-02T17:05:09.329Z] === RUN TestDockerSuite/TestExecInteractive [2021-06-02T17:05:09.329Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-06-02T17:05:09.329Z] === RUN TestDockerSuite/TestExecParseError [2021-06-02T17:05:09.329Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-06-02T17:05:09.329Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-06-02T17:05:09.329Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-06-02T17:05:09.873Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-06-02T17:05:11.511Z] === RUN TestDockerSuite/TestExecSetEnv [2021-06-02T17:05:11.511Z] === RUN TestDockerSuite/TestExecStartFails [2021-06-02T17:05:11.511Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-06-02T17:05:11.512Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-06-02T17:05:11.512Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-06-02T17:05:11.512Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-06-02T17:05:13.633Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-06-02T17:05:13.696Z] === RUN TestDockerSuite/TestExecUlimits [2021-06-02T17:05:13.696Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-06-02T17:05:17.390Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-06-02T17:05:19.501Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-06-02T17:05:19.501Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-06-02T17:05:19.501Z] === RUN TestDockerSuite/TestExecWithUser [2021-06-02T17:05:19.501Z] === RUN TestDockerSuite/TestGetContainerStats [2021-06-02T17:05:25.599Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-06-02T17:05:31.404Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-06-02T17:05:32.249Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-06-02T17:05:33.589Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-06-02T17:05:39.394Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-06-02T17:05:39.854Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-06-02T17:05:39.854Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-06-02T17:05:39.854Z] === RUN TestDockerSuite/TestHealth [2021-06-02T17:05:39.854Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-06-02T17:05:39.854Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-06-02T17:05:39.854Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-06-02T17:05:39.854Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-06-02T17:05:44.564Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-06-02T17:05:44.564Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-06-02T17:05:44.564Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-06-02T17:05:44.564Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-06-02T17:05:44.564Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-06-02T17:05:45.023Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-06-02T17:05:45.483Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-06-02T17:05:45.483Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-06-02T17:05:46.453Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-06-02T17:05:46.453Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-06-02T17:05:48.634Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-06-02T17:05:48.634Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-06-02T17:05:49.992Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-06-02T17:05:49.992Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-06-02T17:05:50.455Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-06-02T17:05:56.450Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-06-02T17:05:58.635Z] === RUN TestDockerSuite/TestImagesFormat [2021-06-02T17:05:58.635Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-06-02T17:05:58.635Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-06-02T17:05:59.058Z] === RUN TestDockerSuite/TestBuildSpaces [2021-06-02T17:05:59.058Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-06-02T17:06:02.377Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-06-02T17:06:02.377Z] === RUN TestDockerSuite/TestImportBadURL [2021-06-02T17:06:03.774Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-06-02T17:06:04.249Z] === RUN TestDockerSuite/TestBuildStderr [2021-06-02T17:06:05.288Z] === RUN TestDockerSuite/TestImportDisplay [2021-06-02T17:06:05.288Z] === RUN TestDockerSuite/TestImportFile [2021-06-02T17:06:05.288Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-06-02T17:06:05.288Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-06-02T17:06:05.288Z] === RUN TestDockerSuite/TestImportGzipped [2021-06-02T17:06:05.288Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-06-02T17:06:05.288Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-06-02T17:06:05.288Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-06-02T17:06:05.288Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-06-02T17:06:05.288Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-06-02T17:06:05.288Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-06-02T17:06:05.288Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-06-02T17:06:05.288Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-06-02T17:06:07.472Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-06-02T17:06:08.964Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-06-02T17:06:10.379Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-06-02T17:06:10.379Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-06-02T17:06:10.379Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-06-02T17:06:10.379Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-06-02T17:06:10.379Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-06-02T17:06:12.559Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-06-02T17:06:12.559Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-06-02T17:06:15.468Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-06-02T17:06:15.468Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-06-02T17:06:15.468Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-06-02T17:06:15.468Z] === RUN TestDockerSuite/TestInspectDefault [2021-06-02T17:06:17.650Z] === RUN TestDockerSuite/TestInspectHistory [2021-06-02T17:06:21.392Z] === RUN TestDockerSuite/TestInspectImage [2021-06-02T17:06:21.392Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-06-02T17:06:21.392Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-06-02T17:06:21.392Z] === RUN TestDockerSuite/TestInspectInt64 [2021-06-02T17:06:24.303Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-06-02T17:06:25.845Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-06-02T17:06:25.845Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-06-02T17:06:28.753Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-06-02T17:06:30.116Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-06-02T17:06:30.116Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-06-02T17:06:30.290Z] === RUN TestDockerSuite/TestInspectPlugin [2021-06-02T17:06:30.290Z] === RUN TestDockerSuite/TestInspectRootFS [2021-06-02T17:06:30.290Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-06-02T17:06:30.578Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-06-02T17:06:32.122Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-06-02T17:06:32.466Z] === RUN TestDockerSuite/TestInspectStatus [2021-06-02T17:06:36.200Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-06-02T17:06:36.831Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-06-02T17:06:39.937Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-06-02T17:06:41.480Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-06-02T17:06:41.541Z] === RUN TestDockerSuite/TestBuildUser [2021-06-02T17:06:41.541Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-06-02T17:06:41.541Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-06-02T17:06:41.541Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-06-02T17:06:44.395Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-06-02T17:06:45.936Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-06-02T17:06:46.253Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-06-02T17:06:46.253Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-06-02T17:06:48.841Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-06-02T17:06:50.001Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-06-02T17:06:50.002Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-06-02T17:06:50.002Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-06-02T17:06:51.022Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-06-02T17:06:53.201Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-06-02T17:06:53.661Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-06-02T17:06:53.661Z] === RUN TestDockerSuite/TestLinksEnvs [2021-06-02T17:06:53.661Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-06-02T17:06:53.661Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-06-02T17:06:53.661Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-06-02T17:06:53.661Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-06-02T17:06:53.661Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-06-02T17:06:53.661Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-06-02T17:06:53.661Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-06-02T17:06:53.661Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-06-02T17:06:53.661Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-06-02T17:06:53.661Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-06-02T17:06:53.661Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-06-02T17:06:53.661Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-06-02T17:06:53.661Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-06-02T17:06:53.661Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-06-02T17:06:53.661Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-06-02T17:06:53.661Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-06-02T17:06:53.661Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-06-02T17:06:55.937Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-06-02T17:06:57.494Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-06-02T17:07:03.632Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-06-02T17:07:05.814Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-06-02T17:07:05.814Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-06-02T17:07:07.997Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-06-02T17:07:07.997Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-06-02T17:07:11.142Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-06-02T17:07:11.605Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-06-02T17:07:13.799Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-06-02T17:07:19.702Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-06-02T17:07:20.211Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-06-02T17:07:27.444Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-06-02T17:07:30.385Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-06-02T17:07:30.580Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-06-02T17:07:30.580Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-06-02T17:07:30.580Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-06-02T17:07:32.567Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-06-02T17:07:32.567Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-06-02T17:07:32.771Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-06-02T17:07:33.237Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-06-02T17:07:34.750Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-06-02T17:07:36.985Z] === RUN TestDockerSuite/TestLogsSince [2021-06-02T17:07:45.708Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-06-02T17:07:47.318Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-06-02T17:07:47.318Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-06-02T17:07:47.318Z] === RUN TestDockerSuite/TestLogsTail [2021-06-02T17:07:48.631Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-06-02T17:07:48.631Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-06-02T17:07:48.859Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-06-02T17:07:51.770Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-06-02T17:07:53.950Z] === RUN TestDockerSuite/TestMountIntoProc [2021-06-02T17:07:53.950Z] === RUN TestDockerSuite/TestMountIntoSys [2021-06-02T17:07:53.950Z] === RUN TestDockerSuite/TestNetHostname [2021-06-02T17:07:53.950Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-06-02T17:07:53.950Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-06-02T17:07:53.950Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-06-02T17:07:53.950Z] === RUN TestDockerSuite/TestPluginActive [2021-06-02T17:07:53.950Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-06-02T17:07:53.950Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-06-02T17:07:53.950Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-06-02T17:07:53.950Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-06-02T17:07:53.950Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-06-02T17:07:53.950Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-06-02T17:07:53.950Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-06-02T17:07:53.950Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-06-02T17:07:53.950Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-06-02T17:07:53.950Z] === RUN TestDockerSuite/TestPortHostBinding [2021-06-02T17:07:53.950Z] === RUN TestDockerSuite/TestPortList [2021-06-02T17:07:53.950Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-06-02T17:07:58.640Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-06-02T17:07:58.640Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-06-02T17:07:58.640Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-06-02T17:07:58.640Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-06-02T17:07:58.640Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-06-02T17:07:58.640Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-06-02T17:07:58.640Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-06-02T17:07:58.640Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-06-02T17:07:58.640Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-06-02T17:07:58.640Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-06-02T17:08:03.332Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-06-02T17:08:03.332Z] === RUN TestDockerSuite/TestPsByOrder [2021-06-02T17:08:10.411Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-06-02T17:08:10.411Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-06-02T17:08:13.827Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-06-02T17:08:13.827Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-06-02T17:08:13.827Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-06-02T17:08:13.827Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-06-02T17:08:13.827Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-06-02T17:08:19.000Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-06-02T17:08:20.934Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-06-02T17:08:22.480Z] === RUN TestDockerSuite/TestBuildXZHost [2021-06-02T17:08:22.480Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-06-02T17:08:22.952Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-06-02T17:08:22.952Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-06-02T17:08:25.146Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-06-02T17:08:29.857Z] === RUN TestDockerSuite/TestCommitChange [2021-06-02T17:08:33.821Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-06-02T17:08:33.821Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-06-02T17:08:33.821Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-06-02T17:08:34.570Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-06-02T17:08:38.325Z] === RUN TestDockerSuite/TestCommitHardlink [2021-06-02T17:08:38.325Z] === RUN TestDockerSuite/TestCommitNewFile [2021-06-02T17:08:45.428Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-06-02T17:08:45.428Z] === RUN TestDockerSuite/TestCommitTTY [2021-06-02T17:08:46.322Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-06-02T17:08:53.617Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-06-02T17:08:57.853Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-06-02T17:09:00.781Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-06-02T17:09:00.781Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-06-02T17:09:00.781Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-06-02T17:09:00.781Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-06-02T17:09:00.781Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-06-02T17:09:00.781Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-06-02T17:09:01.244Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-06-02T17:09:01.244Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-06-02T17:09:01.244Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-06-02T17:09:02.320Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-06-02T17:09:06.074Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-06-02T17:09:06.074Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-06-02T17:09:06.074Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-06-02T17:09:10.767Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-06-02T17:09:10.767Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-06-02T17:09:10.767Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-06-02T17:09:10.767Z] === RUN TestDockerSuite/TestPsRightTagName [2021-06-02T17:09:10.767Z] === RUN TestDockerSuite/TestPsShowMounts [2021-06-02T17:09:13.696Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-06-02T17:09:17.849Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-06-02T17:09:17.850Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-06-02T17:09:18.819Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-06-02T17:09:18.819Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-06-02T17:09:19.521Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-06-02T17:09:19.521Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-06-02T17:09:19.789Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-06-02T17:09:20.762Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-06-02T17:09:20.762Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-06-02T17:09:22.444Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-06-02T17:09:22.444Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-06-02T17:09:22.444Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-06-02T17:09:22.444Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-06-02T17:09:24.636Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-06-02T17:09:24.636Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-06-02T17:09:24.636Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-06-02T17:09:25.465Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-06-02T17:09:26.827Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-06-02T17:09:26.827Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-06-02T17:09:26.827Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-06-02T17:09:26.827Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-06-02T17:09:26.827Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-06-02T17:09:29.204Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-06-02T17:09:29.755Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-06-02T17:09:31.385Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-06-02T17:09:31.876Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-06-02T17:09:34.067Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-06-02T17:09:34.067Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-06-02T17:09:34.067Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-06-02T17:09:36.260Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-06-02T17:09:36.260Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-06-02T17:09:38.451Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-06-02T17:09:38.451Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-06-02T17:09:38.451Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-06-02T17:09:40.641Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-06-02T17:09:40.641Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-06-02T17:09:42.831Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-06-02T17:09:42.831Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-06-02T17:09:45.752Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-06-02T17:09:45.752Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-06-02T17:09:47.944Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-06-02T17:09:52.490Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-06-02T17:09:52.490Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-06-02T17:09:52.655Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-06-02T17:09:56.413Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-06-02T17:09:56.413Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-06-02T17:09:56.413Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-06-02T17:09:56.413Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-06-02T17:09:56.413Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-06-02T17:09:57.181Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-06-02T17:09:57.181Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-06-02T17:09:57.640Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-06-02T17:09:58.099Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-06-02T17:09:58.600Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-06-02T17:09:58.600Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-06-02T17:10:04.077Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-06-02T17:10:05.700Z] === RUN TestDockerSuite/TestContainerAPITop [2021-06-02T17:10:05.700Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-06-02T17:10:07.889Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-06-02T17:10:07.889Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-06-02T17:10:08.847Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-06-02T17:10:08.847Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-06-02T17:10:12.597Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-06-02T17:10:13.538Z] === RUN TestDockerSuite/TestRmiBlank [2021-06-02T17:10:13.538Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-06-02T17:10:13.538Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-06-02T17:10:14.813Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-06-02T17:10:14.813Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-06-02T17:10:14.813Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-06-02T17:10:14.813Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-06-02T17:10:14.813Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-06-02T17:10:14.813Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-06-02T17:10:17.018Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-06-02T17:10:17.018Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-06-02T17:10:19.215Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-06-02T17:10:22.135Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-06-02T17:10:24.326Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-06-02T17:10:27.244Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000938b20_} [2021-06-02T17:10:29.432Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1918131986_c:\foo_false____} [2021-06-02T17:10:32.360Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1918131986_c:\foo_true____} [2021-06-02T17:10:34.546Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-06-02T17:10:35.009Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-06-02T17:10:35.009Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-06-02T17:10:35.009Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-06-02T17:10:35.009Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-06-02T17:10:35.009Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-06-02T17:10:35.009Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-06-02T17:10:35.009Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-06-02T17:10:35.009Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-06-02T17:10:35.009Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-06-02T17:10:35.009Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-06-02T17:10:35.009Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-06-02T17:10:35.009Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-06-02T17:10:35.009Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-06-02T17:10:35.009Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-06-02T17:10:35.009Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-06-02T17:10:35.009Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-06-02T17:10:35.009Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-06-02T17:10:38.732Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-06-02T17:10:40.910Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-06-02T17:10:41.368Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-06-02T17:10:43.604Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-06-02T17:10:43.604Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-06-02T17:10:43.604Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-06-02T17:10:43.604Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-06-02T17:10:43.604Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-06-02T17:10:43.604Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-06-02T17:10:43.604Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-06-02T17:10:43.604Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-06-02T17:10:43.604Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-06-02T17:10:43.604Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-06-02T17:10:43.604Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-06-02T17:10:43.604Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-06-02T17:10:43.604Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-06-02T17:10:43.604Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-06-02T17:10:45.792Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-06-02T17:10:45.792Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-06-02T17:10:45.792Z] === RUN TestDockerSuite/TestCpRelativePath [2021-06-02T17:10:47.158Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-06-02T17:10:51.849Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-06-02T17:10:52.886Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-06-02T17:10:52.886Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-06-02T17:10:52.886Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-06-02T17:10:52.886Z] === RUN TestDockerSuite/TestCpToCaseA [2021-06-02T17:10:57.591Z] === RUN TestDockerSuite/TestCpToCaseB [2021-06-02T17:10:59.005Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-06-02T17:11:02.737Z] === RUN TestDockerSuite/TestRmiTag [2021-06-02T17:11:03.196Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-06-02T17:11:04.686Z] === RUN TestDockerSuite/TestCpToCaseC [2021-06-02T17:11:04.686Z] === RUN TestDockerSuite/TestCpToCaseD [2021-06-02T17:11:04.686Z] === RUN TestDockerSuite/TestCpToCaseE [2021-06-02T17:11:05.372Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-06-02T17:11:15.042Z] === RUN TestDockerSuite/TestCpToCaseF [2021-06-02T17:11:15.042Z] === RUN TestDockerSuite/TestCpToCaseG [2021-06-02T17:11:15.042Z] === RUN TestDockerSuite/TestCpToCaseH [2021-06-02T17:11:23.645Z] === RUN TestDockerSuite/TestCpToCaseI [2021-06-02T17:11:23.645Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-06-02T17:11:23.645Z] === RUN TestDockerSuite/TestCpToDot [2021-06-02T17:11:26.471Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-06-02T17:11:27.439Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-06-02T17:11:30.747Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-06-02T17:11:30.747Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-06-02T17:11:30.747Z] === RUN TestDockerSuite/TestCpToStdout [2021-06-02T17:11:32.128Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-06-02T17:11:33.095Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-06-02T17:11:33.095Z] === RUN TestDockerSuite/TestRunAddHost [2021-06-02T17:11:33.095Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-06-02T17:11:33.095Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-06-02T17:11:33.095Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-06-02T17:11:33.095Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-06-02T17:11:33.095Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-06-02T17:11:33.095Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-06-02T17:11:35.277Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-06-02T17:11:35.277Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-06-02T17:11:35.277Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-06-02T17:11:37.842Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-06-02T17:11:37.842Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-06-02T17:11:37.842Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-06-02T17:11:37.842Z] === RUN TestDockerSuite/TestCpVolumePath [2021-06-02T17:11:37.842Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-06-02T17:11:37.842Z] === RUN TestDockerSuite/TestCreateArgs [2021-06-02T17:11:37.842Z] === RUN TestDockerSuite/TestCreateByImageID [2021-06-02T17:11:40.029Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-06-02T17:11:40.141Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-06-02T17:11:42.216Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-06-02T17:11:42.216Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-06-02T17:11:42.216Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-06-02T17:11:43.045Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-06-02T17:11:44.410Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-06-02T17:11:44.873Z] === RUN TestDockerSuite/TestCreateLabels [2021-06-02T17:11:45.253Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-06-02T17:11:45.334Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-06-02T17:11:45.334Z] === RUN TestDockerSuite/TestCreateRM [2021-06-02T17:11:45.334Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-06-02T17:11:45.334Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-06-02T17:11:45.796Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-06-02T17:11:46.256Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-06-02T17:11:47.431Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-06-02T17:11:49.609Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-06-02T17:11:49.609Z] === RUN TestDockerSuite/TestRunBindMounts [2021-06-02T17:11:53.354Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-06-02T17:11:53.815Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-06-02T17:11:54.276Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-06-02T17:11:54.295Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-06-02T17:11:54.295Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-06-02T17:11:54.295Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-06-02T17:11:54.295Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-06-02T17:11:54.295Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-06-02T17:11:54.295Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-06-02T17:11:54.295Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-06-02T17:11:54.295Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-06-02T17:11:54.295Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-06-02T17:11:54.295Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-06-02T17:11:54.295Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-06-02T17:11:54.295Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-06-02T17:11:57.202Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-06-02T17:11:57.202Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-06-02T17:11:58.023Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-06-02T17:11:58.023Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-06-02T17:11:58.023Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-06-02T17:12:00.937Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-06-02T17:12:00.937Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-06-02T17:12:00.937Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-06-02T17:12:00.937Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-06-02T17:12:00.937Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-06-02T17:12:00.937Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-06-02T17:12:00.937Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-06-02T17:12:00.937Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-06-02T17:12:00.937Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-06-02T17:12:00.937Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-06-02T17:12:00.937Z] === RUN TestDockerSuite/TestDevicePermissions [2021-06-02T17:12:00.937Z] === RUN TestDockerSuite/TestDockerFails [2021-06-02T17:12:00.937Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-06-02T17:12:00.937Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-06-02T17:12:00.937Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-06-02T17:12:00.937Z] === RUN TestDockerSuite/TestEventsAttach [2021-06-02T17:12:00.937Z] === RUN TestDockerSuite/TestEventsCommit [2021-06-02T17:12:00.937Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-06-02T17:12:02.404Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-06-02T17:12:02.404Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-06-02T17:12:02.404Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-06-02T17:12:03.122Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-06-02T17:12:03.939Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-06-02T17:12:03.939Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-06-02T17:12:03.939Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-06-02T17:12:03.939Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-06-02T17:12:03.939Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-06-02T17:12:03.939Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-06-02T17:12:03.939Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-06-02T17:12:03.939Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-06-02T17:12:05.310Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-06-02T17:12:05.476Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-06-02T17:12:08.224Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-06-02T17:12:08.387Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-06-02T17:12:10.563Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-06-02T17:12:10.563Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-06-02T17:12:10.563Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-06-02T17:12:10.563Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-06-02T17:12:12.742Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-06-02T17:12:12.742Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-06-02T17:12:12.742Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-06-02T17:12:12.742Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-06-02T17:12:13.201Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-06-02T17:12:14.738Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-06-02T17:12:19.437Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-06-02T17:12:19.437Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-06-02T17:12:19.437Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-06-02T17:12:19.437Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-06-02T17:12:19.437Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-06-02T17:12:19.437Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-06-02T17:12:19.437Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-06-02T17:12:21.615Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-06-02T17:12:21.615Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-06-02T17:12:22.074Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-06-02T17:12:22.074Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-06-02T17:12:24.256Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-06-02T17:12:25.934Z] === RUN TestDockerSuite/TestEventsCopy [2021-06-02T17:12:26.437Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-06-02T17:12:26.437Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-06-02T17:12:28.614Z] === RUN TestDockerSuite/TestRunEnvironment [2021-06-02T17:12:28.614Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-06-02T17:12:28.614Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-06-02T17:12:28.614Z] === RUN TestDockerSuite/TestRunExitCode [2021-06-02T17:12:29.699Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-06-02T17:12:30.791Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-06-02T17:12:33.694Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-06-02T17:12:35.520Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-06-02T17:12:35.875Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-06-02T17:12:37.707Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-06-02T17:12:38.681Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-06-02T17:12:38.781Z] === RUN TestDockerSuite/TestRunExposePort [2021-06-02T17:12:38.781Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-06-02T17:12:38.781Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-06-02T17:12:38.781Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-06-02T17:12:38.781Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-06-02T17:12:38.781Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-06-02T17:12:38.781Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-06-02T17:12:38.781Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-06-02T17:12:38.781Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-06-02T17:12:42.430Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-06-02T17:12:43.401Z] === RUN TestDockerSuite/TestEventsFilterType [2021-06-02T17:12:43.468Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-06-02T17:12:43.468Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-06-02T17:12:43.468Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-06-02T17:12:43.468Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-06-02T17:12:43.468Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-06-02T17:12:43.468Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-06-02T17:12:43.468Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-06-02T17:12:44.375Z] === RUN TestDockerSuite/TestEventsFilters [2021-06-02T17:12:49.082Z] === RUN TestDockerSuite/TestEventsFormat [2021-06-02T17:12:50.542Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-06-02T17:12:50.542Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-06-02T17:12:53.790Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-06-02T17:12:53.790Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-06-02T17:12:53.790Z] === RUN TestDockerSuite/TestEventsImageImport [2021-06-02T17:12:53.790Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-06-02T17:12:53.790Z] === RUN TestDockerSuite/TestEventsImagePull [2021-06-02T17:12:53.790Z] === RUN TestDockerSuite/TestEventsImageTag [2021-06-02T17:12:54.763Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-06-02T17:12:54.763Z] === RUN TestDockerSuite/TestEventsRename [2021-06-02T17:12:56.339Z] === RUN TestDockerSuite/TestRunModeHostname [2021-06-02T17:12:56.339Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-06-02T17:12:56.339Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-06-02T17:12:56.339Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-06-02T17:12:56.339Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-06-02T17:12:56.339Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-06-02T17:12:56.339Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-06-02T17:12:56.339Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-06-02T17:12:56.339Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-06-02T17:12:56.339Z] === RUN TestDockerSuite/TestRunMount [2021-06-02T17:12:56.339Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-06-02T17:12:56.339Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-06-02T17:12:56.339Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-06-02T17:12:56.339Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-06-02T17:12:57.681Z] === RUN TestDockerSuite/TestEventsResize [2021-06-02T17:13:03.408Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-06-02T17:13:03.408Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-06-02T17:13:03.408Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-06-02T17:13:03.408Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-06-02T17:13:06.274Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-06-02T17:13:09.449Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-06-02T17:13:12.090Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-06-02T17:13:14.140Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-06-02T17:13:14.140Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-06-02T17:13:14.140Z] === RUN TestDockerSuite/TestRunNetHost [2021-06-02T17:13:14.140Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-06-02T17:13:14.140Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-06-02T17:13:14.140Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-06-02T17:13:14.140Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-06-02T17:13:14.140Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-06-02T17:13:14.140Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-06-02T17:13:14.140Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-06-02T17:13:14.140Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-06-02T17:13:15.010Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-06-02T17:13:15.108Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-06-02T17:13:16.645Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-06-02T17:13:18.824Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-06-02T17:13:19.720Z] === RUN TestDockerSuite/TestEventsTop [2021-06-02T17:13:19.720Z] === RUN TestDockerSuite/TestEventsUntag [2021-06-02T17:13:19.798Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-06-02T17:13:21.339Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-06-02T17:13:21.797Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-06-02T17:13:21.797Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-06-02T17:13:21.797Z] === RUN TestDockerSuite/TestRunPortInUse [2021-06-02T17:13:21.797Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-06-02T17:13:21.797Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-06-02T17:13:21.797Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-06-02T17:13:21.797Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-06-02T17:13:21.797Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-06-02T17:13:22.637Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-06-02T17:13:25.532Z] === RUN TestDockerSuite/TestRunPublishPort [2021-06-02T17:13:25.532Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-06-02T17:13:25.532Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-06-02T17:13:25.532Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-06-02T17:13:25.532Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-06-02T17:13:25.532Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-06-02T17:13:31.232Z] === RUN TestDockerSuite/TestExec [2021-06-02T17:13:31.232Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-06-02T17:13:31.232Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-06-02T17:13:33.421Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-06-02T17:13:35.612Z] === RUN TestDockerSuite/TestExecAPIStart [2021-06-02T17:13:35.612Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-06-02T17:13:35.612Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-06-02T17:13:35.612Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-06-02T17:13:36.527Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-06-02T17:13:36.527Z] === RUN TestDockerSuite/TestRunRm [2021-06-02T17:13:37.798Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-06-02T17:13:39.986Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-06-02T17:13:40.489Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-06-02T17:13:42.173Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-06-02T17:13:44.359Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-06-02T17:13:46.288Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-06-02T17:13:47.824Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-06-02T17:13:48.107Z] === RUN TestDockerSuite/TestExecCgroup [2021-06-02T17:13:48.107Z] === RUN TestDockerSuite/TestExecEnv [2021-06-02T17:13:48.107Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-06-02T17:13:48.107Z] === RUN TestDockerSuite/TestExecExitStatus [2021-06-02T17:13:50.144Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-06-02T17:13:50.296Z] === RUN TestDockerSuite/TestExecInspectID [2021-06-02T17:13:51.682Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-06-02T17:13:54.589Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-06-02T17:13:54.589Z] === RUN TestDockerSuite/TestRunState [2021-06-02T17:13:54.589Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-06-02T17:13:55.005Z] === RUN TestDockerSuite/TestExecInteractive [2021-06-02T17:13:55.006Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-06-02T17:13:55.006Z] === RUN TestDockerSuite/TestExecParseError [2021-06-02T17:13:55.467Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-06-02T17:13:55.467Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-06-02T17:13:55.467Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-06-02T17:13:56.127Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-06-02T17:13:56.127Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-06-02T17:13:57.654Z] === RUN TestDockerSuite/TestExecSetEnv [2021-06-02T17:13:57.654Z] === RUN TestDockerSuite/TestExecStartFails [2021-06-02T17:13:57.654Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-06-02T17:13:57.654Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-06-02T17:13:57.654Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-06-02T17:13:57.654Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-06-02T17:13:58.305Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-06-02T17:13:58.305Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-06-02T17:13:58.305Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-06-02T17:13:58.305Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-06-02T17:13:58.305Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-06-02T17:13:58.305Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-06-02T17:13:59.842Z] === RUN TestDockerSuite/TestExecUlimits [2021-06-02T17:13:59.842Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-06-02T17:14:03.005Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-06-02T17:14:03.005Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-06-02T17:14:03.005Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-06-02T17:14:03.005Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-06-02T17:14:03.005Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-06-02T17:14:03.005Z] === RUN TestDockerSuite/TestRunUserByID [2021-06-02T17:14:03.005Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-06-02T17:14:03.005Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-06-02T17:14:03.005Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-06-02T17:14:03.005Z] === RUN TestDockerSuite/TestRunUserByName [2021-06-02T17:14:03.005Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-06-02T17:14:05.182Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-06-02T17:14:05.182Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-06-02T17:14:06.938Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-06-02T17:14:06.938Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-06-02T17:14:06.938Z] === RUN TestDockerSuite/TestExecWithUser [2021-06-02T17:14:06.938Z] === RUN TestDockerSuite/TestGetContainerStats [2021-06-02T17:14:12.251Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-06-02T17:14:12.251Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-06-02T17:14:12.251Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-06-02T17:14:12.751Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-06-02T17:14:15.157Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-06-02T17:14:18.568Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-06-02T17:14:21.484Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-06-02T17:14:22.236Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-06-02T17:14:26.929Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-06-02T17:14:27.296Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-06-02T17:14:27.296Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-06-02T17:14:27.296Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-06-02T17:14:27.296Z] === RUN TestDockerSuite/TestHealth [2021-06-02T17:14:27.296Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-06-02T17:14:27.296Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-06-02T17:14:27.296Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-06-02T17:14:27.758Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-06-02T17:14:32.440Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-06-02T17:14:32.440Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-06-02T17:14:32.440Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-06-02T17:14:32.440Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-06-02T17:14:32.440Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-06-02T17:14:32.440Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-06-02T17:14:32.704Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-06-02T17:14:32.704Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-06-02T17:14:32.704Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-06-02T17:14:33.398Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-06-02T17:14:33.398Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-06-02T17:14:34.353Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-06-02T17:14:34.353Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-06-02T17:14:35.870Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-06-02T17:14:36.322Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-06-02T17:14:36.446Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-06-02T17:14:38.474Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-06-02T17:14:38.593Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-06-02T17:14:41.459Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-06-02T17:14:41.459Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-06-02T17:14:41.459Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-06-02T17:14:41.459Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-06-02T17:14:41.459Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-06-02T17:14:41.459Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-06-02T17:14:41.459Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-06-02T17:14:41.459Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-06-02T17:14:41.459Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-06-02T17:14:45.488Z] === RUN TestDockerSuite/TestImagesFormat [2021-06-02T17:14:45.941Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-06-02T17:14:45.941Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-06-02T17:14:49.639Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-06-02T17:14:49.639Z] === RUN TestDockerSuite/TestImportBadURL [2021-06-02T17:14:51.792Z] === RUN TestDockerSuite/TestImportDisplay [2021-06-02T17:14:51.793Z] === RUN TestDockerSuite/TestImportFile [2021-06-02T17:14:52.245Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-06-02T17:14:52.245Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-06-02T17:14:52.245Z] === RUN TestDockerSuite/TestImportGzipped [2021-06-02T17:14:52.245Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-06-02T17:14:52.245Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-06-02T17:14:52.245Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-06-02T17:14:52.245Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-06-02T17:14:52.245Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-06-02T17:14:52.245Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-06-02T17:14:52.245Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-06-02T17:14:52.245Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-06-02T17:14:54.397Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-06-02T17:14:56.553Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-06-02T17:14:56.553Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-06-02T17:14:56.553Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-06-02T17:14:56.598Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-06-02T17:14:56.598Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-06-02T17:14:57.005Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-06-02T17:14:57.005Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-06-02T17:14:58.110Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-06-02T17:14:59.156Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-06-02T17:14:59.156Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-06-02T17:15:01.319Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-06-02T17:15:01.319Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-06-02T17:15:01.319Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-06-02T17:15:01.319Z] === RUN TestDockerSuite/TestInspectDefault [2021-06-02T17:15:02.738Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-06-02T17:15:02.738Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-06-02T17:15:02.738Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-06-02T17:15:02.738Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-06-02T17:15:02.738Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-06-02T17:15:03.190Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-06-02T17:15:03.190Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-06-02T17:15:03.190Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-06-02T17:15:03.190Z] === RUN TestDockerSuite/TestSaveImageId [2021-06-02T17:15:03.190Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-06-02T17:15:03.190Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-06-02T17:15:03.190Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-06-02T17:15:03.190Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-06-02T17:15:03.190Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-06-02T17:15:03.190Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-06-02T17:15:03.190Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-06-02T17:15:03.190Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-06-02T17:15:03.190Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-06-02T17:15:04.193Z] === RUN TestDockerSuite/TestInspectHistory [2021-06-02T17:15:05.337Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-06-02T17:15:05.833Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-06-02T17:15:06.321Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-06-02T17:15:06.321Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-06-02T17:15:07.893Z] === RUN TestDockerSuite/TestInspectImage [2021-06-02T17:15:07.893Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-06-02T17:15:07.893Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-06-02T17:15:07.893Z] === RUN TestDockerSuite/TestInspectInt64 [2021-06-02T17:15:08.610Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-06-02T17:15:10.047Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-06-02T17:15:12.200Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-06-02T17:15:12.654Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-06-02T17:15:14.814Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-06-02T17:15:16.973Z] === RUN TestDockerSuite/TestInspectPlugin [2021-06-02T17:15:16.973Z] === RUN TestDockerSuite/TestInspectRootFS [2021-06-02T17:15:16.973Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-06-02T17:15:19.121Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-06-02T17:15:19.121Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-06-02T17:15:19.125Z] === RUN TestDockerSuite/TestInspectStatus [2021-06-02T17:15:21.998Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-06-02T17:15:26.121Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-06-02T17:15:26.121Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-06-02T17:15:26.766Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-06-02T17:15:28.918Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-06-02T17:15:30.755Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-06-02T17:15:30.755Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-06-02T17:15:30.755Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-06-02T17:15:30.755Z] === RUN TestDockerSuite/TestStartRecordError [2021-06-02T17:15:30.755Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-06-02T17:15:31.070Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-06-02T17:15:33.229Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-06-02T17:15:35.384Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-06-02T17:15:36.479Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-06-02T17:15:36.479Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-06-02T17:15:36.479Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-06-02T17:15:36.479Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-06-02T17:15:36.479Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-06-02T17:15:36.930Z] === RUN TestDockerSuite/TestStatsNoStream [2021-06-02T17:15:36.930Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-06-02T17:15:37.544Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-06-02T17:15:39.075Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-06-02T17:15:40.427Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-06-02T17:15:40.427Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-06-02T17:15:40.427Z] === RUN TestDockerSuite/TestLinksEnvs [2021-06-02T17:15:40.427Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-06-02T17:15:40.427Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-06-02T17:15:40.427Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-06-02T17:15:40.427Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-06-02T17:15:40.427Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-06-02T17:15:40.427Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-06-02T17:15:40.427Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-06-02T17:15:40.427Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-06-02T17:15:40.427Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-06-02T17:15:40.427Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-06-02T17:15:40.427Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-06-02T17:15:40.427Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-06-02T17:15:40.427Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-06-02T17:15:40.427Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-06-02T17:15:40.427Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-06-02T17:15:40.427Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-06-02T17:15:40.427Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-06-02T17:15:41.219Z] === RUN TestDockerSuite/TestTopPrivileged [2021-06-02T17:15:41.219Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-06-02T17:15:42.583Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-06-02T17:15:42.731Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-06-02T17:15:42.731Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-06-02T17:15:42.731Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-06-02T17:15:42.731Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-06-02T17:15:42.731Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-06-02T17:15:42.731Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-06-02T17:15:42.731Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-06-02T17:15:44.736Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-06-02T17:15:50.482Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-06-02T17:15:52.639Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-06-02T17:15:52.639Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-06-02T17:15:54.796Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-06-02T17:15:54.796Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-06-02T17:16:00.312Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-06-02T17:16:00.312Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-06-02T17:16:00.312Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-06-02T17:16:00.312Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-06-02T17:16:00.312Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-06-02T17:16:00.312Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-06-02T17:16:00.312Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-06-02T17:16:01.824Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-06-02T17:16:01.827Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-06-02T17:16:01.827Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-06-02T17:16:07.573Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-06-02T17:16:10.317Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-06-02T17:16:10.317Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-06-02T17:16:10.317Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-06-02T17:16:10.317Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-06-02T17:16:10.317Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-06-02T17:16:13.349Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-06-02T17:16:15.506Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-06-02T17:16:18.387Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-06-02T17:16:18.387Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-06-02T17:16:19.032Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-06-02T17:16:19.032Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-06-02T17:16:19.985Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-06-02T17:16:19.985Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-06-02T17:16:19.985Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-06-02T17:16:20.546Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-06-02T17:16:22.702Z] === RUN TestDockerSuite/TestLogsSince [2021-06-02T17:16:27.032Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-06-02T17:16:27.032Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-06-02T17:16:27.484Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-06-02T17:16:32.962Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-06-02T17:16:32.962Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-06-02T17:16:32.962Z] === RUN TestDockerSuite/TestLogsTail [2021-06-02T17:16:34.480Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-06-02T17:16:35.977Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-06-02T17:16:35.977Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-06-02T17:16:37.370Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-06-02T17:16:37.489Z] --- PASS: TestDockerSuite (2366.57s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-06-02T17:16:37.490Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-06-02T17:16:37.490Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.72s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.20s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.56s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.33s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (55.99s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.92s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.03s) [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.07s) [2021-06-02T17:16:37.490Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-06-02T17:16:37.490Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-06-02T17:16:37.490Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.16s) [2021-06-02T17:16:37.490Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-06-02T17:16:37.490Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.19s) [2021-06-02T17:16:37.490Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-06-02T17:16:37.490Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.04s) [2021-06-02T17:16:37.490Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (8.07s) [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-06-02T17:16:37.490Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-06-02T17:16:37.490Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.05s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.48s) [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-06-02T17:16:37.490Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-06-02T17:16:37.490Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-06-02T17:16:37.490Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-06-02T17:16:37.490Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.99s) [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-06-02T17:16:37.490Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-06-02T17:16:37.490Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (5.06s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (64.82s) [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.33s) [2021-06-02T17:16:37.490Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (10.14s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (8.09s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.82s) [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.22s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.82s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.02s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.41s) [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.67s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (10.32s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.69s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.98s) [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.13s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.63s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.53s) [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.54s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildAddTar (31.65s) [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (24.60s) [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.60s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.48s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (5.68s) [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.82s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (8.87s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (7.14s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (16.36s) [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.56s) [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.96s) [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.61s) [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (23.97s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (6.08s) [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.61s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.33s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.22s) [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (8.55s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.23s) [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-06-02T17:16:37.490Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.37s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.89s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildCmd (0.51s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.51s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.52s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.48s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.04s) [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.13s) [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.49s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.66s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.89s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.46s) [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.82s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.63s) [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.55s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (37.32s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.28s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.03s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (12.25s) [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.29s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.27s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.49s) [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (20.44s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.65s) [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.30s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (20.37s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.45s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.64s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.11s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.94s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.91s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildDockerignore (51.33s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.09s) [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.33s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (50.66s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.47s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.61s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (20.76s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (9.30s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (8.94s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (25.32s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (9.53s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (9.16s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (71.83s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.36s) [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.29s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.53s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.06s) [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.46s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.50s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (14.27s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.74s) [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (8.84s) [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.29s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-06-02T17:16:37.490Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.490Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.72s) [2021-06-02T17:16:37.490Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-06-02T17:16:37.491Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-06-02T17:16:37.491Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-06-02T17:16:37.491Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.91s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (12.31s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (12.25s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.57s) [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-06-02T17:16:37.491Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-06-02T17:16:37.491Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-06-02T17:16:37.491Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-06-02T17:16:37.491Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-06-02T17:16:37.491Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildFails (2.47s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.10s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.90s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.66s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildForceRm (5.73s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.53s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.31s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.30s) [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-06-02T17:16:37.491Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.66s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.51s) [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-06-02T17:16:37.491Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (12.46s) [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-06-02T17:16:37.491Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildHistory (12.29s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.97s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.64s) [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-06-02T17:16:37.491Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.72s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.08s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.22s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildLabel (0.95s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.58s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.90s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.56s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildLabels (0.96s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.43s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.57s) [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2021-06-02T17:16:37.491Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-06-02T17:16:37.491Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.09s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildMaintainer (1.21s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.88s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (9.89s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (14.92s) [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-06-02T17:16:37.491Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.52s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (39.17s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (14.99s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.62s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (7.48s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (10.57s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (19.56s) [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-06-02T17:16:37.491Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.04s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.59s) [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-06-02T17:16:37.491Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-06-02T17:16:37.491Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.89s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.18s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.25s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.24s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.13s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.73s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.96s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.26s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildOnBuild (8.53s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.50s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (9.39s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.48s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (6.91s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (8.97s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (9.90s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.09s) [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-06-02T17:16:37.491Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-06-02T17:16:37.491Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (6.70s) [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-06-02T17:16:37.491Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (37.27s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (18.06s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildRm (29.59s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (9.34s) [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-06-02T17:16:37.491Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.35s) [2021-06-02T17:16:37.491Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.34s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.27s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.57s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.30s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (14.44s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.66s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.61s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.06s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.26s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (8.65s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildStderr (3.79s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (41.61s) [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.31s) [2021-06-02T17:16:37.491Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.30s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.18s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildTagEvent (8.59s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (9.21s) [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2021-06-02T17:16:37.491Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-06-02T17:16:37.491Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-06-02T17:16:37.491Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.26s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.54s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.04s) [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2021-06-02T17:16:37.491Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-06-02T17:16:37.491Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (19.69s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.83s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (8.51s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.19s) [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.33s) [2021-06-02T17:16:37.491Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-06-02T17:16:37.491Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.29s) [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.32s) [2021-06-02T17:16:37.491Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (21.72s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildWithTabs (8.48s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.36s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (11.98s) [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.31s) [2021-06-02T17:16:37.491Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.30s) [2021-06-02T17:16:37.491Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-06-02T17:16:37.491Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.12s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (11.26s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.84s) [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.28s) [2021-06-02T17:16:37.491Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-06-02T17:16:37.491Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-06-02T17:16:37.491Z] docker_cli_sni_test.go:18: Flakey test [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.63s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (3.85s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestCommitChange (4.15s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (3.81s) [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-06-02T17:16:37.491Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.33s) [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-06-02T17:16:37.491Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestCommitTTY (7.48s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.28s) [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-06-02T17:16:37.491Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-06-02T17:16:37.491Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2021-06-02T17:16:37.491Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-06-02T17:16:37.491Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-06-02T17:16:37.491Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-06-02T17:16:37.491Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-06-02T17:16:37.491Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.10s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.28s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.57s) [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-06-02T17:16:37.491Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (1.99s) [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-06-02T17:16:37.491Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2021-06-02T17:16:37.491Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-06-02T17:16:37.491Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestContainerAPICreate (3.75s) [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-06-02T17:16:37.491Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (3.76s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.04s) [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-06-02T17:16:37.491Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2021-06-02T17:16:37.491Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-06-02T17:16:37.491Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.15s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.12s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.07s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2021-06-02T17:16:37.491Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.06s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.53s) [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-06-02T17:16:37.491Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-06-02T17:16:37.491Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.53s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.95s) [2021-06-02T17:16:37.491Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-06-02T17:16:37.491Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.62s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.25s) [2021-06-02T17:16:37.491Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.52s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.76s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.84s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.10s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.72s) [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-06-02T17:16:37.492Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.53s) [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-06-02T17:16:37.492Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.18s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.11s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.62s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.07s) [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2021-06-02T17:16:37.492Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.60s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (17.07s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.49s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.48s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.50s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.40s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0009156c0_} (2.43s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1584276386_c:\foo_false____} (2.40s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1584276386_c:\foo_true____} (2.35s) [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-06-02T17:16:37.492Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.39s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.09s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.10s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.07s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.08s) [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.57s) [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.28s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.56s) [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.48s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.62s) [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2021-06-02T17:16:37.492Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestCpToCaseE (15.50s) [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2021-06-02T17:16:37.492Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.06s) [2021-06-02T17:16:37.492Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestCpToCaseH (10.06s) [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestCpToDot (2.57s) [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestCpToStdout (2.57s) [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.22s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestCreateArgs (0.20s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.03s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.59s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.20s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.20s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.65s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.69s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestCreateLabels (0.20s) [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestCreateRM (0.39s) [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.23s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.39s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.28s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.23s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.40s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.72s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.26s) [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-06-02T17:16:37.492Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.58s) [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-06-02T17:16:37.492Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.17s) [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-06-02T17:16:37.492Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-06-02T17:16:37.492Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-06-02T17:16:37.492Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-06-02T17:16:37.492Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-06-02T17:16:37.492Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-06-02T17:16:37.492Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-06-02T17:16:37.492Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-06-02T17:16:37.492Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.56s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.47s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.60s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (8.27s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestEventsCopy (8.82s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (6.12s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.53s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.77s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.17s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.82s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.95s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestEventsFilters (4.87s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestEventsFormat (5.39s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2021-06-02T17:16:37.492Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2021-06-02T17:16:37.492Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.29s) [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.11s) [2021-06-02T17:16:37.492Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestEventsRename (3.31s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestEventsResize (7.88s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.48s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.37s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.54s) [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestEventsUntag (2.75s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.21s) [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-06-02T17:16:37.492Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-06-02T17:16:37.492Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.92s) [2021-06-02T17:16:37.492Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.85s) [2021-06-02T17:16:37.492Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-06-02T17:16:37.493Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-06-02T17:16:37.493Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-06-02T17:16:37.493Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.94s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.94s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.89s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.95s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.47s) [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.08s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestExecInspectID (3.35s) [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-06-02T17:16:37.493Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.29s) [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-06-02T17:16:37.493Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.09s) [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.38s) [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.89s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.84s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.97s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.88s) [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-06-02T17:16:37.493Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.15s) [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.06s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.06s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.29s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.08s) [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.09s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.09s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.31s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.60s) [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.00s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.73s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.25s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (7.29s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.72s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestImagesFormat (0.17s) [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.64s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestImportBadURL (2.39s) [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-06-02T17:16:37.493Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-06-02T17:16:37.493Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.50s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.51s) [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-06-02T17:16:37.493Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-06-02T17:16:37.493Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.14s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.16s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.51s) [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestInspectDefault (2.47s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestInspectHistory (3.70s) [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.58s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.01s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.20s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.39s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.99s) [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.05s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestInspectStatus (3.16s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.89s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.10s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.42s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.96s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.46s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.48s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.41s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.07s) [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2021-06-02T17:16:37.493Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.87s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.05s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.85s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.51s) [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-06-02T17:16:37.493Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.13s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.20s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.49s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.99s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (3.09s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.26s) [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.55s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.14s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestLogsSince (9.02s) [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestLogsTail (2.72s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.67s) [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.51s) [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s) [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-06-02T17:16:37.493Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.493Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.51s) [2021-06-02T17:16:37.493Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-06-02T17:16:37.493Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-06-02T17:16:37.494Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-06-02T17:16:37.494Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-06-02T17:16:37.494Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-06-02T17:16:37.494Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-06-02T17:16:37.494Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-06-02T17:16:37.494Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-06-02T17:16:37.494Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.28s) [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-06-02T17:16:37.494Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestPsByOrder (7.41s) [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestPsListContainersBase (8.25s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (14.83s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.33s) [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-06-02T17:16:37.494Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.38s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (7.34s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (7.91s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.42s) [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-06-02T17:16:37.494Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.51s) [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2021-06-02T17:16:37.494Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestPsShowMounts (6.40s) [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.64s) [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.26s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.90s) [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-06-02T17:16:37.494Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.07s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.48s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.17s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (18.50s) [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.91s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.26s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.20s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.79s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (5.64s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.39s) [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.62s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRmiBlank (0.06s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.32s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (25.13s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.52s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.61s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (5.38s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.50s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.67s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.32s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRmiTag (0.62s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.20s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (19.62s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.78s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.38s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.13s) [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.84s) [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.21s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.51s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.36s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.07s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.47s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.06s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.58s) [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.45s) [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (5.09s) [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.64s) [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.79s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.53s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.40s) [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.44s) [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.60s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.94s) [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.15s) [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.15s) [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.41s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.16s) [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRunEntrypoint (1.92s) [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRunExitCode (2.46s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.50s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.46s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.55s) [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.39s) [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.06s) [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.494Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2021-06-02T17:16:37.494Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.90s) [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (6.30s) [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.54s) [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.89s) [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.60s) [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.41s) [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.18s) [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.67s) [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.68s) [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.20s) [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.79s) [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.29s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.62s) [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (10.53s) [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunRm (4.03s) [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.48s) [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.13s) [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (1.99s) [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.95s) [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.57s) [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (1.92s) [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.96s) [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.16s) [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.68s) [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunUserDefaults (1.93s) [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (6.85s) [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.12s) [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.91s) [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.58s) [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.83s) [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.16s) [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.46s) [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.51s) [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.50s) [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (13.65s) [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.39s) [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.66s) [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.92s) [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2021-06-02T17:16:37.495Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.21s) [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.38s) [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.41s) [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.27s) [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestSearchWithLimit (2.29s) [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (9.28s) [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.85s) [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.53s) [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (6.26s) [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-06-02T17:16:37.495Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.495Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-06-02T17:16:37.496Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-06-02T17:16:37.496Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-06-02T17:16:37.496Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-06-02T17:16:37.496Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.01s) [2021-06-02T17:16:37.496Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.16s) [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-06-02T17:16:37.496Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.95s) [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-06-02T17:16:37.496Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-06-02T17:16:37.496Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-06-02T17:16:37.496Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-06-02T17:16:37.496Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-06-02T17:16:37.496Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-06-02T17:16:37.496Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.25s) [2021-06-02T17:16:37.496Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.12s) [2021-06-02T17:16:37.496Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.18s) [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-06-02T17:16:37.496Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.30s) [2021-06-02T17:16:37.496Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.25s) [2021-06-02T17:16:37.496Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.13s) [2021-06-02T17:16:37.496Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.69s) [2021-06-02T17:16:37.496Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.06s) [2021-06-02T17:16:37.496Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (7.47s) [2021-06-02T17:16:37.496Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.35s) [2021-06-02T17:16:37.496Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.34s) [2021-06-02T17:16:37.496Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.06s) [2021-06-02T17:16:37.496Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.16s) [2021-06-02T17:16:37.496Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (8.84s) [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2021-06-02T17:16:37.496Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.58s) [2021-06-02T17:16:37.496Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.19s) [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-06-02T17:16:37.496Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.96s) [2021-06-02T17:16:37.496Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.25s) [2021-06-02T17:16:37.496Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.26s) [2021-06-02T17:16:37.496Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (8.52s) [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-06-02T17:16:37.496Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.21s) [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-06-02T17:16:37.496Z] --- PASS: TestDockerRegistrySuite (0.11s) [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] === RUN TestDockerSchema1RegistrySuite [2021-06-02T17:16:37.496Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-06-02T17:16:37.496Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-06-02T17:16:37.496Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-06-02T17:16:37.496Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-06-02T17:16:37.496Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-06-02T17:16:37.496Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-06-02T17:16:37.496Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-06-02T17:16:37.496Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-06-02T17:16:37.496Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-06-02T17:16:37.496Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-06-02T17:16:37.496Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-06-02T17:16:37.496Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-06-02T17:16:37.496Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-06-02T17:16:37.496Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-06-02T17:16:37.496Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-06-02T17:16:37.496Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-06-02T17:16:37.496Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-06-02T17:16:37.496Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-06-02T17:16:37.496Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-06-02T17:16:37.496Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-06-02T17:16:37.496Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.01s) [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-06-02T17:16:37.496Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.496Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-06-02T17:16:37.497Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-06-02T17:16:37.497Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-06-02T17:16:37.497Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-06-02T17:16:37.497Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-06-02T17:16:37.497Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-06-02T17:16:37.497Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-06-02T17:16:37.497Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] === RUN TestDockerRegistryAuthTokenSuite [2021-06-02T17:16:37.497Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-06-02T17:16:37.497Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-06-02T17:16:37.497Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-06-02T17:16:37.497Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-06-02T17:16:37.497Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-06-02T17:16:37.497Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-06-02T17:16:37.497Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-06-02T17:16:37.497Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-06-02T17:16:37.497Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-06-02T17:16:37.497Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-06-02T17:16:37.497Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] === RUN TestDockerDaemonSuite [2021-06-02T17:16:37.497Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-06-02T17:16:37.497Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-06-02T17:16:37.497Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-06-02T17:16:37.497Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-06-02T17:16:37.497Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-06-02T17:16:37.497Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-06-02T17:16:37.497Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] === RUN TestDockerSwarmSuite [2021-06-02T17:16:37.497Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-06-02T17:16:37.497Z] === RUN TestDockerPluginSuite [2021-06-02T17:16:37.497Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-06-02T17:16:37.497Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-06-02T17:16:37.497Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-06-02T17:16:37.497Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-06-02T17:16:37.497Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-06-02T17:16:37.497Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-06-02T17:16:37.497Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-06-02T17:16:37.497Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-06-02T17:16:37.497Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-06-02T17:16:37.497Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-06-02T17:16:37.497Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-06-02T17:16:37.497Z] --- PASS: TestDockerPluginSuite (0.02s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-06-02T17:16:37.497Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-06-02T17:16:37.497Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-06-02T17:16:37.497Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-06-02T17:16:37.497Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-06-02T17:16:37.497Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-06-02T17:16:37.497Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-06-02T17:16:37.497Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-06-02T17:16:37.497Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-06-02T17:16:37.497Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-06-02T17:16:37.497Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-06-02T17:16:37.497Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] === RUN TestDockerExternalVolumeSuite [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-06-02T17:16:37.497Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] === RUN TestDockerNetworkSuite [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-06-02T17:16:37.497Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] === RUN TestDockerHubPullSuite [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-06-02T17:16:37.497Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] PASS [2021-06-02T17:16:37.497Z] ok github.com/docker/docker/integration-cli 2367.105s [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === Skipped [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-06-02T17:16:37.497Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-06-02T17:16:37.497Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.07s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.07s) [2021-06-02T17:16:37.497Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-06-02T17:16:37.497Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-06-02T17:16:37.497Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.16s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.16s) [2021-06-02T17:16:37.497Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-06-02T17:16:37.497Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.19s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.19s) [2021-06-02T17:16:37.497Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-06-02T17:16:37.497Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.04s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.04s) [2021-06-02T17:16:37.497Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-06-02T17:16:37.497Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-06-02T17:16:37.497Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-06-02T17:16:37.497Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-06-02T17:16:37.497Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-06-02T17:16:37.497Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-06-02T17:16:37.497Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-06-02T17:16:37.497Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-06-02T17:16:37.497Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.33s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.33s) [2021-06-02T17:16:37.497Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-06-02T17:16:37.497Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-06-02T17:16:37.497Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-06-02T17:16:37.497Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-06-02T17:16:37.497Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-06-02T17:16:37.497Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-06-02T17:16:37.497Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-06-02T17:16:37.497Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2021-06-02T17:16:37.497Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-06-02T17:16:37.497Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-06-02T17:16:37.497Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-06-02T17:16:37.497Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2021-06-02T17:16:37.497Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.60s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.60s) [2021-06-02T17:16:37.497Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.82s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.82s) [2021-06-02T17:16:37.497Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s) [2021-06-02T17:16:37.497Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-06-02T17:16:37.497Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-06-02T17:16:37.497Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-06-02T17:16:37.497Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-06-02T17:16:37.497Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-06-02T17:16:37.497Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.497Z] [2021-06-02T17:16:37.497Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.61s) [2021-06-02T17:16:37.497Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.61s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.33s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.33s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-06-02T17:16:37.498Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.29s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.29s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.27s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.27s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.30s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.30s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.33s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.33s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.29s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.29s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.29s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.29s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.09s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.35s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.35s) [2021-06-02T17:16:37.498Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.498Z] [2021-06-02T17:16:37.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.31s) [2021-06-02T17:16:37.498Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.31s) [2021-06-02T17:16:37.498Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.02s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2021-06-02T17:16:37.950Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-06-02T17:16:37.950Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-06-02T17:16:37.950Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2021-06-02T17:16:37.950Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-06-02T17:16:37.950Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.33s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.33s) [2021-06-02T17:16:37.950Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-06-02T17:16:37.950Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.32s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.32s) [2021-06-02T17:16:37.950Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.31s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.31s) [2021-06-02T17:16:37.950Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.30s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.30s) [2021-06-02T17:16:37.950Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-06-02T17:16:37.950Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.28s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.28s) [2021-06-02T17:16:37.950Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-06-02T17:16:37.950Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-06-02T17:16:37.950Z] docker_cli_sni_test.go:18: Flakey test [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-06-02T17:16:37.950Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-06-02T17:16:37.950Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-06-02T17:16:37.950Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-06-02T17:16:37.950Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2021-06-02T17:16:37.950Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-06-02T17:16:37.950Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-06-02T17:16:37.950Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-06-02T17:16:37.950Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-06-02T17:16:37.950Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-06-02T17:16:37.950Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-06-02T17:16:37.950Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2021-06-02T17:16:37.950Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-06-02T17:16:37.950Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-06-02T17:16:37.950Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-06-02T17:16:37.950Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2021-06-02T17:16:37.950Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-06-02T17:16:37.950Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2021-06-02T17:16:37.950Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-06-02T17:16:37.950Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-06-02T17:16:37.950Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-06-02T17:16:37.950Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-06-02T17:16:37.950Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-06-02T17:16:37.950Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-06-02T17:16:37.950Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-06-02T17:16:37.950Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2021-06-02T17:16:37.950Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-06-02T17:16:37.950Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-06-02T17:16:37.950Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-06-02T17:16:37.950Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-06-02T17:16:37.950Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-06-02T17:16:37.950Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-06-02T17:16:37.950Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-06-02T17:16:37.950Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-06-02T17:16:37.950Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-06-02T17:16:37.950Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-06-02T17:16:37.950Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-06-02T17:16:37.950Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-06-02T17:16:37.950Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-06-02T17:16:37.950Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-06-02T17:16:37.950Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-06-02T17:16:37.950Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-06-02T17:16:37.950Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-06-02T17:16:37.950Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-06-02T17:16:37.950Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-06-02T17:16:37.950Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-06-02T17:16:37.950Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-06-02T17:16:37.950Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.950Z] [2021-06-02T17:16:37.950Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2021-06-02T17:16:37.951Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2021-06-02T17:16:37.951Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.06s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.06s) [2021-06-02T17:16:37.951Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-06-02T17:16:37.951Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-06-02T17:16:37.951Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-06-02T17:16:37.951Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-06-02T17:16:37.951Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-06-02T17:16:37.951Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-06-02T17:16:37.951Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-06-02T17:16:37.951Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-06-02T17:16:37.951Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-06-02T17:16:37.951Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-06-02T17:16:37.951Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2021-06-02T17:16:37.951Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2021-06-02T17:16:37.951Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.11s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.11s) [2021-06-02T17:16:37.951Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-06-02T17:16:37.951Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-06-02T17:16:37.951Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-06-02T17:16:37.951Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-06-02T17:16:37.951Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-06-02T17:16:37.951Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-06-02T17:16:37.951Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-06-02T17:16:37.951Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-06-02T17:16:37.951Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.951Z] [2021-06-02T17:16:37.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-06-02T17:16:37.951Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-06-02T17:16:37.952Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-06-02T17:16:37.952Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-06-02T17:16:37.952Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-06-02T17:16:37.952Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2021-06-02T17:16:37.952Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-06-02T17:16:37.952Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-06-02T17:16:37.952Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-06-02T17:16:37.952Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-06-02T17:16:37.952Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-06-02T17:16:37.952Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.952Z] [2021-06-02T17:16:37.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-06-02T17:16:37.952Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-06-02T17:16:37.953Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-06-02T17:16:37.953Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-06-02T17:16:37.953Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-06-02T17:16:37.953Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-06-02T17:16:37.953Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-06-02T17:16:37.953Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-06-02T17:16:37.953Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-06-02T17:16:37.953Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2021-06-02T17:16:37.953Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-06-02T17:16:37.953Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.953Z] [2021-06-02T17:16:37.953Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-06-02T17:16:37.953Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-06-02T17:16:37.953Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.29s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.29s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-06-02T17:16:37.954Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.954Z] [2021-06-02T17:16:37.954Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-06-02T17:16:37.954Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-06-02T17:16:37.955Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2021-06-02T17:16:37.955Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-06-02T17:16:37.955Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2021-06-02T17:16:37.955Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-06-02T17:16:37.955Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-06-02T17:16:37.955Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-06-02T17:16:37.955Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-06-02T17:16:37.955Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-02T17:16:37.955Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-02T17:16:37.955Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-02T17:16:37.955Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-02T17:16:37.955Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.955Z] [2021-06-02T17:16:37.955Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.956Z] [2021-06-02T17:16:37.956Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-06-02T17:16:37.956Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-06-02T17:16:37.956Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.957Z] [2021-06-02T17:16:37.957Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-06-02T17:16:37.957Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-06-02T17:16:37.957Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.957Z] [2021-06-02T17:16:37.957Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-06-02T17:16:37.957Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-06-02T17:16:37.957Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.957Z] [2021-06-02T17:16:37.957Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-06-02T17:16:37.957Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-06-02T17:16:37.957Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.957Z] [2021-06-02T17:16:37.957Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-06-02T17:16:37.957Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-06-02T17:16:37.957Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.957Z] [2021-06-02T17:16:37.957Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-06-02T17:16:37.957Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-06-02T17:16:37.957Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.957Z] [2021-06-02T17:16:37.957Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-06-02T17:16:37.957Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-06-02T17:16:37.957Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.957Z] [2021-06-02T17:16:37.957Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-06-02T17:16:37.957Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-06-02T17:16:37.957Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.957Z] [2021-06-02T17:16:37.957Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-06-02T17:16:37.957Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-06-02T17:16:37.957Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.957Z] [2021-06-02T17:16:37.957Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-06-02T17:16:37.957Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-06-02T17:16:37.957Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.957Z] [2021-06-02T17:16:37.957Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-06-02T17:16:37.957Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-06-02T17:16:37.957Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.957Z] [2021-06-02T17:16:37.957Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-06-02T17:16:37.957Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-06-02T17:16:37.957Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.957Z] [2021-06-02T17:16:37.957Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-06-02T17:16:37.957Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-06-02T17:16:37.957Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.957Z] [2021-06-02T17:16:37.957Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-06-02T17:16:37.957Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-06-02T17:16:37.957Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.957Z] [2021-06-02T17:16:37.957Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-06-02T17:16:37.957Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-06-02T17:16:37.957Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.957Z] [2021-06-02T17:16:37.957Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-06-02T17:16:37.957Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-06-02T17:16:37.957Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.957Z] [2021-06-02T17:16:37.957Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-06-02T17:16:37.957Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-06-02T17:16:37.957Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.957Z] [2021-06-02T17:16:37.957Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-06-02T17:16:37.957Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.957Z] [2021-06-02T17:16:37.957Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-06-02T17:16:37.957Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.957Z] [2021-06-02T17:16:37.957Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-06-02T17:16:37.957Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-06-02T17:16:37.957Z] [2021-06-02T17:16:37.957Z] [2021-06-02T17:16:37.957Z] DONE 1092 tests, 546 skipped in 2374.893s [2021-06-02T17:16:37.957Z] INFO: Integration tests ended at 06/02/2021 17:16:37. Duration:00:39:34.9944506 [2021-06-02T17:16:37.957Z] INFO: Docker info of the daemon under test at end of run [2021-06-02T17:16:37.957Z] [2021-06-02T17:16:38.407Z] Containers: 2 [2021-06-02T17:16:38.407Z] Running: 0 [2021-06-02T17:16:38.407Z] Paused: 0 [2021-06-02T17:16:38.407Z] Stopped: 2 [2021-06-02T17:16:38.407Z] Images: 18 [2021-06-02T17:16:38.407Z] Server Version: 0.0.0-dev [2021-06-02T17:16:38.407Z] Storage Driver: windowsfilter [2021-06-02T17:16:38.407Z] Windows: [2021-06-02T17:16:38.407Z] Logging Driver: json-file [2021-06-02T17:16:38.407Z] Plugins: [2021-06-02T17:16:38.407Z] Volume: local [2021-06-02T17:16:38.407Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-06-02T17:16:38.407Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-06-02T17:16:38.407Z] Swarm: inactive [2021-06-02T17:16:38.407Z] Default Isolation: process [2021-06-02T17:16:38.407Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-06-02T17:16:38.407Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-06-02T17:16:38.407Z] OSType: windows [2021-06-02T17:16:38.407Z] Architecture: x86_64 [2021-06-02T17:16:38.407Z] CPUs: 4 [2021-06-02T17:16:38.407Z] Total Memory: 32GiB [2021-06-02T17:16:38.407Z] Name: azwin-2-8315a0 [2021-06-02T17:16:38.407Z] ID: NUJT:6RV6:ISV6:RCLK:VCFA:MUG7:XQFY:7MP4:BUH2:IRB4:LGXM:TCE2 [2021-06-02T17:16:38.407Z] Docker Root Dir: D:\CI\PR-42143\28\daemon [2021-06-02T17:16:38.407Z] Debug Mode (client): false [2021-06-02T17:16:38.407Z] Debug Mode (server): true [2021-06-02T17:16:38.407Z] File Descriptors: -1 [2021-06-02T17:16:38.407Z] Goroutines: 17 [2021-06-02T17:16:38.407Z] System Time: 2021-06-02T17:16:38.0165115Z [2021-06-02T17:16:38.407Z] EventsListeners: 0 [2021-06-02T17:16:38.407Z] Registry: https://index.docker.io/v1/ [2021-06-02T17:16:38.407Z] Labels: [2021-06-02T17:16:38.407Z] Experimental: false [2021-06-02T17:16:38.407Z] Insecure Registries: [2021-06-02T17:16:38.407Z] 127.0.0.0/8 [2021-06-02T17:16:38.407Z] Live Restore Enabled: false [2021-06-02T17:16:38.407Z] [2021-06-02T17:16:38.407Z] [2021-06-02T17:16:38.407Z] INFO: Stopping daemon under test [2021-06-02T17:16:38.407Z] SUCCESS: The process with PID 1948 (child process of PID 5104) has been terminated. [2021-06-02T17:16:38.407Z] SUCCESS: The process with PID 5104 (child process of PID 5592) has been terminated. [2021-06-02T17:16:38.407Z] INFO: Stop tailing logs of the daemon under tests [2021-06-02T17:16:38.407Z] INFO: executeCI.ps1 Completed successfully at 06/02/2021 17:16:38. [2021-06-02T17:16:38.407Z] INFO: Tidying up at end of run [2021-06-02T17:16:38.407Z] INFO: Saving daemon under test log (d:\CI\PR-42143\28\dut.out) to bundles\CIDUT.out [2021-06-02T17:16:38.407Z] INFO: Saving daemon under test log (d:\CI\PR-42143\28\dut.err) to bundles\CIDUT.err [2021-06-02T17:16:38.407Z] INFO: Nuke-Everything... [2021-06-02T17:16:38.858Z] INFO: Container count on control daemon to delete is 2 [2021-06-02T17:16:39.309Z] dfc0bd40d402 [2021-06-02T17:16:39.309Z] 4587768e8c72 [2021-06-02T17:16:39.309Z] INFO: Tidying pidfile d:\CI\PR-42143\28\docker.pid [2021-06-02T17:16:39.309Z] INFO: Nuking d:\CI [2021-06-02T17:16:39.524Z] === RUN TestDockerSuite/TestMountIntoProc [2021-06-02T17:16:39.524Z] === RUN TestDockerSuite/TestMountIntoSys [2021-06-02T17:16:39.524Z] === RUN TestDockerSuite/TestNetHostname [2021-06-02T17:16:39.524Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-06-02T17:16:39.524Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-06-02T17:16:39.524Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-06-02T17:16:39.524Z] === RUN TestDockerSuite/TestPluginActive [2021-06-02T17:16:39.524Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-06-02T17:16:39.524Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-06-02T17:16:39.524Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-06-02T17:16:39.524Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-06-02T17:16:39.524Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-06-02T17:16:39.524Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-06-02T17:16:39.524Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-06-02T17:16:39.524Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-06-02T17:16:39.976Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-06-02T17:16:39.976Z] === RUN TestDockerSuite/TestPortHostBinding [2021-06-02T17:16:39.976Z] === RUN TestDockerSuite/TestPortList [2021-06-02T17:16:39.976Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-06-02T17:16:44.631Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-06-02T17:16:44.631Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-06-02T17:16:44.631Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-06-02T17:16:44.632Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-06-02T17:16:44.632Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-06-02T17:16:44.632Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-06-02T17:16:44.632Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-06-02T17:16:44.632Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-06-02T17:16:44.632Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-06-02T17:16:44.632Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-06-02T17:16:49.276Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-06-02T17:16:49.276Z] === RUN TestDockerSuite/TestPsByOrder [2021-06-02T17:16:54.397Z] INFO: Zapped successfully [2021-06-02T17:16:54.397Z] [2021-06-02T17:16:54.397Z] INFO: executeCI.ps1 exiting at Wed Jun 2 17:16:52 CUT 2021. Duration 01:12:47.2095271 [2021-06-02T17:16:54.397Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-06-02T17:16:54.627Z] Recording test results [2021-06-02T17:16:57.784Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-06-02T17:16:57.784Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-06-02T17:17:01.108Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-06-02T17:17:02.557Z] Creating win-2022-integration-bundles.zip [Pipeline] archiveArtifacts [2021-06-02T17:17:04.275Z] Archiving artifacts [2021-06-02T17:17:10.094Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-06-02T17:17:17.760Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42143/28/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-06-02T17:17:18.666Z] + make clean [2021-06-02T17:17:19.618Z] docker volume rm -f docker-dev-cache [2021-06-02T17:17:19.618Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-02T17:17:31.093Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-06-02T17:17:31.093Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-06-02T17:17:31.093Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-06-02T17:17:43.407Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-06-02T17:17:45.564Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-06-02T17:17:57.891Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-06-02T17:18:02.557Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-06-02T17:18:03.010Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-06-02T17:18:03.010Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-06-02T17:18:07.660Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-06-02T17:18:07.660Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-06-02T17:18:07.660Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-06-02T17:18:07.660Z] === RUN TestDockerSuite/TestPsRightTagName [2021-06-02T17:18:07.660Z] === RUN TestDockerSuite/TestPsShowMounts [2021-06-02T17:18:14.680Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-06-02T17:18:14.680Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-06-02T17:18:16.198Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-06-02T17:18:16.198Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-06-02T17:18:17.720Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-06-02T17:18:18.677Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-06-02T17:18:18.677Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-06-02T17:18:22.372Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-06-02T17:18:27.016Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-06-02T17:18:29.173Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-06-02T17:18:54.222Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-06-02T17:18:54.222Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-06-02T17:18:57.096Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-06-02T17:18:57.551Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-06-02T17:18:57.551Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-06-02T17:18:58.516Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-06-02T17:19:03.168Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-06-02T17:19:07.811Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-06-02T17:19:07.811Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-06-02T17:19:11.509Z] === RUN TestDockerSuite/TestRmiBlank [2021-06-02T17:19:11.509Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-06-02T17:19:11.509Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-06-02T17:19:26.247Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-06-02T17:19:27.764Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-06-02T17:19:28.719Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-06-02T17:19:34.461Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-06-02T17:19:39.104Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-06-02T17:19:46.277Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-06-02T17:19:49.990Z] === RUN TestDockerSuite/TestRmiTag [2021-06-02T17:19:50.944Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-06-02T17:19:53.099Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-06-02T17:20:18.171Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-06-02T17:20:22.817Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-06-02T17:20:26.516Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-06-02T17:20:28.038Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-06-02T17:20:28.038Z] === RUN TestDockerSuite/TestRunAddHost [2021-06-02T17:20:28.038Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-06-02T17:20:28.038Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-06-02T17:20:28.038Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-06-02T17:20:28.038Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-06-02T17:20:28.038Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-06-02T17:20:28.038Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-06-02T17:20:30.190Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-06-02T17:20:30.190Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-06-02T17:20:30.190Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-06-02T17:20:34.843Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-06-02T17:20:37.726Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-06-02T17:20:39.878Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-06-02T17:20:42.030Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-06-02T17:20:44.184Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-06-02T17:20:44.184Z] === RUN TestDockerSuite/TestRunBindMounts [2021-06-02T17:20:48.837Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-06-02T17:20:48.837Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-06-02T17:20:48.837Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-06-02T17:20:48.837Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-06-02T17:20:48.837Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-06-02T17:20:48.837Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-06-02T17:20:48.837Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-06-02T17:20:48.837Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-06-02T17:20:48.837Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-06-02T17:20:48.837Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-06-02T17:20:48.837Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-06-02T17:20:48.837Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-06-02T17:20:51.719Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-06-02T17:20:51.719Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-06-02T17:20:54.592Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-06-02T17:20:54.592Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-06-02T17:20:54.592Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-06-02T17:20:56.745Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-06-02T17:20:56.745Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-06-02T17:20:56.745Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-06-02T17:20:56.745Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-06-02T17:20:56.745Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-06-02T17:20:56.745Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-06-02T17:20:56.745Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-06-02T17:20:56.745Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-06-02T17:20:58.897Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-06-02T17:21:01.050Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-06-02T17:21:03.207Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-06-02T17:21:03.207Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-06-02T17:21:03.207Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-06-02T17:21:03.207Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-06-02T17:21:06.083Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-06-02T17:21:06.083Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-06-02T17:21:06.083Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-06-02T17:21:06.083Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-06-02T17:21:06.083Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-06-02T17:21:07.601Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-06-02T17:21:13.343Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-06-02T17:21:13.343Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-06-02T17:21:13.343Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-06-02T17:21:13.343Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-06-02T17:21:13.343Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-06-02T17:21:13.343Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-06-02T17:21:13.343Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-06-02T17:21:15.498Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-06-02T17:21:15.498Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-06-02T17:21:15.498Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-06-02T17:21:15.498Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-06-02T17:21:17.652Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-06-02T17:21:19.804Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-06-02T17:21:19.804Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-06-02T17:21:22.121Z] === RUN TestDockerSuite/TestRunEnvironment [2021-06-02T17:21:22.121Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-06-02T17:21:22.121Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-06-02T17:21:22.121Z] === RUN TestDockerSuite/TestRunExitCode [2021-06-02T17:21:24.272Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-06-02T17:21:26.437Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-06-02T17:21:29.313Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-06-02T17:21:31.465Z] === RUN TestDockerSuite/TestRunExposePort [2021-06-02T17:21:31.465Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-06-02T17:21:31.465Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-06-02T17:21:31.465Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-06-02T17:21:31.465Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-06-02T17:21:31.465Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-06-02T17:21:31.465Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-06-02T17:21:31.465Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-06-02T17:21:31.465Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-06-02T17:21:41.738Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-06-02T17:21:41.738Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-06-02T17:21:41.738Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-06-02T17:21:41.738Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-06-02T17:21:41.738Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-06-02T17:21:41.738Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-06-02T17:21:41.738Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-06-02T17:21:47.483Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-06-02T17:21:47.483Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-06-02T17:21:49.001Z] === RUN TestDockerSuite/TestRunModeHostname [2021-06-02T17:21:49.001Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-06-02T17:21:49.001Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-06-02T17:21:49.001Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-06-02T17:21:49.001Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-06-02T17:21:49.001Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-06-02T17:21:49.001Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-06-02T17:21:49.001Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-06-02T17:21:49.001Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-06-02T17:21:49.001Z] === RUN TestDockerSuite/TestRunMount [2021-06-02T17:21:49.001Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-06-02T17:21:49.001Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-06-02T17:21:49.001Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-06-02T17:21:49.001Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-06-02T17:22:01.314Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-06-02T17:22:01.314Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-06-02T17:22:01.314Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-06-02T17:22:01.314Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-06-02T17:22:05.963Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-06-02T17:22:10.617Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-06-02T17:22:10.617Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-06-02T17:22:10.617Z] === RUN TestDockerSuite/TestRunNetHost [2021-06-02T17:22:10.617Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-06-02T17:22:10.617Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-06-02T17:22:10.617Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-06-02T17:22:10.617Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-06-02T17:22:10.617Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-06-02T17:22:10.617Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-06-02T17:22:10.617Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-06-02T17:22:10.617Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-06-02T17:22:12.135Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-06-02T17:22:14.286Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-06-02T17:22:16.439Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-06-02T17:22:17.397Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-06-02T17:22:19.553Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-06-02T17:22:19.553Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-06-02T17:22:19.553Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-06-02T17:22:19.553Z] === RUN TestDockerSuite/TestRunPortInUse [2021-06-02T17:22:19.553Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-06-02T17:22:19.553Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-06-02T17:22:20.012Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-06-02T17:22:20.012Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-06-02T17:22:20.012Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-06-02T17:22:22.891Z] === RUN TestDockerSuite/TestRunPublishPort [2021-06-02T17:22:22.891Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-06-02T17:22:22.891Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-06-02T17:22:22.891Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-06-02T17:22:22.891Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-06-02T17:22:22.891Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-06-02T17:22:31.453Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-06-02T17:22:31.453Z] === RUN TestDockerSuite/TestRunRm [2021-06-02T17:22:32.972Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-06-02T17:22:38.720Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-06-02T17:22:40.876Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-06-02T17:22:43.032Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-06-02T17:22:45.190Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-06-02T17:22:48.069Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-06-02T17:22:48.069Z] === RUN TestDockerSuite/TestRunState [2021-06-02T17:22:48.069Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-06-02T17:22:50.964Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-06-02T17:22:50.964Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-06-02T17:22:53.122Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-06-02T17:22:53.122Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-06-02T17:22:53.122Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-06-02T17:22:53.122Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-06-02T17:22:53.122Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-06-02T17:22:53.122Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-06-02T17:22:57.805Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-06-02T17:22:57.805Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-06-02T17:22:57.805Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-06-02T17:22:57.805Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-06-02T17:22:57.805Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-06-02T17:22:57.805Z] === RUN TestDockerSuite/TestRunUserByID [2021-06-02T17:22:57.805Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-06-02T17:22:57.805Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-06-02T17:22:57.805Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-06-02T17:22:58.257Z] === RUN TestDockerSuite/TestRunUserByName [2021-06-02T17:22:58.257Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-06-02T17:23:01.132Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-06-02T17:23:01.132Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-06-02T17:23:03.287Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-06-02T17:23:03.287Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-06-02T17:23:03.287Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-06-02T17:23:06.315Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-06-02T17:23:13.327Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-06-02T17:23:17.971Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-06-02T17:23:23.714Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-06-02T17:23:23.714Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-06-02T17:23:23.714Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-06-02T17:23:25.865Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-06-02T17:23:34.381Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-06-02T17:23:35.336Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-06-02T17:23:35.336Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-06-02T17:23:35.336Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-06-02T17:23:35.789Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-06-02T17:23:35.789Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-06-02T17:23:35.789Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-06-02T17:23:35.789Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-06-02T17:23:35.789Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-06-02T17:23:35.789Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-06-02T17:23:39.487Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-06-02T17:23:41.640Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-06-02T17:23:43.793Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-06-02T17:23:48.438Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-06-02T17:23:48.438Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-06-02T17:23:48.438Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-06-02T17:23:48.438Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-06-02T17:23:48.438Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-06-02T17:23:48.438Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-06-02T17:23:48.438Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-06-02T17:23:48.438Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-06-02T17:23:48.438Z] === RUN TestDockerSuite/TestSaveImageId [2021-06-02T17:23:48.438Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-06-02T17:23:48.438Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-06-02T17:23:48.438Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-06-02T17:23:48.438Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-06-02T17:23:48.438Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-06-02T17:23:48.438Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-06-02T17:23:48.438Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-06-02T17:23:48.438Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-06-02T17:23:48.438Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-06-02T17:23:50.592Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-06-02T17:23:51.046Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-06-02T17:23:51.499Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-06-02T17:23:51.499Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-06-02T17:23:53.017Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-06-02T17:24:00.038Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-06-02T17:24:00.038Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-06-02T17:24:08.544Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-06-02T17:24:08.544Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-06-02T17:24:12.247Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-06-02T17:24:12.247Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-06-02T17:24:12.247Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-06-02T17:24:12.247Z] === RUN TestDockerSuite/TestStartRecordError [2021-06-02T17:24:12.247Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-06-02T17:24:22.497Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-06-02T17:24:22.497Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-06-02T17:24:22.497Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-06-02T17:24:22.497Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-06-02T17:24:22.497Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-06-02T17:24:22.497Z] === RUN TestDockerSuite/TestStatsNoStream [2021-06-02T17:24:22.497Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-06-02T17:24:24.649Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-06-02T17:24:27.522Z] === RUN TestDockerSuite/TestTopPrivileged [2021-06-02T17:24:27.522Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-06-02T17:24:29.673Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-06-02T17:24:29.673Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-06-02T17:24:29.673Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-06-02T17:24:29.673Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-06-02T17:24:29.673Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-06-02T17:24:29.673Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-06-02T17:24:29.673Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-06-02T17:24:47.285Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-06-02T17:24:47.285Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-06-02T17:24:47.285Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-06-02T17:24:47.285Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-06-02T17:24:47.285Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-06-02T17:24:47.285Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-06-02T17:24:47.285Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-06-02T17:24:48.804Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-06-02T17:24:48.804Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-06-02T17:24:51.678Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-06-02T17:24:52.130Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-06-02T17:24:52.583Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-06-02T17:24:52.583Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-06-02T17:24:53.035Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-06-02T17:25:01.539Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-06-02T17:25:01.539Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-06-02T17:25:01.539Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-06-02T17:25:01.539Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-06-02T17:25:01.539Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-06-02T17:25:13.848Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-06-02T17:25:13.848Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-06-02T17:25:13.848Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-06-02T17:25:24.100Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-06-02T17:25:24.100Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite (2637.78s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-06-02T17:25:24.100Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-06-02T17:25:24.100Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.81s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.24s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.62s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (121.87s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (2.06s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.06s) [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-06-02T17:25:24.100Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-06-02T17:25:24.100Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-06-02T17:25:24.100Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-06-02T17:25:24.100Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-06-02T17:25:24.100Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-06-02T17:25:24.100Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-06-02T17:25:24.100Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-06-02T17:25:24.100Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.78s) [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-06-02T17:25:24.100Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-06-02T17:25:24.100Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.24s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (7.16s) [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2021-06-02T17:25:24.100Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2021-06-02T17:25:24.100Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-06-02T17:25:24.100Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2021-06-02T17:25:24.100Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.35s) [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-06-02T17:25:24.100Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2021-06-02T17:25:24.100Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.87s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (111.01s) [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.39s) [2021-06-02T17:25:24.100Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.68s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.12s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.95s) [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-06-02T17:25:24.100Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-06-02T17:25:24.100Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-06-02T17:25:24.100Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.23s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.93s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.35s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.57s) [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-06-02T17:25:24.100Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-06-02T17:25:24.100Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.02s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (11.61s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (9.72s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.07s) [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-06-02T17:25:24.100Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.28s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.70s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.00s) [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2021-06-02T17:25:24.100Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-06-02T17:25:24.100Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-06-02T17:25:24.100Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-06-02T17:25:24.100Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.54s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildAddTar (52.10s) [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-06-02T17:25:24.100Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2021-06-02T17:25:24.100Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (17.45s) [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.67s) [2021-06-02T17:25:24.100Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.53s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.40s) [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.89s) [2021-06-02T17:25:24.100Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.77s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.90s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (8.24s) [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.35s) [2021-06-02T17:25:24.100Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.79s) [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-06-02T17:25:24.100Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2021-06-02T17:25:24.100Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.74s) [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-06-02T17:25:24.100Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.60s) [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-06-02T17:25:24.100Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-06-02T17:25:24.100Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (36.59s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.81s) [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.73s) [2021-06-02T17:25:24.100Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.36s) [2021-06-02T17:25:24.100Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.40s) [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2021-06-02T17:25:24.100Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.65s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.50s) [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2021-06-02T17:25:24.100Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-06-02T17:25:24.100Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.61s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.02s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildCmd (0.63s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.62s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.67s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.60s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.29s) [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-06-02T17:25:24.100Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.26s) [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-06-02T17:25:24.100Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.52s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.09s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.02s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.55s) [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-06-02T17:25:24.100Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.99s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.71s) [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-06-02T17:25:24.100Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-06-02T17:25:24.100Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.19s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (31.74s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.30s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.05s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.19s) [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.32s) [2021-06-02T17:25:24.100Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.36s) [2021-06-02T17:25:24.100Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-06-02T17:25:24.100Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.54s) [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-06-02T17:25:24.100Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (25.67s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.82s) [2021-06-02T17:25:24.100Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.33s) [2021-06-02T17:25:24.100Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (26.30s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.66s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.69s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.40s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.71s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.77s) [2021-06-02T17:25:24.100Z] --- PASS: TestDockerSuite/TestBuildDockerignore (95.98s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.23s) [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.34s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (90.51s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.53s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.67s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (18.28s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (15.00s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (19.04s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (30.59s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (19.66s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (14.04s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (107.50s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.37s) [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.31s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.54s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.03s) [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.50s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.54s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.22s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.10s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.47s) [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.31s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.54s) [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.95s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.51s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (13.14s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.59s) [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildFails (2.43s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.12s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.30s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.27s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildForceRm (11.09s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildFromGit (10.18s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.32s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.88s) [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.73s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.56s) [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (8.76s) [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildHistory (10.80s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.94s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.94s) [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.74s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.09s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (3.89s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildLabel (0.92s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.63s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.94s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.59s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildLabels (0.98s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.51s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.64s) [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.54s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.61s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.63s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (23.52s) [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.50s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (29.47s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (13.97s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.34s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.08s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.50s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (20.87s) [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (6.97s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.64s) [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.75s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (8.77s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.44s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.24s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.19s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.71s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.03s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.28s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildOnBuild (8.21s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.55s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.34s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.47s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (7.98s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.61s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.42s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.10s) [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.07s) [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (42.48s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (31.74s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildRm (12.12s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.38s) [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.36s) [2021-06-02T17:25:24.101Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.44s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.68s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.55s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildShellInherited (15.46s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (16.95s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.70s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.68s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.37s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.30s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.62s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildStderr (4.35s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (18.90s) [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.31s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.08s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.25s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.54s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.18s) [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.17s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.59s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.93s) [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (21.08s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.89s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (8.38s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (10.11s) [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.34s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.63s) [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.33s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (10.66s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.29s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.38s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (22.24s) [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.38s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.31s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.23s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.62s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.02s) [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.30s) [2021-06-02T17:25:24.101Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-06-02T17:25:24.101Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-06-02T17:25:24.101Z] docker_cli_sni_test.go:18: Flakey test [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.18s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.24s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestCommitChange (4.74s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.28s) [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-06-02T17:25:24.101Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.46s) [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-06-02T17:25:24.101Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestCommitTTY (11.59s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.65s) [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-06-02T17:25:24.101Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2021-06-02T17:25:24.101Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2021-06-02T17:25:24.101Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-06-02T17:25:24.101Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-06-02T17:25:24.101Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2021-06-02T17:25:24.101Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-06-02T17:25:24.101Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.07s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestContainerAPICommit (11.90s) [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.67s) [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-06-02T17:25:24.101Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.101Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.25s) [2021-06-02T17:25:24.101Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-06-02T17:25:24.102Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-06-02T17:25:24.102Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-06-02T17:25:24.102Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.26s) [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-06-02T17:25:24.102Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.47s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-06-02T17:25:24.102Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-06-02T17:25:24.102Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-06-02T17:25:24.102Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.48s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.28s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.19s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-06-02T17:25:24.102Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.27s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.32s) [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2021-06-02T17:25:24.102Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-06-02T17:25:24.102Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.29s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.08s) [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-06-02T17:25:24.102Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.60s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.22s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.49s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.16s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.93s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.07s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.87s) [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-06-02T17:25:24.102Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainerAPIStop (7.22s) [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2021-06-02T17:25:24.102Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.34s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.08s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.47s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.13s) [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-06-02T17:25:24.102Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2021-06-02T17:25:24.102Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-06-02T17:25:24.102Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-06-02T17:25:24.102Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2021-06-02T17:25:24.102Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.09s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (18.13s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.69s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.52s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.68s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.49s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000938b20_} (2.61s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1918131986_c:\foo_false____} (2.60s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1918131986_c:\foo_true____} (2.52s) [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-06-02T17:25:24.102Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.25s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.05s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.05s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.04s) [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-06-02T17:25:24.102Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-06-02T17:25:24.102Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-06-02T17:25:24.102Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-06-02T17:25:24.102Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-06-02T17:25:24.102Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (7.51s) [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2021-06-02T17:25:24.102Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-06-02T17:25:24.102Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-06-02T17:25:24.102Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-06-02T17:25:24.102Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-06-02T17:25:24.102Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-06-02T17:25:24.102Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-06-02T17:25:24.102Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-06-02T17:25:24.102Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-06-02T17:25:24.102Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-06-02T17:25:24.102Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-06-02T17:25:24.102Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-06-02T17:25:24.102Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-06-02T17:25:24.102Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.90s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-06-02T17:25:24.102Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestCpRelativePath (7.30s) [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-06-02T17:25:24.102Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2021-06-02T17:25:24.102Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-06-02T17:25:24.102Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.27s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestCpToCaseB (7.23s) [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2021-06-02T17:25:24.102Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-06-02T17:25:24.102Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestCpToCaseE (9.10s) [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-06-02T17:25:24.102Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2021-06-02T17:25:24.102Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestCpToCaseH (8.77s) [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-06-02T17:25:24.102Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-06-02T17:25:24.102Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestCpToDot (7.17s) [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-06-02T17:25:24.102Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-06-02T17:25:24.102Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestCpToStdout (7.37s) [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2021-06-02T17:25:24.102Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-06-02T17:25:24.102Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-06-02T17:25:24.102Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2021-06-02T17:25:24.102Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.18s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestCreateArgs (0.18s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.07s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.30s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.17s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.17s) [2021-06-02T17:25:24.102Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.01s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.69s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestCreateLabels (0.18s) [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestCreateRM (0.36s) [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-06-02T17:25:24.557Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.18s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.35s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.42s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.19s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.43s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.97s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.17s) [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-06-02T17:25:24.557Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.28s) [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-06-02T17:25:24.557Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.14s) [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-06-02T17:25:24.557Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-06-02T17:25:24.557Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-06-02T17:25:24.557Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-06-02T17:25:24.557Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-06-02T17:25:24.557Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-06-02T17:25:24.557Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-06-02T17:25:24.557Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-06-02T17:25:24.557Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.25s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.25s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.32s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (17.21s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestEventsCopy (4.90s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.39s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.35s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.80s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.69s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.22s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.99s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestEventsFilters (4.69s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestEventsFormat (4.54s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.09s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.18s) [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestEventsRename (2.42s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestEventsResize (7.79s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (7.16s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.71s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.68s) [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestEventsUntag (2.76s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (8.67s) [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-06-02T17:25:24.557Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.10s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.14s) [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-06-02T17:25:24.557Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-06-02T17:25:24.557Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-06-02T17:25:24.557Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.98s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.21s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.41s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.93s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.10s) [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2021-06-02T17:25:24.557Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.28s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestExecInspectID (4.81s) [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2021-06-02T17:25:24.557Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-06-02T17:25:24.557Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.46s) [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-06-02T17:25:24.557Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2021-06-02T17:25:24.557Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.23s) [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.92s) [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.00s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.02s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.09s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.04s) [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-06-02T17:25:24.557Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.13s) [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.43s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.33s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.62s) [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.00s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.80s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.26s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.04s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (7.26s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestImagesFormat (0.22s) [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.65s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestImportBadURL (2.40s) [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2021-06-02T17:25:24.557Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2021-06-02T17:25:24.557Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-06-02T17:25:24.557Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-06-02T17:25:24.557Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.13s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.27s) [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-06-02T17:25:24.557Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.03s) [2021-06-02T17:25:24.557Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.09s) [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.15s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.18s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.25s) [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-06-02T17:25:24.557Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestInspectDefault (2.37s) [2021-06-02T17:25:24.557Z] --- PASS: TestDockerSuite/TestInspectHistory (4.08s) [2021-06-02T17:25:24.557Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2021-06-02T17:25:24.557Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-06-02T17:25:24.558Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.20s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.23s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.21s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.22s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.23s) [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.19s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestInspectStatus (2.68s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.33s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.26s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.24s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.25s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.31s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.36s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.30s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2021-06-02T17:25:24.558Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2021-06-02T17:25:24.558Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2021-06-02T17:25:24.558Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.10s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.91s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.67s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.41s) [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-06-02T17:25:24.558Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.20s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.97s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (6.09s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.89s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.64s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.49s) [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.31s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.33s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestLogsSince (9.03s) [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestLogsTail (2.85s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.73s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.30s) [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s) [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.51s) [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-06-02T17:25:24.558Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-06-02T17:25:24.558Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-06-02T17:25:24.558Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-06-02T17:25:24.558Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-06-02T17:25:24.558Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-06-02T17:25:24.558Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-06-02T17:25:24.558Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-06-02T17:25:24.558Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.38s) [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-06-02T17:25:24.558Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestPsByOrder (8.40s) [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestPsListContainersBase (12.80s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (18.66s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.33s) [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-06-02T17:25:24.558Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.59s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.85s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (12.43s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.83s) [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2021-06-02T17:25:24.558Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.72s) [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2021-06-02T17:25:24.558Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.03s) [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.60s) [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.28s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.91s) [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-06-02T17:25:24.558Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.01s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.09s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.40s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (22.38s) [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-06-02T17:25:24.558Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.90s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.23s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.18s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.82s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.21s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.60s) [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (3.96s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestRmiBlank (0.08s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.29s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (13.44s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.74s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.68s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.12s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.59s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (6.81s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.04s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestRmiTag (0.69s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.43s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (21.64s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (7.35s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.49s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.16s) [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2021-06-02T17:25:24.558Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.00s) [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.47s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.80s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.36s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.36s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.26s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.09s) [2021-06-02T17:25:24.558Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.58s) [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2021-06-02T17:25:24.558Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.558Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-06-02T17:25:24.558Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.26s) [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.06s) [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.94s) [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.29s) [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.28s) [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.25s) [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.30s) [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.04s) [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.16s) [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.23s) [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.11s) [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.22s) [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.19s) [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.23s) [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunExitCode (2.32s) [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.25s) [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.32s) [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.34s) [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.03s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (8.90s) [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.75s) [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.70s) [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (11.92s) [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2021-06-02T17:25:24.559Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.07s) [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.99s) [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.37s) [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.24s) [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.16s) [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.11s) [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.22s) [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.02s) [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.74s) [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (7.86s) [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunRm (2.32s) [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.48s) [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.36s) [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.34s) [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.37s) [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.65s) [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2021-06-02T17:25:24.559Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.559Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.47s) [2021-06-02T17:25:24.559Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.21s) [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.19s) [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.86s) [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2021-06-02T17:25:24.560Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2021-06-02T17:25:24.560Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2021-06-02T17:25:24.560Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.77s) [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.22s) [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.08s) [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.71s) [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.44s) [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.78s) [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.13s) [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.79s) [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (7.13s) [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.27s) [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2021-06-02T17:25:24.560Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-06-02T17:25:24.560Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.95s) [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.73s) [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.16s) [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.57s) [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2021-06-02T17:25:24.560Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.24s) [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s) [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.40s) [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.25s) [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.63s) [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (6.90s) [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.66s) [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2021-06-02T17:25:24.560Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.10s) [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (10.70s) [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2021-06-02T17:25:24.560Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.16s) [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.41s) [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.19s) [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2021-06-02T17:25:24.560Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2021-06-02T17:25:24.560Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2021-06-02T17:25:24.560Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.29s) [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.15s) [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.21s) [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.34s) [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.28s) [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.15s) [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.54s) [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s) [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.00s) [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.49s) [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.44s) [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.21s) [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.68s) [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.62s) [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.20s) [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (11.76s) [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.30s) [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.28s) [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (8.97s) [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-06-02T17:25:24.560Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.46s) [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-06-02T17:25:24.560Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-06-02T17:25:24.560Z] --- PASS: TestDockerRegistrySuite (0.12s) [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-06-02T17:25:24.560Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-06-02T17:25:24.560Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-06-02T17:25:24.560Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-02T17:25:24.560Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-02T17:25:24.560Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-02T17:25:24.560Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-06-02T17:25:24.560Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-06-02T17:25:24.560Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-06-02T17:25:24.560Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-06-02T17:25:24.560Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-06-02T17:25:24.560Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.560Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] === RUN TestDockerSchema1RegistrySuite [2021-06-02T17:25:24.561Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-06-02T17:25:24.561Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-06-02T17:25:24.561Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-06-02T17:25:24.561Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-06-02T17:25:24.561Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-06-02T17:25:24.561Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-06-02T17:25:24.561Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-06-02T17:25:24.561Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-06-02T17:25:24.561Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-06-02T17:25:24.561Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-06-02T17:25:24.561Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-06-02T17:25:24.561Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-06-02T17:25:24.561Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-06-02T17:25:24.561Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-06-02T17:25:24.561Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-06-02T17:25:24.561Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-06-02T17:25:24.561Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-06-02T17:25:24.561Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-06-02T17:25:24.561Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-06-02T17:25:24.561Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-06-02T17:25:24.561Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-06-02T17:25:24.561Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-06-02T17:25:24.561Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-06-02T17:25:24.561Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-06-02T17:25:24.561Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-06-02T17:25:24.561Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-06-02T17:25:24.561Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-06-02T17:25:24.561Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.01s) [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] === RUN TestDockerRegistryAuthTokenSuite [2021-06-02T17:25:24.561Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-06-02T17:25:24.561Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-06-02T17:25:24.561Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-06-02T17:25:24.561Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-06-02T17:25:24.561Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-06-02T17:25:24.561Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] === RUN TestDockerDaemonSuite [2021-06-02T17:25:24.561Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-06-02T17:25:24.561Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-06-02T17:25:24.561Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-06-02T17:25:24.561Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] === RUN TestDockerSwarmSuite [2021-06-02T17:25:24.561Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-06-02T17:25:24.561Z] === RUN TestDockerPluginSuite [2021-06-02T17:25:24.561Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-06-02T17:25:24.561Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-06-02T17:25:24.561Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-06-02T17:25:24.561Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-06-02T17:25:24.561Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-06-02T17:25:24.561Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-06-02T17:25:24.561Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-06-02T17:25:24.561Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-06-02T17:25:24.561Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-06-02T17:25:24.561Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-06-02T17:25:24.561Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-06-02T17:25:24.561Z] --- PASS: TestDockerPluginSuite (0.02s) [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] === RUN TestDockerExternalVolumeSuite [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] === RUN TestDockerNetworkSuite [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] === RUN TestDockerHubPullSuite [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-06-02T17:25:24.561Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] PASS [2021-06-02T17:25:24.561Z] ok github.com/docker/docker/integration-cli 2638.412s [2021-06-02T17:25:24.561Z] [2021-06-02T17:25:24.561Z] === Skipped [2021-06-02T17:25:24.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-06-02T17:25:24.561Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] [2021-06-02T17:25:24.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-06-02T17:25:24.561Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] [2021-06-02T17:25:24.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-06-02T17:25:24.561Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] [2021-06-02T17:25:24.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-06-02T17:25:24.561Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] [2021-06-02T17:25:24.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-06-02T17:25:24.561Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] [2021-06-02T17:25:24.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-06-02T17:25:24.561Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] [2021-06-02T17:25:24.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-06-02T17:25:24.561Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] [2021-06-02T17:25:24.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-06-02T17:25:24.561Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] [2021-06-02T17:25:24.561Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-06-02T17:25:24.561Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-06-02T17:25:24.561Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.561Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-06-02T17:25:24.562Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-06-02T17:25:24.562Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-06-02T17:25:24.562Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2021-06-02T17:25:24.562Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2021-06-02T17:25:24.562Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-06-02T17:25:24.562Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2021-06-02T17:25:24.562Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-06-02T17:25:24.562Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2021-06-02T17:25:24.562Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.39s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.39s) [2021-06-02T17:25:24.562Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.67s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.67s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.89s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.89s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.35s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.35s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.73s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.73s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.36s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.36s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2021-06-02T17:25:24.562Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.32s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.32s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.36s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.36s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.33s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.33s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.34s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.34s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.31s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.31s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.31s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.31s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.562Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-06-02T17:25:24.562Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-06-02T17:25:24.562Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.562Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-06-02T17:25:24.563Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-06-02T17:25:24.563Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-06-02T17:25:24.563Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-06-02T17:25:24.563Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2021-06-02T17:25:24.563Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.07s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2021-06-02T17:25:24.563Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2021-06-02T17:25:24.563Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-06-02T17:25:24.563Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-06-02T17:25:24.563Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-06-02T17:25:24.563Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-06-02T17:25:24.563Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-06-02T17:25:24.563Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-06-02T17:25:24.563Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-06-02T17:25:24.563Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2021-06-02T17:25:24.563Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.36s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.36s) [2021-06-02T17:25:24.563Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.31s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.31s) [2021-06-02T17:25:24.563Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-06-02T17:25:24.563Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-06-02T17:25:24.563Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2021-06-02T17:25:24.563Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-06-02T17:25:24.563Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-06-02T17:25:24.563Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.34s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.34s) [2021-06-02T17:25:24.563Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-06-02T17:25:24.563Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.33s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.33s) [2021-06-02T17:25:24.563Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.38s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.38s) [2021-06-02T17:25:24.563Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.31s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.31s) [2021-06-02T17:25:24.563Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-06-02T17:25:24.563Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.30s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.30s) [2021-06-02T17:25:24.563Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-06-02T17:25:24.563Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-06-02T17:25:24.563Z] docker_cli_sni_test.go:18: Flakey test [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-06-02T17:25:24.563Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-06-02T17:25:24.563Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-06-02T17:25:24.563Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2021-06-02T17:25:24.563Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2021-06-02T17:25:24.563Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-06-02T17:25:24.563Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-06-02T17:25:24.563Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2021-06-02T17:25:24.563Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-06-02T17:25:24.563Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-06-02T17:25:24.563Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-06-02T17:25:24.563Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-06-02T17:25:24.563Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-06-02T17:25:24.563Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-06-02T17:25:24.563Z] [2021-06-02T17:25:24.563Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-06-02T17:25:24.563Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-06-02T17:25:25.018Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-06-02T17:25:25.018Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-06-02T17:25:25.018Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-06-02T17:25:25.018Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-06-02T17:25:25.018Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2021-06-02T17:25:25.018Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-06-02T17:25:25.018Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-06-02T17:25:25.018Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-06-02T17:25:25.018Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2021-06-02T17:25:25.018Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-06-02T17:25:25.018Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2021-06-02T17:25:25.018Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-06-02T17:25:25.018Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-06-02T17:25:25.018Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2021-06-02T17:25:25.018Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-06-02T17:25:25.018Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-06-02T17:25:25.018Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-06-02T17:25:25.018Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-06-02T17:25:25.018Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-06-02T17:25:25.018Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-06-02T17:25:25.018Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2021-06-02T17:25:25.018Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-06-02T17:25:25.018Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-06-02T17:25:25.018Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-06-02T17:25:25.018Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-06-02T17:25:25.018Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-06-02T17:25:25.018Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-06-02T17:25:25.018Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-06-02T17:25:25.018Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-06-02T17:25:25.018Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-06-02T17:25:25.018Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-06-02T17:25:25.018Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-06-02T17:25:25.018Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-06-02T17:25:25.018Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-06-02T17:25:25.018Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-06-02T17:25:25.018Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2021-06-02T17:25:25.018Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-06-02T17:25:25.018Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2021-06-02T17:25:25.018Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-06-02T17:25:25.018Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-06-02T17:25:25.018Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2021-06-02T17:25:25.018Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-06-02T17:25:25.018Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-06-02T17:25:25.018Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-06-02T17:25:25.018Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-06-02T17:25:25.018Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2021-06-02T17:25:25.018Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-06-02T17:25:25.018Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-06-02T17:25:25.018Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2021-06-02T17:25:25.018Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-06-02T17:25:25.018Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-06-02T17:25:25.018Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-06-02T17:25:25.018Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-06-02T17:25:25.018Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-06-02T17:25:25.018Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-06-02T17:25:25.018Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-06-02T17:25:25.018Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-06-02T17:25:25.018Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-06-02T17:25:25.018Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-06-02T17:25:25.018Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-06-02T17:25:25.018Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-06-02T17:25:25.018Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-06-02T17:25:25.018Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-06-02T17:25:25.018Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.018Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-06-02T17:25:25.019Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-06-02T17:25:25.019Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-06-02T17:25:25.019Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-06-02T17:25:25.019Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2021-06-02T17:25:25.019Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2021-06-02T17:25:25.019Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-06-02T17:25:25.019Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-06-02T17:25:25.019Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2021-06-02T17:25:25.019Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-06-02T17:25:25.019Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2021-06-02T17:25:25.019Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2021-06-02T17:25:25.019Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-06-02T17:25:25.019Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-06-02T17:25:25.019Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-06-02T17:25:25.019Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.03s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.03s) [2021-06-02T17:25:25.019Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2021-06-02T17:25:25.019Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-06-02T17:25:25.019Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-06-02T17:25:25.019Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-06-02T17:25:25.019Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.019Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2021-06-02T17:25:25.020Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2021-06-02T17:25:25.020Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2021-06-02T17:25:25.020Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-06-02T17:25:25.020Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-06-02T17:25:25.020Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-06-02T17:25:25.020Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-06-02T17:25:25.020Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-06-02T17:25:25.020Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-06-02T17:25:25.020Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-06-02T17:25:25.020Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-06-02T17:25:25.020Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-06-02T17:25:25.020Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-06-02T17:25:25.020Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-06-02T17:25:25.020Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2021-06-02T17:25:25.020Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2021-06-02T17:25:25.020Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-06-02T17:25:25.020Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-06-02T17:25:25.020Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2021-06-02T17:25:25.020Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.020Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-06-02T17:25:25.020Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-06-02T17:25:25.020Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.020Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.03s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.03s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.021Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-06-02T17:25:25.021Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-06-02T17:25:25.021Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.021Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2021-06-02T17:25:25.022Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2021-06-02T17:25:25.022Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-06-02T17:25:25.022Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.022Z] [2021-06-02T17:25:25.022Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-06-02T17:25:25.022Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-06-02T17:25:25.023Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-06-02T17:25:25.023Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-06-02T17:25:25.023Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-06-02T17:25:25.023Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-06-02T17:25:25.023Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-06-02T17:25:25.023Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-06-02T17:25:25.023Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2021-06-02T17:25:25.023Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-06-02T17:25:25.023Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-06-02T17:25:25.023Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-06-02T17:25:25.023Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-06-02T17:25:25.023Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-06-02T17:25:25.023Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-06-02T17:25:25.023Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-06-02T17:25:25.023Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-06-02T17:25:25.023Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-06-02T17:25:25.023Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2021-06-02T17:25:25.023Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-06-02T17:25:25.023Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2021-06-02T17:25:25.023Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2021-06-02T17:25:25.023Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-06-02T17:25:25.023Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2021-06-02T17:25:25.023Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-06-02T17:25:25.023Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-06-02T17:25:25.023Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-06-02T17:25:25.023Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-06-02T17:25:25.023Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-06-02T17:25:25.023Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-06-02T17:25:25.023Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-06-02T17:25:25.023Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-06-02T17:25:25.023Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-06-02T17:25:25.023Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-02T17:25:25.023Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-02T17:25:25.023Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-02T17:25:25.023Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-06-02T17:25:25.023Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-06-02T17:25:25.023Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-06-02T17:25:25.023Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-06-02T17:25:25.023Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-06-02T17:25:25.023Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-06-02T17:25:25.023Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-06-02T17:25:25.023Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-06-02T17:25:25.023Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-06-02T17:25:25.023Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-06-02T17:25:25.023Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-06-02T17:25:25.023Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-06-02T17:25:25.023Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-06-02T17:25:25.023Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-02T17:25:25.023Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-02T17:25:25.023Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-02T17:25:25.023Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-02T17:25:25.023Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-06-02T17:25:25.023Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-02T17:25:25.023Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-06-02T17:25:25.023Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-06-02T17:25:25.023Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-06-02T17:25:25.023Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-02T17:25:25.023Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-02T17:25:25.023Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-06-02T17:25:25.023Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-06-02T17:25:25.023Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-06-02T17:25:25.023Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-06-02T17:25:25.023Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.023Z] [2021-06-02T17:25:25.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-06-02T17:25:25.024Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-06-02T17:25:25.024Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.024Z] [2021-06-02T17:25:25.024Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-06-02T17:25:25.476Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-06-02T17:25:25.476Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.476Z] [2021-06-02T17:25:25.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-06-02T17:25:25.476Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-06-02T17:25:25.476Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.476Z] [2021-06-02T17:25:25.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-06-02T17:25:25.476Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-06-02T17:25:25.476Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.476Z] [2021-06-02T17:25:25.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-06-02T17:25:25.476Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-06-02T17:25:25.476Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.476Z] [2021-06-02T17:25:25.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-06-02T17:25:25.476Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-06-02T17:25:25.476Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.476Z] [2021-06-02T17:25:25.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-06-02T17:25:25.476Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-06-02T17:25:25.476Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.476Z] [2021-06-02T17:25:25.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-06-02T17:25:25.476Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-06-02T17:25:25.476Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.476Z] [2021-06-02T17:25:25.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-06-02T17:25:25.476Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-06-02T17:25:25.476Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.476Z] [2021-06-02T17:25:25.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-06-02T17:25:25.476Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-06-02T17:25:25.476Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.476Z] [2021-06-02T17:25:25.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-06-02T17:25:25.476Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-06-02T17:25:25.476Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.476Z] [2021-06-02T17:25:25.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-06-02T17:25:25.476Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-06-02T17:25:25.476Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.476Z] [2021-06-02T17:25:25.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-06-02T17:25:25.476Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-06-02T17:25:25.476Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.476Z] [2021-06-02T17:25:25.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-06-02T17:25:25.476Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.476Z] [2021-06-02T17:25:25.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-06-02T17:25:25.476Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.476Z] [2021-06-02T17:25:25.476Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-06-02T17:25:25.476Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-06-02T17:25:25.476Z] [2021-06-02T17:25:25.476Z] [2021-06-02T17:25:25.476Z] DONE 1092 tests, 546 skipped in 2647.301s [2021-06-02T17:25:25.477Z] INFO: Integration tests ended at 06/02/2021 17:25:24. Duration:00:44:07.5467626 [2021-06-02T17:25:25.477Z] INFO: Docker info of the daemon under test at end of run [2021-06-02T17:25:25.477Z] [2021-06-02T17:25:25.477Z] Containers: 2 [2021-06-02T17:25:25.477Z] Running: 0 [2021-06-02T17:25:25.477Z] Paused: 0 [2021-06-02T17:25:25.477Z] Stopped: 2 [2021-06-02T17:25:25.477Z] Images: 18 [2021-06-02T17:25:25.477Z] Server Version: 0.0.0-dev [2021-06-02T17:25:25.477Z] Storage Driver: windowsfilter [2021-06-02T17:25:25.477Z] Windows: [2021-06-02T17:25:25.477Z] Logging Driver: json-file [2021-06-02T17:25:25.477Z] Plugins: [2021-06-02T17:25:25.477Z] Volume: local [2021-06-02T17:25:25.477Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-06-02T17:25:25.477Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-06-02T17:25:25.477Z] Swarm: inactive [2021-06-02T17:25:25.477Z] Default Isolation: process [2021-06-02T17:25:25.477Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-06-02T17:25:25.477Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1879) [2021-06-02T17:25:25.477Z] OSType: windows [2021-06-02T17:25:25.477Z] Architecture: x86_64 [2021-06-02T17:25:25.477Z] CPUs: 4 [2021-06-02T17:25:25.477Z] Total Memory: 32GiB [2021-06-02T17:25:25.477Z] Name: azwin-2-6213a0 [2021-06-02T17:25:25.477Z] ID: VZ5S:BSQX:5FD3:6RBG:LY4T:6A23:PZBG:CN5N:VDJK:UVOP:4GWW:BDQR [2021-06-02T17:25:25.477Z] Docker Root Dir: D:\CI\PR-42143\28\daemon [2021-06-02T17:25:25.477Z] Debug Mode (client): false [2021-06-02T17:25:25.477Z] Debug Mode (server): true [2021-06-02T17:25:25.477Z] File Descriptors: -1 [2021-06-02T17:25:25.477Z] Goroutines: 17 [2021-06-02T17:25:25.477Z] System Time: 2021-06-02T17:25:25.1588468Z [2021-06-02T17:25:25.477Z] EventsListeners: 0 [2021-06-02T17:25:25.477Z] Registry: https://index.docker.io/v1/ [2021-06-02T17:25:25.477Z] Labels: [2021-06-02T17:25:25.477Z] Experimental: false [2021-06-02T17:25:25.477Z] Insecure Registries: [2021-06-02T17:25:25.477Z] 127.0.0.0/8 [2021-06-02T17:25:25.477Z] Live Restore Enabled: false [2021-06-02T17:25:25.477Z] [2021-06-02T17:25:25.477Z] [2021-06-02T17:25:25.477Z] INFO: Stopping daemon under test [2021-06-02T17:25:25.477Z] SUCCESS: The process with PID 1644 (child process of PID 2160) has been terminated. [2021-06-02T17:25:25.477Z] SUCCESS: The process with PID 2160 (child process of PID 6084) has been terminated. [2021-06-02T17:25:25.477Z] INFO: Stop tailing logs of the daemon under tests [2021-06-02T17:25:25.477Z] INFO: executeCI.ps1 Completed successfully at 06/02/2021 17:25:25. [2021-06-02T17:25:25.477Z] INFO: Tidying up at end of run [2021-06-02T17:25:25.477Z] INFO: Saving daemon under test log (d:\CI\PR-42143\28\dut.out) to bundles\CIDUT.out [2021-06-02T17:25:25.477Z] INFO: Saving daemon under test log (d:\CI\PR-42143\28\dut.err) to bundles\CIDUT.err [2021-06-02T17:25:25.477Z] INFO: Nuke-Everything... [2021-06-02T17:25:26.431Z] INFO: Container count on control daemon to delete is 2 [2021-06-02T17:25:26.431Z] 2258552d1428 [2021-06-02T17:25:26.431Z] 8b2d0e564de3 [2021-06-02T17:25:26.431Z] INFO: Tidying pidfile d:\CI\PR-42143\28\docker.pid [2021-06-02T17:25:26.431Z] INFO: Nuking d:\CI [2021-06-02T17:25:56.300Z] INFO: Zapped successfully [2021-06-02T17:25:56.300Z] [2021-06-02T17:25:56.300Z] INFO: executeCI.ps1 exiting at Wed Jun 2 17:25:53 CUT 2021. Duration 01:22:49.4459855 [2021-06-02T17:25:56.300Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-06-02T17:25:56.533Z] Recording test results [2021-06-02T17:26:03.219Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-06-02T17:26:04.676Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2021-06-02T17:26:07.037Z] Archiving artifacts [2021-06-02T17:26:20.596Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42143/28/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-06-02T17:26:21.498Z] + make clean [2021-06-02T17:26:23.653Z] docker volume rm -f docker-dev-cache [2021-06-02T17:26:23.653Z] 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